openapi: 3.2.0 info: title: Webjet Generate Solutions API x-refined-note: - x-logo differs across the merged source definitions and was not carried version: '1.0' description: 'Operations tagged Generate Solutions across 4 of this provider''s published API definitions: webjet-tripninja-farestructure-generate-solutions-openapi.yml, webjet-tripninja-smartflights-generate-solutions-openapi.yml, webjet-tripninja-v2-core-openapi.yml, webjet-tripninja-virtual-interlining-generate-solutions-openapi.yml. Each path carries the servers of the definition it was published in.' servers: - url: https://sandbox.tripninja.io description: Sandbox server for development and testing - url: https://preprodapi.tripninja.io description: Pre-Production server for development and testing tags: - name: Generate Solutions paths: /v2/generate-solutions/: post: summary: Generate Solutions description: '' operationId: '' requestBody: content: application/json: schema: $ref: '#/components/schemas/FullGenerateSolutionsRequest' examples: oneWayGenerateSolutionRequest: $ref: '#/components/examples/OneWayGenerateSolutionRequest' twoWayGenerateSolutionRequest: $ref: '#/components/examples/TwoWayGenerateSolutionRequest' threeWayGenerateSolutionRequest: $ref: '#/components/examples/ThreeWayGenerateSolutionRequest' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GenerateSolutionsResponseTwo' examples: oneWayGenerateSolutionResponse: $ref: '#/components/examples/OneWayGenerateSolutionResponse' twoWayGenerateSolutionResponse: $ref: '#/components/examples/TwoWayGenerateSolutionResponse' threeWayGenerateSolutionResponse: $ref: '#/components/examples/ThreeWayGenerateSolutionResponse' '400': description: Invalid Input content: application/json: schema: type: object properties: status: type: string description: Error code and 0 for success response example: IE38 message: type: string description: Contains the error message example: Trip ID not found examples: IE52ErrorCode: $ref: '#/components/examples/IE52ErrorCode' IE08ErrorCode: $ref: '#/components/examples/IE08ErrorCode' '401': description: Unauthorized content: application/json: schema: type: object properties: status: type: string description: Error code and 0 for success response example: IE44 message: type: string description: Contains the error message example: User is not authorized '500': description: Server Error tags: - Generate Solutions servers: - url: https://sandbox.tripninja.io description: Sandbox server for development and testing /v3/generate-solutions/: post: summary: Generate Solutions description: '' operationId: '' requestBody: content: application/json: schema: $ref: '#/components/schemas/FullGenerateSolutionsRequest_2' examples: oneWayGenerateSolutionRequest: $ref: '#/components/examples/OneWayGenerateSolutionRequest_2' twoWayGenerateSolutionRequest: $ref: '#/components/examples/TwoWayGenerateSolutionRequest_2' threeWayGenerateSolutionRequest: $ref: '#/components/examples/ThreeWayGenerateSolutionRequest_2' fourWayGenerateSolutionRequest: $ref: '#/components/examples/FourWayGenerateSolutionRequest' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GenerateSolutionsResponseTwo_2' examples: oneWayGenerateSolutionResponse: $ref: '#/components/examples/OneWayGenerateSolutionResponse_2' twoWayGenerateSolutionResponse: $ref: '#/components/examples/TwoWayGenerateSolutionResponse_2' threeWayGenerateSolutionResponse: $ref: '#/components/examples/ThreeWayGenerateSolutionResponse_2' fourWayGenerateSolutionResponse: $ref: '#/components/examples/FourWayGenerateSolutionResponse' '400': description: Invalid Input content: application/json: schema: type: object properties: status: type: string description: A human-readable error code. (e.g., IE13). example: IE38 message: type: string description: A human-readable message providing more details about the error. (e.g., Currency is required). example: Trip ID not found examples: IE52ErrorCode: $ref: '#/components/examples/IE52ErrorCode' IE08ErrorCode: $ref: '#/components/examples/IE08ErrorCode' '401': description: Unauthorized content: application/json: schema: type: object properties: status: type: string description: A human-readable error code. (e.g., IE13). example: IE44 message: type: string description: A human-readable message providing more details about the error. (e.g., Currency is required). example: User is not authorized '500': description: Server Error tags: - Generate Solutions servers: - url: https://sandbox.tripninja.io description: Sandbox server for development and testing. /generate-solutions/: post: summary: Generate Solutions description: ' There are two ways to approach this endpoint. For each search the OTA performed, we have provided a optional metadata field per pricing solution. This allows the customer to pass in any metadata (branded fares, tax info, ect) regarding that specific pricing solution. When we have finished generating the itineraries for the search, we will pass these values in a list inside the corresponding itinerary.
This will allow the response from the generate-solutions endpoint to be totally FE ready, in whatever format the OTA decides. The downside of this approach is this will inflate the request/response size considerably.
An alternative is to simply ignore the metadata field. Using this minimal approach the OTA simply sends all the required fields listed in our docs. This will result in a much smaller request/response, however it will be up to the OTA to process the data on their end and add any additional metadata to the itineraries returned. ' operationId: GenerateSolutionsRequest requestBody: content: application/json: schema: oneOf: - $ref: '#/components/schemas/FullGenerateSolutionsRequest_3' responses: 200: description: Success content: application/json: schema: $ref: '#/components/schemas/GenerateSolutionsResponse' 400: description: Invalid Input content: application/json: schema: type: object properties: status: type: string description: Error code and 0 for success response example: IE38 message: type: string description: Contains the error message example: Trip ID not found 401: description: Unauthorized content: application/json: schema: type: object properties: status: type: sting description: Error code and 0 for success response example: IE44 message: type: string description: Contains the error message example: User is not authorized 500: description: Server Error tags: - Generate Solutions servers: - url: https://preprodapi.tripninja.io description: Pre-Production server for development and testing components: schemas: MinimalDatasourceLegDetails: description: A list of required info for each leg of this segment. type: object required: - departure_time - departure_timestamp - arrival_time - arrival_timestamp - flight_number - operating_carrier - transportation_type - fare_type - cabin_class - from_iata - to_iata properties: departure_time: type: string description: Departure time written in the ISO 8601 datetime format (e.g. 2023-03-15T08:00:00-04:00). example: '2023-03-15T08:00:00' departure_timestamp: type: int description: Departure timestamp written in epoch time, in seconds (e.g. 1678892400). example: 1678892400 arrival_time: type: string description: Arrival time written in the ISO 8601 datetime format (e.g. 2023-03-15T10:29:00-04:00). example: '2023-03-15T10:29:00' arrival_timestamp: type: int description: Arrival timestamp written in epoch time, in seconds (e.g. 1678901340). example: 1678901340 flight_number: type: string description: Flight number. example: '391' operating_carrier: type: string description: Operating carrier. example: WS transportation_type: type: string description: Transportation vehicle used for this segment. example: flight fare_type: type: string description: Fare Type of the segment example: Published cabin_class: type: string description: The cabin class of the leg. Accepted values are E - Economy, PE - Premium Economy, BC - Business Class, FC - First Class, PFC - Premium First Class. example: BC enum: - E - PE - BC - FC - PFC from_iata: type: string description: IATA of departure airport for leg. example: YWG to_iata: type: string description: IATA of arrival airport for leg. example: FCO marketing_carrier: type: string description: Marketing carrier example: AC MinimalMetadataRequest: type: object description: Any data can be provided to this optional field. We will not alter the data within this field. properties: OriginName: type: string example: Halifax, NS, Canada (YHZ) Origin: type: string example: YHZ DestinationName: type: string example: Ottawa, ON, Canada (YOW) Destination: type: string example: YOW DepartureTime: type: string example: '2023-03-15T08:00:00' DepartureTimestamp: type: number example: 1678892400 ArrivalTime: type: string example: '2023-03-15T10:29:00' ArrivalTimestamp: type: number example: 1678901340 FlightNumber: type: string example: '391' Carrier: type: string example: PD CarrierFullName: type: string example: Porter Airlines, Inc. FlightTime: type: number example: 138 AircraftType: type: string example: DH4 AvailabilitySource: type: string example: A Key: type: string example: oMrDKtSqWDKAFrUOpAAAAA== BookingCode: type: string example: W cabin_class: type: string example: Business Class FullDatasourceResponse: type: object properties: 4f499298b303c55a1ee522118afce28abe2f68e4: description: The datasource_request_id of a datasource request returned from the first get-searches call after the OTA has performed the flight searches requested. The value of this id will be the formatted results from that search. type: array items: $ref: '#/components/schemas/FullGenerateDatasourceRequest' DatasourceLegDetailsResponse: allOf: - $ref: '#/components/schemas/MinimalDatasourceLegDetails' properties: segment_leg_position: type: number description: Indicates the segment position of this specific leg. example: 0 GenerateSolutionsResponseTwo: title: 'Generate Solutions Request #2' type: object properties: trip_id: type: string description: A unique key used for identification and when booking a trip. example: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= currency: type: string description: Currency that was passed in get-searches example: MXN itineraries: $ref: '#/components/schemas/DatasourceItineraryInfoWithMarkup' FullGenerateSolutionsRequest: type: object title: Generate Solutions Request properties: trip_id: description: The trip id of the search. This will be used in all future requests relating to this search. type: string example: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= datasource_responses: description: The list of datasource responses to be used to generate solutions. type: object allOf: - $ref: '#/components/schemas/FullDatasourceResponse' DatasourceItineraryInfoWithMarkup: type: array description: Array of itineraries sorted by weight. items: properties: itinerary_id: type: string description: Unique identifier for the itinerary example: f557310419e4c08a6ba40cc2785447970e7aea4c total_price: type: number description: Price of the itinerary (fare and tax included). example: 197.1 weight: type: number description: Weight of the segment (time-value considered). example: 239 refundable: type: boolean description: Denotes whether the booking will be refundable. example: true transportation_time: type: integer description: Total transportation time for the itinerary. example: 425 is_virtual_interline: type: boolean description: Denotes whether the itinerary contains virtual interline. example: false structure: type: array description: "\"Array representing the structure of the trip in terms of one-ways and open-jaw segments. \nFor example: [(0, 1), (3, 4), 2] means there would be three bookings. One openjaw for segments ”0 and 1”, \none for segments ”3 and 4” and a one-way for segment ‘2”.\"\n" example: '[(0, 1), 2]' flight_numbers: type: array description: Array of strings listing the flight numbers in this itinerary. items: type: string example: AC135 segments: type: array description: Array of strings listing the flight numbers in this itinerary. items: type: object properties: pricing_solution_id: type: string description: A unique identifier that matches objects within metadata_details example: c2f59ef0eeec039233d60e694fed09edc4dfa954 is_vi_segment: type: boolean description: Denotes whether the segment is a virtual interline segment. example: false price: type: number description: Price of the segment (fare and tax included) example: 671.88 weight: type: number description: Weight of the segment (time-value considered). example: 716 segment_position: type: number or array of number description: Position of the segment in the itinerary. For example, `[0, 2]` means the combined segment is an open-jaw segment and it represents the **first** segment of the itinerary and the **third** segment of the itinerary. example: 0 is_private_fare: type: boolean description: Indicates whether or not this segment is a private fare. If this value is false, it is considered to be a public fare. example: true baggage: type: string description: A string value representing the baggage for this itinerary. Will be a string value if baggage is present, otherwise will be `null`. example: 2pc legs: type: array description: A list of required legs information for this segment items: $ref: '#/components/schemas/DatasourceLegDetailsResponse' metadata: type: array description: This field is completely optional and we will not alter the data within this object. Whatever passed within this object will be returned as-is back to the OTA.
This array contains all the metadata that correlates with the related itineraries. This will not be populated if no metadata is passed in the generate solutions request. items: $ref: '#/components/schemas/MinimalMetadataRequest' markup: type: number description: Markup amount determined by Trip Ninja's revenue management system. example: 20 FullGenerateDatasourceRequest: allOf: - $ref: '#/components/schemas/BasicGenerateDatasourceRequest' BasicGenerateDatasourceRequest: type: object description: blah required: - pricing_solution_id - total_price - segment_source - is_private_fare - segments properties: pricing_solution_id: type: string description: A unique identifier that represents the itinerary details. example: 40495f0f293b54ffe64c833d987cd80ecdb5aca5 total_price: type: number description: Total price of the segment (fare and tax included). example: 197.1 segment_source: type: string description: GDS or LCC provider source for the segment. Please see all supported content sources in the Admin Panel. example: travelport is_private_fare: type: boolean description: Indicates whether or not this segment is a private fare. If this value is false, it is considered to be a public fare. example: true segments: type: array description: A list of segments for this itinerary items: type: array description: A list of required legs information for this segment items: $ref: '#/components/schemas/MinimalDatasourceLegDetails' baggage: type: string description: A string value representing the baggage allowance per segment. Itineraries are built and returned based on their baggage allowances. (Eg. segments with a `null` baggage allowance will be grouped together, while segments with a baggage allowance will be grouped together.) example: 2pc metadata: $ref: '#/components/schemas/MinimalMetadataRequest' refundable: type: boolean description: Explains whether the booking will be refundable. example: true GenerateSolutionsResponseTwo_2: title: 'Generate Solutions Request #2' type: object properties: trip_id: type: string description: Unique identifier for this search. Used in all subsequent requests related to this trip. example: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= currency: type: string description: Three-letter currency code (e.g., "USD", "CAD") for provider queries and price calculations. example: MXN itineraries: $ref: '#/components/schemas/DatasourceItineraryInfoWithMarkup_2' BasicGenerateDatasourceRequest_2: type: object description: blah required: - pricing_solution_id - total_price - segment_source - is_private_fare - segments properties: pricing_solution_id: type: string description: Unique identifier for each itinerary in your datasource response. Generate a unique ID (e.g., truncated 40-character hash) for every datasource_response item. example: 40495f0f293b54ffe64c833d987cd80ecdb5aca5 total_price: type: number description: Total price of the segment including fare and taxes. example: 197.1 segment_source: type: string description: Content provider for this segment. Configure available sources in your Trip Ninja Admin Panel. example: travelport is_private_fare: type: boolean description: Indicates if segment uses a private fare. is_private_fare = false indicates public fare. example: true segments: type: array description: A list of segments for the itinerary. Responses containing more than two segments are formatted in a nested list. (e.g., [[segment_1_legs], [segment_2_legs]]). items: type: array description: Array of leg-specific flight details returned from your content source searches. Include all leg-level information provided by your datasources. items: $ref: '#/components/schemas/MinimalDatasourceLegDetailsRequest' baggage: type: string description: Baggage allowance per segment. Itineraries are grouped by baggage policy (null allowances are grouped separately from defined allowances). example: 2pc metadata: $ref: '#/components/schemas/MinimalMetadataRequest_2' refundable: type: boolean description: Indicates whether the booking is refundable. example: true MinimalDatasourceLegDetailsRequest: description: A list of required info for each leg of this segment. type: object required: - departure_time - departure_timestamp - arrival_time - arrival_timestamp - flight_number - operating_carrier - transportation_type - fare_type - cabin_class - from_iata - to_iata properties: departure_time: type: string description: Departure time written in the ISO 8601 datetime format (e.g., 2023-03-15T08:00:00-04:00). example: '2023-03-15T08:00:00' departure_timestamp: type: int description: Departure timestamp written in EPOCH time, in seconds (e.g., 1678892400). arrival_time: type: string description: Arrival time written in the ISO 8601 datetime format (e.g., 2023-03-15T10:29:00-04:00). example: '2023-03-15T10:29:00' arrival_timestamp: type: int description: Arrival timestamp written in EPOCH time, in seconds (e.g., 1678901340). flight_number: type: string description: Flight number for the leg. example: '391' operating_carrier: type: string description: Two-letter code for the airline operating the flight. example: WS cabin_class: type: string description: Requested cabin class for the query. Can be set globally or per segment. Values: "E" (Economy), "PE" (Premium Economy), "BC" (Business Class), "FC" (First Class), "PFC" (Premium First Class). example: BC from_iata: type: string description: Three-digit IATA code representing the departure city / airport of the leg. example: YWG to_iata: type: string description: Three-digit IATA code representing the arrival city / airport of the leg. example: FCO marketing_carrier: type: string description: Two-letter code for the carrier selling the flight tickets. example: AC FullDatasourceResponse_2: type: object properties: 1578b29999fc8f5cb0008df53679b10ea0856e16: description: Example datasource_request_id from get-searches. Use this ID as the key with your formatted search results as the value to map responses back to their original requests for itinerary generation. type: array items: $ref: '#/components/schemas/FullGenerateDatasourceRequest' DatasourceLegDetailsResponse_2: allOf: - $ref: '#/components/schemas/MinimalDatasourceLegDetailsResponse' - properties: segment_leg_position: type: number description: Position of the leg within its segment. example: 0 FullGenerateSolutionsRequest_2: type: object title: Generate Solutions Request properties: trip_id: description: Unique identifier for this search. Used in all subsequent requests related to this trip. type: string example: gAAAAABoD8kRt_phvyNxhfNxfWow40S4Tzlyte5Y-s85Rl4mMeCm7HADsOORIS8ib6hChNixixkBesrAKKf9DUMTr_-V0F-rT-m03k-LcGS9kD6gP_25-zkNVExb1fWzySyxUKEIHWMl3q7wcJQg4I9JT9tC81C6RWrBhaIVYTJfrF2S3xOXWZc2VANvMSoBWVWIPK_fU1BUvVGAeYwIdJPvY-9SHRJ9_mRzPhgfmvjDsNRzRDmACwMSC8FhBE3PdKS9l3ZfTCMB3zVjuL01ZkU0P5knyKMSHRr-cNNyVKA3VFPYIMb6v0tUroWdLzl9AxY2TDIl7Krtwrgg8UvyCVrCjfYAIYSP93WqeDvAGR2nFVfHF-wODtdglQOT5BRXAPgIn_k0v6WNMB5NNSOhewK6pKIos0_rxqjst60PjjQAqJ4Zm4hav7d2ln8xiKOWOU1FNyOt1RQdnmYxlrEOqi1FYmfGGyCEYtyCwyUttaTf67xruWPnQzb6YKeBBrCkXNWBfVbE-qxVkzF2ekxrE9-5DJhfgrqv6y08xkOt0s4MF_iO71_lwSJyU0fBmvX7SEuCTc3J96BQure4VBdfZtjwepSv_I5ooCF7cfnzg9boEAp_Pru3TlYXMxgxvN7DVBWVOg3r3BZmxC34S4m8t0dFhSc2P1Pxwdgz-Czl0XPKiz5cekEao3OhEHXoSay4-c6cfmTZaA-u1Q1dtJm9mX25uImYDXWlaL5uDFxRqPiYxtnRjjoWXj0qe2KhCA5L0ExWq-DIU1BePS53YHT8uH3otU0K0KN9dFC2w1A8dSrQFmoM9ytLZwz6ZbzJ0lnZgyn0Kgf9LJxLdzUOj3INt5Zj8ye9hnwuxqw6jxzGvcapr3Zb-G0N-Sr8Lrd-5qOzhv0OFBntwHPdWUcrgqsyLtErffVjlt0PheBLjqG4MacMogPV994zAjGH1ccNUE6DRHMDhtyxD11hZi8LhDhMuffQJ7bc6cVFuQ2ESmelQno-qbKTDMARvqXGqqlgL3OIbA-7o9ALQS7c9XML-sNDsT8niGCuYNQVPRJ08xhsGQcW2e2Rg-thwCq-egDfgZy4fqQYgzcNPQ_dgPMsHMfyE82425ykOquSq8HENPDKr-czRcYSZdbwIuLmNrUfPFmbHdCy5ZIBy2DjeLadJfHlwPAtkw0NTd8o8On3eYqjXgcHesqjZayI-yYMonujtJYGS4eZzmpKhXSdPoYitYhJ1nx81AHGjQ_HjJ7gyUy-MH132dxYj1E6lgUsuq_TToOYzhQkxy_9vMShvT1swTHC5261SKiv0VlkDGxo0UJv9Cz263OJvbUNbtOnm054kBAm8tacnhEZZztqs39ZyGHBasC0k6cbqbbtaeNOIxU_MzHuI1JaISrnTP3lfzXVtWZvk0jojyeROaJr1q3AbYUJP1xR1f4cWwUDE8WMbAbdXaKmhxOjzrxMdoqXR0eLQNR6OxCtK3B8tsntnhKTV-Yn80RxCVWCMz_6cuTFuuacml8U4ZPtJ7-2ydO18hRetyNcdGoOOnYqOJ6FoxgPXqWwxv2VADSH3hmqXsi1HOgxioxe0NqMuyksV_y7tZd2FxU0iHfhbmSUJEExCUIgCoRGz4kZ1ZrBtJM-w6Q3CRzRqtwQbKWMkTN9IQ6NIbDefuSOmgJVnGY3s-FY datasource_responses: description: List of datasource responses used to generate itinerary solutions. type: object allOf: - $ref: '#/components/schemas/FullDatasourceResponse_2' MinimalMetadataRequest_2: type: object description: Optional field for custom data. Values passed through remain unchanged. When segments are mixed and matched to create itineraries, the metadata from each constituent segment is included in the response with its associated details. properties: OriginName: type: string example: Halifax, NS, Canada (YHZ) Origin: type: string example: YHZ DestinationName: type: string example: Ottawa, ON, Canada (YOW) Destination: type: string example: YOW DepartureTime: type: string example: '2023-03-15T08:00:00' DepartureTimestamp: type: number example: 1678892400 ArrivalTime: type: string example: '2023-03-15T10:29:00' ArrivalTimestamp: type: number example: 1678901340 FlightNumber: type: string example: '391' Carrier: type: string example: PD CarrierFullName: type: string example: Porter Airlines, Inc. FlightTime: type: number example: 138 AircraftType: type: string example: DH4 AvailabilitySource: type: string example: A Key: type: string example: oMrDKtSqWDKAFrUOpAAAAA== BookingCode: type: string example: W cabin_class: type: string example: Business Class DatasourceItineraryInfoWithMarkup_2: type: array description: Array of itineraries sorted by the weight parameter items: properties: itinerary_id: type: string description: Unique identifier for the itinerary. Used in all subsequent requests related to this trip. example: f557310419e4c08a6ba40cc2785447970e7aea4c total_price: type: number description: Total price of the itinerary including fare and taxes. example: 197.1 weight: type: number description: The calculated True Cost of Flight value (Flight Price + time penalty) used for sorting itineraries. This parameter shows the result of the time_value calculation, allowing you to see exactly how each itinerary was ranked. If time_value = 0 or is null, the itinerary will be sorted by price. example: 239 is_private_fare: type: boolean description: Indicates if segment uses a private fare. is_private_fare = false indicates public fare. example: false is_virtual_interline: type: boolean description: Indicates whether the itinerary includes virtual interlining segments. example: false structure: type: array description: 'Defines how segments are grouped and booked. Each number represents a segment (starting from 0); parentheses indicate segments booked together on one PNR. For example:

For VI searches, midpoint layovers do not affect structure (e.g., a one-segment VI search remains [0] regardless of midpoints).' example: '[(0, 1), 2]' is_vi_openjaw: type: boolean description: Indicates whether the itinerary includes a virtual interline open-jaw segment. example: false flight_numbers: type: array description: A list of flight numbers included in this itinerary. items: type: string example: AC135 segments: type: array description: An array of segments for the itinerary items: type: object properties: pricing_solution_id: type: string description: Unique identifier for each itinerary in your datasource response. Generate a unique ID for every datasource_response item. example: c2f59ef0eeec039233d60e694fed09edc4dfa954 is_vi_segment: type: boolean description: Indicates whether the segment uses virtual interlining. example: false price: type: number description: Price of the segment including fare and taxes. example: 671.88 segment_position: type: number or array of number description: 'Position of the segment in the itinerary as an integer or list of integers. Use with segment_leg_position to determine correct segment and leg ordering. For example:
' example: 0 segment_source: type: string description: Content source provider for the segment. example: travelport baggage: type: string description: Baggage allowance per segment. Itineraries are grouped by baggage policy (null allowances are grouped separately from defined allowances). example: 2pc legs: type: array description: Array of leg-specific flight details returned from your content source searches. Include all leg-level information provided by your datasources. items: $ref: '#/components/schemas/DatasourceLegDetailsResponse_2' risk_profile: type: number description: Estimated risk level of a VI solution as a percentage (e.g., 10.11 = 10.11% risk). Configure risk thresholds in the Trip Ninja Admin Panel to filter out VI itineraries exceeding your acceptable risk tolerance. example: 8.42 metadata: type: array description: Optional field for custom data. Values passed through remain unchanged. items: $ref: '#/components/schemas/MinimalMetadataRequest_2' markup: type: number description: Markup amount calculated by the Trip Ninja revenue management system. example: 20 MinimalDatasourceLegDetailsResponse: description: A list of required info for each leg of this segment. type: object required: - departure_time - arrival_time - flight_number - operating_carrier - transportation_type - fare_type - cabin_class - from_iata - to_iata properties: departure_time: type: string description: Departure time written in the ISO 8601 datetime format (e.g., 2023-03-15T08:00:00-04:00). example: '2023-03-15T08:00:00' arrival_time: type: string description: Arrival time written in the ISO 8601 datetime format (e.g. 2023-03-15T10:29:00-04:00). example: '2023-03-15T10:29:00' flight_number: type: string description: Flight number for the leg. example: '391' operating_carrier: type: string description: Two-letter code for the airline operating the flight. example: WS cabin_class: type: string description: 'Returned cabin class for the leg. Can be set globally or per segment. Values: "E" (Economy), "PE" (Premium Economy), "BC" (Business Class), "FC" (First Class), "PFC" (Premium First Class).' example: BC from_iata: type: string description: Three-digit IATA code representing the departure city / airport of the leg. example: YWG to_iata: type: string description: Three-digit IATA code representing the arrival city / airport of the leg. example: FCO marketing_carrier: type: string description: Two-letter code for the carrier selling the flight tickets. example: AC cancellation_probability: type: number description: Percentage probability of flight cancellation. Only returned for VI segments with self-transfers when the average delay time module is enabled in the Trip Ninja Admin Panel. example: 7.86 average_delay_time: type: number description: Average delay time for this flight in minutes. Negative values indicate early arrivals. Only returned for VI segments with self-transfers when the average delay time module is enabled in the Trip Ninja Admin Panel.Average delay time for this flight in minutes. Negative values indicate early arrivals. Only returned for VI segments with self-transfers when the average delay time module is enabled in the Trip Ninja Admin Panel. example: -5 is_international: type: boolean description: Indicates whether this flight is international. Only returned for VI segments with self-transfers when the average delay time module is enabled in the Trip Ninja Admin Panel. example: true self_transfer_time: type: number description: Transfer time in minutes between this flight's arrival and the next segment's departure. Only returned for VI segments with self-transfers when the average delay time module is enabled in the Trip Ninja Admin Panel. example: 134 DatasourceItineraryInfo: type: array description: Array of itineraries sorted by weight. items: properties: weight: type: float description: Weight of the segment (time-value considered). example: 239 total_price: type: float description: Price of the itinerary (fare and tax included). example: 197.1 transportation_time: type: integer description: Total transportation time for the itinerary example: 425 structure: type: Array of ints and/or Array of tuple/or Array of tuple and int description: "\"Array representing the structure of the trip in terms of one-ways and open-jaw segments. \nFor example: [(0, 1), (3, 4), 2] means there would be three bookings. One openjaw with key “01”, \none with key “34” and a one-way with key ‘2”.\"\nSee Price Confirm Report segment_ids field for more detail.\n" example: '[(0, 1), 2]' metadata: type: array description: Contains extra information about the segment that was sent by the OTA. This field is completely optional and we will not alter the data within this object. Whatever passed within this object will be returned as-is back to the OTA.
This array contains all the metadata that correlates with the related itineraries. This will not be populated if no metadata is passed in the generate solutions request. items: type: object properties: metadata_id: type: string description: A unique identifier that matches objects within metadata_details example: c2f59ef0eeec039233d60e694fed09edc4dfa954 MinimalDatasourceLegDetails_2: description: A list of required info for each leg of this segment. type: object required: - departure_time - arrival_time - flight_number - operating_carrier - transportation_type - fare_type - cabin_class properties: departure_time: type: string description: Departure time. example: '2023-03-15T08:00:00' arrival_time: type: string description: Arrival time. example: '2023-03-15T10:29:00' flight_number: type: string description: Flight number. example: '391' operating_carrier: type: string description: Operating carrier. example: WS transportation_type: type: string description: Transportation vehicle used for this segment. example: flight fare_type: type: string description: Fare Type of the segment example: Published cabin_class: type: string description: The cabin class of the leg. example: BC enum: - E - PE - BC - FC - PFC MetaDataDetails: type: array description: Contains a list of metadata for data mapping, this will not be populated if no metadata is passed in the generate solutions request. items: type: object properties: metadata_id: type: string description: A unique identifier that matches the metadata within each itinerary example: c2f59ef0eeec039233d60e694fed09edc4dfa954 FullGenerateSolutionsRequest_3: type: object title: Generate Solutions Request properties: trip_id: description: The trip id of the search. This will be used in all future requests relating to this search. type: string example: fb3d8eff432a329dc21fad8449c686fa93e5ce24 datasource_responses: description: The list of datasource responses to be used to generate solutions. type: object allOf: - $ref: '#/components/schemas/FullDatasourceResponse' FullGenerateDatasourceRequest_2: allOf: - $ref: '#/components/schemas/BasicGenerateDatasourceRequest_3' - type: object properties: metadata: type: object description: Contains extra information about the segment that was sent by the OTA. This field is completely optional and we will not alter the data within this object. Whatever passed within this object will be returned as-is back to the OTA. example: {} BasicGenerateDatasourceRequest_3: type: object description: blah required: - pricing_solution_id - total_price - segment_source - legs properties: pricing_solution_id: type: string description: A unqiue identifier that represents the itinerary details. example: 40495f0f293b54ffe64c833d987cd80ecdb5aca5 total_price: type: float description: Total price of the segment (fare and tax included). example: 197.1 segment_source: type: string description: GDS or LCC provider source for segment. example: travelport segments: type: array description: A list of segments for this itinerary items: type: array description: A list of required legs information for this segment items: $ref: '#/components/schemas/MinimalDatasourceLegDetails_2' refundable: type: boolean description: Explains whether the booking will be refundable. example: true GenerateSolutionsResponse: title: Generate Solutions Response type: object properties: trip_id: type: string description: A unique key used for identification and when booking a trip. example: fb3d8eff432a329dc21fad8449c686fa93e5ce24 itineraries: $ref: '#/components/schemas/DatasourceItineraryInfo' metadata_details: $ref: '#/components/schemas/MetaDataDetails' DatasourceItineraryInfo_2: type: array description: Array of itineraries sorted by weight. items: properties: itinerary_id: type: string description: Unique identifier for the itinerary example: f557310419e4c08a6ba40cc2785447970e7aea4c total_price: type: number description: Price of the itinerary (fare and tax included). example: 197.1 weight: type: number description: Weight of the segment (time-value considered). example: 239 refundable: type: boolean description: Denotes whether the booking will be refundable. example: true transportation_time: type: integer description: Total transportation time for the itinerary. example: 425 is_virtual_interline: type: boolean description: Denotes whether the itinerary contains virtual interline. example: true structure: type: array description: "\"Array representing the structure of the trip in terms of one-ways and open-jaw segments. \nFor example: [(0, 1), (3, 4), 2] means there would be three bookings. One openjaw for segments ”0 and 1”, \none for segments ”3 and 4” and a one-way for segment ‘2”.\"\n" example: '[(0, 1), 2]' is_vi_openjaw: type: boolean description: Identifies whether the itinerary includes an open jaw. example: true flight_numbers: type: array description: Array of strings listing the flight numbers in this itinerary. items: type: string example: AC135 segments: type: array description: Array of strings listing the flight numbers in this itinerary. items: type: object properties: pricing_solution_id: type: string description: A unique identifier that matches objects within metadata_details example: c2f59ef0eeec039233d60e694fed09edc4dfa954 is_vi_segment: type: boolean description: Denotes whether the segment is a virtual interline segment. example: false price: type: number description: Price of the segment (fare and tax included) example: 671.88 weight: type: number description: Weight of the segment (time-value considered). example: 716 segment_position: type: number or array of number description: Position of the segment in the itinerary. For example, `[0, 2]` means the combined segment is an open-jaw segment and it represents the **first** segment of the itinerary and the **third** segment of the itinerary. example: 0 is_private_fare: type: boolean description: Indicates whether or not this segment is a private fare. If this value is false, it is considered to be a public fare. example: true baggage: type: string description: A string value representing the baggage for this itinerary. Will be a string value if baggage is present, otherwise will be `null`. example: 2pc vi_solution_id: type: string description: The concatenation of all VI segment's pricing_solution_id seperated by two underscores, e.g. __ example: 0714d9db826c3719eda04e022c0af6e8d343680c__3124b0fa3a99f6dffc279c1312c8d9be407f2f36 vi_solution_index: type: number description: The position the current segment is within the VI solution (if a VI solution has 2 segments, can be 0 or 1). If an open jaw is included in the response, the vi_solution_index describes the position of the inbound and outbound segments of the open jaw trip i.e. (1,2) example: 1 risk_profile: type: number description: The probability of missing the connection and not performing the self-transfer during the VI self-connection example: 8.42 segment_type: type: string description: Denotes whether the segment is an open jaw or a one-way. example: Open Jaw legs: type: array description: A list of required legs information for this segment items: $ref: '#/components/schemas/DatasourceLegDetailsResponse_3' metadata: type: array description: This field is completely optional and we will not alter the data within this object. Whatever passed within this object will be returned as-is back to the OTA.
This array contains all the metadata that correlates with the related itineraries. This will not be populated if no metadata is passed in the generate solutions request. items: $ref: '#/components/schemas/MinimalMetadataRequest' GenerateSolutionsResponse_2: title: Generate Solutions Response type: object properties: trip_id: type: string description: A unique key used for identification and when booking a trip. example: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= currency: type: string description: Currency that was passed in get-searches example: MXN itineraries: $ref: '#/components/schemas/DatasourceItineraryInfo_2' markup: type: number description: Markup amount determined by Trip Ninja's revenue management system. example: 32.23 DatasourceLegDetailsResponse_3: description: A list of required info for each leg of this segment. type: object properties: departure_time: type: string description: Departure time written in the ISO 8601 datetime format (e.g. 2023-03-15T08:00:00-04:00). example: '2023-11-15T16:00:00.000+07:00' departure_timestamp: type: int description: Departure timestamp written in epoch time (e.g. 1678892400). example: 1678892400 arrival_time: type: string description: Arrival time written in the ISO 8601 datetime format (e.g. 2023-03-15T10:29:00-04:00). example: '2023-11-15T20:00:00.000+07:00' arrival_timestamp: type: int description: Arrival timestamp written in epoch time (e.g. 1678901340). example: 1678901340 flight_number: type: string description: Flight number. example: '391' operating_carrier: type: string description: Operating carrier. example: WS transportation_type: type: string description: Transportation vehicle used for this segment. example: flight fare_type: type: string description: Fare Type of the segment example: Published cabin_class: type: string description: The cabin class of the leg. Accepted values are E - Economy, PE - Premium Economy, BC - Business Class, FC - First Class, PFC - Premium First Class. example: BC enum: - E - PE - BC - FC - PFC cancellation_probability: type: number description: The probability percentage that this flight will be cancelled (only returned if you have our average delay time module enabled, and only for VI segments with a self transfer) example: 7.86 average_delay_time: type: number description: The average delay time of this flight in minutes. A negative value indicates an average early arrival time. (only returned if you have our average delay time module enabled, and only for VI segments with a self transfer) example: -5 is_international: type: boolean description: Indicates whether this flight is international. (only returned if you have our average delay time module enabled, and only for VI segments with a self transfer) example: true self_transfer_time: type: number description: The self transfer time in minutes between this flights arrival time and the next segments departure time. (only returned if you have our average delay time module enabled, and only for VI segments with a self transfer) example: 134 segment_leg_position: type: number description: 'Indicates the segment position of this specific leg. For an open jaw VI response, the segment_leg_position can either be 0 or 1, representing the first or second segment searched. ' example: 0 marketing_carrier: type: string description: Marketing carrier. example: AC MinimalDatasourceLegDetails_3: description: A list of required info for each leg of this segment. type: object required: - departure_time - departure_timestamp - arrival_time - arrival_timestamp - flight_number - operating_carrier - transportation_type - fare_type - cabin_class - from_iata - to_iata properties: departure_time: type: string description: Departure time written in the ISO 8601 datetime format (e.g. 2023-03-15T08:00:00-04:00). example: '2023-03-15T08:00:00' departure_timestamp: type: int description: Departure timestamp written in epoch time, in seconds (e.g. 1678892400). example: 1678892400 arrival_time: type: string description: Arrival time written in the ISO 8601 datetime format (e.g. 2023-03-15T10:29:00-04:00). example: '2023-03-15T10:29:00' arrival_timestamp: type: int description: Arrival timestamp written in epoch time, in seconds (e.g. 1678901340). example: 1678901340 flight_number: type: string description: Flight number. example: '391' operating_carrier: type: string description: Operating carrier. example: WS transportation_type: type: string description: Transportation vehicle used for this segment. example: flight fare_type: type: string description: Fare Type of the segment example: Published cabin_class: type: string description: The cabin class of the leg. Accepted values are E - Economy, PE - Premium Economy, BC - Business Class, FC - First Class, PFC - Premium First Class. example: BC enum: - E - PE - BC - FC - PFC from_iata: type: string description: IATA of departure airport for leg. example: YWG to_iata: type: string description: IATA of arrival airport for leg. example: FCO marketing_carrier: type: string description: Marketing carrier. example: AC examples: IE52ErrorCode: summary: Trip Id Validation Error value: status: IE52 message: Trip Id not found TwoWayGenerateSolutionResponse: summary: Two Way Generate Solution Response value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= currency: USD itineraries: - itinerary_id: cdac1656cd37658471d0cd9acc43739198bfb1d4 total_price: 8508.73 weight: 8508.73 transportation_time: 2005 refundable: false is_virtual_interline: false structure: '[0, 1]' flight_numbers: - AC361 - FI455 - FI607 segments: - pricing_solution_id: e394589376cc6d9ce1a95c7e813b0dd63132f30a is_vi_segment: false price: 4433.18 weight: 4433.18 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-06-20T21:25:00.000+01:00' departure_timestamp: 1724185500 arrival_time: '2024-06-20T23:40:00.000+00:00' arrival_timestamp: 1724197200 flight_number: '455' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: LHR to_iata: KEF segment_leg_position: 0 - departure_time: '2024-06-21T18:35:00.000+00:00' departure_timestamp: 1724265300 arrival_time: '2024-06-21T20:30:00.000-03:00' arrival_timestamp: 1724283000 flight_number: '607' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: KEF to_iata: YHZ segment_leg_position: 0 - pricing_solution_id: 15267582c311e11cf9ce5ab5a9a1890358873b17 is_vi_segment: false price: 4075.55 weight: 4075.55 segment_position: 1 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-06-25T10:05:00.000-03:00' departure_timestamp: 1724591100 arrival_time: '2024-06-25T12:25:00.000-07:00' arrival_timestamp: 1724613900 flight_number: '361' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YHZ to_iata: YVR segment_leg_position: 1 metadata: - segment_source: travelport legs: - OriginName: London, United Kingdom (LHR) Origin: LHR DestinationName: Reykjavik, Iceland (KEF) Destination: KEF DepartureTime: '2024-06-20T21:25:00.000+01:00' DepartureTimestamp: 1724185500 ArrivalTime: '2024-06-20T23:40:00.000+00:00' ArrivalTimestamp: 1724197200 FlightNumber: '455' Carrier: FI CarrierFullName: Icelandair FlightTime: 195 AircraftType: 76W AvailabilitySource: S Key: lbzAnAVqWDKADif+NAsfAA== BookingCode: A cabin_class: Business - OriginName: Reykjavik, Iceland (KEF) Origin: KEF DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-21T18:35:00.000+00:00' DepartureTimestamp: 1724265300 ArrivalTime: '2024-06-21T20:30:00.000-03:00' ArrivalTimestamp: 1724283000 FlightNumber: '607' Carrier: FI CarrierFullName: Icelandair FlightTime: 295 AircraftType: 7M8 AvailabilitySource: S Key: lbzAnAVqWDKAFif+NAsfAA== BookingCode: A cabin_class: Business - segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T10:05:00.000-03:00' DepartureTimestamp: 1724591100 ArrivalTime: '2024-06-25T12:25:00.000-07:00' ArrivalTimestamp: 1724613900 FlightNumber: '361' Carrier: AC CarrierFullName: Air Canada FlightTime: 380 AircraftType: 7M8 AvailabilitySource: S Key: eAo/mASqWDKA9eC9NAsfAA== BookingCode: P cabin_class: Business markup: 323 - itinerary_id: 6ce451c1de96ad276e087b5b87e2300a9f9b88f8 total_price: 25152.89 weight: 25127.89 transportation_time: 1970 refundable: false is_virtual_interline: false structure: '[(0, 1)]' flight_numbers: - 4Y7386 - AC361 - LH919 segments: - pricing_solution_id: 8c98f6bd8c322983b0bb22d4466c25d79a91b32a is_vi_segment: false price: 25152.89 weight: 25152.89 segment_position: - 0 - 1 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-06-20T19:30:00.000+01:00' departure_timestamp: 1724178600 arrival_time: '2024-06-20T22:05:00.000+02:00' arrival_timestamp: 1724184300 flight_number: '919' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: LHR to_iata: FRA segment_leg_position: 0 - departure_time: '2024-06-21T15:40:00.000+02:00' departure_timestamp: 1724247600 arrival_time: '2024-06-21T18:00:00.000-03:00' arrival_timestamp: 1724274000 flight_number: '7386' operating_carrier: 4Y transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: FRA to_iata: YHZ segment_leg_position: 0 - departure_time: '2024-06-25T10:05:00.000-03:00' departure_timestamp: 1724591100 arrival_time: '2024-06-25T12:25:00.000-07:00' arrival_timestamp: 1724613900 flight_number: '361' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YHZ to_iata: YVR segment_leg_position: 1 metadata: - segment_source: travelport legs: - OriginName: London, United Kingdom (LHR) Origin: LHR DestinationName: Frankfurt, Germany (FRA) Destination: FRA DepartureTime: '2024-06-20T19:30:00.000+01:00' DepartureTimestamp: 1724178600 ArrivalTime: '2024-06-20T22:05:00.000+02:00' ArrivalTimestamp: 1724184300 FlightNumber: '919' Carrier: LH CarrierFullName: Lufthansa German Airlines FlightTime: 95 AircraftType: 32N AvailabilitySource: S Key: lbzAnAVqWDKAUDg+NAsfAA== BookingCode: J cabin_class: Business - OriginName: Frankfurt, Germany (FRA) Origin: FRA DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-21T15:40:00.000+02:00' DepartureTimestamp: 1724247600 ArrivalTime: '2024-06-21T18:00:00.000-03:00' ArrivalTimestamp: 1724274000 FlightNumber: '7386' Carrier: AC CarrierFullName: Air Canada FlightTime: 440 AircraftType: '333' AvailabilitySource: S Key: lbzAnAVqWDKAWDg+NAsfAA== BookingCode: J cabin_class: Business OperatingCarrier: 4Y OperatingCarrierFullName: Yute Air Aka Flight Alaska - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T10:05:00.000-03:00' DepartureTimestamp: 1724591100 ArrivalTime: '2024-06-25T12:25:00.000-07:00' ArrivalTimestamp: 1724613900 FlightNumber: '361' Carrier: AC CarrierFullName: Air Canada FlightTime: 380 AircraftType: 7M8 AvailabilitySource: S Key: lbzAnAVqWDKAZDg+NAsfAA== BookingCode: J cabin_class: Business markup: 352 OneWayGenerateSolutionResponse: summary: One Way Generate Solution Response value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= currency: MXN itineraries: - itinerary_id: 3e5438fd21674dc539b1ef2fa0720e23c01d495d total_price: 9623.2 weight: 9623.2 transportation_time: 990 refundable: false is_virtual_interline: false structure: '[0]' flight_numbers: - WS18 - WS235 segments: - pricing_solution_id: a70de9b20c927e2d93996f8ada28adc2a8cfdbb1 is_vi_segment: false price: 9623.2 weight: 9623.2 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-06-20T15:30:00.000-03:00' departure_timestamp: 1721500200 arrival_time: '2024-06-20T18:08:00.000-06:00' arrival_timestamp: 1721520480 flight_number: '235' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YYC segment_leg_position: 0 - departure_time: '2024-06-20T20:35:00.000-06:00' departure_timestamp: 1721529300 arrival_time: '2024-06-21T12:00:00.000+01:00' arrival_timestamp: 1721559600 flight_number: '18' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YYC to_iata: LHR segment_leg_position: 0 metadata: - segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-20T15:30:00.000-03:00' DepartureTimestamp: 1721500200 ArrivalTime: '2024-06-20T18:08:00.000-06:00' ArrivalTimestamp: 1721520480 FlightNumber: '235' Carrier: WS CarrierFullName: Westjet FlightTime: 338 AircraftType: 7M8 AvailabilitySource: P Key: eAo/mASqWDKABuv4NAABdAA== BookingCode: K cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: London, United Kingdom (LHR) Destination: LHR DepartureTime: '2024-06-20T20:35:00.000-06:00' DepartureTimestamp: 1721529300 ArrivalTime: '2024-06-21T12:00:00.000+01:00' ArrivalTimestamp: 1721559600 FlightNumber: '18' Carrier: WS CarrierFullName: Westjet FlightTime: 505 AircraftType: '789' AvailabilitySource: P Key: eAo/mASqWDKADuv4NAABdAA== BookingCode: D cabin_class: Business markup: 323 - itinerary_id: 54aad547029a628303a47a21844fef0332070bbb total_price: 17550.34 weight: 17550.34 transportation_time: 545 refundable: false is_virtual_interline: false structure: '[0]' flight_numbers: - AC667 - AC866 segments: - pricing_solution_id: e0edb24bc906f445f7c1bc05e1a4434bd97cc425 is_vi_segment: false price: 17550.34 weight: 17550.34 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-06-20T17:25:00.000-03:00' departure_timestamp: 1721507100 arrival_time: '2024-06-20T18:04:00.000-04:00' arrival_timestamp: 1721513040 flight_number: '667' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YHZ to_iata: YUL segment_leg_position: 0 - departure_time: '2024-06-20T18:50:00.000-04:00' departure_timestamp: 1721515800 arrival_time: '2024-06-21T06:30:00.000+01:00' arrival_timestamp: 1721539800 flight_number: '866' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YUL to_iata: LHR segment_leg_position: 0 metadata: - segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-06-20T17:25:00.000-03:00' DepartureTimestamp: 1721507100 ArrivalTime: '2024-06-20T18:04:00.000-04:00' ArrivalTimestamp: 1721513040 FlightNumber: '667' Carrier: AC CarrierFullName: Air Canada FlightTime: 99 AircraftType: '333' AvailabilitySource: Q Key: eAo/mASqWDKAZuv4NAABdAA== BookingCode: J cabin_class: Business - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: London, United Kingdom (LHR) Destination: LHR DepartureTime: '2024-06-20T18:50:00.000-04:00' DepartureTimestamp: 1721515800 ArrivalTime: '2024-06-21T06:30:00.000+01:00' ArrivalTimestamp: 1721539800 FlightNumber: '866' Carrier: AC CarrierFullName: Air Canada FlightTime: 400 AircraftType: '788' AvailabilitySource: Q Key: eAo/mASqWDKAcuv4NAABdAA== BookingCode: J cabin_class: Business markup: 325 IE08ErrorCode: summary: Request Decompress Error value: status: IE08 message: Please send a compressed request using zlib, more details can be found here:/generate-solutions/ ThreeWayGenerateSolutionResponse: summary: Three Way Generate Solution Response value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= currency: USD itineraries: - itinerary_id: d8997bee5c8b53d21a85987d1fc05b959e789b42 total_price: 2247.71 weight: 2247.71 transportation_time: 1047 refundable: false is_virtual_interline: false structure: '[(0, 1), 2]' flight_numbers: - F81204 - WS25 - WS385 segments: - pricing_solution_id: b931713ca37719cb0c1b40387cebf3bfc5522c9b is_vi_segment: false price: 1849.2 weight: 1849.2 segment_position: - 0 - 1 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-08-20T11:00:00.000+01:00' departure_timestamp: 1724148000 arrival_time: '2024-08-20T13:46:00.000-03:00' arrival_timestamp: 1724172360 flight_number: '25' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LGW to_iata: YHZ segment_leg_position: 0 - departure_time: '2024-08-25T07:15:00.000-03:00' departure_timestamp: 1724580900 arrival_time: '2024-08-25T09:46:00.000-07:00' arrival_timestamp: 1724604360 flight_number: '385' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YVR segment_leg_position: 1 - pricing_solution_id: 1c3ac84c0b9a811ad9165fcf2ae24834c15e1e5a is_vi_segment: false price: 398.51 weight: 398.51 segment_position: 2 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-08-30T23:55:00.000-07:00' departure_timestamp: 1725087300 arrival_time: '2024-08-31T07:05:00.000-04:00' arrival_timestamp: 1725102300 flight_number: '1204' operating_carrier: F8 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YXX to_iata: YKF segment_leg_position: 2 metadata: - segment_source: travelport legs: - OriginName: London, United Kingdom (LGW) Origin: LGW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T11:00:00.000+01:00' DepartureTimestamp: 1724148000 ArrivalTime: '2024-08-20T13:46:00.000-03:00' ArrivalTimestamp: 1724172360 FlightNumber: '25' Carrier: WS CarrierFullName: Westjet FlightTime: 406 AircraftType: 7M8 AvailabilitySource: P Key: lbzAnAVqWDKAHuZFOAAAAA== BookingCode: L cabin_class: Economy fare_info_ref: lbzAnAVqWDKAUuZFOAAAAA== fare_rule_key: gws-eJxNjsEKgzAQRD9G5j67MdreIlErKqFQi9hD//8zuoktdCE7s7zNJCEEpdZstA7/VeFd7Q+kZwQS1M4xveAcFZIHkI3Hem9ntwwLSsZFaSgVfKqUxeijM8HIUU6UC0fp6203xpJsKsgvI1u7gZ/pNrOp67chUoRCT+2vX8gW9tUP0W8r4g== fare_type: PublicFare - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-25T07:15:00.000-03:00' DepartureTimestamp: 1724580900 ArrivalTime: '2024-08-25T09:46:00.000-07:00' ArrivalTimestamp: 1724604360 FlightNumber: '385' Carrier: WS CarrierFullName: Westjet FlightTime: 391 AircraftType: 73W AvailabilitySource: P Key: lbzAnAVqWDKAJuZFOAAAAA== BookingCode: L cabin_class: Economy fare_info_ref: lbzAnAVqWDKAcuZFOAAAAA== fare_rule_key: gws-eJxNj80OAiEMhB+GzL3Uri43NuxGD4bEvzV48P0fw6FqdICGMtMvIeesoiZbtfyvgGe4X1BvBahQnraeoTtNo3cVQuFY1llOyx4OGXVw67cimgcZ9c3SutH1qe3woPEm048I2NikU892hIn5OLyb5quT+IaY0he+FA5SThQbeOUPXiEnL1w= fare_type: PublicFare - segment_source: travelport legs: - OriginName: Abbotsford, BC, Canada (YXX) Origin: YXX DestinationName: Kitchener, ON, Canada (YKF) Destination: YKF DepartureTime: '2024-08-30T23:55:00.000-07:00' DepartureTimestamp: 1725087300 ArrivalTime: '2024-08-31T07:05:00.000-04:00' ArrivalTimestamp: 1725102300 FlightNumber: '1204' Carrier: W1 CarrierFullName: W1 FlightTime: 250 AircraftType: 7M8 AvailabilitySource: A Key: FywAnATqWDKAsi9IOAAAAA== BookingCode: M cabin_class: Economy fare_info_ref: FywAnATqWDKAzi9IOAAAAA== fare_rule_key: gws-eJxNj8EOwiAQRD+GzH0XV0JvYLEXYy+aWDz4/5/hsNXoABsmM7yEUkqUaJKilX8FvMJDMdcGrIg8/bJAY1KD0q0QCte25Oep3uCQfBCPfkvRvciqb44+gqHP7NvGYCczVwTInPSsssNMzJ/DXW33QdJR1Gn6wpdMTzlR7Mgrf/AG2w0u9A== fare_type: PublicFare OperatingCarrier: F8 OperatingCarrierFullName: Freedom Airlines d/b/a HP Expr markup: 323 - itinerary_id: bd309a5305032c1d94b403aba8a52da20712fa94 total_price: 2294.25 weight: 2294.25 transportation_time: 1139 refundable: false is_virtual_interline: false structure: '[0, 1, 2]' flight_numbers: - F81204 - PD244 - PD267 - WS25 segments: - pricing_solution_id: 6f97d49268a6dad7fded97f617bac71f17d992ba is_vi_segment: false price: 836.2 weight: 836.2 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-08-20T11:00:00.000+01:00' departure_timestamp: 1724148000 arrival_time: '2024-08-20T13:46:00.000-03:00' arrival_timestamp: 1724172360 flight_number: '25' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LGW to_iata: YHZ segment_leg_position: 0 - pricing_solution_id: 8a167f4755dafcfae6c79ebd05897ec3b56e2b52 is_vi_segment: false price: 1059.54 weight: 1059.54 segment_position: 1 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-08-25T17:05:00.000-03:00' departure_timestamp: 1724616300 arrival_time: '2024-08-25T17:54:00.000-04:00' arrival_timestamp: 1724622840 flight_number: '244' operating_carrier: PD transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YOW segment_leg_position: 1 - departure_time: '2024-08-25T18:45:00.000-04:00' departure_timestamp: 1724625900 arrival_time: '2024-08-25T21:08:00.000-07:00' arrival_timestamp: 1724645280 flight_number: '267' operating_carrier: PD transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YOW to_iata: YVR segment_leg_position: 1 - pricing_solution_id: 1c3ac84c0b9a811ad9165fcf2ae24834c15e1e5a is_vi_segment: false price: 398.51 weight: 398.51 segment_position: 2 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-08-30T23:55:00.000-07:00' departure_timestamp: 1725087300 arrival_time: '2024-08-31T07:05:00.000-04:00' arrival_timestamp: 1725102300 flight_number: '1204' operating_carrier: F8 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YXX to_iata: YKF segment_leg_position: 2 metadata: - segment_source: travelport legs: - OriginName: London, United Kingdom (LGW) Origin: LGW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T11:00:00.000+01:00' DepartureTimestamp: 1724148000 ArrivalTime: '2024-08-20T13:46:00.000-03:00' ArrivalTimestamp: 1724172360 FlightNumber: '25' Carrier: WS CarrierFullName: Westjet FlightTime: 406 AircraftType: 7M8 AvailabilitySource: S Key: lbzAnAVqWDKAZYZFOAAAAA== BookingCode: E cabin_class: Economy fare_info_ref: lbzAnAVqWDKAgYZFOAAAAA== fare_rule_key: gws-eJxNjtEKwjAMRT9m3PfbbF31rXN1iitFcDK2B///M0yqgoHkXnJCkhijUDr20sX/aPBq1gfKcwQKRHO77nAS4MyD7D3yPdza+TSjrjgIFZWKP+rq4OhTq4KJkzUUWmCrNV9WZaRtNoEdRm0R+JlhUVuGtJwznaOjp6TjFzJAP30Drn8ryA== fare_type: PublicFare - segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Ottawa, ON, Canada (YOW) Destination: YOW DepartureTime: '2024-08-25T17:05:00.000-03:00' DepartureTimestamp: 1724616300 ArrivalTime: '2024-08-25T17:54:00.000-04:00' ArrivalTimestamp: 1724622840 FlightNumber: '244' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 109 AircraftType: '295' AvailabilitySource: A Key: lbzAnAVqWDKANGZFOAAAAA== BookingCode: W cabin_class: Economy fare_info_ref: lbzAnAVqWDKAWGZFOAAAAA== fare_rule_key: gws-eJxNj8EKwyAQRD9G5r6aNSQ3rR56KBJCaTGH/v9ndNymtLO6uMzsA1NKQYLKHDT9y+HltoqSK9AQePtjx6RRBJ5Tg1B4zkWOfbvBIEuIZv3Ko1uQUTtsndWGzt6vB40Pmb6Hw1SyzyM7ECpq67Ap1/tJWuDX9Qu/ZC5SRhSNfPIHb/zeLzE= fare_type: PublicFare - OriginName: Ottawa, ON, Canada (YOW) Origin: YOW DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-25T18:45:00.000-04:00' DepartureTimestamp: 1724625900 ArrivalTime: '2024-08-25T21:08:00.000-07:00' ArrivalTimestamp: 1724645280 FlightNumber: '267' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 323 AircraftType: '295' AvailabilitySource: A Key: lbzAnAVqWDKAPGZFOAAAAA== BookingCode: W cabin_class: Economy fare_info_ref: lbzAnAVqWDKAWGZFOAAAAA== fare_rule_key: gws-eJxNj8EKwyAQRD9G5r6aNSQ3rR56KBJCaTGH/v9ndNymtLO6uMzsA1NKQYLKHDT9y+HltoqSK9AQePtjx6RRBJ5Tg1B4zkWOfbvBIEuIZv3Ko1uQUTtsndWGzt6vB40Pmb6Hw1SyzyM7ECpq67Ap1/tJWuDX9Qu/ZC5SRhSNfPIHb/zeLzE= fare_type: PublicFare - segment_source: travelport legs: - OriginName: Abbotsford, BC, Canada (YXX) Origin: YXX DestinationName: Kitchener, ON, Canada (YKF) Destination: YKF DepartureTime: '2024-08-30T23:55:00.000-07:00' DepartureTimestamp: 1725087300 ArrivalTime: '2024-08-31T07:05:00.000-04:00' ArrivalTimestamp: 1725102300 FlightNumber: '1204' Carrier: W1 CarrierFullName: W1 FlightTime: 250 AircraftType: 7M8 AvailabilitySource: A Key: FywAnATqWDKAsi9IOAAAAA== BookingCode: M cabin_class: Economy fare_info_ref: FywAnATqWDKAzi9IOAAAAA== fare_rule_key: gws-eJxNj8EOwiAQRD+GzH0XV0JvYLEXYy+aWDz4/5/hsNXoABsmM7yEUkqUaJKilX8FvMJDMdcGrIg8/bJAY1KD0q0QCte25Oep3uCQfBCPfkvRvciqb44+gqHP7NvGYCczVwTInPSsssNMzJ/DXW33QdJR1Gn6wpdMTzlR7Mgrf/AG2w0u9A== fare_type: PublicFare OperatingCarrier: F8 OperatingCarrierFullName: Freedom Airlines d/b/a HP Expr markup: 188 - itinerary_id: ac236d9a9e90aa0b416649d8b9130f2b4a1c8309 total_price: 2770.45 weight: 2770.45 transportation_time: 1262 refundable: false is_virtual_interline: false structure: '[0, (1, 2)]' flight_numbers: - WS118 - WS131 - WS233 - WS25 - WS568 segments: - pricing_solution_id: 6f97d49268a6dad7fded97f617bac71f17d992ba is_vi_segment: false price: 836.2 weight: 836.2 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-06-20T11:00:00.000+01:00' departure_timestamp: 1724148000 arrival_time: '2024-06-20T13:46:00.000-03:00' arrival_timestamp: 1724172360 flight_number: '25' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LGW to_iata: YHZ segment_leg_position: 0 - pricing_solution_id: 8dcf639c40501a1ace3a24bde358d412b3b54980 is_vi_segment: false price: 1934.25 weight: 1934.25 segment_position: - 1 - 2 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-06-25T18:05:00.000-03:00' departure_timestamp: 1724619900 arrival_time: '2024-06-25T20:40:00.000-06:00' arrival_timestamp: 1724640000 flight_number: '233' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YYC segment_leg_position: 1 - departure_time: '2024-06-25T21:25:00.000-06:00' departure_timestamp: 1724642700 arrival_time: '2024-06-25T21:59:00.000-07:00' arrival_timestamp: 1724648340 flight_number: '131' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YYC to_iata: YVR segment_leg_position: 1 - departure_time: '2024-06-30T15:30:00.000-07:00' departure_timestamp: 1725057000 arrival_time: '2024-06-30T17:57:00.000-06:00' arrival_timestamp: 1725062220 flight_number: '118' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YVR to_iata: YYC segment_leg_position: 2 - departure_time: '2024-06-30T19:15:00.000-06:00' departure_timestamp: 1725066900 arrival_time: '2024-07-01T00:52:00.000-04:00' arrival_timestamp: 1725079920 flight_number: '568' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YYC to_iata: YKF segment_leg_position: 2 metadata: - segment_source: travelport legs: - OriginName: London, United Kingdom (LGW) Origin: LGW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-20T11:00:00.000+01:00' DepartureTimestamp: 1724148000 ArrivalTime: '2024-06-20T13:46:00.000-03:00' ArrivalTimestamp: 1724172360 FlightNumber: '25' Carrier: WS CarrierFullName: Westjet FlightTime: 406 AircraftType: 7M8 AvailabilitySource: S Key: lbzAnAVqWDKAZYZFOAAAAA== BookingCode: E cabin_class: Economy - segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-25T18:05:00.000-03:00' DepartureTimestamp: 1724619900 ArrivalTime: '2024-06-25T20:40:00.000-06:00' ArrivalTimestamp: 1724640000 FlightNumber: '233' Carrier: WS CarrierFullName: Westjet FlightTime: 335 AircraftType: 7M8 AvailabilitySource: P Key: eAo/mASqWDKAxHSEOAAAAA== BookingCode: E cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T21:25:00.000-06:00' DepartureTimestamp: 1724642700 ArrivalTime: '2024-06-25T21:59:00.000-07:00' ArrivalTimestamp: 1724648340 FlightNumber: '131' Carrier: WS CarrierFullName: Westjet FlightTime: 94 AircraftType: 73H AvailabilitySource: P Key: eAo/mASqWDKAzHSEOAAAAA== BookingCode: E cabin_class: Economy - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-30T15:30:00.000-07:00' DepartureTimestamp: 1725057000 ArrivalTime: '2024-06-30T17:57:00.000-06:00' ArrivalTimestamp: 1725062220 FlightNumber: '118' Carrier: WS CarrierFullName: Westjet FlightTime: 87 AircraftType: 7M8 AvailabilitySource: S Key: eAo/mASqWDKA1HSEOAAAAA== BookingCode: E cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Kitchener, ON, Canada (YKF) Destination: YKF DepartureTime: '2024-06-30T19:15:00.000-06:00' DepartureTimestamp: 1725066900 ArrivalTime: '2024-07-01T00:52:00.000-04:00' ArrivalTimestamp: 1725079920 FlightNumber: '568' Carrier: WS CarrierFullName: Westjet FlightTime: 217 AircraftType: 73W AvailabilitySource: S Key: eAo/mASqWDKA3HSEOAAAAA== BookingCode: E cabin_class: Economy markup: 210 - itinerary_id: 456c8f9da33b7dbd284949be27b35370803a69c9 total_price: 2105.05 weight: 2105.05 transportation_time: 1245 refundable: false is_virtual_interline: false structure: '[(0, 2), 1]' flight_numbers: - PD256 - TS7772 - WS25 - WS718 segments: - pricing_solution_id: c7168b7f775eaf7eccddaacd50f2b08055871274 is_vi_segment: false price: 495.09 weight: 495.09 segment_position: 1 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-08-25T17:50:00-03:00' departure_timestamp: 1724619000 arrival_time: '2024-08-25T18:20:00-04:00' arrival_timestamp: 1724624400 flight_number: '256' operating_carrier: PD transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YHZ to_iata: YUL segment_leg_position: 1 - departure_time: '2024-08-25T20:30:00-04:00' departure_timestamp: 1724632200 arrival_time: '2024-08-25T23:15:00-07:00' arrival_timestamp: 1724652900 flight_number: '7772' operating_carrier: TS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: YVR segment_leg_position: 1 - pricing_solution_id: ff787dc1d6ef2d82fdea93268ee9167c87222d0f is_vi_segment: false price: 1609.96 weight: 1609.96 segment_position: - 0 - 2 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-08-20T11:00:00+01:00' departure_timestamp: 1724148000 arrival_time: '2024-08-20T13:46:00-03:00' arrival_timestamp: 1724172360 flight_number: '25' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LGW to_iata: YHZ segment_leg_position: 0 - departure_time: '2024-08-30T15:15:00-07:00' departure_timestamp: 1725056100 arrival_time: '2024-08-30T22:49:00-04:00' arrival_timestamp: 1725072540 flight_number: '718' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YYZ segment_leg_position: 2 metadata: - segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-25T17:50:00-03:00' DepartureTimestamp: 1724619000 ArrivalTime: '2024-08-25T18:20:00-04:00' ArrivalTimestamp: 1724624400 FlightNumber: '256' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 90 Key: dabc73bcbec56e68344b712fc60d00a2f35138ef fare_type: Published fare FareBasisCode: L0N3ZOZS BookingCode: L cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-25T20:30:00-04:00' DepartureTimestamp: 1724632200 ArrivalTime: '2024-08-25T23:15:00-07:00' ArrivalTimestamp: 1724652900 FlightNumber: '7772' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 345 Key: e1ed2a29f953c40d8620293c97ff888a58602406 fare_type: Published fare OperatingCarrier: TS OperatingCarrierFullName: Air Transat FareBasisCode: L0N3ZOZS BookingCode: L cabin_class: Economic Standard - segment_source: travelport legs: - OriginName: London, United Kingdom (LGW) Origin: LGW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T11:00:00+01:00' DepartureTimestamp: 1724148000 ArrivalTime: '2024-08-20T13:46:00-03:00' ArrivalTimestamp: 1724172360 FlightNumber: '25' Carrier: WS CarrierFullName: Westjet FlightTime: 406 Key: 010935c02243f72aad58835bd8c35c684e3f4ce2 fare_type: Published fare FareBasisCode: LP7J3KES BookingCode: L cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Toronto, ON, Canada (YYZ) Destination: YYZ DepartureTime: '2024-08-30T15:15:00-07:00' DepartureTimestamp: 1725056100 ArrivalTime: '2024-08-30T22:49:00-04:00' ArrivalTimestamp: 1725072540 FlightNumber: '718' Carrier: WS CarrierFullName: Westjet FlightTime: 274 Key: 650cd1859c2b64e3d687588be51cbd96b89a43fb fare_type: Published fare FareBasisCode: LCUD0ZEJ BookingCode: L cabin_class: Economic Standard markup: 212 - itinerary_id: e3020294c2aeb6718301c69e3533be63984b2cd8 total_price: 2986.41 weight: 2986.41 transportation_time: 2694 refundable: null is_virtual_interline: false structure: '[(0, 1, 2)]' flight_numbers: - PD256 - PD318 - TS7772 - WS19 - WS230 segments: - pricing_solution_id: 9bc85999afbc9c30c0562f1943ae43ac44352c7a is_vi_segment: false price: 2986.41 weight: 2986.41 segment_position: - 0 - 1 - 2 segment_source: travelport is_private_fare: false baggage: 2pc legs: - departure_time: '2024-08-20T14:10:00+01:00' departure_timestamp: 1724159400 arrival_time: '2024-08-20T15:53:00-06:00' arrival_timestamp: 1724190780 flight_number: '19' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: YYC segment_leg_position: 0 - departure_time: '2024-08-21T09:15:00-06:00' departure_timestamp: 1724253300 arrival_time: '2024-08-21T17:09:00-03:00' arrival_timestamp: 1724270940 flight_number: '230' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYC to_iata: YHZ segment_leg_position: 0 - departure_time: '2024-08-25T17:50:00-03:00' departure_timestamp: 1724619000 arrival_time: '2024-08-25T18:20:00-04:00' arrival_timestamp: 1724624400 flight_number: '256' operating_carrier: PD transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YHZ to_iata: YUL segment_leg_position: 1 - departure_time: '2024-08-25T20:30:00-04:00' departure_timestamp: 1724632200 arrival_time: '2024-08-25T23:15:00-07:00' arrival_timestamp: 1724652900 flight_number: '7772' operating_carrier: TS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: YVR segment_leg_position: 1 - departure_time: '2024-08-30T22:09:00-07:00' departure_timestamp: 1725080940 arrival_time: '2024-08-31T05:39:00-04:00' arrival_timestamp: 1725097140 flight_number: '318' operating_carrier: PD transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YYZ segment_leg_position: 2 metadata: - segment_source: travelport legs: - OriginName: London, United Kingdom (LHR) Origin: LHR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-08-20T14:10:00+01:00' DepartureTimestamp: 1724159400 ArrivalTime: '2024-08-20T15:53:00-06:00' ArrivalTimestamp: 1724190780 FlightNumber: '19' Carrier: WS CarrierFullName: Westjet FlightTime: 523 Key: e596caf1f578b06a36aff8285489f6c7ff4facf6 fare_type: Published fare FareBasisCode: LP7J3KEK BookingCode: L cabin_class: Economic Standard - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-21T09:15:00-06:00' DepartureTimestamp: 1724253300 ArrivalTime: '2024-08-21T17:09:00-03:00' ArrivalTimestamp: 1724270940 FlightNumber: '230' Carrier: WS CarrierFullName: Westjet FlightTime: 294 Key: c417e87f96e3941cf1590cbbdcca866cfcdab166 fare_type: Published fare FareBasisCode: LCUD0QEK BookingCode: L cabin_class: Economic Standard - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-25T17:50:00-03:00' DepartureTimestamp: 1724619000 ArrivalTime: '2024-08-25T18:20:00-04:00' ArrivalTimestamp: 1724624400 FlightNumber: '256' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 90 Key: dabc73bcbec56e68344b712fc60d00a2f35138ef fare_type: Published fare FareBasisCode: L0N3ZOZS BookingCode: L cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-25T20:30:00-04:00' DepartureTimestamp: 1724632200 ArrivalTime: '2024-08-25T23:15:00-07:00' ArrivalTimestamp: 1724652900 FlightNumber: '7772' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 345 Key: e1ed2a29f953c40d8620293c97ff888a58602406 fare_type: Published fare OperatingCarrier: TS OperatingCarrierFullName: Air Transat FareBasisCode: L0N3ZOZS BookingCode: L cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Toronto, ON, Canada (YYZ) Destination: YYZ DepartureTime: '2024-08-30T22:09:00-07:00' DepartureTimestamp: 1725080940 ArrivalTime: '2024-08-31T05:39:00-04:00' ArrivalTimestamp: 1725097140 FlightNumber: '318' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 270 Key: c6756033ad1bfe7b4471681367e0bdd74299934e fare_type: Published fare FareBasisCode: V2N0ZRZL BookingCode: V cabin_class: Economic Standard markup: 295 TwoWayGenerateSolutionRequest: summary: Two Way Generate Solution Request value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= datasource_response: 7507312b410f5740cfc7368853461619624366c5: - pricing_solution_id: e394589376cc6d9ce1a95c7e813b0dd63132f30a total_price: 4433.18 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-20T21:25:00.000+01:00' departure_timestamp: 1724185500 arrival_time: '2024-06-20T23:40:00.000+00:00' arrival_timestamp: 1724197200 flight_number: '455' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: LHR to_iata: KEF - departure_time: '2024-06-21T18:35:00.000+00:00' departure_timestamp: 1724265300 arrival_time: '2024-06-21T20:30:00.000-03:00' arrival_timestamp: 1724283000 flight_number: '607' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: KEF to_iata: YHZ metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LHR) Origin: LHR DestinationName: Reykjavik, Iceland (KEF) Destination: KEF DepartureTime: '2024-06-20T21:25:00.000+01:00' DepartureTimestamp: 1724185500 ArrivalTime: '2024-06-20T23:40:00.000+00:00' ArrivalTimestamp: 1724197200 FlightNumber: '455' Carrier: FI CarrierFullName: Icelandair FlightTime: 195 AircraftType: 76W AvailabilitySource: S Key: lbzAnAVqWDKADif+NAsfAA== BookingCode: A cabin_class: Business - OriginName: Reykjavik, Iceland (KEF) Origin: KEF DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-21T18:35:00.000+00:00' DepartureTimestamp: 1724265300 ArrivalTime: '2024-06-21T20:30:00.000-03:00' ArrivalTimestamp: 1724283000 FlightNumber: '607' Carrier: FI CarrierFullName: Icelandair FlightTime: 295 AircraftType: 7M8 AvailabilitySource: S Key: lbzAnAVqWDKAFif+NAsfAA== BookingCode: A cabin_class: Business - pricing_solution_id: 9fe864e6c11dea59b5870c537fb0f3545ce814bd total_price: 8163.04 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-20T14:10:00.000+01:00' departure_timestamp: 1724159400 arrival_time: '2024-06-20T15:53:00.000-06:00' arrival_timestamp: 1724190780 flight_number: '19' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: LHR to_iata: YYC - departure_time: '2024-06-20T23:15:00.000-06:00' departure_timestamp: 1724217300 arrival_time: '2024-06-21T07:08:00.000-03:00' arrival_timestamp: 1724234880 flight_number: '228' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YYC to_iata: YHZ metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LHR) Origin: LHR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-20T14:10:00.000+01:00' DepartureTimestamp: 1724159400 ArrivalTime: '2024-06-20T15:53:00.000-06:00' ArrivalTimestamp: 1724190780 FlightNumber: '19' Carrier: WS CarrierFullName: Westjet FlightTime: 523 AircraftType: '789' AvailabilitySource: S Key: lbzAnAVqWDKAdif+NAsfAA== BookingCode: D cabin_class: Business - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-20T23:15:00.000-06:00' DepartureTimestamp: 1724217300 ArrivalTime: '2024-06-21T07:08:00.000-03:00' ArrivalTimestamp: 1724234880 FlightNumber: '228' Carrier: WS CarrierFullName: Westjet FlightTime: 293 AircraftType: 7M8 AvailabilitySource: S Key: lbzAnAVqWDKAfif+NAsfAA== BookingCode: L cabin_class: Economy 0238d1eff02a8a7128d6790958cca54a7de406b7: - pricing_solution_id: 15267582c311e11cf9ce5ab5a9a1890358873b17 total_price: 4075.55 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-25T10:05:00.000-03:00' departure_timestamp: 1724591100 arrival_time: '2024-06-25T12:25:00.000-07:00' arrival_timestamp: 1724613900 flight_number: '361' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YHZ to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T10:05:00.000-03:00' DepartureTimestamp: 1724591100 ArrivalTime: '2024-06-25T12:25:00.000-07:00' ArrivalTimestamp: 1724613900 FlightNumber: '361' Carrier: AC CarrierFullName: Air Canada FlightTime: 380 AircraftType: 7M8 AvailabilitySource: S Key: eAo/mASqWDKA9eC9NAsfAA== BookingCode: P cabin_class: Business - pricing_solution_id: 45b1f84e1d0c7b655a1b18caac9bdb6579d5d2a1 total_price: 4075.55 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-25T19:25:00.000-03:00' departure_timestamp: 1724624700 arrival_time: '2024-06-25T21:47:00.000-07:00' arrival_timestamp: 1724647620 flight_number: '363' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YHZ to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T19:25:00.000-03:00' DepartureTimestamp: 1724624700 ArrivalTime: '2024-06-25T21:47:00.000-07:00' ArrivalTimestamp: 1724647620 FlightNumber: '363' Carrier: AC CarrierFullName: Air Canada FlightTime: 382 AircraftType: 7M8 AvailabilitySource: S Key: eAo/mASqWDKApfC9NAsfAA== BookingCode: P cabin_class: Business 4f499298b303c55a1ee522118afce28abe2f68e4: - pricing_solution_id: 8c98f6bd8c322983b0bb22d4466c25d79a91b32a total_price: 25152.89 segment_source: travelport is_private_fare: false refundable: true baggage: 2pc segments: - - departure_time: '2024-06-20T19:30:00.000+01:00' departure_timestamp: 1724178600 arrival_time: '2024-06-20T22:05:00.000+02:00' arrival_timestamp: 1724184300 flight_number: '919' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: LHR to_iata: FRA - departure_time: '2024-06-21T15:40:00.000+02:00' departure_timestamp: 1724247600 arrival_time: '2024-06-21T18:00:00.000-03:00' arrival_timestamp: 1724274000 flight_number: '7386' operating_carrier: 4Y transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: FRA to_iata: YHZ - - departure_time: '2024-06-25T10:05:00.000-03:00' departure_timestamp: 1724591100 arrival_time: '2024-06-25T12:25:00.000-07:00' arrival_timestamp: 1724613900 flight_number: '361' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YHZ to_iata: YVR metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LHR) Origin: LHR DestinationName: Frankfurt, Germany (FRA) Destination: FRA DepartureTime: '2024-06-20T19:30:00.000+01:00' DepartureTimestamp: 1724178600 ArrivalTime: '2024-06-20T22:05:00.000+02:00' ArrivalTimestamp: 1724184300 FlightNumber: '919' Carrier: LH CarrierFullName: Lufthansa German Airlines FlightTime: 95 AircraftType: 32N AvailabilitySource: S Key: lbzAnAVqWDKAUDg+NAsfAA== BookingCode: J cabin_class: Business - OriginName: Frankfurt, Germany (FRA) Origin: FRA DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-21T15:40:00.000+02:00' DepartureTimestamp: 1724247600 ArrivalTime: '2024-06-21T18:00:00.000-03:00' ArrivalTimestamp: 1724274000 FlightNumber: '7386' Carrier: AC CarrierFullName: Air Canada FlightTime: 440 AircraftType: '333' AvailabilitySource: S Key: lbzAnAVqWDKAWDg+NAsfAA== BookingCode: J cabin_class: Business OperatingCarrier: 4Y OperatingCarrierFullName: Yute Air Aka Flight Alaska - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T10:05:00.000-03:00' DepartureTimestamp: 1724591100 ArrivalTime: '2024-06-25T12:25:00.000-07:00' ArrivalTimestamp: 1724613900 FlightNumber: '361' Carrier: AC CarrierFullName: Air Canada FlightTime: 380 AircraftType: 7M8 AvailabilitySource: S Key: lbzAnAVqWDKAZDg+NAsfAA== BookingCode: J cabin_class: Business - pricing_solution_id: 7cdce8862992b21794fa72905d7f4464b0675fa3 total_price: 25152.89 segment_source: travelport is_private_fare: false refundable: true baggage: 2pc segments: - - departure_time: '2024-06-20T19:30:00.000+01:00' departure_timestamp: 1724178600 arrival_time: '2024-06-20T22:05:00.000+02:00' arrival_timestamp: 1724184300 flight_number: '919' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: LHR to_iata: FRA - departure_time: '2024-06-21T15:40:00.000+02:00' departure_timestamp: 1724247600 arrival_time: '2024-06-21T18:00:00.000-03:00' arrival_timestamp: 1724274000 flight_number: '7386' operating_carrier: 4Y transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: FRA to_iata: YHZ - - departure_time: '2024-06-25T19:25:00.000-03:00' departure_timestamp: 1724624700 arrival_time: '2024-06-25T21:47:00.000-07:00' arrival_timestamp: 1724647620 flight_number: '363' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YHZ to_iata: YVR metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LHR) Origin: LHR DestinationName: Frankfurt, Germany (FRA) Destination: FRA DepartureTime: '2024-06-20T19:30:00.000+01:00' DepartureTimestamp: 1724178600 ArrivalTime: '2024-06-20T22:05:00.000+02:00' ArrivalTimestamp: 1724184300 FlightNumber: '919' Carrier: LH CarrierFullName: Lufthansa German Airlines FlightTime: 95 AircraftType: 32N AvailabilitySource: S Key: lbzAnAVqWDKAUDg+NAsfAA== BookingCode: J cabin_class: Business - OriginName: Frankfurt, Germany (FRA) Origin: FRA DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-21T15:40:00.000+02:00' DepartureTimestamp: 1724247600 ArrivalTime: '2024-06-21T18:00:00.000-03:00' ArrivalTimestamp: 1724274000 FlightNumber: '7386' Carrier: AC CarrierFullName: Air Canada FlightTime: 440 AircraftType: '333' AvailabilitySource: S Key: lbzAnAVqWDKAWDg+NAsfAA== BookingCode: J cabin_class: Business OperatingCarrier: 4Y OperatingCarrierFullName: Yute Air Aka Flight Alaska - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T19:25:00.000-03:00' DepartureTimestamp: 1724624700 ArrivalTime: '2024-06-25T21:47:00.000-07:00' ArrivalTimestamp: 1724647620 FlightNumber: '363' Carrier: AC CarrierFullName: Air Canada FlightTime: 382 AircraftType: 7M8 AvailabilitySource: S Key: lbzAnAVqWDKAOFg+NAsfAA== BookingCode: J cabin_class: Business OneWayGenerateSolutionRequest: summary: One Way Generate Solution Request value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= datasource_responses: 4f499298b303c55a1ee522118afce28abe2f68e4: - pricing_solution_id: a70de9b20c927e2d93996f8ada28adc2a8cfdbb1 total_price: 9623.2 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-20T15:30:00.000-03:00' departure_timestamp: 1721500200 arrival_time: '2024-06-20T18:08:00.000-06:00' arrival_timestamp: 1721520480 flight_number: '235' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YYC - departure_time: '2024-06-20T20:35:00.000-06:00' departure_timestamp: 1721529300 arrival_time: '2024-06-21T12:00:00.000+01:00' arrival_timestamp: 1721559600 flight_number: '18' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YYC to_iata: LHR metadata: segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-20T15:30:00.000-03:00' DepartureTimestamp: 1721500200 ArrivalTime: '2024-06-20T18:08:00.000-06:00' ArrivalTimestamp: 1721520480 FlightNumber: '235' Carrier: WS CarrierFullName: Westjet FlightTime: 338 AircraftType: 7M8 AvailabilitySource: P Key: eAo/mASqWDKABuv4NABCSAAA== BookingCode: K cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: London, United Kingdom (LHR) Destination: LHR DepartureTime: '2024-06-20T20:35:00.000-06:00' DepartureTimestamp: 1721529300 ArrivalTime: '2024-06-21T12:00:00.000+01:00' ArrivalTimestamp: 1721559600 FlightNumber: '18' Carrier: WS CarrierFullName: Westjet FlightTime: 505 AircraftType: '789' AvailabilitySource: P Key: eAo/mASqWDKADuv4NABCSAAA== BookingCode: D cabin_class: Business - pricing_solution_id: e0edb24bc906f445f7c1bc05e1a4434bd97cc425 total_price: 17550.34 segment_source: travelport is_private_fare: false refundable: true baggage: 2pc segments: - - departure_time: '2024-06-20T17:25:00.000-03:00' departure_timestamp: 1721507100 arrival_time: '2024-06-20T18:04:00.000-04:00' arrival_timestamp: 1721513040 flight_number: '667' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YHZ to_iata: YUL - departure_time: '2024-06-20T18:50:00.000-04:00' departure_timestamp: 1721515800 arrival_time: '2024-06-21T06:30:00.000+01:00' arrival_timestamp: 1721539800 flight_number: '866' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: BC from_iata: YUL to_iata: LHR metadata: segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-06-20T17:25:00.000-03:00' DepartureTimestamp: 1721507100 ArrivalTime: '2024-06-20T18:04:00.000-04:00' ArrivalTimestamp: 1721513040 FlightNumber: '667' Carrier: AC CarrierFullName: Air Canada FlightTime: 99 AircraftType: '333' AvailabilitySource: Q Key: eAo/mASqWDKAZuv4NABCSAAA== BookingCode: J cabin_class: Business - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: London, United Kingdom (LHR) Destination: LHR DepartureTime: '2024-06-20T18:50:00.000-04:00' DepartureTimestamp: 1721515800 ArrivalTime: '2024-06-21T06:30:00.000+01:00' ArrivalTimestamp: 1721539800 FlightNumber: '866' Carrier: AC CarrierFullName: Air Canada FlightTime: 400 AircraftType: '788' AvailabilitySource: Q Key: eAo/mASqWDKAcuv4NABCSAAA== BookingCode: J cabin_class: Business ThreeWayGenerateSolutionRequest: summary: Three Way Generate Solution Request value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= datasource_responses: 73c93522b736b41053f738b3dfcce66be1373224: - pricing_solution_id: 9bc85999afbc9c30c0562f1943ae43ac44352c7a total_price: 2986.41 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-08-20T14:10:00+01:00' departure_timestamp: 1724159400 arrival_time: '2024-08-20T15:53:00-06:00' arrival_timestamp: 1724190780 flight_number: '19' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: YYC - departure_time: '2024-08-21T09:15:00-06:00' departure_timestamp: 1724253300 arrival_time: '2024-08-21T17:09:00-03:00' arrival_timestamp: 1724270940 flight_number: '230' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYC to_iata: YHZ - - departure_time: '2024-08-25T17:50:00-03:00' departure_timestamp: 1724619000 arrival_time: '2024-08-25T18:20:00-04:00' arrival_timestamp: 1724624400 flight_number: '256' operating_carrier: PD transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YHZ to_iata: YUL - departure_time: '2024-08-25T20:30:00-04:00' departure_timestamp: 1724632200 arrival_time: '2024-08-25T23:15:00-07:00' arrival_timestamp: 1724652900 flight_number: '7772' operating_carrier: TS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: YVR - - departure_time: '2024-08-30T22:09:00-07:00' departure_timestamp: 1725080940 arrival_time: '2024-08-31T05:39:00-04:00' arrival_timestamp: 1725097140 flight_number: '318' operating_carrier: PD transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YYZ metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LHR) Origin: LHR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-08-20T14:10:00+01:00' DepartureTimestamp: 1724159400 ArrivalTime: '2024-08-20T15:53:00-06:00' ArrivalTimestamp: 1724190780 FlightNumber: '19' Carrier: WS CarrierFullName: Westjet FlightTime: 523 Key: e596caf1f578b06a36aff8285489f6c7ff4facf6 fare_type: Published fare FareBasisCode: LP7J3KEK BookingCode: L cabin_class: Economic Standard - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-21T09:15:00-06:00' DepartureTimestamp: 1724253300 ArrivalTime: '2024-08-21T17:09:00-03:00' ArrivalTimestamp: 1724270940 FlightNumber: '230' Carrier: WS CarrierFullName: Westjet FlightTime: 294 Key: c417e87f96e3941cf1590cbbdcca866cfcdab166 fare_type: Published fare FareBasisCode: LCUD0QEK BookingCode: L cabin_class: Economic Standard - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-25T17:50:00-03:00' DepartureTimestamp: 1724619000 ArrivalTime: '2024-08-25T18:20:00-04:00' ArrivalTimestamp: 1724624400 FlightNumber: '256' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 90 Key: dabc73bcbec56e68344b712fc60d00a2f35138ef fare_type: Published fare FareBasisCode: L0N3ZOZS BookingCode: L cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-25T20:30:00-04:00' DepartureTimestamp: 1724632200 ArrivalTime: '2024-08-25T23:15:00-07:00' ArrivalTimestamp: 1724652900 FlightNumber: '7772' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 345 Key: e1ed2a29f953c40d8620293c97ff888a58602406 fare_type: Published fare OperatingCarrier: TS OperatingCarrierFullName: Air Transat FareBasisCode: L0N3ZOZS BookingCode: L cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Toronto, ON, Canada (YYZ) Destination: YYZ DepartureTime: '2024-08-30T22:09:00-07:00' DepartureTimestamp: 1725080940 ArrivalTime: '2024-08-31T05:39:00-04:00' ArrivalTimestamp: 1725097140 FlightNumber: '318' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 270 Key: c6756033ad1bfe7b4471681367e0bdd74299934e fare_type: Published fare FareBasisCode: V2N0ZRZL BookingCode: V cabin_class: Economic Standard bcbc265364d2581723625d95081835e2ee63cd1e: - pricing_solution_id: 6f97d49268a6dad7fded97f617bac71f17d992ba total_price: 836.2 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-20T11:00:00.000+01:00' departure_timestamp: 1724148000 arrival_time: '2024-06-20T13:46:00.000-03:00' arrival_timestamp: 1724172360 flight_number: '25' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LGW to_iata: YHZ metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LGW) Origin: LGW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-20T11:00:00.000+01:00' DepartureTimestamp: 1724148000 ArrivalTime: '2024-06-20T13:46:00.000-03:00' ArrivalTimestamp: 1724172360 FlightNumber: '25' Carrier: WS CarrierFullName: Westjet FlightTime: 406 AircraftType: 7M8 AvailabilitySource: S Key: lbzAnAVqWDKAZYZFOAAAAA== BookingCode: E cabin_class: Economy - pricing_solution_id: 1da2442fe765c8c6779df882c7e724c7054c5ab1 total_price: 2698.61 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-20T14:10:00.000+01:00' departure_timestamp: 1724159400 arrival_time: '2024-06-20T15:53:00.000-06:00' arrival_timestamp: 1724190780 flight_number: '19' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: YYC - departure_time: '2024-06-20T23:15:00.000-06:00' departure_timestamp: 1724217300 arrival_time: '2024-06-21T07:08:00.000-03:00' arrival_timestamp: 1724234880 flight_number: '228' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YYC to_iata: YHZ metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LHR) Origin: LHR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-20T14:10:00.000+01:00' DepartureTimestamp: 1724159400 ArrivalTime: '2024-06-20T15:53:00.000-06:00' ArrivalTimestamp: 1724190780 FlightNumber: '19' Carrier: WS CarrierFullName: Westjet FlightTime: 523 AircraftType: '789' AvailabilitySource: S Key: lbzAnAVqWDKAoYZFOAAAAA== BookingCode: K cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-20T23:15:00.000-06:00' DepartureTimestamp: 1724217300 ArrivalTime: '2024-06-21T07:08:00.000-03:00' ArrivalTimestamp: 1724234880 FlightNumber: '228' Carrier: WS CarrierFullName: Westjet FlightTime: 293 AircraftType: 7M8 AvailabilitySource: S Key: lbzAnAVqWDKAqYZFOAAAAA== BookingCode: L cabin_class: Economy 0828e810ee117e0ca8f3d537cdd51b6b32f8708a: - pricing_solution_id: 876c8046e272accbd8af4416dfd9691f61fb5038 total_price: 1059.54 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-25T07:15:00.000-03:00' departure_timestamp: 1724580900 arrival_time: '2024-06-25T09:46:00.000-07:00' arrival_timestamp: 1724604360 flight_number: '385' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T07:15:00.000-03:00' DepartureTimestamp: 1724580900 ArrivalTime: '2024-06-25T09:46:00.000-07:00' ArrivalTimestamp: 1724604360 FlightNumber: '385' Carrier: WS CarrierFullName: Westjet FlightTime: 391 AircraftType: 73W AvailabilitySource: P Key: lbzAnAVqWDKA/EZFOAAAAA== BookingCode: E cabin_class: Economy - pricing_solution_id: 8a167f4755dafcfae6c79ebd05897ec3b56e2b52 total_price: 1059.54 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-08-25T17:05:00.000-03:00' departure_timestamp: 1724616300 arrival_time: '2024-08-25T17:54:00.000-04:00' arrival_timestamp: 1724622840 flight_number: '244' operating_carrier: PD transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YOW - departure_time: '2024-08-25T18:45:00.000-04:00' departure_timestamp: 1724625900 arrival_time: '2024-08-25T21:08:00.000-07:00' arrival_timestamp: 1724645280 flight_number: '267' operating_carrier: PD transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YOW to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-25T18:05:00.000-03:00' DepartureTimestamp: 1724619900 ArrivalTime: '2024-06-25T20:40:00.000-06:00' ArrivalTimestamp: 1724640000 FlightNumber: '233' Carrier: WS CarrierFullName: Westjet FlightTime: 335 AircraftType: 7M8 AvailabilitySource: P Key: lbzAnAVqWDKAnFZFOAAAAA== BookingCode: E cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T21:25:00.000-06:00' DepartureTimestamp: 1724642700 ArrivalTime: '2024-06-25T21:59:00.000-07:00' ArrivalTimestamp: 1724648340 FlightNumber: '131' Carrier: WS CarrierFullName: Westjet FlightTime: 94 AircraftType: 73H AvailabilitySource: P Key: lbzAnAVqWDKApFZFOAAAAA== BookingCode: E cabin_class: Economy - pricing_solution_id: c7168b7f775eaf7eccddaacd50f2b08055871274 total_price: 495.09 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-08-25T17:50:00-03:00' departure_timestamp: 1724619000 arrival_time: '2024-08-25T18:20:00-04:00' arrival_timestamp: 1724624400 flight_number: '256' operating_carrier: PD transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YHZ to_iata: YUL - departure_time: '2024-08-25T20:30:00-04:00' departure_timestamp: 1724632200 arrival_time: '2024-08-25T23:15:00-07:00' arrival_timestamp: 1724652900 flight_number: '7772' operating_carrier: TS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-25T17:50:00-03:00' DepartureTimestamp: 1724619000 ArrivalTime: '2024-08-25T18:20:00-04:00' ArrivalTimestamp: 1724624400 FlightNumber: '256' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 90 Key: dabc73bcbec56e68344b712fc60d00a2f35138ef fare_type: Published fare FareBasisCode: L0N3ZOZS BookingCode: L cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-25T20:30:00-04:00' DepartureTimestamp: 1724632200 ArrivalTime: '2024-08-25T23:15:00-07:00' ArrivalTimestamp: 1724652900 FlightNumber: '7772' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 345 Key: e1ed2a29f953c40d8620293c97ff888a58602406 fare_type: Published fare OperatingCarrier: TS OperatingCarrierFullName: Air Transat FareBasisCode: L0N3ZOZS BookingCode: L cabin_class: Economic Standard d762cce7f9811adbd33b97a9c5760d8b046b575d: - pricing_solution_id: 1c3ac84c0b9a811ad9165fcf2ae24834c15e1e5a total_price: 398.51 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-30T23:55:00.000-07:00' departure_timestamp: 1725087300 arrival_time: '2024-07-01T07:05:00.000-04:00' arrival_timestamp: 1725102300 flight_number: '1204' operating_carrier: F8 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YXX to_iata: YKF metadata: segment_source: travelport legs: - OriginName: Abbotsford, BC, Canada (YXX) Origin: YXX DestinationName: Kitchener, ON, Canada (YKF) Destination: YKF DepartureTime: '2024-06-30T23:55:00.000-07:00' DepartureTimestamp: 1725087300 ArrivalTime: '2024-07-01T07:05:00.000-04:00' ArrivalTimestamp: 1725102300 FlightNumber: '1204' Carrier: W1 CarrierFullName: W1 FlightTime: 250 AircraftType: 7M8 AvailabilitySource: A Key: FywAnATqWDKAsi9IOAAAAA== BookingCode: M cabin_class: Economy OperatingCarrier: F8 OperatingCarrierFullName: Freedom Airlines d/b/a HP Expr - pricing_solution_id: 43f56d0d396a6a0f4b2bc1c6aa8bde75461379c4 total_price: 420.5 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-30T23:25:00.000-07:00' departure_timestamp: 1725085500 arrival_time: '2024-07-01T07:00:00.000-04:00' arrival_timestamp: 1725102000 flight_number: '1263' operating_carrier: F8 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YVR to_iata: YKF metadata: segment_source: travelport legs: - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Kitchener, ON, Canada (YKF) Destination: YKF DepartureTime: '2024-06-30T23:25:00.000-07:00' DepartureTimestamp: 1725085500 ArrivalTime: '2024-07-01T07:00:00.000-04:00' ArrivalTimestamp: 1725102000 FlightNumber: '1263' Carrier: W1 CarrierFullName: W1 FlightTime: 275 AircraftType: 7M8 AvailabilitySource: A Key: FywAnATqWDKA8i9IOAAAAA== BookingCode: M cabin_class: Economy OperatingCarrier: F8 OperatingCarrierFullName: Freedom Airlines d/b/a HP Expr 5dc60d68d31f05b571bb5a765e846fa076ffac46: - pricing_solution_id: 52847f57120f5e91bf9f01940b88d0c7776dfbe8 total_price: 1743.77 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-20T11:00:00.000+01:00' departure_timestamp: 1724148000 arrival_time: '2024-06-20T13:46:00.000-03:00' arrival_timestamp: 1724172360 flight_number: '25' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LGW to_iata: YHZ - - departure_time: '2024-06-30T06:00:00.000-07:00' departure_timestamp: 1725022800 arrival_time: '2024-06-30T13:32:00.000-04:00' arrival_timestamp: 1725039120 flight_number: '700' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YVR to_iata: YYZ metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LGW) Origin: LGW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-20T11:00:00.000+01:00' DepartureTimestamp: 1724148000 ArrivalTime: '2024-06-20T13:46:00.000-03:00' ArrivalTimestamp: 1724172360 FlightNumber: '25' Carrier: WS CarrierFullName: Westjet FlightTime: 406 AircraftType: 7M8 AvailabilitySource: P Key: FywAnATqWDKAFI9IOAAAAA== BookingCode: L cabin_class: Economy - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Toronto, ON, Canada (YYZ) Destination: YYZ DepartureTime: '2024-06-30T06:00:00.000-07:00' DepartureTimestamp: 1725022800 ArrivalTime: '2024-06-30T13:32:00.000-04:00' ArrivalTimestamp: 1725039120 FlightNumber: '700' Carrier: WS CarrierFullName: Westjet FlightTime: 272 AircraftType: 73H AvailabilitySource: S Key: FywAnATqWDKAHI9IOAAAAA== BookingCode: L cabin_class: Economy - pricing_solution_id: ccc8215f827ff2b4df4332d7574eab9031408a4a total_price: 1743.77 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-20T11:00:00.000+01:00' departure_timestamp: 1724148000 arrival_time: '2024-06-20T13:46:00.000-03:00' arrival_timestamp: 1724172360 flight_number: '25' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LGW to_iata: YHZ - - departure_time: '2024-06-30T07:00:00.000-07:00' departure_timestamp: 1725026400 arrival_time: '2024-06-30T14:32:00.000-04:00' arrival_timestamp: 1725042720 flight_number: '702' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YVR to_iata: YYZ metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LGW) Origin: LGW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-20T11:00:00.000+01:00' DepartureTimestamp: 1724148000 ArrivalTime: '2024-06-20T13:46:00.000-03:00' ArrivalTimestamp: 1724172360 FlightNumber: '25' Carrier: WS CarrierFullName: Westjet FlightTime: 406 AircraftType: 7M8 AvailabilitySource: P Key: FywAnATqWDKAFI9IOAAAAA== BookingCode: L cabin_class: Economy - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Toronto, ON, Canada (YYZ) Destination: YYZ DepartureTime: '2024-06-30T07:00:00.000-07:00' DepartureTimestamp: 1725026400 ArrivalTime: '2024-06-30T14:32:00.000-04:00' ArrivalTimestamp: 1725042720 FlightNumber: '702' Carrier: WS CarrierFullName: Westjet FlightTime: 272 AircraftType: 7M8 AvailabilitySource: S Key: FywAnATqWDKANJ9IOAAAAA== BookingCode: L cabin_class: Economy - pricing_solution_id: ff787dc1d6ef2d82fdea93268ee9167c87222d0f total_price: 1609.96 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-08-20T11:00:00+01:00' departure_timestamp: 1724148000 arrival_time: '2024-08-20T13:46:00-03:00' arrival_timestamp: 1724172360 flight_number: '25' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LGW to_iata: YHZ - - departure_time: '2024-08-30T15:15:00-07:00' departure_timestamp: 1725056100 arrival_time: '2024-08-30T22:49:00-04:00' arrival_timestamp: 1725072540 flight_number: '718' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YYZ metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LGW) Origin: LGW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T11:00:00+01:00' DepartureTimestamp: 1724148000 ArrivalTime: '2024-08-20T13:46:00-03:00' ArrivalTimestamp: 1724172360 FlightNumber: '25' Carrier: WS CarrierFullName: Westjet FlightTime: 406 Key: 010935c02243f72aad58835bd8c35c684e3f4ce2 fare_type: Published fare FareBasisCode: LP7J3KES BookingCode: L cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Toronto, ON, Canada (YYZ) Destination: YYZ DepartureTime: '2024-08-30T15:15:00-07:00' DepartureTimestamp: 1725056100 ArrivalTime: '2024-08-30T22:49:00-04:00' ArrivalTimestamp: 1725072540 FlightNumber: '718' Carrier: WS CarrierFullName: Westjet FlightTime: 274 Key: 650cd1859c2b64e3d687588be51cbd96b89a43fb fare_type: Published fare FareBasisCode: LCUD0ZEJ BookingCode: L cabin_class: Economic Standard d2b6f9169359603544872cc5b164b61f9bdb399d: - pricing_solution_id: b931713ca37719cb0c1b40387cebf3bfc5522c9b total_price: 1849.2 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-20T11:00:00.000+01:00' departure_timestamp: 1724148000 arrival_time: '2024-06-20T13:46:00.000-03:00' arrival_timestamp: 1724172360 flight_number: '25' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LGW to_iata: YHZ - - departure_time: '2024-06-25T07:15:00.000-03:00' departure_timestamp: 1724580900 arrival_time: '2024-06-25T09:46:00.000-07:00' arrival_timestamp: 1724604360 flight_number: '385' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YVR metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LGW) Origin: LGW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-20T11:00:00.000+01:00' DepartureTimestamp: 1724148000 ArrivalTime: '2024-06-20T13:46:00.000-03:00' ArrivalTimestamp: 1724172360 FlightNumber: '25' Carrier: WS CarrierFullName: Westjet FlightTime: 406 AircraftType: 7M8 AvailabilitySource: P Key: lbzAnAVqWDKAHuZFOAAAAA== BookingCode: L cabin_class: Economy - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T07:15:00.000-03:00' DepartureTimestamp: 1724580900 ArrivalTime: '2024-06-25T09:46:00.000-07:00' ArrivalTimestamp: 1724604360 FlightNumber: '385' Carrier: WS CarrierFullName: Westjet FlightTime: 391 AircraftType: 73W AvailabilitySource: P Key: lbzAnAVqWDKAJuZFOAAAAA== BookingCode: L cabin_class: Economy - pricing_solution_id: 83c9886bd7dcbc301b11671f4dbb18567a58ad25 total_price: 1849.2 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-20T11:00:00.000+01:00' departure_timestamp: 1724148000 arrival_time: '2024-06-20T13:46:00.000-03:00' arrival_timestamp: 1724172360 flight_number: '25' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LGW to_iata: YHZ - - departure_time: '2024-06-25T18:05:00.000-03:00' departure_timestamp: 1724619900 arrival_time: '2024-06-25T20:40:00.000-06:00' arrival_timestamp: 1724640000 flight_number: '233' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YYC - departure_time: '2024-06-25T21:25:00.000-06:00' departure_timestamp: 1724642700 arrival_time: '2024-06-25T21:59:00.000-07:00' arrival_timestamp: 1724648340 flight_number: '131' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YYC to_iata: YVR metadata: segment_source: travelport legs: - OriginName: London, United Kingdom (LGW) Origin: LGW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-06-20T11:00:00.000+01:00' DepartureTimestamp: 1724148000 ArrivalTime: '2024-06-20T13:46:00.000-03:00' ArrivalTimestamp: 1724172360 FlightNumber: '25' Carrier: WS CarrierFullName: Westjet FlightTime: 406 AircraftType: 7M8 AvailabilitySource: P Key: lbzAnAVqWDKAHuZFOAAAAA== BookingCode: L cabin_class: Economy - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-25T18:05:00.000-03:00' DepartureTimestamp: 1724619900 ArrivalTime: '2024-06-25T20:40:00.000-06:00' ArrivalTimestamp: 1724640000 FlightNumber: '233' Carrier: WS CarrierFullName: Westjet FlightTime: 335 AircraftType: 7M8 AvailabilitySource: P Key: lbzAnAVqWDKA6uZFOAAAAA== BookingCode: L cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T21:25:00.000-06:00' DepartureTimestamp: 1724642700 ArrivalTime: '2024-06-25T21:59:00.000-07:00' ArrivalTimestamp: 1724648340 FlightNumber: '131' Carrier: WS CarrierFullName: Westjet FlightTime: 94 AircraftType: 73H AvailabilitySource: P Key: lbzAnAVqWDKA8uZFOAAAAA== BookingCode: L cabin_class: Economy 5ae6a98c563fdce700b09ba3437394e91ec7c1e2: - pricing_solution_id: 8dcf639c40501a1ace3a24bde358d412b3b54980 total_price: 1934.25 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-25T18:05:00.000-03:00' departure_timestamp: 1724619900 arrival_time: '2024-06-25T20:40:00.000-06:00' arrival_timestamp: 1724640000 flight_number: '233' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YYC - departure_time: '2024-06-25T21:25:00.000-06:00' departure_timestamp: 1724642700 arrival_time: '2024-06-25T21:59:00.000-07:00' arrival_timestamp: 1724648340 flight_number: '131' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YYC to_iata: YVR - - departure_time: '2024-06-30T15:30:00.000-07:00' departure_timestamp: 1725057000 arrival_time: '2024-06-30T17:57:00.000-06:00' arrival_timestamp: 1725062220 flight_number: '118' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YVR to_iata: YYC - departure_time: '2024-06-30T19:15:00.000-06:00' departure_timestamp: 1725066900 arrival_time: '2024-07-01T00:52:00.000-04:00' arrival_timestamp: 1725079920 flight_number: '568' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YYC to_iata: YKF metadata: segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-25T18:05:00.000-03:00' DepartureTimestamp: 1724619900 ArrivalTime: '2024-06-25T20:40:00.000-06:00' ArrivalTimestamp: 1724640000 FlightNumber: '233' Carrier: WS CarrierFullName: Westjet FlightTime: 335 AircraftType: 7M8 AvailabilitySource: P Key: eAo/mASqWDKAxHSEOAAAAA== BookingCode: E cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T21:25:00.000-06:00' DepartureTimestamp: 1724642700 ArrivalTime: '2024-06-25T21:59:00.000-07:00' ArrivalTimestamp: 1724648340 FlightNumber: '131' Carrier: WS CarrierFullName: Westjet FlightTime: 94 AircraftType: 73H AvailabilitySource: P Key: eAo/mASqWDKAzHSEOAAAAA== BookingCode: E cabin_class: Economy - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-30T15:30:00.000-07:00' DepartureTimestamp: 1725057000 ArrivalTime: '2024-06-30T17:57:00.000-06:00' ArrivalTimestamp: 1725062220 FlightNumber: '118' Carrier: WS CarrierFullName: Westjet FlightTime: 87 AircraftType: 7M8 AvailabilitySource: S Key: eAo/mASqWDKA1HSEOAAAAA== BookingCode: E cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Kitchener, ON, Canada (YKF) Destination: YKF DepartureTime: '2024-06-30T19:15:00.000-06:00' DepartureTimestamp: 1725066900 ArrivalTime: '2024-07-01T00:52:00.000-04:00' ArrivalTimestamp: 1725079920 FlightNumber: '568' Carrier: WS CarrierFullName: Westjet FlightTime: 217 AircraftType: 73W AvailabilitySource: S Key: eAo/mASqWDKA3HSEOAAAAA== BookingCode: E cabin_class: Economy - pricing_solution_id: 10207cceab4ff0bcc6be384fb2f19f3535cc0734 total_price: 1934.25 segment_source: travelport is_private_fare: false refundable: false baggage: 2pc segments: - - departure_time: '2024-06-25T08:00:00.000-03:00' departure_timestamp: 1724583600 arrival_time: '2024-06-25T10:32:00.000-06:00' arrival_timestamp: 1724603520 flight_number: '229' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YHZ to_iata: YYC - departure_time: '2024-06-25T12:00:00.000-06:00' departure_timestamp: 1724608800 arrival_time: '2024-06-25T12:35:00.000-07:00' arrival_timestamp: 1724614500 flight_number: '113' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YYC to_iata: YVR - - departure_time: '2024-06-30T15:30:00.000-07:00' departure_timestamp: 1725057000 arrival_time: '2024-06-30T17:57:00.000-06:00' arrival_timestamp: 1725062220 flight_number: '118' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YVR to_iata: YYC - departure_time: '2024-06-30T19:15:00.000-06:00' departure_timestamp: 1725066900 arrival_time: '2024-07-01T00:52:00.000-04:00' arrival_timestamp: 1725079920 flight_number: '568' operating_carrier: WS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YYC to_iata: YKF metadata: segment_source: travelport legs: - OriginName: Halifax, NS, Canada (YHZ) Origin: YHZ DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-25T08:00:00.000-03:00' DepartureTimestamp: 1724583600 ArrivalTime: '2024-06-25T10:32:00.000-06:00' ArrivalTimestamp: 1724603520 FlightNumber: '229' Carrier: WS CarrierFullName: Westjet FlightTime: 332 AircraftType: 73H AvailabilitySource: P Key: eAo/mASqWDKAWJSEOAAAAA== BookingCode: E cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-06-25T12:00:00.000-06:00' DepartureTimestamp: 1724608800 ArrivalTime: '2024-06-25T12:35:00.000-07:00' ArrivalTimestamp: 1724614500 FlightNumber: '113' Carrier: WS CarrierFullName: Westjet FlightTime: 95 AircraftType: 73W AvailabilitySource: P Key: eAo/mASqWDKAYJSEOAAAAA== BookingCode: E cabin_class: Economy - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-06-30T15:30:00.000-07:00' DepartureTimestamp: 1725057000 ArrivalTime: '2024-06-30T17:57:00.000-06:00' ArrivalTimestamp: 1725062220 FlightNumber: '118' Carrier: WS CarrierFullName: Westjet FlightTime: 87 AircraftType: 7M8 AvailabilitySource: S Key: eAo/mASqWDKA1HSEOAAAAA== BookingCode: E cabin_class: Economy - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Kitchener, ON, Canada (YKF) Destination: YKF DepartureTime: '2024-06-30T19:15:00.000-06:00' DepartureTimestamp: 1725066900 ArrivalTime: '2024-07-01T00:52:00.000-04:00' ArrivalTimestamp: 1725079920 FlightNumber: '568' Carrier: WS CarrierFullName: Westjet FlightTime: 217 AircraftType: 73W AvailabilitySource: S Key: eAo/mASqWDKA3HSEOAAAAA== BookingCode: E cabin_class: Economy TwoWayGenerateSolutionResponse_2: summary: Two Way Generate Solution Response value: trip_id: gAAAAABoPaa7MBa_dcG_R0E48UY6YzNj5lvuMRHUPYGF-Xv8cBe35heoVoIGbhumpNWRW7zSzarl6qfMh6wBjSE3EEZ7ASrdqeBtPf-Qtj-WBZnKkCjLti884ThkZNFP6lBTC8nunanNxYuivTtIdWXd0bFA801gW46yH4a7jVFT9bJTj3yCdGK7k-Gc_Yh5yiFSP5Ix90v71BOejD4zz9P87OIgavEb8kVdrcKceANjSl4Lm7fTxAgPejWWYA_6uqr4EjxMcD0c0NrQ5rk-ykAlOv3reAQiUBEGq29G0FszdLfXNqd6DUcyHX9gNtHyTC9DNOP5ENXFpG5aa3qbyFKywwhfofI1L0mOSwcKq_10thuXZed6qv8-Cn2CmMbDzZ-2tRVCN0r-vcbEhDoR4oXURheEx9e-umwuHwnQmnQ0e_3FDFrnKbek08QFtnQwITmcN4EoJNdO0Y-mjKEY8txmwa1IscdKwd8MYnfsKZE5msz27nuD2tWdki2ODBu43ocjuZ10pSHn8DspnED0xzRn-1lpaXdYF6Pd8mN_QEWatA9ND3geaGJKAjU5c7U3u_Q9iA2s7AxcFtSj50epubcNtKJgLBlbUK0hfg34cve2bEsPZ-n0JVme1_dSjduMUNAxKQvMJ6qgCvJ33LeRWdf7pU9pRyruU8CTWcZnjmYe4AFpU9QWl9BRC7uanawEB7MJInmo75L0_D0uSVyWPbiu8Pu9e3RJVtdeOgADAy2tI5GxC-HqupjH45DjBcUOhMYbO-viF1vFXKFAP_WDfWMC7ifCiiXVLDZpLAu-SS9MXUToVXmk86hv5jBRgN8azX2ZjY4c1ODPOq2STWs-51TAxexZq-5si0wLCVpai0Y4a97-SU9wVJ_VGvz1KvyYMtnwnqJxjBh0iHBC-xgXbPS1Ea6HbrcphmHhMXBVQo7bHyoo9x0i774dA5cTX_l03L2wTpMLiVuLPSgDVDnvKsivvWE_AfdI6wq7wI_vsJzHX-Mj1uIVap5w0kXQMa64y16KWJejNoqX8Sgeeey44TsSOrq0ZH2LKcbuGGybJGK9cvxN8cOGpTU1_MTB7RuCuUTymJjntC4z54rGDSBu7u7Z4V1j9nKMGnuJY8RQEwcNg26OC_odNaZyZwt7sIBWKAckjmoub_2HN58KtylXQWZD3ov91RdQkYqGxdRdolmcIrwvxP4Gu5MISah1voqEGmD6kVCqVeQpOa7VB_2ejxLXLq9mIutLkU3-b9Z3vK18hreW_391J6aSZ_WOrFPA9JkVfNn_mE1-n-wKDOHBvDF7C1KLcuz0rjJ_GVF_xHgb9Y5UY29lgonJvsOjEzRyzbErj_gseqo_stZWssCQKb70hJOuxl2UGgOtrsQNKAthv1sibjvHg5SlA1kFtcd8NFO0mhQ9EGvNtbUhLHFSIJX-j7tpk7TCK_pIqeLCaOuRMgOz_NG5wxmgU770kSAUf1V40dIYxeDvej9C0LrxMCTDT_Lqp_MNyUmb0Z4Gff1PpU2s7BcfR9SV_hicEKfsp750yui38KjAZHRqm8V66SeqVQoIuGCwcychCM4MHj121Q3ahzfLVa9JM2OlMANy1NwbBNuG-e3TLNVhp4XWoYBoRljVx3YW3C7wKLxFjqhcKl_NMgG6fkoDJ_5o4DDdK4wYocEL-YEakgzTSGDFivQ-yqsnyAVwmrf9OGT6-jGnbAFf9LdYBJmX-e7ejgQic2YmtW9pF7jdIsc2zrAiib6EiVXfKvHus7YhohL8Z8hhEM4TPiagQQS3tQictFNeGo2lUIX5yzQltGCpuvGYOxO_Xz7Td0XfL0lqd-sOoq-dQWaxFcwLs1HQCY2VV9oTeYRapTveOpGIZWRq-4rytNXXqsyrgu9zZKIV5lm--PrrClNqXRZC_N_60Bj1MUZc4zoQZc-UAO8Y80Z-a-_shVnZkkiXFEqEzrVanb4Bpm1lxVj0Q_4ywunHz07S9y7gpzfQ5R2pcjPoaxFTZVK-gXdLH1TjHpwx0-AtDpsvfYoMo_XUtq9vFfQ= currency: CAD itineraries: - itinerary_id: 5fd8eac884a9e364914bfce21ab142a7e30dd0d7 total_price: 336.3 weight: 336.3 is_private_fare: false is_virtual_interline: false structure: '[0, 1]' is_vi_openjaw: false flight_numbers: - A3608 - A3611 - BA304 segments: - pricing_solution_id: 2d20b31977d8050059a7cb79bc04c04533594d8c is_vi_segment: false price: 154.1 segment_position: 0 segment_source: travelport baggage: 20kg legs: - departure_time: '2025-07-15T07:20:00.000+01:00' arrival_time: '2025-07-15T09:40:00.000+02:00' flight_number: '304' operating_carrier: BA cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 risk_profile: null - pricing_solution_id: b7085d7debcbab367a1e8c995f0354757a1b4418 is_vi_segment: false price: 182.2 segment_position: 1 segment_source: travelport baggage: 23kg legs: - departure_time: '2025-07-20T11:05:00.000+02:00' arrival_time: '2025-07-20T15:15:00.000+03:00' flight_number: '611' operating_carrier: A3 cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 - departure_time: '2025-07-20T19:20:00.000+03:00' arrival_time: '2025-07-20T21:10:00.000+01:00' flight_number: '608' operating_carrier: A3 cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 risk_profile: null metadata: [] markup: 26 - itinerary_id: 38fd1c54e54ee9b57f0baa3b548cd71423fbd8ac total_price: 336.9 weight: 336.9 is_private_fare: false is_virtual_interline: false structure: '[0, 1]' is_vi_openjaw: false flight_numbers: - A3600 - A3615 - BA304 segments: - pricing_solution_id: 2d20b31977d8050059a7cb79bc04c04533594d8c is_vi_segment: false price: 154.1 segment_position: 0 segment_source: travelport baggage: 20kg legs: - departure_time: '2025-07-15T07:20:00.000+01:00' arrival_time: '2025-07-15T09:40:00.000+02:00' flight_number: '304' operating_carrier: BA cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 risk_profile: null - pricing_solution_id: 1217450ccaf4ec6dc293ce426825ca612b0b6a6a is_vi_segment: false price: 182.8 segment_position: 1 segment_source: amadeus baggage: 2pc legs: - departure_time: '2025-07-20T22:15:00+02:00' arrival_time: '2025-07-21T02:20:00+03:00' flight_number: '615' operating_carrier: A3 cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 - departure_time: '2025-07-21T09:15:00+03:00' arrival_time: '2025-07-21T11:15:00+01:00' flight_number: '600' operating_carrier: A3 cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 risk_profile: null metadata: [] markup: 25 - itinerary_id: 63881d83926c78085c9a35b859734df3c3ecd742 total_price: 336.9 weight: 336.9 is_private_fare: false is_virtual_interline: false structure: '[0, 1]' is_vi_openjaw: false flight_numbers: - A3602 - A3615 - BA304 segments: - pricing_solution_id: 2d20b31977d8050059a7cb79bc04c04533594d8c is_vi_segment: false price: 154.1 segment_position: 0 segment_source: travelport baggage: 20kg legs: - departure_time: '2025-07-15T07:20:00.000+01:00' arrival_time: '2025-07-15T09:40:00.000+02:00' flight_number: '304' operating_carrier: BA cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 risk_profile: null - pricing_solution_id: df1dc9f5b071667b087be81679cf1d35d6d26423 is_vi_segment: false price: 182.8 segment_position: 1 segment_source: amadeus baggage: 2pc legs: - departure_time: '2025-07-20T22:15:00+02:00' arrival_time: '2025-07-21T02:20:00+03:00' flight_number: '615' operating_carrier: A3 cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 - departure_time: '2025-07-21T13:30:00+03:00' arrival_time: '2025-07-21T15:30:00+01:00' flight_number: '602' operating_carrier: A3 cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 risk_profile: null metadata: [] markup: 25 OneWayGenerateSolutionRequest_2: summary: One Way Generate Solution Request value: trip_id: gAAAAABoPaUGNlknuEEJZ0K3dfY5aKMqzVh6IXF3KKGF5Acky_ShkKUl1lH0Or5pyoa_rpJ8vquFo59-4RsNX9F-Hez0glRSANpGUz_1CTrIsX1WvueV8tRrj9nstrxcvgDBp9CMRIpXIB5gUdmF047z57_t3gpJcvRyIHiV_28Fi_UcWyRlp4wTDgL6H-89XmGO--r6PvBe_P_Gon2EJ9O9u1UI6FFsh29FFp3CqZ7q94QoB1Mr-MbXXvj1nkOYe-xL58lyV4gGHOYQ99AcDTQ11xs3R5hyCGyUKmwY6fNFydVV6ynax2yS0Yp6Qi0nT6zu_T-iY6iCTK30mkHsLSASjVUEZXnfEhlbdvVvXUyd3NSefl7ilyWClhMBJXn3zu46b_gLZkobD9-oxytXmo-NRtnBGLa881rU0lQwxYnz4jKqWGrD7Uyu7hdes4G0mR9kW1Rq9Jgxj2__8DRp-RqzzkBEe4YQMNN4zdHRpXpAiHX8qZB_FW2ar4jz_sH1Fgoa4AI7J1ZTuw6CeivBYy3nxeDb959MfXvjUei4PmxdgQIlq2o6tXty1Pn7oXFvL69MpnbNhCfjYkfOqPa1xKhm8SWNUX83JzNw3CPGr-ONfbVFQRUJ0ALFQ9eteqcz-OVDiehtV4CTAAmzdQDmSvjYYdYrgA88LWenxBpS3uAGbG03FDibLTXLsSSXN_znxqbX3Cri8B_6X9IX-qYafkfflf2wVn-nJ4EjaBYOwjsaZEgSgOMaHa1NDQeaGuSqaCaoKDA6sLBojb1ax6mQFGyUp33eCE1xg5QznorbOW3AG7S_KhLManFE0qZNpXLgMSYRulC-Z0gngC3CPdxWY6Zgji6olqLZXFqx9VsIrrfAkAxJumfsMXEjkt2D1X6lH1SYfILI-94OfhZ1H8O1TzvPmzH9ayoaYW9OojOjssnVZTfyxaLYj2ukG-WQYzXZuzbTSCIHQgBhWL1Z2A1oINDOu_VZywmjQxCcqPR1pJQIrYbTNZ303MMESaQWlh5xUHD_gDLrgC_eG93daNKfOwKeG9RduzvFIlHQXGUPA-WPI_z9W8MkomfMSqJtTPMJOiEPf35zCJAGEY1DwQmWzQRgp1W8KcapkKuh-SRtpQ1E_lJiwFigsKX-P_5gNKT8T8R7YrlF_lj3zn74CaijHNlrFc_sr1zKkIbjfLJSNn4513C1aXK7qo_5aVgxnQChRty4nkMUtdwvFczmAmfkaoPRltdEIZB97X7jBzn81aSgr76s_MDvSvM55M4x60PwET1r2zI-5MfKzdvCUnj0B5DnkaEqxTQYZsqQIVIE32sSg1Hs8ac4y8BfTzb8Skn5zRU6aFHLqOHB_WNmtUOt_cCYCZdfgcZzlMGQBayvYCAbiPaTf1-cz_eREhsotXuMnpnduuvv8zIkCacPj16hTFUEpRBr7PiEeI2cMZb8vKAoaYu2efTw4gcNQWnmihVc7_XgVvXVKQfMQACOvpLzMK9qI9Pu847Rw0ohbMUtvpN1pFk0-rBgAF5lDuhV8pMlG7kRUX2_RsaX4W6jCSHR_-fJJnCMHxs_PS2lOn8pRNy4g_1YP1IjsB4HTqfuBQtWvPfRMgqgdGwxMJBXRRxbmCWGIdQa7Cj-SM4iKt1u0lnS0M60wrvphFnm0Uq7Cjt1pTMv0kku9cEvkoRGhKFPfxsKW0V1gPf0QA== datasource_responses: 1578b29999fc8f5cb0008df53679b10ea0856e16: - pricing_solution_id: 27da8b81a1f7a82c6b2a03ebca4ba642e2b8e99c total_price: 320.04 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T20:35:00.000+01:00' departure_timestamp: 1752608100 arrival_time: '2025-07-15T22:50:00.000+02:00' arrival_timestamp: 1752612600 flight_number: '326' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA baggage: 1pc - pricing_solution_id: a5c7c6281483df5ec903a62aafdbc3b0149b81be total_price: 320.04 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:20:00.000+01:00' departure_timestamp: 1752560400 arrival_time: '2025-07-15T09:40:00.000+02:00' arrival_timestamp: 1752565200 flight_number: '304' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA baggage: 20kg - pricing_solution_id: d55c80635e68fc9324213f9494da77a8a211ac2b total_price: 320.04 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T14:20:00.000+01:00' departure_timestamp: 1752585600 arrival_time: '2025-07-15T16:40:00.000+02:00' arrival_timestamp: 1752590400 flight_number: '316' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA baggage: 23kg - pricing_solution_id: 8cb8afb204ff845f772186603e19e41252dfc43c total_price: 320.04 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:30:00.000+01:00' departure_timestamp: 1752593400 arrival_time: '2025-07-15T18:50:00.000+02:00' arrival_timestamp: 1752598200 flight_number: '318' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA baggage: 1pc - pricing_solution_id: 57bea4d80f3a4626e312c697ca68d19619649d2a total_price: 320.04 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T18:30:00.000+01:00' departure_timestamp: 1752600600 arrival_time: '2025-07-15T20:50:00.000+02:00' arrival_timestamp: 1752605400 flight_number: '328' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA baggage: 2pc - pricing_solution_id: e2ea2954cdb6cac6837848942de720baf8059728 total_price: 342.16 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:35:00.000+01:00' departure_timestamp: 1752572100 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '804' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-15T17:00:00.000+02:00' departure_timestamp: 1752591600 arrival_time: '2025-07-15T19:25:00.000+02:00' arrival_timestamp: 1752600300 flight_number: '839' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: CDG marketing_carrier: SK baggage: 23kg - pricing_solution_id: 6d9ea4c8dbd514c454be3959b32e4c714036159d total_price: 401.66 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 20kg - pricing_solution_id: bdf4059c9df627811e867fad3a064a74a6a543b3 total_price: 401.66 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 2pc - pricing_solution_id: f0dfcb308f3f385166433b5a755fa6f29fb1c471 total_price: 401.66 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: null - pricing_solution_id: efb05dc6dcd1a841fe07816e805705375de6afea total_price: 401.66 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00.000+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 2pc - pricing_solution_id: 0ca68b498e7533eb4366c7cdc8f993ccf26b727f total_price: 401.66 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 1pc - pricing_solution_id: a7704d6d3cf32fbd884223d89c82ac9f1926a8e9 total_price: 401.66 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 20kg - pricing_solution_id: 0d9c801587a7bdd3fac637c97e61def10129589a total_price: 352.67 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:40:00.000+01:00' departure_timestamp: 1752558000 arrival_time: '2025-07-15T10:05:00.000+02:00' arrival_timestamp: 1752566700 flight_number: '1530' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: ARN marketing_carrier: SK - departure_time: '2025-07-15T17:05:00.000+02:00' departure_timestamp: 1752591900 arrival_time: '2025-07-15T19:45:00.000+02:00' arrival_timestamp: 1752601500 flight_number: '579' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ARN to_iata: CDG marketing_carrier: SK baggage: 2pc - pricing_solution_id: 882da4eeeebf99d53f961a6395836413359e0c79 total_price: 342.16 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:50:00.000+01:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T23:00:00.000+02:00' arrival_timestamp: 1752613200 flight_number: '812' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-16T08:35:00.000+02:00' departure_timestamp: 1752647700 arrival_time: '2025-07-16T11:05:00.000+02:00' arrival_timestamp: 1752656700 flight_number: '837' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: CDG marketing_carrier: SK baggage: 1pc - pricing_solution_id: 0ebb4f145a2e06e1c7b5f59489a0a69904168ff7 total_price: 418.37 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:10:00.000+01:00' departure_timestamp: 1752595800 arrival_time: '2025-07-15T20:35:00.000+02:00' arrival_timestamp: 1752604500 flight_number: '720' operating_carrier: IB transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MAD marketing_carrier: IB - departure_time: '2025-07-15T21:45:00.000+02:00' departure_timestamp: 1752608700 arrival_time: '2025-07-15T23:50:00.000+02:00' arrival_timestamp: 1752616200 flight_number: '591' operating_carrier: IB transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MAD to_iata: CDG marketing_carrier: IB baggage: 2pc - pricing_solution_id: 0c9b34c88f0ece6d0b458299b8af95c0d3a5059d total_price: 436.92 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T13:00:00.000+02:00' departure_timestamp: 1752577200 arrival_time: '2025-07-15T14:35:00.000+02:00' arrival_timestamp: 1752582900 flight_number: '7319' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF baggage: 23kg - pricing_solution_id: be651faef3faf4234fea6bba1dfb0c9a2780c7a6 total_price: 388.15 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:30:00.000+01:00' departure_timestamp: 1752604200 arrival_time: '2025-07-15T22:20:00.000+02:00' arrival_timestamp: 1752610800 flight_number: '1508' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CPH marketing_carrier: SK - departure_time: '2025-07-16T08:20:00.000+02:00' departure_timestamp: 1752646800 arrival_time: '2025-07-16T10:25:00.000+02:00' arrival_timestamp: 1752654300 flight_number: '565' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CPH to_iata: CDG marketing_carrier: SK baggage: 1pc - pricing_solution_id: 1b98657adae14b07715e11e8f6c7534d7f85636c total_price: 436.92 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF baggage: null - pricing_solution_id: 9ea1ea81def7b936598cee4578c43cfaf62e15c0 total_price: 574.09 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:45:00.000+01:00' departure_timestamp: 1752565500 arrival_time: '2025-07-15T11:05:00.000+02:00' arrival_timestamp: 1752570300 flight_number: '306' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA baggage: 1pc - pricing_solution_id: f77e7b0f9740337d0d08172fa539356f574bbbf4 total_price: 578.69 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T14:45:00.000+01:00' departure_timestamp: 1752587100 arrival_time: '2025-07-15T17:00:00.000+02:00' arrival_timestamp: 1752591600 flight_number: '1010' operating_carrier: KL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T18:40:00.000+02:00' departure_timestamp: 1752597600 arrival_time: '2025-07-15T20:05:00.000+02:00' arrival_timestamp: 1752602700 flight_number: '2017' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: null - pricing_solution_id: c91604fc70b12cfe4d3b0b467752c7e44431981a total_price: 578.69 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:30:00.000+01:00' departure_timestamp: 1752557400 arrival_time: '2025-07-15T08:50:00.000+02:00' arrival_timestamp: 1752562200 flight_number: '1000' operating_carrier: KL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T10:35:00.000+02:00' departure_timestamp: 1752568500 arrival_time: '2025-07-15T11:55:00.000+02:00' arrival_timestamp: 1752573300 flight_number: '2007' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: 23kg - pricing_solution_id: 501668910b36a0abd449118bf541b8a28f891863 total_price: 651.62 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:50:00.000+01:00' departure_timestamp: 1752598200 arrival_time: '2025-07-15T20:50:00.000+02:00' arrival_timestamp: 1752605400 flight_number: '2479' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T22:05:00.000+02:00' departure_timestamp: 1752609900 arrival_time: '2025-07-15T23:40:00.000+02:00' arrival_timestamp: 1752615600 flight_number: '4120' operating_carrier: VL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH baggage: null - pricing_solution_id: 13888b1cb8763fa9333743f25e029c544c861508 total_price: 651.62 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:45:00.000+01:00' departure_timestamp: 1752583500 arrival_time: '2025-07-15T16:35:00.000+02:00' arrival_timestamp: 1752590100 flight_number: '2475' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T18:10:00.000+02:00' departure_timestamp: 1752595800 arrival_time: '2025-07-15T19:45:00.000+02:00' arrival_timestamp: 1752601500 flight_number: '2236' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH baggage: 23kg - pricing_solution_id: 3352acf37766beb370571b9b888b713566a00ff2 total_price: 678.77 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:30:00.000+01:00' departure_timestamp: 1752582600 arrival_time: '2025-07-15T16:05:00.000+02:00' arrival_timestamp: 1752588300 flight_number: '907' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T18:35:00.000+02:00' arrival_timestamp: 1752597300 flight_number: '1046' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 2pc - pricing_solution_id: a16873249d686434d9be371a935ea4e1007f3839 total_price: 678.77 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:30:00.000+01:00' departure_timestamp: 1752564600 arrival_time: '2025-07-15T11:05:00.000+02:00' arrival_timestamp: 1752570300 flight_number: '925' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T12:30:00.000+02:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1034' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 23kg - pricing_solution_id: 660ef060439c789273e483febb081d3886613f4e total_price: 678.12 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS baggage: null - pricing_solution_id: 363163e2c5ecd08e4c6a826839b97dc666918a72 total_price: 678.12 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:25:00.000+01:00' departure_timestamp: 1752571500 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '454' operating_carrier: BT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T15:00:00.000+02:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T17:00:00.000+02:00' arrival_timestamp: 1752591600 flight_number: '409' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS baggage: null - pricing_solution_id: 3eb5cace1f7826f40c70943f0f87d4181bcbea41 total_price: 792.66 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:35:00.000+01:00' departure_timestamp: 1752593700 arrival_time: '2025-07-15T22:15:00.000+03:00' arrival_timestamp: 1752606900 flight_number: '603' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T07:40:00.000+03:00' departure_timestamp: 1752640800 arrival_time: '2025-07-16T10:10:00.000+02:00' arrival_timestamp: 1752653400 flight_number: '610' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: 1pc - pricing_solution_id: 60895c51e7359b443ba0ff6c98d74c4b2be88a7a total_price: 861.79 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:40:00.000+01:00' departure_timestamp: 1752558000 arrival_time: '2025-07-15T09:30:00.000+02:00' arrival_timestamp: 1752564600 flight_number: '500' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CPH marketing_carrier: SK - departure_time: '2025-07-15T11:35:00.000+02:00' departure_timestamp: 1752572100 arrival_time: '2025-07-15T13:35:00.000+02:00' arrival_timestamp: 1752579300 flight_number: '9827' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CPH to_iata: CDG marketing_carrier: SK baggage: 23kg - pricing_solution_id: 46e8fbd5239cfebd3a456d02e0f3e61c573a475d total_price: 1022.83 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:55:00.000+01:00' departure_timestamp: 1752569700 arrival_time: '2025-07-15T13:05:00.000+02:00' arrival_timestamp: 1752577500 flight_number: '6651' operating_carrier: VY transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BCN marketing_carrier: VY - departure_time: '2025-07-15T15:05:00.000+02:00' departure_timestamp: 1752584700 arrival_time: '2025-07-15T17:05:00.000+02:00' arrival_timestamp: 1752591900 flight_number: '8244' operating_carrier: VY transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BCN to_iata: CDG marketing_carrier: VY baggage: 23kg ThreeWayGenerateSolutionRequest_2: summary: Three Way Generate Solution Request value: trip_id: gAAAAABoPadpLFPVvHDHwyFtxlYyws50zX2dtOWVW8oY8A2-xjIYm-Ql-syXDldrJ1-H8_Khu-IwRC393smbhJ8i8WnM6zEwQJwY_x7SP9eC6BWWkRW9KC2QuA_-8fv8HCVhYw-r2tehuDkZwQjyVBk7-bOtQ1pmpT7LZepvEwhIZLpoB_5UYZD5tpSP8F1qlZiLQOHiCDmskP9nxVUh7if1t_JqXqSQVNN-Y-deRRdvAyhpoaTO3_gv_l9Bx1L29BiimM1oZyu_w8azlZjm2ggHy5O6TP-JwXmTUpK40ZDECQMweIg3GGuPJleoka57OQcMmVfLtqM3IuFFrmzXsvDL71-rN3Ct7OvhGCyh9j3o5bNvDl4npoPZM9QBPh2qeG3Ve163wsf7cAcsp7ql2k0r2FjDyuMfAYqahy5stwO4vPFMWVU5JePoQ924YusySF2H6GchO9hTqQ4oJcagENBTUmnpBawXQ287JxfhPlJjxv7uq0ag3I0oM5Nc00YAo80lmh5ScDCrS92-JboG9fXR0gqBsbsbC_f6jcEM1PFPItMawO1oOaRzHdkqhayQgGW4jG53UN_8VXbD2ZDAY43H_L4e5VvuzB7U8oykdJ22RKH1ehJ4G0mHGJIDJClTveabPKI--ySKZrOfz0WGBKVa1cumONd80kOAFm4L_JzV3WJhoJMWkhJV72GFqOLbmTuyRZ9Z2f1rpdwrEs3zQumhq4_GCSAKZdSXIW0UJc6hb9pmpJqjYiuWmK4jAnJb_U1nTtxMYFjXADGS6bvlhqJRCatruCgsg0GsoEuxy4gpco_DMs4kMpubdmJZUUR9yqWUP9uh3EujTNrDt3ojqrKPNBvuLbIjbZx7NxaU87w7YQU5sqaQh01vGtCEIJzq4p9FAe4uOlg61wo4JW5HhNe9VunruxluM9XwpP5c0PIWfMGPz_yIbCoUD_aw2cakZWBbtSGHgbvzKicoBDsk4C2e5US5ynEpr6cP4iNhY57nifi3FS1IykB8jztb3LIntJx25Ta_OT1HkWegCBvyGvPZFX6iUIhn1WR7-8wk6GeIaMsQ34GQnrGJowsHs1oFyjSvqBE5rdo3QE7bQ8Ka1tAoY_8okHeoY01iG5B5RmuhYJS36tKLFXVN6D49ZEKaNBQsYCONjLQ1jdDTQgugEDEJdnLH_TtANmlX7PcDTyZKXnLtE-C8BK6GZ0-MMk9JEbegq7BMvl1yWtRtsHgU_rNM0JzjeAebFqgbTZV-KqARJTD8Ttrzzne4Q0hEzCPIMNt4322cVEVR80mq__NScbVnr-BMULRK0X0AB61CrTT_EW2QZFt17N9G6DZjd8EphoA65rn_sqaSAmnIHVc26fIWJj3OhZ0MHvczVe4BBwdOPtWWE05bmBiPCrf3P-chD6S5Y5Zpb-KFEYqQAwFVw3lHWTMkaApnjcUQTbO95zMtaQ6dkUvRbrUbUeLK-mArCPntr5jnQg-0xZK0atILgq2kG4jO9SdWzPR1G6UQL_vbIHSb7AUz3xaL_KcVtwUhGYoSG2iJeE9p_gbUUFWD6tT2XAmb9IpeDayXfv7FOtAOCYSG57QnBCgiGOI5gEVM8rXe7Oa5NtASafT2a2ZLyAzL3Tvug6GBaOiTf_tka4v0Rq3qCWp_CL6wLBbo-c06FarOJ91nOasYpTt16iplIoLgSMFtKBu9Cvzme2hU5AhkbcDwoF8ZB3URzeGsjkonA0zqBVL53MHoQsOzJl8e8GKmQga7NfKFV4VFj6EFhYnmDPWveHuzKRhWXFF92zdo76Hw65ENYMKdXZS2ZjTSNMtKUxwHsxaZlQePc7YpDZMPYREsXGq78yu58rv5VPXIPOGFBXZ3kgY3dareGqWH8pQ6uITYDQZG7AHjC6qGb-PUvlWbIp3QdEGB4N4AQlGEwvPEepNlhuU5X77PZ3I8IlqSXAYvmwzgFRBwXnl8BmnK0JvjCASnWO7xYVeUCp4ZUzT2ssj-Yxar6OexUcQH4gFiQ-90q08vE4G5_r54_mTwN0Yul8lRh_DgIBO99-UVpxDM9O8V73TQEkISorpJqc9_kjm6Jq-KiJxwEJ2cWrcJl_0z4kReGItzQU8rQr_u68vtdDd12DDp0vSaOCkf8Vx-XtYPM9beEkYmxsaRa_LCBnW6DBgoI73pNMSU-sTySS5h_qcy6swc21vKgXSLgKgtBvzXnCJDe86yKLMdXKKp1_QnasStgjj7iGPbKgHgjTUw-yepTXKaEofxp35pKC2vGV44mPaIC9MW67xc5COV-j31xPry4n3P_U08dc-n1X1sGxm8m23XZvaqqTQErmZBxdyR96azsIL7jSQyZDRP2BUbDly3mzt_5eS2s0Zf688SEcuiVpLFcN0feGYDXDKXg5ChY5y24Ksg2WTjSmfvT6xhrrf1Y6FTF08GkrghDrfIM_QeH_T-bU1WhsBgrpsNb0VuurmqLvOhzKbl1SuB-PU2aoN9CiQUMnBhpbTywq4WSuoaD321DKzTIl8wW5ULYIrAQVKLttVysu9utG67xFm51IImL9eoNpmwrzDL-JGsrq062Qziz3Yyuokll6mHTOEn5YeYBTrT86CX4wwgTmDrSbhQIfI= datasource_responses: 8990b0614d788057afefc7492399c368f8f1b0a2: - pricing_solution_id: 31e64c676e40d8b43ef7860e0d9a7e9b7f69fad0 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 39e5cc10b27dabeb3327ae7bdbd913b98e1eaabd total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 57880cdaa606dac8b6dc635c4d48528bfe6a5b6c total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: deeacd15280e754958eba0312b4f33ad3e485401 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: f0edb0d7a47a3e6cf9c6c5a51d01a832c092830e total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 25d22eadb1baa18583eb385f304ac6b5025f876c total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 899efb15fc71460c97ca010b24950053d932c937 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: d217b4d9eaa4850e9d388bc53aa0c1fdd41f7942 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: ff20e5cc57952668c7192f633310d809bbf451ef total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: bd931314b6b250cb8010eb4ce19dd3c470d0a3e7 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 29e71632f09ff97ed5786583eda1eb3d45a9faa8 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 6be3e1a0e9b6037b1bc8a0a90d896c8f2ca122ed total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: f41f735d56281976dfdd2a2deaed2195856baca4 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 41a024b6808187aed6373df66e88f130aef9f379 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: b62f6853f5e1b8c2311a0de2c2edf48e737071d8 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 5f6bce65495e2e2e2b979c770be45936931cdc77 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: bd467cff31ca03e4a603892142aaac45f17753aa total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 8cbf4cd829d784424e789c5e7cbf280333d96d51 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 87818d6633b665de4cf04907a202462eb8ed3417 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 01a12e5b697d18b2b8c69fd88f2f6dfb8855492a total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 71878c0a0815364f5a55cac30037296e962bc700 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 6ba9b0e1fbc58a43f014a3123ee67cd800201164 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: c7e57af2fa9263a520b822e592ac543df2c1c217 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:00:00.000-07:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T07:30:00.000-07:00' arrival_timestamp: 1752589800 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T08:00:00.000-07:00' departure_timestamp: 1752591600 arrival_time: '2025-07-15T09:41:00.000-07:00' arrival_timestamp: 1752597660 flight_number: '336' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 537a3d58879ac0757c3ee557234ab430589fe2e1 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:00:00.000-07:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T07:30:00.000-07:00' arrival_timestamp: 1752589800 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T08:00:00.000-07:00' departure_timestamp: 1752591600 arrival_time: '2025-07-15T09:41:00.000-07:00' arrival_timestamp: 1752597660 flight_number: '336' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 38094048e9f1fd46c54f86f94c9cf66a570fa5fc total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 042d476d8fc85f95e7a4bf02b4b1436da6880dec total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 0071f90f5f04ace1dfa8184d4b8042b84f646017 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 7c929462e9b7c9f11b7323e4d13a60e5ea4ba4f4 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: d36c20467d8e5486d3d57a3f2c03636eca055349 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 683337b8962fb2252e5eaec0f43cf2f606126674 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 6446636841729f3d345a292aee54951b2897a266 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 08205e8acc457a01924652d1c87f7e9a714787c0 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:00:00.000-07:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T07:30:00.000-07:00' arrival_timestamp: 1752589800 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T08:00:00.000-07:00' departure_timestamp: 1752591600 arrival_time: '2025-07-15T09:41:00.000-07:00' arrival_timestamp: 1752597660 flight_number: '336' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: a100be5a254c8d23c171b067fea64652404302c0 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 9910c8a7f0000dc22fa52ddf3d4dc86df365fd13 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: bd573db4b2f59b6b756304d7ec500fb81840bab8 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: c2ddf885eedd7af1231ef14fa466796cb76dfb6b total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: f6bef71f257baf4c70d421128a91f3165babb399 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 4b620fea87c2f5ac04153a3caea0081b3a6fea45 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 19e61bdaa4a1aaf06d26ab5b2b63dd3f2618e60d total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 104c0c877e4d2bd292d2c4ce3c7ad6fb8b305b7e total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 73ac856d0af1cdb6da007b5fc00e6e23dd43a6d0 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: a8a96cc62d23ff850f7129a5d9d165e4729b161b total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 875395d4a514cd57b5e8f260dd7b643976c860b8 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: cd7a4d05e6af4b8383b4b4b03f345e54209367af total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: f683563c388b937b534720431c91d341ded5c540 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 47bc54c397f5e96aa1b5b871499a4316a2c71512 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:00:00.000-07:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T07:30:00.000-07:00' arrival_timestamp: 1752589800 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T08:00:00.000-07:00' departure_timestamp: 1752591600 arrival_time: '2025-07-15T09:41:00.000-07:00' arrival_timestamp: 1752597660 flight_number: '336' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: e0954c57fd331c2f5c7175a1bf32606e9efe9286 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 62e194b307d2d69ba2164559bf52aef9a98571b4 total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 43455657ec62a7513c77cb83681c796f24b2dcee total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:00:00.000-07:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T07:30:00.000-07:00' arrival_timestamp: 1752589800 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T08:00:00.000-07:00' departure_timestamp: 1752591600 arrival_time: '2025-07-15T09:41:00.000-07:00' arrival_timestamp: 1752597660 flight_number: '336' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 4c716402707054441ee3c53b0550f5618272e45d total_price: 8825.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: null 7564c7baa60ae82b701972a2727f871dbb04729d: - pricing_solution_id: 3f332b439bba670edafd69b4b94daa7ae2e2a955 total_price: 797.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '7307' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-15T12:40:00.000-07:00' departure_timestamp: 1752608400 arrival_time: '2025-07-16T15:25:00.000+09:00' arrival_timestamp: 1752647100 flight_number: '7' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-16T17:30:00.000+09:00' departure_timestamp: 1752654600 arrival_time: '2025-07-16T21:15:00.000+08:00' arrival_timestamp: 1752671700 flight_number: '819' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: NH baggage: null - pricing_solution_id: 06496d7a00fbe5c2f847a036259f2a328adb8b3a total_price: 797.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '7307' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-15T11:55:00.000-07:00' departure_timestamp: 1752605700 arrival_time: '2025-07-16T14:30:00.000+09:00' arrival_timestamp: 1752643800 flight_number: '7013' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-16T17:30:00.000+09:00' departure_timestamp: 1752654600 arrival_time: '2025-07-16T21:15:00.000+08:00' arrival_timestamp: 1752671700 flight_number: '819' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: NH baggage: 2pc - pricing_solution_id: 5b81a545f692ae3d63223ddbfa615339a2286799 total_price: 797.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:00:00.000-07:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T07:30:00.000-07:00' arrival_timestamp: 1752589800 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:10:00.000-07:00' departure_timestamp: 1752610200 arrival_time: '2025-07-16T16:30:00.000+09:00' arrival_timestamp: 1752651000 flight_number: '5' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-16T17:30:00.000+09:00' departure_timestamp: 1752654600 arrival_time: '2025-07-16T21:15:00.000+08:00' arrival_timestamp: 1752671700 flight_number: '819' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: NH baggage: 1pc - pricing_solution_id: 0c223885a5cff34c4bae77f080b9e43e827a9a23 total_price: 815.5 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:14:00.000-07:00' departure_timestamp: 1752596040 arrival_time: '2025-07-15T10:47:00.000-07:00' arrival_timestamp: 1752601620 flight_number: '7216' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T12:30:00.000-07:00' departure_timestamp: 1752607800 arrival_time: '2025-07-16T17:20:00.000+09:00' arrival_timestamp: 1752654000 flight_number: '18' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-16T18:50:00.000+09:00' departure_timestamp: 1752659400 arrival_time: '2025-07-16T22:05:00.000+08:00' arrival_timestamp: 1752674700 flight_number: '623' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE baggage: 23kg - pricing_solution_id: 4a8dffa7bef32ab9c9bc306cef2f9b08ae20728c total_price: 792.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T01:45:00.000-07:00' departure_timestamp: 1752655500 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '107' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: HND marketing_carrier: NH - departure_time: '2025-07-17T09:45:00.000+09:00' departure_timestamp: 1752713100 arrival_time: '2025-07-17T13:30:00.000+08:00' arrival_timestamp: 1752730200 flight_number: '869' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: MNL marketing_carrier: NH baggage: null - pricing_solution_id: 671f12ab4161fc4ce590f99a1bd5bee76d8f27c2 total_price: 835.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:44:00.000-07:00' departure_timestamp: 1752601440 arrival_time: '2025-07-15T12:49:00.000-07:00' arrival_timestamp: 1752608940 flight_number: '7541' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: JL - departure_time: '2025-07-15T14:00:00.000-07:00' departure_timestamp: 1752613200 arrival_time: '2025-07-16T16:30:00.000+09:00' arrival_timestamp: 1752651000 flight_number: '57' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-16T18:00:00.000+09:00' departure_timestamp: 1752656400 arrival_time: '2025-07-16T21:40:00.000+08:00' arrival_timestamp: 1752673200 flight_number: '745' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: JL baggage: 1pc - pricing_solution_id: 5f535ff8abaee9bf6ac7f3e5586744c593bbc7fa total_price: 815.5 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T05:55:00.000-07:00' departure_timestamp: 1752584100 arrival_time: '2025-07-15T08:55:00.000-07:00' arrival_timestamp: 1752594900 flight_number: '3074' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-15T13:20:00.000-07:00' departure_timestamp: 1752610800 arrival_time: '2025-07-16T16:40:00.000+09:00' arrival_timestamp: 1752651600 flight_number: '42' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-16T18:50:00.000+09:00' departure_timestamp: 1752659400 arrival_time: '2025-07-16T22:05:00.000+08:00' arrival_timestamp: 1752674700 flight_number: '623' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE baggage: 23kg - pricing_solution_id: 2a04a5581c82df4e7944527a03b596b82d664edf total_price: 805.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:06:00.000-07:00' departure_timestamp: 1752631560 arrival_time: '2025-07-15T20:33:00.000-07:00' arrival_timestamp: 1752636780 flight_number: '7273' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-16T13:10:00.000-07:00' departure_timestamp: 1752696600 arrival_time: '2025-07-17T16:30:00.000+09:00' arrival_timestamp: 1752737400 flight_number: '5' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-17T17:30:00.000+09:00' departure_timestamp: 1752741000 arrival_time: '2025-07-17T21:15:00.000+08:00' arrival_timestamp: 1752758100 flight_number: '819' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: NH baggage: 2pc - pricing_solution_id: e379550cad90caaf331d807628c816d532311575 total_price: 805.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:06:00.000-07:00' departure_timestamp: 1752631560 arrival_time: '2025-07-15T20:33:00.000-07:00' arrival_timestamp: 1752636780 flight_number: '7273' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-16T10:45:00.000-07:00' departure_timestamp: 1752687900 arrival_time: '2025-07-17T14:00:00.000+09:00' arrival_timestamp: 1752728400 flight_number: '7019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-17T17:30:00.000+09:00' departure_timestamp: 1752741000 arrival_time: '2025-07-17T21:15:00.000+08:00' arrival_timestamp: 1752758100 flight_number: '819' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: NH baggage: 20kg - pricing_solution_id: 509d6b8aca635136645ee1af46fd65ce30bc2c73 total_price: 935.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:06:00.000-07:00' departure_timestamp: 1752631560 arrival_time: '2025-07-15T20:33:00.000-07:00' arrival_timestamp: 1752636780 flight_number: '7273' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-16T01:20:00.000-07:00' departure_timestamp: 1752654000 arrival_time: '2025-07-17T05:00:00.000+09:00' arrival_timestamp: 1752696000 flight_number: '105' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: HND marketing_carrier: NH - departure_time: '2025-07-17T09:45:00.000+09:00' departure_timestamp: 1752713100 arrival_time: '2025-07-17T13:30:00.000+08:00' arrival_timestamp: 1752730200 flight_number: '869' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: MNL marketing_carrier: NH baggage: 23kg - pricing_solution_id: 8d2cf045059e69b3f25a012f09c4decd9e302c48 total_price: 1009.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:06:00.000-07:00' departure_timestamp: 1752631560 arrival_time: '2025-07-15T20:33:00.000-07:00' arrival_timestamp: 1752636780 flight_number: '6501' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: OZ - departure_time: '2025-07-15T23:00:00.000-07:00' departure_timestamp: 1752645600 arrival_time: '2025-07-17T04:00:00.000+09:00' arrival_timestamp: 1752692400 flight_number: '203' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: OZ - departure_time: '2025-07-17T07:50:00.000+09:00' departure_timestamp: 1752706200 arrival_time: '2025-07-17T10:55:00.000+08:00' arrival_timestamp: 1752720900 flight_number: '701' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: OZ baggage: 20kg - pricing_solution_id: ae7ba19e9652f8296598f067a64ad49b86aaf6cc total_price: 1054.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:36:00.000-07:00' departure_timestamp: 1752600960 arrival_time: '2025-07-15T11:48:00.000-07:00' arrival_timestamp: 1752605280 flight_number: '7597' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SAN marketing_carrier: JL - departure_time: '2025-07-15T13:35:00.000-07:00' departure_timestamp: 1752611700 arrival_time: '2025-07-16T16:45:00.000+09:00' arrival_timestamp: 1752651900 flight_number: '65' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SAN to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-16T18:00:00.000+09:00' departure_timestamp: 1752656400 arrival_time: '2025-07-16T21:40:00.000+08:00' arrival_timestamp: 1752673200 flight_number: '745' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: JL baggage: 1pc - pricing_solution_id: 963ba9a585fa4760dbbaac515b51fd4e2300ca9e total_price: 1119.5 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-15T13:00:00.000-07:00' departure_timestamp: 1752609600 arrival_time: '2025-07-16T17:00:00.000+08:00' arrival_timestamp: 1752656400 flight_number: '7' operating_carrier: BR transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: TPE marketing_carrier: BR - departure_time: '2025-07-16T20:30:00.000+08:00' departure_timestamp: 1752669000 arrival_time: '2025-07-16T22:50:00.000+08:00' arrival_timestamp: 1752677400 flight_number: '261' operating_carrier: BR transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: TPE to_iata: MNL marketing_carrier: BR baggage: 2pc - pricing_solution_id: 00eb951938ceb943bb1bb53e1881be4e0747a04e total_price: 1184.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA baggage: 2pc - pricing_solution_id: 35defef8984ee6c1af935b4531991ca5198d0ea3 total_price: 1184.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA baggage: 20kg - pricing_solution_id: f5bcb2e13251c13431e918af83e785fdc6089872 total_price: 1557.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:07:00.000-07:00' departure_timestamp: 1752599220 arrival_time: '2025-07-15T11:34:00.000-07:00' arrival_timestamp: 1752604440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA - departure_time: '2025-07-15T13:25:00.000-07:00' departure_timestamp: 1752611100 arrival_time: '2025-07-16T18:55:00.000+08:00' arrival_timestamp: 1752663300 flight_number: '885' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: HKG marketing_carrier: CX - departure_time: '2025-07-16T20:30:00.000+08:00' departure_timestamp: 1752669000 arrival_time: '2025-07-16T22:55:00.000+08:00' arrival_timestamp: 1752677700 flight_number: '913' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: MNL marketing_carrier: CX baggage: 1pc - pricing_solution_id: 582e9fc679d0f8f7ae79ab23021a7c741395c471 total_price: 2156.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T20:30:00.000-07:00' departure_timestamp: 1752636600 arrival_time: '2025-07-15T23:48:00.000-07:00' arrival_timestamp: 1752648480 flight_number: '8819' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: YVR marketing_carrier: AC - departure_time: '2025-07-16T11:20:00.000-07:00' departure_timestamp: 1752690000 arrival_time: '2025-07-17T16:05:00.000+08:00' arrival_timestamp: 1752739500 flight_number: '7' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YVR to_iata: HKG marketing_carrier: AC - departure_time: '2025-07-17T20:30:00.000+08:00' departure_timestamp: 1752755400 arrival_time: '2025-07-17T22:55:00.000+08:00' arrival_timestamp: 1752764100 flight_number: '9789' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: MNL marketing_carrier: AC baggage: 23kg - pricing_solution_id: a2d0b8a53702388cc4064a7063848111dbda75e3 total_price: 2156.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T12:25:00.000-07:00' departure_timestamp: 1752607500 arrival_time: '2025-07-15T15:38:00.000-07:00' arrival_timestamp: 1752619080 flight_number: '8817' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: YVR marketing_carrier: AC - departure_time: '2025-07-16T11:20:00.000-07:00' departure_timestamp: 1752690000 arrival_time: '2025-07-17T16:05:00.000+08:00' arrival_timestamp: 1752739500 flight_number: '7' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YVR to_iata: HKG marketing_carrier: AC - departure_time: '2025-07-17T20:30:00.000+08:00' departure_timestamp: 1752755400 arrival_time: '2025-07-17T22:55:00.000+08:00' arrival_timestamp: 1752764100 flight_number: '9789' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: MNL marketing_carrier: AC baggage: 23kg - pricing_solution_id: 5ccf0356254beb81623e59c9adee6f084066e4ea total_price: 2385.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T12:25:00.000-07:00' departure_timestamp: 1752607500 arrival_time: '2025-07-15T15:38:00.000-07:00' arrival_timestamp: 1752619080 flight_number: '8817' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: YVR marketing_carrier: AC - departure_time: '2025-07-16T00:40:00.000-07:00' departure_timestamp: 1752651600 arrival_time: '2025-07-17T05:30:00.000+08:00' arrival_timestamp: 1752701400 flight_number: '117' operating_carrier: PR transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YVR to_iata: MNL marketing_carrier: PR baggage: 1pc 4c7f40287238a499f244d736eec7400e810e9995: - pricing_solution_id: f1e69f6e671bb669034cb266a591abe557b6af2c total_price: 1227.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T17:00:00.000+09:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:55:00.000-07:00' arrival_timestamp: 1753034100 flight_number: '8' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH baggage: 1pc - pricing_solution_id: 7fe953058a5fec55ffe830ef9e3ec17e10687bed total_price: 1237.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T18:25:00.000+09:00' departure_timestamp: 1753003500 arrival_time: '2025-07-20T12:45:00.000-07:00' arrival_timestamp: 1753040700 flight_number: '7542' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '7272' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: NH baggage: 2pc - pricing_solution_id: b8fe385a818e62fc084e0672d65349be13f3c656 total_price: 1360.9 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T11:05:00.000+08:00' departure_timestamp: 1752980700 arrival_time: '2025-07-20T09:45:00.000-07:00' arrival_timestamp: 1753029900 flight_number: '112' operating_carrier: PR transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: LAX marketing_carrier: PR - departure_time: '2025-07-20T13:23:00.000-07:00' departure_timestamp: 1753042980 arrival_time: '2025-07-20T14:50:00.000-07:00' arrival_timestamp: 1753048200 flight_number: '1994' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: AA baggage: 1pc - pricing_solution_id: b0ed21a0935d85eedf57a755e3066d30a80e0d2b total_price: 1239.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:00:00.000+09:00' departure_timestamp: 1753084800 arrival_time: '2025-07-21T10:55:00.000-07:00' arrival_timestamp: 1753120500 flight_number: '8' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH baggage: 2pc - pricing_solution_id: 2a561f16e79ca9d69360e55bec3d881423f47652 total_price: 1668.2 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T23:55:00.000+08:00' departure_timestamp: 1753026900 arrival_time: '2025-07-21T04:50:00.000+09:00' arrival_timestamp: 1753041000 flight_number: '704' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: OZ - departure_time: '2025-07-21T14:40:00.000+09:00' departure_timestamp: 1753076400 arrival_time: '2025-07-21T10:20:00.000-07:00' arrival_timestamp: 1753118400 flight_number: '202' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: OZ - departure_time: '2025-07-21T13:23:00.000-07:00' departure_timestamp: 1753129380 arrival_time: '2025-07-21T14:50:00.000-07:00' arrival_timestamp: 1753134600 flight_number: '1994' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: AA baggage: 1pc - pricing_solution_id: 182c422c16ba031af0fb34ccd989c1af2c420f53 total_price: 2005.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 0e5ca3c16d8430eb2340f15aa53690b007aa3506 total_price: 1941.5 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T23:55:00.000+08:00' departure_timestamp: 1753026900 arrival_time: '2025-07-21T04:50:00.000+09:00' arrival_timestamp: 1753041000 flight_number: '704' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: OZ - departure_time: '2025-07-21T14:40:00.000+09:00' departure_timestamp: 1753076400 arrival_time: '2025-07-21T10:20:00.000-07:00' arrival_timestamp: 1753118400 flight_number: '202' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: OZ - departure_time: '2025-07-21T13:35:00.000-07:00' departure_timestamp: 1753130100 arrival_time: '2025-07-21T15:09:00.000-07:00' arrival_timestamp: 1753135740 flight_number: '6506' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: OZ baggage: null - pricing_solution_id: f9b6d3225ba2970069234620683125b0d5a05b6b total_price: 2005.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: null - pricing_solution_id: c9f7547888e85159b8b1618a80308c4c80b32030 total_price: 2029.5 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T12:05:00.000+08:00' departure_timestamp: 1752984300 arrival_time: '2025-07-20T16:55:00.000+09:00' arrival_timestamp: 1752998100 flight_number: '702' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: OZ - departure_time: '2025-07-20T20:40:00.000+09:00' departure_timestamp: 1753011600 arrival_time: '2025-07-20T16:30:00.000-07:00' arrival_timestamp: 1753054200 flight_number: '204' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: OZ - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '6502' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: OZ baggage: 2pc - pricing_solution_id: 4afcf30a97539933c9d4af9c730a36230ff47619 total_price: 2062.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T10:50:00.000-07:00' departure_timestamp: 1753033800 arrival_time: '2025-07-20T12:25:00.000-07:00' arrival_timestamp: 1753039500 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: null - pricing_solution_id: 70af89cf34b10a48a2eb5431811e10e3e7ecbc78 total_price: 1970.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-21T06:00:00.000-07:00' departure_timestamp: 1753102800 arrival_time: '2025-07-21T07:36:00.000-07:00' arrival_timestamp: 1753108560 flight_number: '1571' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-21T08:15:00.000-07:00' departure_timestamp: 1753110900 arrival_time: '2025-07-21T09:51:00.000-07:00' arrival_timestamp: 1753116660 flight_number: '5960' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: null - pricing_solution_id: 8acf03479ca2fd2cf3e63830f8073e58216979df total_price: 2043.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:35:00.000+08:00' departure_timestamp: 1752993300 arrival_time: '2025-07-20T19:40:00.000+09:00' arrival_timestamp: 1753008000 flight_number: '408' operating_carrier: PR transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: KIX marketing_carrier: PR - departure_time: '2025-07-21T18:05:00.000+09:00' departure_timestamp: 1753088700 arrival_time: '2025-07-21T11:20:00.000-07:00' arrival_timestamp: 1753122000 flight_number: '24' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: KIX to_iata: YVR marketing_carrier: AC - departure_time: '2025-07-21T16:35:00.000-07:00' departure_timestamp: 1753140900 arrival_time: '2025-07-21T19:42:00.000-07:00' arrival_timestamp: 1753152120 flight_number: '8816' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YVR to_iata: PHX marketing_carrier: AC baggage: 20kg - pricing_solution_id: 739eaca1847c111f5a45918e2184ceb790101497 total_price: 5776.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T12:05:00.000+08:00' departure_timestamp: 1752984300 arrival_time: '2025-07-20T16:55:00.000+09:00' arrival_timestamp: 1752998100 flight_number: '702' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: OZ - departure_time: '2025-07-20T19:20:00.000+09:00' departure_timestamp: 1753006800 arrival_time: '2025-07-20T14:00:00.000-07:00' arrival_timestamp: 1753045200 flight_number: '5019' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-20T15:25:00.000-07:00' departure_timestamp: 1753050300 arrival_time: '2025-07-20T18:25:00.000-07:00' arrival_timestamp: 1753061100 flight_number: '3073' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE baggage: 2pc - pricing_solution_id: e4fcfd1504754fc58462033b4f328e8f28a01e90 total_price: 5776.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T12:05:00.000+08:00' departure_timestamp: 1752984300 arrival_time: '2025-07-20T16:55:00.000+09:00' arrival_timestamp: 1752998100 flight_number: '702' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: OZ - departure_time: '2025-07-20T19:40:00.000+09:00' departure_timestamp: 1753008000 arrival_time: '2025-07-20T15:20:00.000-07:00' arrival_timestamp: 1753050000 flight_number: '11' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-20T21:27:00.000-07:00' departure_timestamp: 1753072020 arrival_time: '2025-07-20T22:56:00.000-07:00' arrival_timestamp: 1753077360 flight_number: '7207' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: KE baggage: 2pc 8dec2daa292205afd451ff64acbe9ff1b825e03f: - pricing_solution_id: b751e524ebff8f932facf56103c951270544c3f7 total_price: 154 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T17:06:00.000-07:00' departure_timestamp: 1753229160 arrival_time: '2025-07-22T18:27:00.000-07:00' arrival_timestamp: 1753234020 flight_number: '2930' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 4110a68d42e23f7ede311baa078c0462ff7562c3 total_price: 154 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:59:00.000-07:00' departure_timestamp: 1753217940 arrival_time: '2025-07-22T15:22:00.000-07:00' arrival_timestamp: 1753222920 flight_number: '1362' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: a2d9e1781b81e39cb5342d28c800751b498f636d total_price: 154 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:07:00.000-07:00' departure_timestamp: 1753204020 arrival_time: '2025-07-22T11:34:00.000-07:00' arrival_timestamp: 1753209240 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 2pc - pricing_solution_id: 2a02d4a4861f10cb0d9876066dba4b0214267171 total_price: 154 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T20:20:00.000-07:00' departure_timestamp: 1753240800 arrival_time: '2025-07-22T21:47:00.000-07:00' arrival_timestamp: 1753246020 flight_number: '3204' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 2pc - pricing_solution_id: a77dcd65236a61365fb3af5c32dcb0f8e0b622ac total_price: 154 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 2fd42f97f2a3dd5fb3b44d3d7f6914f3c4f1c7b5 total_price: 154 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T07:40:00.000-07:00' departure_timestamp: 1753195200 arrival_time: '2025-07-22T09:11:00.000-07:00' arrival_timestamp: 1753200660 flight_number: '1668' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: eaa39e062f63c3dc4abbec1288b85738167f9d8e total_price: 154 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 9850495710620e66686bcdbc4ce85109a9a7fbc5 total_price: 154 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 772d2cecdc0b5a793ed75ff9f1abfa0e3c9a01ce total_price: 154 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 5956f3cee92cfd6dec905f69ce291954414d0ba0 total_price: 161.4 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 5ab072fa9411617f4fc9dd2eeef5e93960b40d2b total_price: 167.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 03e494ca35597aa73e24818a5104605f22c6490f total_price: 167.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: a8d5ed5cb2ea1ec79aee588419bc4af9cf13b244 total_price: 224.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T16:49:00.000-07:00' departure_timestamp: 1753228140 arrival_time: '2025-07-22T17:58:00.000-07:00' arrival_timestamp: 1753232280 flight_number: '1977' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAS marketing_carrier: AA - departure_time: '2025-07-22T19:45:00.000-07:00' departure_timestamp: 1753238700 arrival_time: '2025-07-22T21:08:00.000-07:00' arrival_timestamp: 1753243680 flight_number: '1399' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAS to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 028fee54d04f189dcb20abc9fee9c2ac19525594 total_price: 225.9 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:00:00.000-07:00' departure_timestamp: 1753214400 arrival_time: '2025-07-22T14:15:00.000-07:00' arrival_timestamp: 1753218900 flight_number: '810' operating_carrier: 9X transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: IPL marketing_carrier: 9X - departure_time: '2025-07-22T18:30:00.000-07:00' departure_timestamp: 1753234200 arrival_time: '2025-07-22T19:47:00.000-07:00' arrival_timestamp: 1753238820 flight_number: '807' operating_carrier: 9X transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IPL to_iata: LAX marketing_carrier: 9X baggage: 1pc - pricing_solution_id: 8ca99c43f7d28781a92a6405b1b63c7455a19c7f total_price: 316.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T07:00:00.000-07:00' departure_timestamp: 1753192800 arrival_time: '2025-07-22T09:43:00.000-07:00' arrival_timestamp: 1753202580 flight_number: '511' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-22T10:30:00.000-07:00' departure_timestamp: 1753205400 arrival_time: '2025-07-22T13:00:00.000-07:00' arrival_timestamp: 1753214400 flight_number: '1143' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: 620792180817de14f2586b609437c5f0b8f86fd7 total_price: 359.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T14:16:00.000-07:00' departure_timestamp: 1753218960 arrival_time: '2025-07-22T16:59:00.000-07:00' arrival_timestamp: 1753228740 flight_number: '6434' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: PDX marketing_carrier: HA - departure_time: '2025-07-22T17:40:00.000-07:00' departure_timestamp: 1753231200 arrival_time: '2025-07-22T20:10:00.000-07:00' arrival_timestamp: 1753240200 flight_number: '6355' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: HA baggage: null - pricing_solution_id: 2aae64526fd6e7216f0f27fa12e8e288ab1a4f66 total_price: 400 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T14:16:00.000-07:00' departure_timestamp: 1753218960 arrival_time: '2025-07-22T16:59:00.000-07:00' arrival_timestamp: 1753228740 flight_number: '1238' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-22T17:40:00.000-07:00' departure_timestamp: 1753231200 arrival_time: '2025-07-22T20:10:00.000-07:00' arrival_timestamp: 1753240200 flight_number: '278' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: 41295d703c8058cb5bd4c0c5a10f85d450b846f8 total_price: 400 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T14:16:00.000-07:00' departure_timestamp: 1753218960 arrival_time: '2025-07-22T16:59:00.000-07:00' arrival_timestamp: 1753228740 flight_number: '1238' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-22T19:35:00.000-07:00' departure_timestamp: 1753238100 arrival_time: '2025-07-22T22:05:00.000-07:00' arrival_timestamp: 1753247100 flight_number: '579' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: f401a78510ad51574ce2504d980d696212d942cd total_price: 643 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T09:51:00.000-07:00' departure_timestamp: 1753203060 arrival_time: '2025-07-22T12:41:00.000-06:00' arrival_timestamp: 1753209660 flight_number: '489' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: DEN marketing_carrier: UA - departure_time: '2025-07-22T13:25:00.000-06:00' departure_timestamp: 1753212300 arrival_time: '2025-07-22T14:58:00.000-07:00' arrival_timestamp: 1753221480 flight_number: '1359' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DEN to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 7010a9ed4c361a2119a53a2a8da767a32475c567 total_price: 643 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T08:50:00.000-06:00' arrival_timestamp: 1753195800 flight_number: '2461' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: DEN marketing_carrier: UA - departure_time: '2025-07-22T10:10:00.000-06:00' departure_timestamp: 1753200600 arrival_time: '2025-07-22T11:43:00.000-07:00' arrival_timestamp: 1753209780 flight_number: '2472' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DEN to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: ad700d886b32a36897f3799154a5c1be6f49008c total_price: 643 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:35:00.000-07:00' departure_timestamp: 1753216500 arrival_time: '2025-07-22T16:29:00.000-06:00' arrival_timestamp: 1753223340 flight_number: '1356' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: DEN marketing_carrier: UA - departure_time: '2025-07-22T17:59:00.000-06:00' departure_timestamp: 1753228740 arrival_time: '2025-07-22T19:32:00.000-07:00' arrival_timestamp: 1753237920 flight_number: '2240' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DEN to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: f606efccd9a8d13be93048cecbf29cb67a44f543 total_price: 673.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T15:41:00.000-07:00' departure_timestamp: 1753224060 arrival_time: '2025-07-22T16:34:00.000-07:00' arrival_timestamp: 1753227240 flight_number: '4917' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: TUS marketing_carrier: AA - departure_time: '2025-07-22T17:04:00.000-07:00' departure_timestamp: 1753229040 arrival_time: '2025-07-22T18:43:00.000-07:00' arrival_timestamp: 1753234980 flight_number: '6391' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: TUS to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 0edc50ba2cbb956327c1bf9331198131e26386e2 total_price: 7012.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T10:31:00.000-07:00' departure_timestamp: 1753205460 arrival_time: '2025-07-22T13:04:00.000-07:00' arrival_timestamp: 1753214640 flight_number: '6403' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: MFR marketing_carrier: AS - departure_time: '2025-07-22T13:45:00.000-07:00' departure_timestamp: 1753217100 arrival_time: '2025-07-22T15:47:00.000-07:00' arrival_timestamp: 1753224420 flight_number: '2091' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MFR to_iata: LAX marketing_carrier: AS baggage: 23kg 42ae9acc32eafa3c04cd8ca3200cecce66766ab8: - pricing_solution_id: a7606cc257537f583cf393d0011143eae3b23869 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 8a9e122ec74cb93d0ebfe9e8e6e83b4140791f2c total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 835bdc42a9c63016a0d284d62f133d7fa91e6482 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 631b907311b6e3cabb1fe335e95528be9119ae63 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 887ad366beb290d8740f88828ffd2327262c020c total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 3bf424c2efc654a16efbc978b482766c0f18e383 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: af3e66c5d5e4cfce8349634a8ad35b4cf54d94ab total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 97c430248937cbecd19409bed5e9f64a806c29e1 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 3fc32e0f07f8bf1256d2d8cfd36c60032efdaa66 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 749f0aee66c610feee1f3969500ae50f745a16de total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 78f7ade2dba01b727bb262859b8c470235d2aa4c total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 9b31d854f6b978611c64ae1365e94937f218b6dd total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: ad4fc996e3414688f10d60aea14685a6b54a9c98 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: cd8f4f63d5954287635216ecb7d9354db5ee7d27 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: e0e394bf89aafd4b796213b874012cff75aeaf84 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: d14de17b4aeb657df3b696643b0a1fa92525dafc total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 56407ed8c26bd6bf502ae712ec0a12deb86fe950 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 55d34d5c92702e14fa8a93181cba492e3cd415d7 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 88b040efa708567e1225b4b7a633d96b63224f5f total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 75da644b01139062447b1980a82d4d2f2f14cb2e total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 3e8c6137e8f4b1fa561147942df99a753cb88692 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 288cbbd9c2235fd2ea656babea520b582975180d total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 9fb43a0fc34bfef1fdf64a7483d0d3851937f96a total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: ae24ad3a24a8ada2e30d537c2825bbf72c46fb87 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: fb9d89c89cd67c67be21e17a83853391a32dd185 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: eb535793f46c693f376e1625f70e8c10ab51eaf9 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 1a00498572f144eec116b4994f26bf292b0579a0 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: d19c7d78f0124e05b68af4abfdab17c4f20a849c total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: d4635babb8625a3e07bcbd6a4e8d05186346f82e total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: ebb1f02d43773549a54a2d95e5d30fb7a441dfb9 total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: d5c08aa5be90ac43880bf1d416765511544ce903 total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: b93b65ce110028723cfc073f063c6b780fcfdced total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: ab6aa8f28dbe9f72a3a0972596ac652e1da48061 total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 316999077c0b3261cec2e4aeb8bbdfc0f1342757 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 33ac9f7d1edccf77d45287009c2ee0867f1ff2cf total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: b145dc15343c1aa6af314433cca4f6eedc010a4e total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: b1765529c2d8173afd64a777fdfb02577407be9d total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 516391346008725d6a1c30674c4f9db4cece8822 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 4bec580a7f376303c0b007cdfb6a77084f1e9516 total_price: 10311.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 26ab36efaad88ce6c7479c2526dd53b05af19a2a total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: ffe1381c4d89f9a9795d7cbefe715af2375b262c total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 3ad1a72137cb56b3ee0b76dae610c90783062f42 total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 497e6733ce848327bd3f20c672725980ae7daab4 total_price: 10348.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T01:45:00.000-07:00' departure_timestamp: 1752655500 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '107' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: HND marketing_carrier: NH - departure_time: '2025-07-17T09:45:00.000+09:00' departure_timestamp: 1752713100 arrival_time: '2025-07-17T13:30:00.000+08:00' arrival_timestamp: 1752730200 flight_number: '869' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: MNL marketing_carrier: NH - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: ac18cf15639735849a72b20b4f25ae61cfc2f886 total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 198746a1d8e64472d05105e4e7a770c18a3f4ceb total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: fffa83c3fa50a093cb3105e8ba7aeb90b407c494 total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: d17a7a44cc18ba0ff47de594c2616e6bfd6a3dd3 total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: dd4ade513f5fa526ecd52f4601d547413ac81372 total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: dad45cab16e6bd6e5a894adb0451cad5b8a4481f total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 6e00cc50c5d9f21c8250158c7bb8d4949998387e total_price: 10319.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg 6471b6c5dab08c9f5080e0db4cf734446d123a85: - pricing_solution_id: b8aa829e0ab2b21f0d90834e203435ef2d0051b2 total_price: 1901.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:14:00.000-07:00' departure_timestamp: 1752596040 arrival_time: '2025-07-15T10:47:00.000-07:00' arrival_timestamp: 1752601620 flight_number: '7216' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T12:30:00.000-07:00' departure_timestamp: 1752607800 arrival_time: '2025-07-16T17:20:00.000+09:00' arrival_timestamp: 1752654000 flight_number: '18' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-16T18:50:00.000+09:00' departure_timestamp: 1752659400 arrival_time: '2025-07-16T22:05:00.000+08:00' arrival_timestamp: 1752674700 flight_number: '623' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T16:40:00.000+09:00' departure_timestamp: 1752997200 arrival_time: '2025-07-20T10:50:00.000-07:00' arrival_timestamp: 1753033800 flight_number: '41' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-20T15:25:00.000-07:00' departure_timestamp: 1753050300 arrival_time: '2025-07-20T18:25:00.000-07:00' arrival_timestamp: 1753061100 flight_number: '3073' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE baggage: 23kg - pricing_solution_id: b13ec563bf02a238aaedd1412b9eef6d1273cced total_price: 1901.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:14:00.000-07:00' departure_timestamp: 1752596040 arrival_time: '2025-07-15T10:47:00.000-07:00' arrival_timestamp: 1752601620 flight_number: '7216' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T12:30:00.000-07:00' departure_timestamp: 1752607800 arrival_time: '2025-07-16T17:20:00.000+09:00' arrival_timestamp: 1752654000 flight_number: '18' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-16T20:15:00.000+09:00' departure_timestamp: 1752664500 arrival_time: '2025-07-16T23:59:00.000+08:00' arrival_timestamp: 1752681540 flight_number: '625' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T16:40:00.000+09:00' departure_timestamp: 1752997200 arrival_time: '2025-07-20T10:50:00.000-07:00' arrival_timestamp: 1753033800 flight_number: '41' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-20T15:25:00.000-07:00' departure_timestamp: 1753050300 arrival_time: '2025-07-20T18:25:00.000-07:00' arrival_timestamp: 1753061100 flight_number: '3073' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE baggage: null - pricing_solution_id: ffe2800b11f7dbdeeb148bf478bee34402591c6e total_price: 1901.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:35:00.000-07:00' departure_timestamp: 1752633300 arrival_time: '2025-07-15T21:13:00.000-07:00' arrival_timestamp: 1752639180 flight_number: '7444' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T23:50:00.000-07:00' departure_timestamp: 1752648600 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '12' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-17T07:50:00.000+09:00' departure_timestamp: 1752706200 arrival_time: '2025-07-17T10:55:00.000+08:00' arrival_timestamp: 1752720900 flight_number: '621' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T16:40:00.000+09:00' departure_timestamp: 1752997200 arrival_time: '2025-07-20T10:50:00.000-07:00' arrival_timestamp: 1753033800 flight_number: '41' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-20T15:25:00.000-07:00' departure_timestamp: 1753050300 arrival_time: '2025-07-20T18:25:00.000-07:00' arrival_timestamp: 1753061100 flight_number: '3073' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE baggage: 1pc - pricing_solution_id: e4f5b64de3122f0d6253d8544bcd673f84d7d34c total_price: 1901.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T05:55:00.000-07:00' departure_timestamp: 1752584100 arrival_time: '2025-07-15T08:55:00.000-07:00' arrival_timestamp: 1752594900 flight_number: '3074' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-15T13:20:00.000-07:00' departure_timestamp: 1752610800 arrival_time: '2025-07-16T16:40:00.000+09:00' arrival_timestamp: 1752651600 flight_number: '42' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-16T18:50:00.000+09:00' departure_timestamp: 1752659400 arrival_time: '2025-07-16T22:05:00.000+08:00' arrival_timestamp: 1752674700 flight_number: '623' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T16:40:00.000+09:00' departure_timestamp: 1752997200 arrival_time: '2025-07-20T10:50:00.000-07:00' arrival_timestamp: 1753033800 flight_number: '41' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-20T15:25:00.000-07:00' departure_timestamp: 1753050300 arrival_time: '2025-07-20T18:25:00.000-07:00' arrival_timestamp: 1753061100 flight_number: '3073' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE baggage: 20kg - pricing_solution_id: 60a0afecdc1773973eab44462adab0fb6ef3478b total_price: 1901.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T05:55:00.000-07:00' departure_timestamp: 1752584100 arrival_time: '2025-07-15T08:55:00.000-07:00' arrival_timestamp: 1752594900 flight_number: '3074' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-15T13:20:00.000-07:00' departure_timestamp: 1752610800 arrival_time: '2025-07-16T16:40:00.000+09:00' arrival_timestamp: 1752651600 flight_number: '42' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-16T20:15:00.000+09:00' departure_timestamp: 1752664500 arrival_time: '2025-07-16T23:59:00.000+08:00' arrival_timestamp: 1752681540 flight_number: '625' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T16:40:00.000+09:00' departure_timestamp: 1752997200 arrival_time: '2025-07-20T10:50:00.000-07:00' arrival_timestamp: 1753033800 flight_number: '41' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-20T15:25:00.000-07:00' departure_timestamp: 1753050300 arrival_time: '2025-07-20T18:25:00.000-07:00' arrival_timestamp: 1753061100 flight_number: '3073' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE baggage: 20kg - pricing_solution_id: 7b80ecb3fb6ca7ac5e1fbfe579d50281f89d3b6f total_price: 1901.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:14:00.000-07:00' departure_timestamp: 1752596040 arrival_time: '2025-07-15T10:47:00.000-07:00' arrival_timestamp: 1752601620 flight_number: '7216' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T23:50:00.000-07:00' departure_timestamp: 1752648600 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '12' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-17T07:50:00.000+09:00' departure_timestamp: 1752706200 arrival_time: '2025-07-17T10:55:00.000+08:00' arrival_timestamp: 1752720900 flight_number: '621' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T16:40:00.000+09:00' departure_timestamp: 1752997200 arrival_time: '2025-07-20T10:50:00.000-07:00' arrival_timestamp: 1753033800 flight_number: '41' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-20T15:25:00.000-07:00' departure_timestamp: 1753050300 arrival_time: '2025-07-20T18:25:00.000-07:00' arrival_timestamp: 1753061100 flight_number: '3073' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE baggage: null - pricing_solution_id: 3b316b205ca9ebcbc00ca414f15c31bcf95b18bf total_price: 1901.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:35:00.000-07:00' departure_timestamp: 1752633300 arrival_time: '2025-07-15T21:13:00.000-07:00' arrival_timestamp: 1752639180 flight_number: '7444' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T23:50:00.000-07:00' departure_timestamp: 1752648600 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '12' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-17T18:50:00.000+09:00' departure_timestamp: 1752745800 arrival_time: '2025-07-17T22:05:00.000+08:00' arrival_timestamp: 1752761100 flight_number: '623' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T16:40:00.000+09:00' departure_timestamp: 1752997200 arrival_time: '2025-07-20T10:50:00.000-07:00' arrival_timestamp: 1753033800 flight_number: '41' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-20T15:25:00.000-07:00' departure_timestamp: 1753050300 arrival_time: '2025-07-20T18:25:00.000-07:00' arrival_timestamp: 1753061100 flight_number: '3073' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE baggage: null - pricing_solution_id: 6964c6b329bad302659627762f30bcca8fb3a434 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: 1pc - pricing_solution_id: ec9b9c498946e363e4b1bd800c5d3db60ea0bfd3 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: null - pricing_solution_id: fc0e5b7ba2a1907f7b61df2e4f10275791fac0d5 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 88efdcecd856c4d9dcef8d8ee2d2d5da348b11e8 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: 23kg - pricing_solution_id: eaeccec2497ae1d623cf80c3c1939e3d3b510f3d total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 8f1eeb59ebf203f02209da74aa7add0676f62ec8 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 20kg - pricing_solution_id: d7efe5e29a9ce82001c2e17e70a8d16243ad682f total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: 20kg - pricing_solution_id: de0da3813c2a035853aaab246253d956ce44d804 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 5c96a26d1e543180a3b79bd07640c60d8a690b2f total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 40d31c93aa1a3e79050330ab8896ee306c6d4291 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T19:50:00.000-07:00' departure_timestamp: 1752634200 arrival_time: '2025-07-15T21:22:00.000-07:00' arrival_timestamp: 1752639720 flight_number: '1945' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 20kg - pricing_solution_id: d41d0c76947b54515512863d17c6bd355da93ed7 total_price: 2294.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:14:00.000-07:00' departure_timestamp: 1752596040 arrival_time: '2025-07-15T10:47:00.000-07:00' arrival_timestamp: 1752601620 flight_number: '7216' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T12:30:00.000-07:00' departure_timestamp: 1752607800 arrival_time: '2025-07-16T17:20:00.000+09:00' arrival_timestamp: 1752654000 flight_number: '18' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-16T18:50:00.000+09:00' departure_timestamp: 1752659400 arrival_time: '2025-07-16T22:05:00.000+08:00' arrival_timestamp: 1752674700 flight_number: '623' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T14:30:00.000+09:00' departure_timestamp: 1752989400 arrival_time: '2025-07-20T10:10:00.000-07:00' arrival_timestamp: 1753031400 flight_number: '17' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-20T14:00:00.000-07:00' departure_timestamp: 1753045200 arrival_time: '2025-07-20T15:30:00.000-07:00' arrival_timestamp: 1753050600 flight_number: '3198' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: KE baggage: 2pc - pricing_solution_id: 89d7c3d155ccb5367bb5b7fc20a9329a1bf2ff33 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 2643b10ab5c7a41cbbb3a1d3fdf491325b64afc4 total_price: 2294.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:14:00.000-07:00' departure_timestamp: 1752596040 arrival_time: '2025-07-15T10:47:00.000-07:00' arrival_timestamp: 1752601620 flight_number: '7216' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T12:30:00.000-07:00' departure_timestamp: 1752607800 arrival_time: '2025-07-16T17:20:00.000+09:00' arrival_timestamp: 1752654000 flight_number: '18' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-16T20:15:00.000+09:00' departure_timestamp: 1752664500 arrival_time: '2025-07-16T23:59:00.000+08:00' arrival_timestamp: 1752681540 flight_number: '625' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T14:30:00.000+09:00' departure_timestamp: 1752989400 arrival_time: '2025-07-20T10:10:00.000-07:00' arrival_timestamp: 1753031400 flight_number: '17' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-20T14:00:00.000-07:00' departure_timestamp: 1753045200 arrival_time: '2025-07-20T15:30:00.000-07:00' arrival_timestamp: 1753050600 flight_number: '3198' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: KE baggage: 20kg - pricing_solution_id: 12740b5bc1d54fe11f8acca654b716ab23739c99 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:50:00.000-07:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T13:49:00.000-07:00' arrival_timestamp: 1752612540 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 1pc - pricing_solution_id: a4a9b54061df21f58d04c94fd2c22ff223b466aa total_price: 2294.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:35:00.000-07:00' departure_timestamp: 1752633300 arrival_time: '2025-07-15T21:13:00.000-07:00' arrival_timestamp: 1752639180 flight_number: '7444' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T23:50:00.000-07:00' departure_timestamp: 1752648600 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '12' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-17T07:50:00.000+09:00' departure_timestamp: 1752706200 arrival_time: '2025-07-17T10:55:00.000+08:00' arrival_timestamp: 1752720900 flight_number: '621' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T14:30:00.000+09:00' departure_timestamp: 1752989400 arrival_time: '2025-07-20T10:10:00.000-07:00' arrival_timestamp: 1753031400 flight_number: '17' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-20T14:00:00.000-07:00' departure_timestamp: 1753045200 arrival_time: '2025-07-20T15:30:00.000-07:00' arrival_timestamp: 1753050600 flight_number: '3198' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: KE baggage: null - pricing_solution_id: 0be53a0fcfd564f39dc686e984215612af7b0d78 total_price: 2294.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T05:55:00.000-07:00' departure_timestamp: 1752584100 arrival_time: '2025-07-15T08:55:00.000-07:00' arrival_timestamp: 1752594900 flight_number: '3074' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-15T13:20:00.000-07:00' departure_timestamp: 1752610800 arrival_time: '2025-07-16T16:40:00.000+09:00' arrival_timestamp: 1752651600 flight_number: '42' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-16T18:50:00.000+09:00' departure_timestamp: 1752659400 arrival_time: '2025-07-16T22:05:00.000+08:00' arrival_timestamp: 1752674700 flight_number: '623' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T14:30:00.000+09:00' departure_timestamp: 1752989400 arrival_time: '2025-07-20T10:10:00.000-07:00' arrival_timestamp: 1753031400 flight_number: '17' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-20T14:00:00.000-07:00' departure_timestamp: 1753045200 arrival_time: '2025-07-20T15:30:00.000-07:00' arrival_timestamp: 1753050600 flight_number: '3198' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: KE baggage: 20kg - pricing_solution_id: aaecb6cadff0fb8b89c77cb83f3958da0fb6e575 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T13:50:00.000-07:00' departure_timestamp: 1752612600 arrival_time: '2025-07-15T15:18:00.000-07:00' arrival_timestamp: 1752617880 flight_number: '469' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 4a54c3cb0c14becd436f22e631fcb210cb1dcad4 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:32:00.000-07:00' departure_timestamp: 1752600720 arrival_time: '2025-07-15T12:09:00.000-07:00' arrival_timestamp: 1752606540 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T16:15:00.000-07:00' departure_timestamp: 1752621300 arrival_time: '2025-07-15T17:44:00.000-07:00' arrival_timestamp: 1752626640 flight_number: '2019' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 23kg - pricing_solution_id: a35a3612c796c32094345d76aa999846a9d756d5 total_price: 2294.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T05:55:00.000-07:00' departure_timestamp: 1752584100 arrival_time: '2025-07-15T08:55:00.000-07:00' arrival_timestamp: 1752594900 flight_number: '3074' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SEA marketing_carrier: KE - departure_time: '2025-07-15T13:20:00.000-07:00' departure_timestamp: 1752610800 arrival_time: '2025-07-16T16:40:00.000+09:00' arrival_timestamp: 1752651600 flight_number: '42' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SEA to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-16T20:15:00.000+09:00' departure_timestamp: 1752664500 arrival_time: '2025-07-16T23:59:00.000+08:00' arrival_timestamp: 1752681540 flight_number: '625' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T14:30:00.000+09:00' departure_timestamp: 1752989400 arrival_time: '2025-07-20T10:10:00.000-07:00' arrival_timestamp: 1753031400 flight_number: '17' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-20T14:00:00.000-07:00' departure_timestamp: 1753045200 arrival_time: '2025-07-20T15:30:00.000-07:00' arrival_timestamp: 1753050600 flight_number: '3198' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: KE baggage: null - pricing_solution_id: 5bcab01e4fe7f53154620f98731a7a113c0fe967 total_price: 2288.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:15:00.000-07:00' departure_timestamp: 1752588900 arrival_time: '2025-07-15T09:19:00.000-07:00' arrival_timestamp: 1752596340 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: null - pricing_solution_id: e66bd897e76feb68484e8be36644549dcf580f2b total_price: 2294.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:14:00.000-07:00' departure_timestamp: 1752596040 arrival_time: '2025-07-15T10:47:00.000-07:00' arrival_timestamp: 1752601620 flight_number: '7216' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T23:50:00.000-07:00' departure_timestamp: 1752648600 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '12' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-17T07:50:00.000+09:00' departure_timestamp: 1752706200 arrival_time: '2025-07-17T10:55:00.000+08:00' arrival_timestamp: 1752720900 flight_number: '621' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T14:30:00.000+09:00' departure_timestamp: 1752989400 arrival_time: '2025-07-20T10:10:00.000-07:00' arrival_timestamp: 1753031400 flight_number: '17' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-20T14:00:00.000-07:00' departure_timestamp: 1753045200 arrival_time: '2025-07-20T15:30:00.000-07:00' arrival_timestamp: 1753050600 flight_number: '3198' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: KE baggage: null - pricing_solution_id: 57b3451906494fb69142f0a56de0c4e818d6b2e0 total_price: 2294.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:35:00.000-07:00' departure_timestamp: 1752633300 arrival_time: '2025-07-15T21:13:00.000-07:00' arrival_timestamp: 1752639180 flight_number: '7444' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-15T23:50:00.000-07:00' departure_timestamp: 1752648600 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '12' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-17T18:50:00.000+09:00' departure_timestamp: 1752745800 arrival_time: '2025-07-17T22:05:00.000+08:00' arrival_timestamp: 1752761100 flight_number: '623' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T14:30:00.000+09:00' departure_timestamp: 1752989400 arrival_time: '2025-07-20T10:10:00.000-07:00' arrival_timestamp: 1753031400 flight_number: '17' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-20T14:00:00.000-07:00' departure_timestamp: 1753045200 arrival_time: '2025-07-20T15:30:00.000-07:00' arrival_timestamp: 1753050600 flight_number: '3198' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: KE baggage: 2pc - pricing_solution_id: 6d30ab7d7e90b20303e7a4e5d76b5a849f69938e total_price: 2610.4 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T01:45:00.000-07:00' departure_timestamp: 1752655500 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '107' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: HND marketing_carrier: NH - departure_time: '2025-07-17T09:45:00.000+09:00' departure_timestamp: 1752713100 arrival_time: '2025-07-17T13:30:00.000+08:00' arrival_timestamp: 1752730200 flight_number: '869' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: MNL marketing_carrier: NH - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: 20kg - pricing_solution_id: d3ebab155f66715086eab7d23f4f7a29a354b0e5 total_price: 2610.4 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T01:45:00.000-07:00' departure_timestamp: 1752655500 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '107' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: HND marketing_carrier: NH - departure_time: '2025-07-17T09:45:00.000+09:00' departure_timestamp: 1752713100 arrival_time: '2025-07-17T13:30:00.000+08:00' arrival_timestamp: 1752730200 flight_number: '869' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: MNL marketing_carrier: NH - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 1pc - pricing_solution_id: f484d1be3bd99256b7a0276e683d64d2d822c420 total_price: 2610.4 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T01:45:00.000-07:00' departure_timestamp: 1752655500 arrival_time: '2025-07-17T04:30:00.000+09:00' arrival_timestamp: 1752694200 flight_number: '107' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: HND marketing_carrier: NH - departure_time: '2025-07-17T09:45:00.000+09:00' departure_timestamp: 1752713100 arrival_time: '2025-07-17T13:30:00.000+08:00' arrival_timestamp: 1752730200 flight_number: '869' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: MNL marketing_carrier: NH - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 304a50bfaae3bc329d2506ac86f768cb5cf0d447 total_price: 2800.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 235baa6a4e89de470bca71bd7e1bf7b132804e18 total_price: 2800.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: 1pc - pricing_solution_id: e90c3cd1c02ea371cd68084c925986effff8265d total_price: 2800.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 20kg - pricing_solution_id: b089fb786e109dd955545e26b982e4a80c9976a0 total_price: 2768 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:07:00.000-07:00' departure_timestamp: 1752599220 arrival_time: '2025-07-15T11:34:00.000-07:00' arrival_timestamp: 1752604440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA - departure_time: '2025-07-15T13:25:00.000-07:00' departure_timestamp: 1752611100 arrival_time: '2025-07-16T18:55:00.000+08:00' arrival_timestamp: 1752663300 flight_number: '885' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: HKG marketing_carrier: CX - departure_time: '2025-07-16T20:30:00.000+08:00' departure_timestamp: 1752669000 arrival_time: '2025-07-16T22:55:00.000+08:00' arrival_timestamp: 1752677700 flight_number: '913' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: MNL marketing_carrier: CX - - departure_time: '2025-07-20T20:20:00.000+08:00' departure_timestamp: 1753014000 arrival_time: '2025-07-20T22:55:00.000+08:00' arrival_timestamp: 1753023300 flight_number: '902' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HKG marketing_carrier: CX - departure_time: '2025-07-21T00:50:00.000+08:00' departure_timestamp: 1753030200 arrival_time: '2025-07-20T22:55:00.000-07:00' arrival_timestamp: 1753077300 flight_number: '872' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: SFO marketing_carrier: CX - departure_time: '2025-07-21T06:00:00.000-07:00' departure_timestamp: 1753102800 arrival_time: '2025-07-21T08:03:00.000-07:00' arrival_timestamp: 1753110180 flight_number: '6404' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 74fb4ae937505ae2c1833c4c145cf468b6c33bc8 total_price: 2800.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 8af60f1f13be064780030b567282aa7bd967c171 total_price: 2800.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:37:00.000-07:00' departure_timestamp: 1752633420 arrival_time: '2025-07-15T21:39:00.000-07:00' arrival_timestamp: 1752640740 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 8e641e1c97f54328b782ee11e4948c27348eb92c total_price: 2800.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:00:00.000-07:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T07:30:00.000-07:00' arrival_timestamp: 1752589800 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T08:00:00.000-07:00' departure_timestamp: 1752591600 arrival_time: '2025-07-15T09:41:00.000-07:00' arrival_timestamp: 1752597660 flight_number: '336' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA baggage: null - pricing_solution_id: 6177256d504b14d43986155493bbea344706aeb9 total_price: 2800.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:13:00.000-07:00' departure_timestamp: 1752621180 arrival_time: '2025-07-15T17:46:00.000-07:00' arrival_timestamp: 1752626760 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T18:50:00.000-07:00' departure_timestamp: 1752630600 arrival_time: '2025-07-15T20:19:00.000-07:00' arrival_timestamp: 1752635940 flight_number: '1743' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 4f9934480bffdd83ea4049de606c87125a41b0bb total_price: 2800.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:00:00.000-07:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T07:30:00.000-07:00' arrival_timestamp: 1752589800 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T08:00:00.000-07:00' departure_timestamp: 1752591600 arrival_time: '2025-07-15T09:41:00.000-07:00' arrival_timestamp: 1752597660 flight_number: '336' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 23kg - pricing_solution_id: a6f10906be2ab426e6b049a0fb06f84861240726 total_price: 2800.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:00:00.000-07:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T07:30:00.000-07:00' arrival_timestamp: 1752589800 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-15T08:00:00.000-07:00' departure_timestamp: 1752591600 arrival_time: '2025-07-15T09:41:00.000-07:00' arrival_timestamp: 1752597660 flight_number: '336' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-16T00:55:00.000-07:00' departure_timestamp: 1752652500 arrival_time: '2025-07-17T05:55:00.000+08:00' arrival_timestamp: 1752702900 flight_number: '189' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: MNL marketing_carrier: UA - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: null - pricing_solution_id: 1e4e64043d458c2069a44f3c89a165a8e36c60ab total_price: 8197.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:36:00.000-07:00' departure_timestamp: 1752600960 arrival_time: '2025-07-15T11:48:00.000-07:00' arrival_timestamp: 1752605280 flight_number: '7597' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SAN marketing_carrier: JL - departure_time: '2025-07-15T13:35:00.000-07:00' departure_timestamp: 1752611700 arrival_time: '2025-07-16T16:45:00.000+09:00' arrival_timestamp: 1752651900 flight_number: '65' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SAN to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-16T18:00:00.000+09:00' departure_timestamp: 1752656400 arrival_time: '2025-07-16T21:40:00.000+08:00' arrival_timestamp: 1752673200 flight_number: '745' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: JL - - departure_time: '2025-07-20T20:20:00.000+08:00' departure_timestamp: 1753014000 arrival_time: '2025-07-20T22:55:00.000+08:00' arrival_timestamp: 1753023300 flight_number: '902' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HKG marketing_carrier: CX - departure_time: '2025-07-21T00:50:00.000+08:00' departure_timestamp: 1753030200 arrival_time: '2025-07-20T22:55:00.000-07:00' arrival_timestamp: 1753077300 flight_number: '872' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: SFO marketing_carrier: CX - departure_time: '2025-07-21T06:00:00.000-07:00' departure_timestamp: 1753102800 arrival_time: '2025-07-21T08:03:00.000-07:00' arrival_timestamp: 1753110180 flight_number: '6404' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: AA baggage: 1pc - pricing_solution_id: 5bfa04815c4ee007946ff0e9fde4c423135f8e74 total_price: 8197.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:07:00.000-07:00' departure_timestamp: 1752599220 arrival_time: '2025-07-15T11:34:00.000-07:00' arrival_timestamp: 1752604440 flight_number: '7531' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: JL - departure_time: '2025-07-15T13:35:00.000-07:00' departure_timestamp: 1752611700 arrival_time: '2025-07-16T16:35:00.000+09:00' arrival_timestamp: 1752651300 flight_number: '61' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-16T18:00:00.000+09:00' departure_timestamp: 1752656400 arrival_time: '2025-07-16T21:40:00.000+08:00' arrival_timestamp: 1752673200 flight_number: '745' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: JL - - departure_time: '2025-07-20T20:20:00.000+08:00' departure_timestamp: 1753014000 arrival_time: '2025-07-20T22:55:00.000+08:00' arrival_timestamp: 1753023300 flight_number: '902' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HKG marketing_carrier: CX - departure_time: '2025-07-21T00:50:00.000+08:00' departure_timestamp: 1753030200 arrival_time: '2025-07-20T22:55:00.000-07:00' arrival_timestamp: 1753077300 flight_number: '872' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: SFO marketing_carrier: CX - departure_time: '2025-07-21T06:00:00.000-07:00' departure_timestamp: 1753102800 arrival_time: '2025-07-21T08:03:00.000-07:00' arrival_timestamp: 1753110180 flight_number: '6404' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: AA baggage: 2pc - pricing_solution_id: e5df1e7b69b237978ba971256a9937eb4db5ec0f total_price: 8221.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:07:00.000-07:00' departure_timestamp: 1752599220 arrival_time: '2025-07-15T11:34:00.000-07:00' arrival_timestamp: 1752604440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA - departure_time: '2025-07-15T13:25:00.000-07:00' departure_timestamp: 1752611100 arrival_time: '2025-07-16T18:55:00.000+08:00' arrival_timestamp: 1752663300 flight_number: '885' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: HKG marketing_carrier: CX - departure_time: '2025-07-16T20:30:00.000+08:00' departure_timestamp: 1752669000 arrival_time: '2025-07-16T22:55:00.000+08:00' arrival_timestamp: 1752677700 flight_number: '913' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: MNL marketing_carrier: CX - - departure_time: '2025-07-20T12:05:00.000+08:00' departure_timestamp: 1752984300 arrival_time: '2025-07-20T16:55:00.000+09:00' arrival_timestamp: 1752998100 flight_number: '702' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: OZ - departure_time: '2025-07-20T20:40:00.000+09:00' departure_timestamp: 1753011600 arrival_time: '2025-07-20T16:30:00.000-07:00' arrival_timestamp: 1753054200 flight_number: '204' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: OZ - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 3a0a282a3831a578c054f37455fcd1414f0f7b6b total_price: 8223.1 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:07:00.000-07:00' departure_timestamp: 1752599220 arrival_time: '2025-07-15T11:34:00.000-07:00' arrival_timestamp: 1752604440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA - departure_time: '2025-07-15T13:25:00.000-07:00' departure_timestamp: 1752611100 arrival_time: '2025-07-16T18:55:00.000+08:00' arrival_timestamp: 1752663300 flight_number: '885' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: HKG marketing_carrier: CX - departure_time: '2025-07-16T20:30:00.000+08:00' departure_timestamp: 1752669000 arrival_time: '2025-07-16T22:55:00.000+08:00' arrival_timestamp: 1752677700 flight_number: '913' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: MNL marketing_carrier: CX - - departure_time: '2025-07-20T12:05:00.000+08:00' departure_timestamp: 1752984300 arrival_time: '2025-07-20T16:55:00.000+09:00' arrival_timestamp: 1752998100 flight_number: '702' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: OZ - departure_time: '2025-07-20T20:40:00.000+09:00' departure_timestamp: 1753011600 arrival_time: '2025-07-20T16:30:00.000-07:00' arrival_timestamp: 1753054200 flight_number: '204' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: OZ - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '6502' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: OZ baggage: null - pricing_solution_id: 624bd1d7770df3ebcbd483a1576400c916a5683d total_price: 8223.1 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:07:00.000-07:00' departure_timestamp: 1752599220 arrival_time: '2025-07-15T11:34:00.000-07:00' arrival_timestamp: 1752604440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA - departure_time: '2025-07-15T13:25:00.000-07:00' departure_timestamp: 1752611100 arrival_time: '2025-07-16T18:55:00.000+08:00' arrival_timestamp: 1752663300 flight_number: '885' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: HKG marketing_carrier: CX - departure_time: '2025-07-16T20:30:00.000+08:00' departure_timestamp: 1752669000 arrival_time: '2025-07-16T22:55:00.000+08:00' arrival_timestamp: 1752677700 flight_number: '913' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: MNL marketing_carrier: CX - - departure_time: '2025-07-20T23:55:00.000+08:00' departure_timestamp: 1753026900 arrival_time: '2025-07-21T04:50:00.000+09:00' arrival_timestamp: 1753041000 flight_number: '704' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: OZ - departure_time: '2025-07-21T14:40:00.000+09:00' departure_timestamp: 1753076400 arrival_time: '2025-07-21T10:20:00.000-07:00' arrival_timestamp: 1753118400 flight_number: '202' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: OZ - departure_time: '2025-07-21T13:35:00.000-07:00' departure_timestamp: 1753130100 arrival_time: '2025-07-21T15:09:00.000-07:00' arrival_timestamp: 1753135740 flight_number: '6506' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: OZ baggage: 2pc - pricing_solution_id: ff081c53055dec250f57821eefca8e5ef226307f total_price: 8223.1 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:07:00.000-07:00' departure_timestamp: 1752599220 arrival_time: '2025-07-15T11:34:00.000-07:00' arrival_timestamp: 1752604440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA - departure_time: '2025-07-15T13:25:00.000-07:00' departure_timestamp: 1752611100 arrival_time: '2025-07-16T18:55:00.000+08:00' arrival_timestamp: 1752663300 flight_number: '885' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: HKG marketing_carrier: CX - departure_time: '2025-07-16T20:30:00.000+08:00' departure_timestamp: 1752669000 arrival_time: '2025-07-16T22:55:00.000+08:00' arrival_timestamp: 1752677700 flight_number: '913' operating_carrier: CX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HKG to_iata: MNL marketing_carrier: CX - - departure_time: '2025-07-20T23:55:00.000+08:00' departure_timestamp: 1753026900 arrival_time: '2025-07-21T04:50:00.000+09:00' arrival_timestamp: 1753041000 flight_number: '704' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: OZ - departure_time: '2025-07-21T14:40:00.000+09:00' departure_timestamp: 1753076400 arrival_time: '2025-07-21T10:20:00.000-07:00' arrival_timestamp: 1753118400 flight_number: '202' operating_carrier: OZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: OZ - departure_time: '2025-07-21T19:30:00.000-07:00' departure_timestamp: 1753151400 arrival_time: '2025-07-21T20:59:00.000-07:00' arrival_timestamp: 1753156740 flight_number: '6502' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: OZ baggage: 1pc - pricing_solution_id: a29a4c32250d519777a2c098575f296e3c9801e4 total_price: 10254.6 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:36:00.000-07:00' departure_timestamp: 1752600960 arrival_time: '2025-07-15T11:48:00.000-07:00' arrival_timestamp: 1752605280 flight_number: '7597' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SAN marketing_carrier: JL - departure_time: '2025-07-15T13:35:00.000-07:00' departure_timestamp: 1752611700 arrival_time: '2025-07-16T16:45:00.000+09:00' arrival_timestamp: 1752651900 flight_number: '65' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SAN to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-16T18:00:00.000+09:00' departure_timestamp: 1752656400 arrival_time: '2025-07-16T21:40:00.000+08:00' arrival_timestamp: 1752673200 flight_number: '745' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: JL - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T14:30:00.000+09:00' departure_timestamp: 1752989400 arrival_time: '2025-07-20T10:10:00.000-07:00' arrival_timestamp: 1753031400 flight_number: '17' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-20T14:00:00.000-07:00' departure_timestamp: 1753045200 arrival_time: '2025-07-20T15:30:00.000-07:00' arrival_timestamp: 1753050600 flight_number: '3198' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: KE baggage: 23kg - pricing_solution_id: f7d9a7d6311403785c147a03b91875d049e35e94 total_price: 10254.6 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:07:00.000-07:00' departure_timestamp: 1752599220 arrival_time: '2025-07-15T11:34:00.000-07:00' arrival_timestamp: 1752604440 flight_number: '7531' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: JL - departure_time: '2025-07-15T13:35:00.000-07:00' departure_timestamp: 1752611700 arrival_time: '2025-07-16T16:35:00.000+09:00' arrival_timestamp: 1752651300 flight_number: '61' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-16T18:00:00.000+09:00' departure_timestamp: 1752656400 arrival_time: '2025-07-16T21:40:00.000+08:00' arrival_timestamp: 1752673200 flight_number: '745' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: MNL marketing_carrier: JL - - departure_time: '2025-07-20T01:10:00.000+08:00' departure_timestamp: 1752945000 arrival_time: '2025-07-20T06:15:00.000+09:00' arrival_timestamp: 1752959700 flight_number: '626' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE - departure_time: '2025-07-20T14:30:00.000+09:00' departure_timestamp: 1752989400 arrival_time: '2025-07-20T10:10:00.000-07:00' arrival_timestamp: 1753031400 flight_number: '17' operating_carrier: KE transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: LAX marketing_carrier: KE - departure_time: '2025-07-20T14:00:00.000-07:00' departure_timestamp: 1753045200 arrival_time: '2025-07-20T15:30:00.000-07:00' arrival_timestamp: 1753050600 flight_number: '3198' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: KE baggage: null 9f1ac8a0e146927b0fe024bb77e80394650797a0: - pricing_solution_id: 5c7a5a9656cdc306ba90b0b550f3a75fed096045 total_price: 1374.9 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:05:00.000+08:00' departure_timestamp: 1752977100 arrival_time: '2025-07-20T15:30:00.000+09:00' arrival_timestamp: 1752993000 flight_number: '746' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-20T18:10:00.000+09:00' departure_timestamp: 1753002600 arrival_time: '2025-07-20T11:45:00.000-07:00' arrival_timestamp: 1753037100 flight_number: '8409' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: AA - departure_time: '2025-07-20T15:11:00.000-07:00' departure_timestamp: 1753049460 arrival_time: '2025-07-20T17:13:00.000-07:00' arrival_timestamp: 1753056780 flight_number: '1321' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: AA - - departure_time: '2025-07-22T17:06:00.000-07:00' departure_timestamp: 1753229160 arrival_time: '2025-07-22T18:27:00.000-07:00' arrival_timestamp: 1753234020 flight_number: '2930' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 1pc - pricing_solution_id: 92d1f7e7b47d9fe6554d7ee9c9ae696b65b9a1ce total_price: 1374.9 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:05:00.000+08:00' departure_timestamp: 1752977100 arrival_time: '2025-07-20T15:30:00.000+09:00' arrival_timestamp: 1752993000 flight_number: '746' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-20T18:10:00.000+09:00' departure_timestamp: 1753002600 arrival_time: '2025-07-20T11:45:00.000-07:00' arrival_timestamp: 1753037100 flight_number: '8409' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: AA - departure_time: '2025-07-20T15:11:00.000-07:00' departure_timestamp: 1753049460 arrival_time: '2025-07-20T17:13:00.000-07:00' arrival_timestamp: 1753056780 flight_number: '1321' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: AA - - departure_time: '2025-07-22T13:59:00.000-07:00' departure_timestamp: 1753217940 arrival_time: '2025-07-22T15:22:00.000-07:00' arrival_timestamp: 1753222920 flight_number: '1362' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 2pc - pricing_solution_id: 470c277bcb3a4704017075a6333992f675c0815f total_price: 1374.9 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:05:00.000+08:00' departure_timestamp: 1752977100 arrival_time: '2025-07-20T15:30:00.000+09:00' arrival_timestamp: 1752993000 flight_number: '746' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-20T18:10:00.000+09:00' departure_timestamp: 1753002600 arrival_time: '2025-07-20T11:45:00.000-07:00' arrival_timestamp: 1753037100 flight_number: '8409' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: AA - departure_time: '2025-07-20T15:11:00.000-07:00' departure_timestamp: 1753049460 arrival_time: '2025-07-20T17:13:00.000-07:00' arrival_timestamp: 1753056780 flight_number: '1321' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: AA - - departure_time: '2025-07-22T10:07:00.000-07:00' departure_timestamp: 1753204020 arrival_time: '2025-07-22T11:34:00.000-07:00' arrival_timestamp: 1753209240 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 1pc - pricing_solution_id: f29a826178e6e1a9348d0ba9a472981d7faae186 total_price: 1374.9 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:05:00.000+08:00' departure_timestamp: 1752977100 arrival_time: '2025-07-20T15:30:00.000+09:00' arrival_timestamp: 1752993000 flight_number: '746' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-20T18:10:00.000+09:00' departure_timestamp: 1753002600 arrival_time: '2025-07-20T11:45:00.000-07:00' arrival_timestamp: 1753037100 flight_number: '8409' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: AA - departure_time: '2025-07-20T15:11:00.000-07:00' departure_timestamp: 1753049460 arrival_time: '2025-07-20T17:13:00.000-07:00' arrival_timestamp: 1753056780 flight_number: '1321' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: AA - - departure_time: '2025-07-22T20:20:00.000-07:00' departure_timestamp: 1753240800 arrival_time: '2025-07-22T21:47:00.000-07:00' arrival_timestamp: 1753246020 flight_number: '3204' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 1pc - pricing_solution_id: c498b594e964b67051ed6a858f8b2bc8753bcf14 total_price: 1374.9 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:05:00.000+08:00' departure_timestamp: 1752977100 arrival_time: '2025-07-20T15:30:00.000+09:00' arrival_timestamp: 1752993000 flight_number: '746' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: JL - departure_time: '2025-07-20T18:10:00.000+09:00' departure_timestamp: 1753002600 arrival_time: '2025-07-20T11:45:00.000-07:00' arrival_timestamp: 1753037100 flight_number: '8409' operating_carrier: JL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: AA - departure_time: '2025-07-20T15:11:00.000-07:00' departure_timestamp: 1753049460 arrival_time: '2025-07-20T17:13:00.000-07:00' arrival_timestamp: 1753056780 flight_number: '1321' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: AA - - departure_time: '2025-07-22T07:40:00.000-07:00' departure_timestamp: 1753195200 arrival_time: '2025-07-22T09:11:00.000-07:00' arrival_timestamp: 1753200660 flight_number: '1668' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 01aa98be387210dfd8372cdb6bc4d46a6851dab8 total_price: 1504.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T17:25:00.000+09:00' departure_timestamp: 1752999900 arrival_time: '2025-07-20T11:00:00.000-07:00' arrival_timestamp: 1753034400 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: fb3a6b15ed520587464f070d9521f7dbcab2e572 total_price: 1504.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T17:25:00.000+09:00' departure_timestamp: 1752999900 arrival_time: '2025-07-20T11:00:00.000-07:00' arrival_timestamp: 1753034400 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: ad1c6fe8e31f0443e7dcd9c91fda42e8db17820a total_price: 1504.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T17:25:00.000+09:00' departure_timestamp: 1752999900 arrival_time: '2025-07-20T11:00:00.000-07:00' arrival_timestamp: 1753034400 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 2dde7ebc934435b2747792d53961cd45ce15a78f total_price: 1504.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T17:25:00.000+09:00' departure_timestamp: 1752999900 arrival_time: '2025-07-20T11:00:00.000-07:00' arrival_timestamp: 1753034400 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 624542648dd116d7455155821574ce38ba215239 total_price: 1525.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: f044dfe008549968c67ecbfaaf8fab810d8c5154 total_price: 1525.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: d968476d048cbdd28a813c8541f7832d6f083959 total_price: 1525.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 2a8828378f587e9c9ca651fcbec1ea472fda6ff8 total_price: 1525.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 580baec658521b0cc763c15a318dc79a2bd65f89 total_price: 1561.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 4a0129f9a465fe4f96bda1ec103b3cd9d69c8bd5 total_price: 1561.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:55:00.000-07:00' departure_timestamp: 1753026900 arrival_time: '2025-07-20T10:48:00.000-07:00' arrival_timestamp: 1753033680 flight_number: '2374' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 5b2873567ec76c522d8029b8e1499ddebbbd88fb total_price: 1504.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T17:25:00.000+09:00' departure_timestamp: 1752999900 arrival_time: '2025-07-20T11:00:00.000-07:00' arrival_timestamp: 1753034400 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 75e93ff669cb1c8f03ab32c14215e66dfc1c1b7b total_price: 1504.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T17:25:00.000+09:00' departure_timestamp: 1752999900 arrival_time: '2025-07-20T11:00:00.000-07:00' arrival_timestamp: 1753034400 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 787975985e9ce6da58f85d51db14f5d01a8aeabf total_price: 1525.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 34d7128a5368d25de910d81189757830f3396c7a total_price: 1514.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T18:25:00.000+09:00' departure_timestamp: 1753003500 arrival_time: '2025-07-20T12:45:00.000-07:00' arrival_timestamp: 1753040700 flight_number: '7542' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '7272' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 9d0fac5fd67829edeecc95a4ba19546b93c99531 total_price: 1514.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T18:25:00.000+09:00' departure_timestamp: 1753003500 arrival_time: '2025-07-20T12:45:00.000-07:00' arrival_timestamp: 1753040700 flight_number: '7542' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '7272' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 7852c76a65ab88d4de1e8965dbb1ceeb1df10084 total_price: 1514.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T18:25:00.000+09:00' departure_timestamp: 1753003500 arrival_time: '2025-07-20T12:45:00.000-07:00' arrival_timestamp: 1753040700 flight_number: '7542' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '7272' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: ddd4c9de326a1b74b3a39fe9ae1c64ecee63d318 total_price: 1514.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T18:25:00.000+09:00' departure_timestamp: 1753003500 arrival_time: '2025-07-20T12:45:00.000-07:00' arrival_timestamp: 1753040700 flight_number: '7542' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '7272' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 8f279d5aa1fc3b44cefdf851c48fa40faa820295 total_price: 1504.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T17:25:00.000+09:00' departure_timestamp: 1752999900 arrival_time: '2025-07-20T11:00:00.000-07:00' arrival_timestamp: 1753034400 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 1e3286b7800036215567e9ff0da0631d0bc30027 total_price: 1525.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 9a7eda1582df2bc1257d5cf6a3281ddbd7fd8004 total_price: 1525.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T13:35:00.000-07:00' departure_timestamp: 1753043700 arrival_time: '2025-07-20T15:09:00.000-07:00' arrival_timestamp: 1753049340 flight_number: '1863' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 9904917636da7cb8d41fb31522836204ae37ba13 total_price: 1514.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T18:25:00.000+09:00' departure_timestamp: 1753003500 arrival_time: '2025-07-20T12:45:00.000-07:00' arrival_timestamp: 1753040700 flight_number: '7542' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '7272' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: 32b404fbaa7c3a4c09ddb9b25a113aadebfd1aa5 total_price: 1514.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T18:25:00.000+09:00' departure_timestamp: 1753003500 arrival_time: '2025-07-20T12:45:00.000-07:00' arrival_timestamp: 1753040700 flight_number: '7542' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '7272' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: bf7efe903f597973c5d7e31da05c9b07fac14406 total_price: 1533.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 3c947d1c5eb9cce121be0b0c20ad061b95aa7012 total_price: 1533.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 11923400b794ffc2ba00c608e042f093754dd52d total_price: 1533.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: d172b8847e660c6730203b6a93604b5af1f72d29 total_price: 1533.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 05927b21b182960392715f67559f831fe04093bd total_price: 1514.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:10:00.000+08:00' departure_timestamp: 1752973800 arrival_time: '2025-07-20T14:50:00.000+09:00' arrival_timestamp: 1752990600 flight_number: '820' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: NRT marketing_carrier: NH - departure_time: '2025-07-20T18:25:00.000+09:00' departure_timestamp: 1753003500 arrival_time: '2025-07-20T12:45:00.000-07:00' arrival_timestamp: 1753040700 flight_number: '7542' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: HND to_iata: LAX marketing_carrier: NH - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '7272' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 00bf978453302fb8a76e6ba3c95b64605e4586f7 total_price: 1561.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T16:25:00.000-07:00' departure_timestamp: 1753053900 arrival_time: '2025-07-20T18:26:00.000-07:00' arrival_timestamp: 1753061160 flight_number: '1561' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 573f20778e5ff86c546db8610cb14e7d4bf74096 total_price: 1533.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: b793064bc2bc30dd04d6dabdcdf7455b0a634ec0 total_price: 1533.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: d9961d17f314b872d6295ab8023309e7bbd88477 total_price: 1533.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:40:00.000+08:00' departure_timestamp: 1752972000 arrival_time: '2025-07-20T06:40:00.000-07:00' arrival_timestamp: 1753018800 flight_number: '190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-20T08:50:00.000-07:00' departure_timestamp: 1753026600 arrival_time: '2025-07-20T10:25:00.000-07:00' arrival_timestamp: 1753032300 flight_number: '2487' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA - departure_time: '2025-07-20T19:30:00.000-07:00' departure_timestamp: 1753065000 arrival_time: '2025-07-20T20:59:00.000-07:00' arrival_timestamp: 1753070340 flight_number: '2191' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LAX to_iata: PHX marketing_carrier: UA - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 1pc - pricing_solution_id: 80fcf439a7f4410374afa2c3f49d8fc6a6f09de2 total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:00:00.000+09:00' departure_timestamp: 1753084800 arrival_time: '2025-07-21T10:55:00.000-07:00' arrival_timestamp: 1753120500 flight_number: '8' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 17897e79a664a139fc53a67ab6604741a3a4612d total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:25:00.000+09:00' departure_timestamp: 1753086300 arrival_time: '2025-07-21T11:00:00.000-07:00' arrival_timestamp: 1753120800 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T19:06:00.000-07:00' departure_timestamp: 1753236360 arrival_time: '2025-07-22T20:33:00.000-07:00' arrival_timestamp: 1753241580 flight_number: '609' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: d68f5f5a5c6f840091dc144e0b4f224af99808cb total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:00:00.000+09:00' departure_timestamp: 1753084800 arrival_time: '2025-07-21T10:55:00.000-07:00' arrival_timestamp: 1753120500 flight_number: '8' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 9ad713581ea9b0b822e44bd8a5c712ea280cae58 total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:25:00.000+09:00' departure_timestamp: 1753086300 arrival_time: '2025-07-21T11:00:00.000-07:00' arrival_timestamp: 1753120800 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T06:00:00.000-07:00' departure_timestamp: 1753189200 arrival_time: '2025-07-22T07:30:00.000-07:00' arrival_timestamp: 1753194600 flight_number: '2096' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: c354a0dde2aa6da2bc0ef7cec5ca1092ef08aa1d total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:00:00.000+09:00' departure_timestamp: 1753084800 arrival_time: '2025-07-21T10:55:00.000-07:00' arrival_timestamp: 1753120500 flight_number: '8' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: c7033c7894d8cab1f8fb8f9d76b4bd9c7c5d5d0e total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:25:00.000+09:00' departure_timestamp: 1753086300 arrival_time: '2025-07-21T11:00:00.000-07:00' arrival_timestamp: 1753120800 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1430' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 2b3bbf90e3d6d11d2cf365694c99cb6ac135514f total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:00:00.000+09:00' departure_timestamp: 1753084800 arrival_time: '2025-07-21T10:55:00.000-07:00' arrival_timestamp: 1753120500 flight_number: '8' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 23kg - pricing_solution_id: 950a0857b34161592b50628fea25191d05898b82 total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:25:00.000+09:00' departure_timestamp: 1753086300 arrival_time: '2025-07-21T11:00:00.000-07:00' arrival_timestamp: 1753120800 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T10:32:00.000-07:00' departure_timestamp: 1753205520 arrival_time: '2025-07-22T12:09:00.000-07:00' arrival_timestamp: 1753211340 flight_number: '5713' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: fb3756e984c6f5d79288c50fba8200ecd014cc0b total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:00:00.000+09:00' departure_timestamp: 1753084800 arrival_time: '2025-07-21T10:55:00.000-07:00' arrival_timestamp: 1753120500 flight_number: '8' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: fef26b4bceacd8f9bd6f070d477edbce368b6f3a total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:25:00.000+09:00' departure_timestamp: 1753086300 arrival_time: '2025-07-21T11:00:00.000-07:00' arrival_timestamp: 1753120800 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T19:37:00.000-07:00' departure_timestamp: 1753238220 arrival_time: '2025-07-23T00:10:00.000-07:00' arrival_timestamp: 1753254600 flight_number: '1190' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA baggage: null - pricing_solution_id: aa2bc121b07363d8e0e4f50b67b438a28967aa39 total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:00:00.000+09:00' departure_timestamp: 1753084800 arrival_time: '2025-07-21T10:55:00.000-07:00' arrival_timestamp: 1753120500 flight_number: '8' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: a107dadf5b778c9ab6bd091e398bf7ea338be283 total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:25:00.000+09:00' departure_timestamp: 1753086300 arrival_time: '2025-07-21T11:00:00.000-07:00' arrival_timestamp: 1753120800 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T07:15:00.000-07:00' departure_timestamp: 1753193700 arrival_time: '2025-07-22T09:19:00.000-07:00' arrival_timestamp: 1753201140 flight_number: '2209' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T10:50:00.000-07:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T12:25:00.000-07:00' arrival_timestamp: 1753212300 flight_number: '565' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 2pc - pricing_solution_id: 2831383843da88cd9dce3683204811fc2fe81b32 total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:00:00.000+09:00' departure_timestamp: 1753084800 arrival_time: '2025-07-21T10:55:00.000-07:00' arrival_timestamp: 1753120500 flight_number: '8' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: 20kg - pricing_solution_id: 96b20e7b3845ad9de2fe2cddd823338d60f77d45 total_price: 1516.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:40:00.000+08:00' departure_timestamp: 1752993600 arrival_time: '2025-07-20T20:00:00.000+09:00' arrival_timestamp: 1753009200 flight_number: '870' operating_carrier: NH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MNL to_iata: HND marketing_carrier: NH - departure_time: '2025-07-21T17:25:00.000+09:00' departure_timestamp: 1753086300 arrival_time: '2025-07-21T11:00:00.000-07:00' arrival_timestamp: 1753120800 flight_number: '7012' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NRT to_iata: SFO marketing_carrier: NH - departure_time: '2025-07-21T16:25:00.000-07:00' departure_timestamp: 1753140300 arrival_time: '2025-07-21T18:26:00.000-07:00' arrival_timestamp: 1753147560 flight_number: '7306' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: PHX marketing_carrier: NH - - departure_time: '2025-07-22T11:50:00.000-07:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T13:49:00.000-07:00' arrival_timestamp: 1753217340 flight_number: '2225' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: SFO marketing_carrier: UA - departure_time: '2025-07-22T16:13:00.000-07:00' departure_timestamp: 1753225980 arrival_time: '2025-07-22T17:46:00.000-07:00' arrival_timestamp: 1753231560 flight_number: '1754' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: UA baggage: null OneWayGenerateSolutionResponse_2: summary: One Way Generate Solution Response value: trip_id: gAAAAABoPaUGNlknuEEJZ0K3dfY5aKMqzVh6IXF3KKGF5Acky_ShkKUl1lH0Or5pyoa_rpJ8vquFo59-4RsNX9F-Hez0glRSANpGUz_1CTrIsX1WvueV8tRrj9nstrxcvgDBp9CMRIpXIB5gUdmF047z57_t3gpJcvRyIHiV_28Fi_UcWyRlp4wTDgL6H-89XmGO--r6PvBe_P_Gon2EJ9O9u1UI6FFsh29FFp3CqZ7q94QoB1Mr-MbXXvj1nkOYe-xL58lyV4gGHOYQ99AcDTQ11xs3R5hyCGyUKmwY6fNFydVV6ynax2yS0Yp6Qi0nT6zu_T-iY6iCTK30mkHsLSASjVUEZXnfEhlbdvVvXUyd3NSefl7ilyWClhMBJXn3zu46b_gLZkobD9-oxytXmo-NRtnBGLa881rU0lQwxYnz4jKqWGrD7Uyu7hdes4G0mR9kW1Rq9Jgxj2__8DRp-RqzzkBEe4YQMNN4zdHRpXpAiHX8qZB_FW2ar4jz_sH1Fgoa4AI7J1ZTuw6CeivBYy3nxeDb959MfXvjUei4PmxdgQIlq2o6tXty1Pn7oXFvL69MpnbNhCfjYkfOqPa1xKhm8SWNUX83JzNw3CPGr-ONfbVFQRUJ0ALFQ9eteqcz-OVDiehtV4CTAAmzdQDmSvjYYdYrgA88LWenxBpS3uAGbG03FDibLTXLsSSXN_znxqbX3Cri8B_6X9IX-qYafkfflf2wVn-nJ4EjaBYOwjsaZEgSgOMaHa1NDQeaGuSqaCaoKDA6sLBojb1ax6mQFGyUp33eCE1xg5QznorbOW3AG7S_KhLManFE0qZNpXLgMSYRulC-Z0gngC3CPdxWY6Zgji6olqLZXFqx9VsIrrfAkAxJumfsMXEjkt2D1X6lH1SYfILI-94OfhZ1H8O1TzvPmzH9ayoaYW9OojOjssnVZTfyxaLYj2ukG-WQYzXZuzbTSCIHQgBhWL1Z2A1oINDOu_VZywmjQxCcqPR1pJQIrYbTNZ303MMESaQWlh5xUHD_gDLrgC_eG93daNKfOwKeG9RduzvFIlHQXGUPA-WPI_z9W8MkomfMSqJtTPMJOiEPf35zCJAGEY1DwQmWzQRgp1W8KcapkKuh-SRtpQ1E_lJiwFigsKX-P_5gNKT8T8R7YrlF_lj3zn74CaijHNlrFc_sr1zKkIbjfLJSNn4513C1aXK7qo_5aVgxnQChRty4nkMUtdwvFczmAmfkaoPRltdEIZB97X7jBzn81aSgr76s_MDvSvM55M4x60PwET1r2zI-5MfKzdvCUnj0B5DnkaEqxTQYZsqQIVIE32sSg1Hs8ac4y8BfTzb8Skn5zRU6aFHLqOHB_WNmtUOt_cCYCZdfgcZzlMGQBayvYCAbiPaTf1-cz_eREhsotXuMnpnduuvv8zIkCacPj16hTFUEpRBr7PiEeI2cMZb8vKAoaYu2efTw4gcNQWnmihVc7_XgVvXVKQfMQACOvpLzMK9qI9Pu847Rw0ohbMUtvpN1pFk0-rBgAF5lDuhV8pMlG7kRUX2_RsaX4W6jCSHR_-fJJnCMHxs_PS2lOn8pRNy4g_1YP1IjsB4HTqfuBQtWvPfRMgqgdGwxMJBXRRxbmCWGIdQa7Cj-SM4iKt1u0lnS0M60wrvphFnm0Uq7Cjt1pTMv0kku9cEvkoRGhKFPfxsKW0V1gPf0QA== currency: USD itineraries: - itinerary_id: 761f9e1b1f7d6544e49ccdd2d93780c3762d8461 total_price: 320.04 weight: 320.04 is_private_fare: false is_virtual_interline: false structure: '[0]' is_vi_openjaw: false flight_numbers: - BA326 segments: - pricing_solution_id: 27da8b81a1f7a82c6b2a03ebca4ba642e2b8e99c is_vi_segment: false price: 320.04 segment_position: 0 segment_source: travelport baggage: 1pc legs: - departure_time: '2025-07-15T20:35:00.000+01:00' arrival_time: '2025-07-15T22:50:00.000+02:00' flight_number: '326' operating_carrier: BA cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 risk_profile: null metadata: [] markup: 41 - itinerary_id: 85380cc20ad180c87ecbc9526617686a5d9b1394 total_price: 320.04 weight: 320.04 is_private_fare: false is_virtual_interline: false structure: '[0]' is_vi_openjaw: false flight_numbers: - BA304 segments: - pricing_solution_id: a5c7c6281483df5ec903a62aafdbc3b0149b81be is_vi_segment: false price: 320.04 segment_position: 0 segment_source: travelport baggage: 20kg legs: - departure_time: '2025-07-15T07:20:00.000+01:00' arrival_time: '2025-07-15T09:40:00.000+02:00' flight_number: '304' operating_carrier: BA cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 risk_profile: null metadata: [] markup: 41 - itinerary_id: af59fe12c425afde85503f0b074bb40d6e37eda6 total_price: 320.04 weight: 320.04 is_private_fare: false is_virtual_interline: false structure: '[0]' is_vi_openjaw: false flight_numbers: - BA316 segments: - pricing_solution_id: d55c80635e68fc9324213f9494da77a8a211ac2b is_vi_segment: false price: 320.04 segment_position: 0 segment_source: travelport baggage: 23kg legs: - departure_time: '2025-07-15T14:20:00.000+01:00' arrival_time: '2025-07-15T16:40:00.000+02:00' flight_number: '316' operating_carrier: BA cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 risk_profile: null metadata: [] markup: 41 FourWayGenerateSolutionResponse: summary: Four Way Generate Solution Response value: trip_id: gAAAAABoPaiK11R3Y7sKORQm-vSVYHWBulS6HsRgqmNmFbfaoBnhzLHohgdBj85GtwdI_jl-EBDFVI5Qv-z6Zvt5VARt-UIrtAwLk8-5j4GzU6-sz9QREI0EY_0WuSW034zI6Djxyh6-siJeswPnXYnmzjuHqZmnQb10n807iOHD-KOUdcyTzprJQS4ZituspJZvAAP3CK1VLhpTi-gotILH3htLZVLoHrYLU38HXgzykCZWAv6kFE_oSTM7RfvL35AW2LTsUGl0FDL37GfEVluIhk8O-wwSEaLqKNWgYb5YGVIb6rk5EhELE3c7dp3J9mqQHU6D4Pd1nBH3qst2xHIbPzNADG36R-RO36QD9Ef1iiSFdPs8sUBLgkOcHaPlkpL33-jOIjWyGOGbfnXKzksBTvJJT5W_rG60ZfqKpFRoOh5R96x46rEkHTkfpsmNGaiQQSsFEaMI0FzbHMHsB1bhQCtfw6WEqEtiFPJqC1P_o05KngVBp1bhB0mTzvDDg3ZeqIjqnm0wcT589xHgvjHGlFgWYFwIOjq_ZtkLEgxJMcPGOQpymSg46q2beLEXWinZjU6EcxtsRQYxegf_BUcR46ZreAca0QMdEa_kK246-a4Ltw3vmBTaUhNxN4BVzNfd7sUjFSJN6OeqKdVkNeNSnwtMJsppackbxXtHvHMyVyiFJihMJOW9lXtwOEsyVSqeupmaP3a43gH1r0jEh7xny-QaFsBxsWb62m9_kGsp_tz0FPD35BK4rkRt3OTQqQ_WSZaW98imjwX9bOgU3VR6yRCFWhjMHtHhvv8yZkzSXRp6AbHpr3NksGIOxDb3rjdKyAD5r3PEtpRclA6GpSBOEbZSTgSHF4bTOYN9vgkVM3tOP2yHj2oBfhz1LDAltemPTkApnXliizdp-76y8kkyMp6YZaYPfiMCEiaCD5dVHD6_Nnn6LDN_61OiJO5zynqlMcsDxY4yFC1BY2YwkO5gRU47CJtkNdOfOqOmK2kCrb7mqGWqmVcuKRUY5VnCTmOM7zwALODj1-uXPUwIBkvPiEDbr_szxZ0fRwC0sTscFFwkNNtC4HBypw1lfoZWTaNAVbMdMNVCd2IctOAvomWQ85EJ7TwGqd9jSfHqON9pgKWHdJVdcHVoKIuwhYYRCOdU9nfaI5ne0Pyz9rXJLehNPVTN8KlJCvQcgwMMuI6enzQAY1Vq4CzAVSfZvhmrjvwI7egR-uA3JRw4FKGCMWwixSGH0CIJXZp9FjV7KnKrjJcuRc79VtoqpT0YzFkLENH37FZmDaWcgYXRa4SwUEYwVykDfuOl9ggW9RhouXEyYhVhwvJs0IumSRi6q74-Ivr97e55vJQBuPIHDASdauXXaXIS87TrxCb1bpMgV0fsJ2N_EMd43mGsDtO_mnFkTI5LHhSpVRGY2sqoZBeoXw3p3XkAYaBdL8RhSVsq1KzCMNyW01es0UCZiPNdmYuRyHLRHoPCZJiPxGWXbaGEVguJE80dC_lHFcM_oOHE9_q2iLdOevXBLysU_tpgFJbZB21BaTE-c6GBJ85SsjZW1jVcIYwZooclzui7whOooK7Rp6mhquAS-GOb8hCjRdBkixgAHqU-ErM43tFePEt-PlKU4lXIyL7JxGuwYFZFXtxLRTdPhAq87E3HM2X5GPGNCGm6QO9PwdMdbPWML-5NYBmARQzjLPMaTl1KFsdOPOeYPT5u3nIFBac1oGzsYqhDROuRPMUY-VT1iK2sjlLqEZSnyEKqBEVETQPjB99dGJTjg4bzCw2lK82Veb8ScXFsx9bdyK6LhqPp5ljg8X_2OppQX64o3RYyID3E7QKz8z4zTWmc6jkPzt_aiYH6ODIhvlL7K9GnIOzNnSr5QWiAgPayPKx9GeBNuEzcEHSUnQO5-dqNFVk5B5B5bZUuAU1TX7UijFybcoB8hqUK-uMCJdag8Joi5I2Bas5e2vVDmrTec4jR4SktZrZg8DlOnw9RWvNluSeX1PLVaVHbseVn2msZg2RqkKCN368qFPxDQOtUtiPqDqGZ-N3iWyyPGdaUopRg9GBacz31rx3n5EfkDd1JUF5EG7aKQ5YAqrR0tNuHCyLf_M_nr6yDQ1JReYOAdcE_yCNliWzX7DgE-N5aNlPtveoPcFMlSTES4KzZyfgAaEj0K2yQc-L67RSOxbYEVQLuPOjjcSSYMhzkOP6AKN9m5QmGss6UvxSw1yI1QoWtArqpbt3OPTWCN10UNeUJgiYoakPZV8H-u3g9fmozQhkvcukYmPFE-SPYkKQgyT-FioprCrq9TUPOjsUymWsLSa_uowAYwOjhKOZVoOzYa31dVU4IBCKCcGpKCpNCajzrp9gFFK0-DwrFgOdRNOGKKS7qfI1oum7q1gvyaS97d_1lFAp72kkQPjupQ2sAhfMAWzPg12N8AhiESLqaGCwJIXcZ8_Z8lWmo8RUneDiZXZYb_oLMOvSkz-AHjOHmPKl6wehhpt5cxIpIv7D0pniLuWRijNMhwzv7Oq3D_sZVOseTckunn25y3GyMmHWNxarfOLvy-xBthr774f_zJjWUPa0efT3jHj-9kJ8DaXJwy4i3AfMhYrWytW-sLu1fPhfalXXovHE4WGaY8bHL9Ci-h3B7gJfB0cm5cDY9BAVRRblR-efKY1y2-SURK4xtxZgw1fxwml1b2J6DuzTUf5VCTAVYRgwh6JAOLzu3Dg7FO5AjlTf9aRvsTuGfTueH6CIVFrwo-lfjc5tXOgitOM_fwt3LB3XD20bSpiRs3UKCxnIlW3kKEU2tICIYgCmOiNRBpnz1ajK9xWGzk0a9RtWKMnydJv7eyttHuv0SY_2CwMk4guIik2MAj5wZ3XdU3QLq9098UUnLxKPdaNJ0TVF-hQto-pctkCZdpvF53cxtE2IBmF9aBdiPvu_2zrnkvKDGhFf0L7LR2sBUUUQzfSlr3xbCOoIiUMH0mUwrhdTzJ1N5ITpxfFevZYuFNKI8ZO-ISvdTKjIoxXvArGIjq0YkNQdN18VvL_FDXriafDnKv5K8A276ZqugQvaxCnWk_WARUVyU7mGKWEIBYHts95BCotMM3HQSmdHgrzYrMMJzXfRGWLPeIS6C4REYhy6UDabuK7rhS0uR6y4= currency: CAD itineraries: - itinerary_id: f518c68aa1329bea86549265a2653270bebdade0 total_price: 1374.1 weight: 1374.1 is_private_fare: false is_virtual_interline: false structure: '[0, 1, 2, 3]' is_vi_openjaw: false flight_numbers: - A3608 - A3617 - BA304 - F92503 - TP1367 - TP209 segments: - pricing_solution_id: 42084b6db3eb6a97e2de3327572f6f688f17d335 is_vi_segment: false price: 154.1 segment_position: 0 segment_source: travelport baggage: 2pc legs: - departure_time: '2025-07-15T07:20:00.000+01:00' arrival_time: '2025-07-15T09:40:00.000+02:00' flight_number: '304' operating_carrier: BA cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 risk_profile: null - pricing_solution_id: e0469aa07ba3dcbc616e7fec7a853e874e21893d is_vi_segment: false price: 182.2 segment_position: 1 segment_source: travelport baggage: 20kg legs: - departure_time: '2025-07-20T14:05:00.000+02:00' arrival_time: '2025-07-20T18:15:00.000+03:00' flight_number: '617' operating_carrier: A3 cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 - departure_time: '2025-07-20T19:20:00.000+03:00' arrival_time: '2025-07-20T21:10:00.000+01:00' flight_number: '608' operating_carrier: A3 cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 risk_profile: null - pricing_solution_id: b8b2e89640c0d4e248b665124e92d8f4b87d33ab is_vi_segment: false price: 880.1 segment_position: 2 segment_source: travelport baggage: 20kg legs: - departure_time: '2025-07-22T11:20:00.000+01:00' arrival_time: '2025-07-22T14:05:00.000+01:00' flight_number: '1367' operating_carrier: TP cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 2 - departure_time: '2025-07-22T17:00:00.000+01:00' arrival_time: '2025-07-22T20:05:00.000-04:00' flight_number: '209' operating_carrier: TP cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 2 risk_profile: null - pricing_solution_id: 16aa673563a6a7e4635578abe0034f55610a8649 is_vi_segment: false price: 157.7 segment_position: 3 segment_source: amadeus baggage: 20kg legs: - departure_time: '2025-07-25T11:00:00-04:00' arrival_time: '2025-07-25T14:11:00-07:00' flight_number: '2503' operating_carrier: F9 cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: F9 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 3 risk_profile: null metadata: [] markup: 411 - itinerary_id: 9ce06f7f3d915eedf09a4c55855b434a44e276da total_price: 1374.1 weight: 1374.1 is_private_fare: false is_virtual_interline: false structure: '[0, 1, 2, 3]' is_vi_openjaw: false flight_numbers: - A3608 - A3611 - BA304 - F92503 - TP1367 - TP209 segments: - pricing_solution_id: 42084b6db3eb6a97e2de3327572f6f688f17d335 is_vi_segment: false price: 154.1 segment_position: 0 segment_source: travelport baggage: 2pc legs: - departure_time: '2025-07-15T07:20:00.000+01:00' arrival_time: '2025-07-15T09:40:00.000+02:00' flight_number: '304' operating_carrier: BA cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 risk_profile: null - pricing_solution_id: 915b310a81d4d2b810b4de047e20e5b27bed5955 is_vi_segment: false price: 182.2 segment_position: 1 segment_source: travelport baggage: 2pc legs: - departure_time: '2025-07-20T11:05:00.000+02:00' arrival_time: '2025-07-20T15:15:00.000+03:00' flight_number: '611' operating_carrier: A3 cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 - departure_time: '2025-07-20T19:20:00.000+03:00' arrival_time: '2025-07-20T21:10:00.000+01:00' flight_number: '608' operating_carrier: A3 cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 risk_profile: null - pricing_solution_id: b8b2e89640c0d4e248b665124e92d8f4b87d33ab is_vi_segment: false price: 880.1 segment_position: 2 segment_source: travelport baggage: 20kg legs: - departure_time: '2025-07-22T11:20:00.000+01:00' arrival_time: '2025-07-22T14:05:00.000+01:00' flight_number: '1367' operating_carrier: TP cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 2 - departure_time: '2025-07-22T17:00:00.000+01:00' arrival_time: '2025-07-22T20:05:00.000-04:00' flight_number: '209' operating_carrier: TP cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 2 risk_profile: null - pricing_solution_id: 16aa673563a6a7e4635578abe0034f55610a8649 is_vi_segment: false price: 157.7 segment_position: 3 segment_source: amadeus baggage: 20kg legs: - departure_time: '2025-07-25T11:00:00-04:00' arrival_time: '2025-07-25T14:11:00-07:00' flight_number: '2503' operating_carrier: F9 cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: F9 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 3 risk_profile: null metadata: [] markup: 411 - itinerary_id: 281fbbbdd1d273f45b582ed8f30f67887c28e0a6 total_price: 1374.7 weight: 1374.7 is_private_fare: false is_virtual_interline: false structure: '[0, 1, 2, 3]' is_vi_openjaw: false flight_numbers: - A3600 - A3613 - BA304 - F92503 - TP1367 - TP209 segments: - pricing_solution_id: 42084b6db3eb6a97e2de3327572f6f688f17d335 is_vi_segment: false price: 154.1 segment_position: 0 segment_source: travelport baggage: 2pc legs: - departure_time: '2025-07-15T07:20:00.000+01:00' arrival_time: '2025-07-15T09:40:00.000+02:00' flight_number: '304' operating_carrier: BA cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 risk_profile: null - pricing_solution_id: 8817227336f444bfd2e1dc0e9e990c838d0b5c07 is_vi_segment: false price: 182.8 segment_position: 1 segment_source: amadeus baggage: 23kg legs: - departure_time: '2025-07-20T17:10:00+02:00' arrival_time: '2025-07-20T21:20:00+03:00' flight_number: '613' operating_carrier: A3 cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 - departure_time: '2025-07-21T09:15:00+03:00' arrival_time: '2025-07-21T11:15:00+01:00' flight_number: '600' operating_carrier: A3 cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 risk_profile: null - pricing_solution_id: b8b2e89640c0d4e248b665124e92d8f4b87d33ab is_vi_segment: false price: 880.1 segment_position: 2 segment_source: travelport baggage: 20kg legs: - departure_time: '2025-07-22T11:20:00.000+01:00' arrival_time: '2025-07-22T14:05:00.000+01:00' flight_number: '1367' operating_carrier: TP cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 2 - departure_time: '2025-07-22T17:00:00.000+01:00' arrival_time: '2025-07-22T20:05:00.000-04:00' flight_number: '209' operating_carrier: TP cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 2 risk_profile: null - pricing_solution_id: 16aa673563a6a7e4635578abe0034f55610a8649 is_vi_segment: false price: 157.7 segment_position: 3 segment_source: amadeus baggage: 20kg legs: - departure_time: '2025-07-25T11:00:00-04:00' arrival_time: '2025-07-25T14:11:00-07:00' flight_number: '2503' operating_carrier: F9 cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: F9 cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 3 risk_profile: null metadata: [] markup: 411 ThreeWayGenerateSolutionResponse_2: summary: Three Way Generate Solution Response value: trip_id: gAAAAABoPadpLFPVvHDHwyFtxlYyws50zX2dtOWVW8oY8A2-xjIYm-Ql-syXDldrJ1-H8_Khu-IwRC393smbhJ8i8WnM6zEwQJwY_x7SP9eC6BWWkRW9KC2QuA_-8fv8HCVhYw-r2tehuDkZwQjyVBk7-bOtQ1pmpT7LZepvEwhIZLpoB_5UYZD5tpSP8F1qlZiLQOHiCDmskP9nxVUh7if1t_JqXqSQVNN-Y-deRRdvAyhpoaTO3_gv_l9Bx1L29BiimM1oZyu_w8azlZjm2ggHy5O6TP-JwXmTUpK40ZDECQMweIg3GGuPJleoka57OQcMmVfLtqM3IuFFrmzXsvDL71-rN3Ct7OvhGCyh9j3o5bNvDl4npoPZM9QBPh2qeG3Ve163wsf7cAcsp7ql2k0r2FjDyuMfAYqahy5stwO4vPFMWVU5JePoQ924YusySF2H6GchO9hTqQ4oJcagENBTUmnpBawXQ287JxfhPlJjxv7uq0ag3I0oM5Nc00YAo80lmh5ScDCrS92-JboG9fXR0gqBsbsbC_f6jcEM1PFPItMawO1oOaRzHdkqhayQgGW4jG53UN_8VXbD2ZDAY43H_L4e5VvuzB7U8oykdJ22RKH1ehJ4G0mHGJIDJClTveabPKI--ySKZrOfz0WGBKVa1cumONd80kOAFm4L_JzV3WJhoJMWkhJV72GFqOLbmTuyRZ9Z2f1rpdwrEs3zQumhq4_GCSAKZdSXIW0UJc6hb9pmpJqjYiuWmK4jAnJb_U1nTtxMYFjXADGS6bvlhqJRCatruCgsg0GsoEuxy4gpco_DMs4kMpubdmJZUUR9yqWUP9uh3EujTNrDt3ojqrKPNBvuLbIjbZx7NxaU87w7YQU5sqaQh01vGtCEIJzq4p9FAe4uOlg61wo4JW5HhNe9VunruxluM9XwpP5c0PIWfMGPz_yIbCoUD_aw2cakZWBbtSGHgbvzKicoBDsk4C2e5US5ynEpr6cP4iNhY57nifi3FS1IykB8jztb3LIntJx25Ta_OT1HkWegCBvyGvPZFX6iUIhn1WR7-8wk6GeIaMsQ34GQnrGJowsHs1oFyjSvqBE5rdo3QE7bQ8Ka1tAoY_8okHeoY01iG5B5RmuhYJS36tKLFXVN6D49ZEKaNBQsYCONjLQ1jdDTQgugEDEJdnLH_TtANmlX7PcDTyZKXnLtE-C8BK6GZ0-MMk9JEbegq7BMvl1yWtRtsHgU_rNM0JzjeAebFqgbTZV-KqARJTD8Ttrzzne4Q0hEzCPIMNt4322cVEVR80mq__NScbVnr-BMULRK0X0AB61CrTT_EW2QZFt17N9G6DZjd8EphoA65rn_sqaSAmnIHVc26fIWJj3OhZ0MHvczVe4BBwdOPtWWE05bmBiPCrf3P-chD6S5Y5Zpb-KFEYqQAwFVw3lHWTMkaApnjcUQTbO95zMtaQ6dkUvRbrUbUeLK-mArCPntr5jnQg-0xZK0atILgq2kG4jO9SdWzPR1G6UQL_vbIHSb7AUz3xaL_KcVtwUhGYoSG2iJeE9p_gbUUFWD6tT2XAmb9IpeDayXfv7FOtAOCYSG57QnBCgiGOI5gEVM8rXe7Oa5NtASafT2a2ZLyAzL3Tvug6GBaOiTf_tka4v0Rq3qCWp_CL6wLBbo-c06FarOJ91nOasYpTt16iplIoLgSMFtKBu9Cvzme2hU5AhkbcDwoF8ZB3URzeGsjkonA0zqBVL53MHoQsOzJl8e8GKmQga7NfKFV4VFj6EFhYnmDPWveHuzKRhWXFF92zdo76Hw65ENYMKdXZS2ZjTSNMtKUxwHsxaZlQePc7YpDZMPYREsXGq78yu58rv5VPXIPOGFBXZ3kgY3dareGqWH8pQ6uITYDQZG7AHjC6qGb-PUvlWbIp3QdEGB4N4AQlGEwvPEepNlhuU5X77PZ3I8IlqSXAYvmwzgFRBwXnl8BmnK0JvjCASnWO7xYVeUCp4ZUzT2ssj-Yxar6OexUcQH4gFiQ-90q08vE4G5_r54_mTwN0Yul8lRh_DgIBO99-UVpxDM9O8V73TQEkISorpJqc9_kjm6Jq-KiJxwEJ2cWrcJl_0z4kReGItzQU8rQr_u68vtdDd12DDp0vSaOCkf8Vx-XtYPM9beEkYmxsaRa_LCBnW6DBgoI73pNMSU-sTySS5h_qcy6swc21vKgXSLgKgtBvzXnCJDe86yKLMdXKKp1_QnasStgjj7iGPbKgHgjTUw-yepTXKaEofxp35pKC2vGV44mPaIC9MW67xc5COV-j31xPry4n3P_U08dc-n1X1sGxm8m23XZvaqqTQErmZBxdyR96azsIL7jSQyZDRP2BUbDly3mzt_5eS2s0Zf688SEcuiVpLFcN0feGYDXDKXg5ChY5y24Ksg2WTjSmfvT6xhrrf1Y6FTF08GkrghDrfIM_QeH_T-bU1WhsBgrpsNb0VuurmqLvOhzKbl1SuB-PU2aoN9CiQUMnBhpbTywq4WSuoaD321DKzTIl8wW5ULYIrAQVKLttVysu9utG67xFm51IImL9eoNpmwrzDL-JGsrq062Qziz3Yyuokll6mHTOEn5YeYBTrT86CX4wwgTmDrSbhQIfI= currency: CAD itineraries: - itinerary_id: 96e75395a62a02f9d7f923c13ffbf384920354fa total_price: 2055.9 weight: 2055.9 is_private_fare: false is_virtual_interline: false structure: '[(0, 1), 2]' is_vi_openjaw: false flight_numbers: - AA1362 - DL3073 - DL7216 - KE18 - KE41 - KE625 - KE626 segments: - pricing_solution_id: b13ec563bf02a238aaedd1412b9eef6d1273cced is_vi_segment: false price: 1901.9 segment_position: - 0 - 1 segment_source: travelport baggage: null legs: - departure_time: '2025-07-15T09:14:00.000-07:00' arrival_time: '2025-07-15T10:47:00.000-07:00' flight_number: '7216' operating_carrier: DL cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 0 - departure_time: '2025-07-15T12:30:00.000-07:00' arrival_time: '2025-07-16T17:20:00.000+09:00' flight_number: '18' operating_carrier: KE cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 0 - departure_time: '2025-07-16T20:15:00.000+09:00' arrival_time: '2025-07-16T23:59:00.000+08:00' flight_number: '625' operating_carrier: KE cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 0 - departure_time: '2025-07-20T01:10:00.000+08:00' arrival_time: '2025-07-20T06:15:00.000+09:00' flight_number: '626' operating_carrier: KE cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 1 - departure_time: '2025-07-20T16:40:00.000+09:00' arrival_time: '2025-07-20T10:50:00.000-07:00' flight_number: '41' operating_carrier: KE cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 1 - departure_time: '2025-07-20T15:25:00.000-07:00' arrival_time: '2025-07-20T18:25:00.000-07:00' flight_number: '3073' operating_carrier: DL cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 1 risk_profile: null - pricing_solution_id: 4110a68d42e23f7ede311baa078c0462ff7562c3 is_vi_segment: false price: 154 segment_position: 2 segment_source: travelport baggage: null legs: - departure_time: '2025-07-22T13:59:00.000-07:00' arrival_time: '2025-07-22T15:22:00.000-07:00' flight_number: '1362' operating_carrier: AA cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 2 risk_profile: null metadata: [] markup: 411 - itinerary_id: d80c025f93afee20dc1b7be3227f41d58b3c61a5 total_price: 2055.9 weight: 2055.9 is_private_fare: false is_virtual_interline: false structure: '[(0, 1), 2]' is_vi_openjaw: false flight_numbers: - DL3073 - DL7216 - KE18 - KE41 - KE625 - KE626 - UA2096 segments: - pricing_solution_id: b13ec563bf02a238aaedd1412b9eef6d1273cced is_vi_segment: false price: 1901.9 segment_position: - 0 - 1 segment_source: travelport baggage: null legs: - departure_time: '2025-07-15T09:14:00.000-07:00' arrival_time: '2025-07-15T10:47:00.000-07:00' flight_number: '7216' operating_carrier: DL cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 0 - departure_time: '2025-07-15T12:30:00.000-07:00' arrival_time: '2025-07-16T17:20:00.000+09:00' flight_number: '18' operating_carrier: KE cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 - departure_time: '2025-07-16T20:15:00.000+09:00' arrival_time: '2025-07-16T23:59:00.000+08:00' flight_number: '625' operating_carrier: KE cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 - departure_time: '2025-07-20T01:10:00.000+08:00' arrival_time: '2025-07-20T06:15:00.000+09:00' flight_number: '626' operating_carrier: KE cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 - departure_time: '2025-07-20T16:40:00.000+09:00' arrival_time: '2025-07-20T10:50:00.000-07:00' flight_number: '41' operating_carrier: KE cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 - departure_time: '2025-07-20T15:25:00.000-07:00' arrival_time: '2025-07-20T18:25:00.000-07:00' flight_number: '3073' operating_carrier: DL cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 1 risk_profile: null - pricing_solution_id: eaa39e062f63c3dc4abbec1288b85738167f9d8e is_vi_segment: false price: 154 segment_position: 2 segment_source: travelport baggage: null legs: - departure_time: '2025-07-22T06:00:00.000-07:00' arrival_time: '2025-07-22T07:30:00.000-07:00' flight_number: '2096' operating_carrier: UA cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 2 risk_profile: null metadata: [] markup: 411 - itinerary_id: 8d29746f664a888d85eddfbbfc7ab24484651077 total_price: 2055.9 weight: 2055.9 is_private_fare: false is_virtual_interline: false structure: '[(0, 1), 2]' is_vi_openjaw: false flight_numbers: - DL3073 - DL7216 - KE18 - KE41 - KE625 - KE626 - UA1430 segments: - pricing_solution_id: b13ec563bf02a238aaedd1412b9eef6d1273cced is_vi_segment: false price: 1901.9 segment_position: - 0 - 1 segment_source: travelport baggage: null legs: - departure_time: '2025-07-15T09:14:00.000-07:00' arrival_time: '2025-07-15T10:47:00.000-07:00' flight_number: '7216' operating_carrier: DL cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 0 - departure_time: '2025-07-15T12:30:00.000-07:00' arrival_time: '2025-07-16T17:20:00.000+09:00' flight_number: '18' operating_carrier: KE cabin_class: E from_iata: LAX to_iata: ICN marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 - departure_time: '2025-07-16T20:15:00.000+09:00' arrival_time: '2025-07-16T23:59:00.000+08:00' flight_number: '625' operating_carrier: KE cabin_class: E from_iata: ICN to_iata: MNL marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 0 - departure_time: '2025-07-20T01:10:00.000+08:00' arrival_time: '2025-07-20T06:15:00.000+09:00' flight_number: '626' operating_carrier: KE cabin_class: E from_iata: MNL to_iata: ICN marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 - departure_time: '2025-07-20T16:40:00.000+09:00' arrival_time: '2025-07-20T10:50:00.000-07:00' flight_number: '41' operating_carrier: KE cabin_class: E from_iata: ICN to_iata: SEA marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: true segment_leg_position: 1 - departure_time: '2025-07-20T15:25:00.000-07:00' arrival_time: '2025-07-20T18:25:00.000-07:00' flight_number: '3073' operating_carrier: DL cabin_class: E from_iata: SEA to_iata: PHX marketing_carrier: KE cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 1 risk_profile: null - pricing_solution_id: 9850495710620e66686bcdbc4ce85109a9a7fbc5 is_vi_segment: false price: 154 segment_position: 2 segment_source: travelport baggage: null legs: - departure_time: '2025-07-22T16:13:00.000-07:00' arrival_time: '2025-07-22T17:46:00.000-07:00' flight_number: '1430' operating_carrier: UA cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: UA cancellation_probability: null average_delay_time: null self_transfer_time: null is_international: false segment_leg_position: 2 risk_profile: null metadata: [] markup: 411 TwoWayGenerateSolutionRequest_2: summary: Two Way Generate Solution Request value: trip_id: gAAAAABoPaa7MBa_dcG_R0E48UY6YzNj5lvuMRHUPYGF-Xv8cBe35heoVoIGbhumpNWRW7zSzarl6qfMh6wBjSE3EEZ7ASrdqeBtPf-Qtj-WBZnKkCjLti884ThkZNFP6lBTC8nunanNxYuivTtIdWXd0bFA801gW46yH4a7jVFT9bJTj3yCdGK7k-Gc_Yh5yiFSP5Ix90v71BOejD4zz9P87OIgavEb8kVdrcKceANjSl4Lm7fTxAgPejWWYA_6uqr4EjxMcD0c0NrQ5rk-ykAlOv3reAQiUBEGq29G0FszdLfXNqd6DUcyHX9gNtHyTC9DNOP5ENXFpG5aa3qbyFKywwhfofI1L0mOSwcKq_10thuXZed6qv8-Cn2CmMbDzZ-2tRVCN0r-vcbEhDoR4oXURheEx9e-umwuHwnQmnQ0e_3FDFrnKbek08QFtnQwITmcN4EoJNdO0Y-mjKEY8txmwa1IscdKwd8MYnfsKZE5msz27nuD2tWdki2ODBu43ocjuZ10pSHn8DspnED0xzRn-1lpaXdYF6Pd8mN_QEWatA9ND3geaGJKAjU5c7U3u_Q9iA2s7AxcFtSj50epubcNtKJgLBlbUK0hfg34cve2bEsPZ-n0JVme1_dSjduMUNAxKQvMJ6qgCvJ33LeRWdf7pU9pRyruU8CTWcZnjmYe4AFpU9QWl9BRC7uanawEB7MJInmo75L0_D0uSVyWPbiu8Pu9e3RJVtdeOgADAy2tI5GxC-HqupjH45DjBcUOhMYbO-viF1vFXKFAP_WDfWMC7ifCiiXVLDZpLAu-SS9MXUToVXmk86hv5jBRgN8azX2ZjY4c1ODPOq2STWs-51TAxexZq-5si0wLCVpai0Y4a97-SU9wVJ_VGvz1KvyYMtnwnqJxjBh0iHBC-xgXbPS1Ea6HbrcphmHhMXBVQo7bHyoo9x0i774dA5cTX_l03L2wTpMLiVuLPSgDVDnvKsivvWE_AfdI6wq7wI_vsJzHX-Mj1uIVap5w0kXQMa64y16KWJejNoqX8Sgeeey44TsSOrq0ZH2LKcbuGGybJGK9cvxN8cOGpTU1_MTB7RuCuUTymJjntC4z54rGDSBu7u7Z4V1j9nKMGnuJY8RQEwcNg26OC_odNaZyZwt7sIBWKAckjmoub_2HN58KtylXQWZD3ov91RdQkYqGxdRdolmcIrwvxP4Gu5MISah1voqEGmD6kVCqVeQpOa7VB_2ejxLXLq9mIutLkU3-b9Z3vK18hreW_391J6aSZ_WOrFPA9JkVfNn_mE1-n-wKDOHBvDF7C1KLcuz0rjJ_GVF_xHgb9Y5UY29lgonJvsOjEzRyzbErj_gseqo_stZWssCQKb70hJOuxl2UGgOtrsQNKAthv1sibjvHg5SlA1kFtcd8NFO0mhQ9EGvNtbUhLHFSIJX-j7tpk7TCK_pIqeLCaOuRMgOz_NG5wxmgU770kSAUf1V40dIYxeDvej9C0LrxMCTDT_Lqp_MNyUmb0Z4Gff1PpU2s7BcfR9SV_hicEKfsp750yui38KjAZHRqm8V66SeqVQoIuGCwcychCM4MHj121Q3ahzfLVa9JM2OlMANy1NwbBNuG-e3TLNVhp4XWoYBoRljVx3YW3C7wKLxFjqhcKl_NMgG6fkoDJ_5o4DDdK4wYocEL-YEakgzTSGDFivQ-yqsnyAVwmrf9OGT6-jGnbAFf9LdYBJmX-e7ejgQic2YmtW9pF7jdIsc2zrAiib6EiVXfKvHus7YhohL8Z8hhEM4TPiagQQS3tQictFNeGo2lUIX5yzQltGCpuvGYOxO_Xz7Td0XfL0lqd-sOoq-dQWaxFcwLs1HQCY2VV9oTeYRapTveOpGIZWRq-4rytNXXqsyrgu9zZKIV5lm--PrrClNqXRZC_N_60Bj1MUZc4zoQZc-UAO8Y80Z-a-_shVnZkkiXFEqEzrVanb4Bpm1lxVj0Q_4ywunHz07S9y7gpzfQ5R2pcjPoaxFTZVK-gXdLH1TjHpwx0-AtDpsvfYoMo_XUtq9vFfQ= datasource_responses: 76a6c524a9f3d36a4d4a9b88c6da2758174c79ad: - pricing_solution_id: 2d20b31977d8050059a7cb79bc04c04533594d8c total_price: 154.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:20:00.000+01:00' departure_timestamp: 1752560400 arrival_time: '2025-07-15T09:40:00.000+02:00' arrival_timestamp: 1752565200 flight_number: '304' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA baggage: 20kg - pricing_solution_id: 918353fbb1c98f6cf3ac729a3acb11e9d926622b total_price: 197.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 20kg - pricing_solution_id: 6aae56b2042dd4c5abd8f217c49b3f894102fd5c total_price: 197.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: null - pricing_solution_id: b8ce3b0afc3d0efa9777527b8794520b2f124a3d total_price: 186.1 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T22:15:00+01:00' departure_timestamp: 1752614100 arrival_time: '2025-07-16T03:50:00+03:00' arrival_timestamp: 1752627000 flight_number: '609' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T07:40:00+03:00' departure_timestamp: 1752640800 arrival_time: '2025-07-16T10:10:00+02:00' arrival_timestamp: 1752653400 flight_number: '610' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: 2pc - pricing_solution_id: b4d1233445d74670dd2f592546e3be361e484f28 total_price: 248.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 20kg - pricing_solution_id: 337e8027591d498b0fc2aef144d7828ee59373dd total_price: 261.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 1pc - pricing_solution_id: 85d6d1456899fac76a75761f4701e655853e7dfd total_price: 186.1 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T22:15:00+01:00' departure_timestamp: 1752614100 arrival_time: '2025-07-16T03:50:00+03:00' arrival_timestamp: 1752627000 flight_number: '609' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T10:40:00+03:00' departure_timestamp: 1752651600 arrival_time: '2025-07-16T13:10:00+02:00' arrival_timestamp: 1752664200 flight_number: '616' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: 23kg - pricing_solution_id: 68e8a74925dc1f85580ca7bfb82cb85cfb0b9cf4 total_price: 186.1 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:00:00+01:00' departure_timestamp: 1752602400 arrival_time: '2025-07-16T00:35:00+03:00' arrival_timestamp: 1752615300 flight_number: '605' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T07:40:00+03:00' departure_timestamp: 1752640800 arrival_time: '2025-07-16T10:10:00+02:00' arrival_timestamp: 1752653400 flight_number: '610' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: 1pc - pricing_solution_id: c769bd2b3fcd7f49ad50e44a2c3c879061d140d5 total_price: 186.1 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:00:00+01:00' departure_timestamp: 1752602400 arrival_time: '2025-07-16T00:35:00+03:00' arrival_timestamp: 1752615300 flight_number: '605' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T10:40:00+03:00' departure_timestamp: 1752651600 arrival_time: '2025-07-16T13:10:00+02:00' arrival_timestamp: 1752664200 flight_number: '616' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: 2pc - pricing_solution_id: 335d33a0baea9cd69f3406830522b6985a222f1c total_price: 283.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 2pc - pricing_solution_id: db1f7766b611355ed3254a7b002a5f1fe9144ca6 total_price: 268.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T12:55:00+02:00' departure_timestamp: 1752576900 arrival_time: '2025-07-15T14:30:00+02:00' arrival_timestamp: 1752582600 flight_number: '7317' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF baggage: 23kg - pricing_solution_id: cb6cfe389a244d629322c455ebd9353d904501f6 total_price: 264.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF baggage: null - pricing_solution_id: 2a36c1b5b7852846c3841109c89207c264ef3182 total_price: 324.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00.000+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 20kg - pricing_solution_id: a6ea025852af52368683395227b56a2fcf1dd0f5 total_price: 315.7 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T14:50:00+01:00' departure_timestamp: 1752587400 arrival_time: '2025-07-15T17:25:00+02:00' arrival_timestamp: 1752593100 flight_number: '7463' operating_carrier: EW transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: HAM marketing_carrier: EW - departure_time: '2025-07-15T18:50:00+02:00' departure_timestamp: 1752598200 arrival_time: '2025-07-15T20:20:00+02:00' arrival_timestamp: 1752603600 flight_number: '7404' operating_carrier: EW transportation_type: flight fare_type: Published fare cabin_class: E from_iata: HAM to_iata: CDG marketing_carrier: EW baggage: null - pricing_solution_id: f9542b8a6341e9d78fbeff8e4018d0ae4f53eaef total_price: 337.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:30:00+01:00' departure_timestamp: 1752557400 arrival_time: '2025-07-15T08:50:00+02:00' arrival_timestamp: 1752562200 flight_number: '1000' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T10:35:00+02:00' departure_timestamp: 1752568500 arrival_time: '2025-07-15T11:55:00+02:00' arrival_timestamp: 1752573300 flight_number: '2007' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: null - pricing_solution_id: b9edf139a34d9a5ec31f108576c99769fb63a843 total_price: 318.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:55:00+01:00' departure_timestamp: 1752569700 arrival_time: '2025-07-15T13:05:00+02:00' arrival_timestamp: 1752577500 flight_number: '5169' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: BCN marketing_carrier: IB - departure_time: '2025-07-15T17:40:00+02:00' departure_timestamp: 1752594000 arrival_time: '2025-07-15T19:40:00+02:00' arrival_timestamp: 1752601200 flight_number: '5222' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: CDG marketing_carrier: IB baggage: 20kg - pricing_solution_id: 0e12609541070ddd90685058fda8e7faf080c384 total_price: 337.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:40:00+01:00' departure_timestamp: 1752565200 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '1002' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T14:05:00+02:00' departure_timestamp: 1752581100 arrival_time: '2025-07-15T15:30:00+02:00' arrival_timestamp: 1752586200 flight_number: '2009' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: 20kg - pricing_solution_id: adc2df0cab6dc00334c607730871d60d47ad2d68 total_price: 357.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:25:00+01:00' departure_timestamp: 1752560700 arrival_time: '2025-07-15T10:15:00+02:00' arrival_timestamp: 1752567300 flight_number: '2485' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T11:55:00+02:00' departure_timestamp: 1752573300 arrival_time: '2025-07-15T13:30:00+02:00' arrival_timestamp: 1752579000 flight_number: '2230' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH baggage: null - pricing_solution_id: 475d25435146f421456fed7c37ee4c88a23cc7cf total_price: 357.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:25:00+01:00' departure_timestamp: 1752560700 arrival_time: '2025-07-15T10:15:00+02:00' arrival_timestamp: 1752567300 flight_number: '2485' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T11:55:00+02:00' departure_timestamp: 1752573300 arrival_time: '2025-07-15T13:30:00+02:00' arrival_timestamp: 1752579000 flight_number: '4118' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH baggage: 20kg - pricing_solution_id: 50610a989c076f374ef0693cef05fcf4173b6e34 total_price: 357.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:55:00+01:00' departure_timestamp: 1752558900 arrival_time: '2025-07-15T09:45:00+02:00' arrival_timestamp: 1752565500 flight_number: '2483' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T11:55:00+02:00' departure_timestamp: 1752573300 arrival_time: '2025-07-15T13:30:00+02:00' arrival_timestamp: 1752579000 flight_number: '2230' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH baggage: 20kg - pricing_solution_id: 2e1124edb4e658d3e107c2db92c48b3fe71533ea total_price: 357.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:55:00+01:00' departure_timestamp: 1752558900 arrival_time: '2025-07-15T09:45:00+02:00' arrival_timestamp: 1752565500 flight_number: '2483' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T11:55:00+02:00' departure_timestamp: 1752573300 arrival_time: '2025-07-15T13:30:00+02:00' arrival_timestamp: 1752579000 flight_number: '4118' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH baggage: null - pricing_solution_id: 5dc28f20de39a7614e5459265f16ffef5ffb86e1 total_price: 368.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:20:00+01:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T19:45:00+02:00' arrival_timestamp: 1752601500 flight_number: '3649' operating_carrier: BA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: MAD marketing_carrier: IB - departure_time: '2025-07-15T21:45:00+02:00' departure_timestamp: 1752608700 arrival_time: '2025-07-15T23:50:00+02:00' arrival_timestamp: 1752616200 flight_number: '591' operating_carrier: IB transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MAD to_iata: CDG marketing_carrier: IB baggage: 20kg - pricing_solution_id: 2d2ec2803d898816a26c7d01ca4edf7c103adb03 total_price: 373 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:05:00.000+01:00' departure_timestamp: 1752588300 arrival_time: '2025-07-15T18:20:00.000+02:00' arrival_timestamp: 1752596400 flight_number: '462' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS baggage: 1pc - pricing_solution_id: 0075ecaf589a2d0e488e19b7cf595d11a9cde233 total_price: 377.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T14:20:00+01:00' departure_timestamp: 1752585600 arrival_time: '2025-07-15T15:45:00+01:00' arrival_timestamp: 1752590700 flight_number: '165' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T18:20:00+01:00' departure_timestamp: 1752600000 arrival_time: '2025-07-15T21:05:00+02:00' arrival_timestamp: 1752606300 flight_number: '528' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI baggage: 2pc - pricing_solution_id: 6e8cf41f9e3fdad6a1c73e31a498b8b2a47f52f8 total_price: 373 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T15:00:00.000+02:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T17:00:00.000+02:00' arrival_timestamp: 1752591600 flight_number: '409' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS baggage: 23kg - pricing_solution_id: a0e5b5dce63ef38f5f0585bb22f53b8bf53fa8af total_price: 398.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:55:00+01:00' departure_timestamp: 1752569700 arrival_time: '2025-07-15T12:20:00+02:00' arrival_timestamp: 1752574800 flight_number: '1004' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T14:05:00+02:00' departure_timestamp: 1752581100 arrival_time: '2025-07-15T15:30:00+02:00' arrival_timestamp: 1752586200 flight_number: '2009' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: 20kg - pricing_solution_id: 94d5843c4100ec6e6643a34c18af2ab1a6eece32 total_price: 369.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:35:00.000+01:00' departure_timestamp: 1752593700 arrival_time: '2025-07-15T22:15:00.000+03:00' arrival_timestamp: 1752606900 flight_number: '603' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T07:40:00.000+03:00' departure_timestamp: 1752640800 arrival_time: '2025-07-16T10:10:00.000+02:00' arrival_timestamp: 1752653400 flight_number: '610' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: 23kg - pricing_solution_id: a7bf1d5835b0e8892a294a967e31e614c2d080ff total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:30:00+01:00' departure_timestamp: 1752582600 arrival_time: '2025-07-15T16:05:00+02:00' arrival_timestamp: 1752588300 flight_number: '907' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T17:20:00+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T18:35:00+02:00' arrival_timestamp: 1752597300 flight_number: '1046' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 2pc - pricing_solution_id: a43ea0d7299f56ebffe395fa93a85bec7f570472 total_price: 447.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:45:00.000+01:00' departure_timestamp: 1752576300 arrival_time: '2025-07-15T14:00:00.000+02:00' arrival_timestamp: 1752580800 flight_number: '1006' operating_carrier: KL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T15:50:00.000+02:00' departure_timestamp: 1752587400 arrival_time: '2025-07-15T17:10:00.000+02:00' arrival_timestamp: 1752592200 flight_number: '2252' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: 1pc - pricing_solution_id: 29e3be2a6fe5864617c7f2ee73dde4eff62a70dd total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:30:00+01:00' departure_timestamp: 1752564600 arrival_time: '2025-07-15T11:05:00+02:00' arrival_timestamp: 1752570300 flight_number: '925' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T12:30:00+02:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00+02:00' arrival_timestamp: 1752580200 flight_number: '1034' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 23kg - pricing_solution_id: fd5990293bf5cae0a8838ea27746e25e8a8b7f55 total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:30:00+01:00' departure_timestamp: 1752597000 arrival_time: '2025-07-15T20:05:00+02:00' arrival_timestamp: 1752602700 flight_number: '915' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T21:40:00+02:00' departure_timestamp: 1752608400 arrival_time: '2025-07-15T22:55:00+02:00' arrival_timestamp: 1752612900 flight_number: '1050' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 2pc - pricing_solution_id: 9811531ab0943ad7f6df14761c7357792beb8567 total_price: 437.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:25:00+01:00' departure_timestamp: 1752582300 arrival_time: '2025-07-15T14:50:00+01:00' arrival_timestamp: 1752587400 flight_number: '163' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T18:20:00+01:00' departure_timestamp: 1752600000 arrival_time: '2025-07-15T21:05:00+02:00' arrival_timestamp: 1752606300 flight_number: '528' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI baggage: 20kg - pricing_solution_id: fcb2fcd5d2607af77ec21205783b19cdd37f252d total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:30:00+01:00' departure_timestamp: 1752561000 arrival_time: '2025-07-15T10:05:00+02:00' arrival_timestamp: 1752566700 flight_number: '923' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T12:30:00+02:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00+02:00' arrival_timestamp: 1752580200 flight_number: '1034' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: null - pricing_solution_id: 76ee10a510b411ee07c50c328ce1db8953a9df05 total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:30:00+01:00' departure_timestamp: 1752593400 arrival_time: '2025-07-15T19:05:00+02:00' arrival_timestamp: 1752599100 flight_number: '911' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T21:40:00+02:00' departure_timestamp: 1752608400 arrival_time: '2025-07-15T22:55:00+02:00' arrival_timestamp: 1752612900 flight_number: '1050' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 20kg - pricing_solution_id: ea8c397b07ea382c009dd90ea4bfe06467bc1f47 total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:30:00+01:00' departure_timestamp: 1752582600 arrival_time: '2025-07-15T16:05:00+02:00' arrival_timestamp: 1752588300 flight_number: '907' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T18:00:00+02:00' departure_timestamp: 1752595200 arrival_time: '2025-07-15T20:00:00+02:00' arrival_timestamp: 1752602400 flight_number: '4611' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 23kg - pricing_solution_id: cc38023139de0a2fd31ff75aea3667a04ca74b4a total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T14:05:00+02:00' arrival_timestamp: 1752581100 flight_number: '905' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T17:20:00+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T18:35:00+02:00' arrival_timestamp: 1752597300 flight_number: '1046' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 20kg - pricing_solution_id: 8c315eb7ed592a3b36d54d5b159d57e30ead3983 total_price: 448.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:50:00+01:00' departure_timestamp: 1752565800 arrival_time: '2025-07-15T10:15:00+01:00' arrival_timestamp: 1752570900 flight_number: '153' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T13:25:00+01:00' departure_timestamp: 1752582300 arrival_time: '2025-07-15T16:15:00+02:00' arrival_timestamp: 1752588900 flight_number: '526' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI baggage: 20kg - pricing_solution_id: 84a8af2e718cf347b4fdf615e0a23105ef21fbba total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T14:05:00+02:00' arrival_timestamp: 1752581100 flight_number: '905' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T18:00:00+02:00' departure_timestamp: 1752595200 arrival_time: '2025-07-15T20:00:00+02:00' arrival_timestamp: 1752602400 flight_number: '4611' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 20kg - pricing_solution_id: 113ac79eb4d0f485586ca1f71199cecb089b35b7 total_price: 467.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T14:45:00+01:00' departure_timestamp: 1752587100 arrival_time: '2025-07-15T17:00:00+02:00' arrival_timestamp: 1752591600 flight_number: '1010' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T18:40:00+02:00' departure_timestamp: 1752597600 arrival_time: '2025-07-15T20:05:00+02:00' arrival_timestamp: 1752602700 flight_number: '2017' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: 23kg 40145ee4d83f94c69ae6f99380d4bbf2c11818a5: - pricing_solution_id: 51e485d98de592041c989b5e633a8dc4dfbf718b total_price: 182.2 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T14:05:00.000+02:00' departure_timestamp: 1753013100 arrival_time: '2025-07-20T18:15:00.000+03:00' arrival_timestamp: 1753024500 flight_number: '617' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-20T19:20:00.000+03:00' departure_timestamp: 1753028400 arrival_time: '2025-07-20T21:10:00.000+01:00' arrival_timestamp: 1753042200 flight_number: '608' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 baggage: null - pricing_solution_id: b7085d7debcbab367a1e8c995f0354757a1b4418 total_price: 182.2 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T11:05:00.000+02:00' departure_timestamp: 1753002300 arrival_time: '2025-07-20T15:15:00.000+03:00' arrival_timestamp: 1753013700 flight_number: '611' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-20T19:20:00.000+03:00' departure_timestamp: 1753028400 arrival_time: '2025-07-20T21:10:00.000+01:00' arrival_timestamp: 1753042200 flight_number: '608' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 baggage: 23kg - pricing_solution_id: 1217450ccaf4ec6dc293ce426825ca612b0b6a6a total_price: 182.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T22:15:00+02:00' departure_timestamp: 1753042500 arrival_time: '2025-07-21T02:20:00+03:00' arrival_timestamp: 1753053600 flight_number: '615' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-21T09:15:00+03:00' departure_timestamp: 1753078500 arrival_time: '2025-07-21T11:15:00+01:00' arrival_timestamp: 1753092900 flight_number: '600' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 baggage: 2pc - pricing_solution_id: df1dc9f5b071667b087be81679cf1d35d6d26423 total_price: 182.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T22:15:00+02:00' departure_timestamp: 1753042500 arrival_time: '2025-07-21T02:20:00+03:00' arrival_timestamp: 1753053600 flight_number: '615' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-21T13:30:00+03:00' departure_timestamp: 1753093800 arrival_time: '2025-07-21T15:30:00+01:00' arrival_timestamp: 1753108200 flight_number: '602' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 baggage: 2pc - pricing_solution_id: 792dd1de6e0f22c132d6862c8d892ebd4de59fd3 total_price: 182.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T17:10:00+02:00' departure_timestamp: 1753024200 arrival_time: '2025-07-20T21:20:00+03:00' arrival_timestamp: 1753035600 flight_number: '613' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-21T09:15:00+03:00' departure_timestamp: 1753078500 arrival_time: '2025-07-21T11:15:00+01:00' arrival_timestamp: 1753092900 flight_number: '600' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 baggage: 2pc - pricing_solution_id: 1a1783d01d76edd1f6dd1b72db2d63ecaa9a3ec3 total_price: 309.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:10:00+02:00' departure_timestamp: 1753013400 arrival_time: '2025-07-20T16:05:00+02:00' arrival_timestamp: 1753020300 flight_number: '5227' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: BCN marketing_carrier: IB - departure_time: '2025-07-20T18:40:00+02:00' departure_timestamp: 1753029600 arrival_time: '2025-07-20T20:05:00+01:00' arrival_timestamp: 1753038300 flight_number: '5170' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: LHR marketing_carrier: IB baggage: null - pricing_solution_id: a8e1b338f582eb7af9c6752732bd3aabab363277 total_price: 330.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:25:00+02:00' departure_timestamp: 1753021500 arrival_time: '2025-07-20T17:45:00+02:00' arrival_timestamp: 1753026300 flight_number: '2016' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T19:10:00+02:00' departure_timestamp: 1753031400 arrival_time: '2025-07-20T19:30:00+01:00' arrival_timestamp: 1753036200 flight_number: '1015' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: null - pricing_solution_id: ca4ec481626a98a1ea12425b67016f799e40dcdc total_price: 330.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:10:00+02:00' departure_timestamp: 1752988200 arrival_time: '2025-07-20T08:35:00+02:00' arrival_timestamp: 1752993300 flight_number: '2002' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T10:20:00+02:00' departure_timestamp: 1752999600 arrival_time: '2025-07-20T10:45:00+01:00' arrival_timestamp: 1753004700 flight_number: '1005' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: 1pc - pricing_solution_id: 875956bd5097cf1a726b2a1054be33ffc96df8de total_price: 309.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T12:55:00+02:00' departure_timestamp: 1753008900 arrival_time: '2025-07-20T14:50:00+02:00' arrival_timestamp: 1753015800 flight_number: '5231' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: BCN marketing_carrier: IB - departure_time: '2025-07-20T18:40:00+02:00' departure_timestamp: 1753029600 arrival_time: '2025-07-20T20:05:00+01:00' arrival_timestamp: 1753038300 flight_number: '5170' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: LHR marketing_carrier: IB baggage: 1pc - pricing_solution_id: 7243a3e7ac5140109a53587af3dfd606c4f7419e total_price: 367.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: c3caa021ea53eaf4c131af37c1ccbb81a8b3c3ee total_price: 367.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: ee663957dc481d5b100dbfe28f6e82721350bcd8 total_price: 367.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 27b85c7a37de5ed3bbe14b063c26af16f93d477b total_price: 309.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T20:50:00+02:00' departure_timestamp: 1753037400 arrival_time: '2025-07-20T22:45:00+02:00' arrival_timestamp: 1753044300 flight_number: '5223' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: BCN marketing_carrier: IB - departure_time: '2025-07-21T07:30:00+02:00' departure_timestamp: 1753075800 arrival_time: '2025-07-21T09:10:00+01:00' arrival_timestamp: 1753085400 flight_number: '5168' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: LHR marketing_carrier: IB baggage: 23kg - pricing_solution_id: c5e46c76784ba14fe1de03307673bd801bd5b22e total_price: 365.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:35:00.000+02:00' departure_timestamp: 1753014900 arrival_time: '2025-07-20T15:50:00.000+02:00' arrival_timestamp: 1753019400 flight_number: '1035' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-20T17:00:00.000+02:00' departure_timestamp: 1753023600 arrival_time: '2025-07-20T17:40:00.000+01:00' arrival_timestamp: 1753029600 flight_number: '916' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: LHR marketing_carrier: LH baggage: 23kg - pricing_solution_id: 6873a3b5b1d5a90cdcc86cbfe0ebe39397120a5f total_price: 365.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:30:00.000+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T19:45:00.000+02:00' arrival_timestamp: 1753033500 flight_number: '1041' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-20T21:30:00.000+02:00' departure_timestamp: 1753039800 arrival_time: '2025-07-20T22:10:00.000+01:00' arrival_timestamp: 1753045800 flight_number: '922' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: LHR marketing_carrier: LH baggage: 1pc - pricing_solution_id: 700db2911681018b7e3129fab19ebc5b331184f1 total_price: 403.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 5b28e5cab3c8ea99e45cf6db476e288c81d7f491 total_price: 391.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T13:30:00+02:00' departure_timestamp: 1753011000 arrival_time: '2025-07-20T14:55:00+02:00' arrival_timestamp: 1753016100 flight_number: '2435' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T17:30:00+02:00' departure_timestamp: 1753025400 arrival_time: '2025-07-20T17:50:00+01:00' arrival_timestamp: 1753030200 flight_number: '1013' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: 1pc - pricing_solution_id: 0ce1ac34d0a24106f631db64415cfd2380d0fab6 total_price: 439.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: 07fce6c3742b2b14ee54f1d778a0060e2f4e1f4c total_price: 404.4 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN baggage: 23kg - pricing_solution_id: ead506556b661407612fa9b650d97da153cbc207 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T12:05:00+02:00' departure_timestamp: 1753005900 arrival_time: '2025-07-20T13:30:00+02:00' arrival_timestamp: 1753011000 flight_number: '2229' operating_carrier: BT transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T14:35:00+02:00' departure_timestamp: 1753014900 arrival_time: '2025-07-20T15:40:00+01:00' arrival_timestamp: 1753022400 flight_number: '2476' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 20kg - pricing_solution_id: af671405ae89c7149d558a074c49a1a1e43e716b total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:15:00+02:00' departure_timestamp: 1753013700 arrival_time: '2025-07-20T15:45:00+02:00' arrival_timestamp: 1753019100 flight_number: '2231' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T17:20:00+02:00' departure_timestamp: 1753024800 arrival_time: '2025-07-20T18:25:00+01:00' arrival_timestamp: 1753032300 flight_number: '2486' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 23kg - pricing_solution_id: 8a85eda32a90f691acdcd37aa0d182f3f6415b0e total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:15:00+02:00' departure_timestamp: 1753013700 arrival_time: '2025-07-20T15:45:00+02:00' arrival_timestamp: 1753019100 flight_number: '4119' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T17:20:00+02:00' departure_timestamp: 1753024800 arrival_time: '2025-07-20T18:25:00+01:00' arrival_timestamp: 1753032300 flight_number: '2486' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 2pc - pricing_solution_id: 8d1ba4060d25e4e37a0db77529cb7bb0bcd4dbcf total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:20:00+02:00' departure_timestamp: 1752992400 arrival_time: '2025-07-20T09:45:00+02:00' arrival_timestamp: 1752997500 flight_number: '2227' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T11:45:00+02:00' departure_timestamp: 1753004700 arrival_time: '2025-07-20T12:50:00+01:00' arrival_timestamp: 1753012200 flight_number: '2474' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: null - pricing_solution_id: f13d2c8d21a97d55ef6de6692dfe7bd72ecf8387 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:20:00+02:00' departure_timestamp: 1752992400 arrival_time: '2025-07-20T09:45:00+02:00' arrival_timestamp: 1752997500 flight_number: '4121' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T11:45:00+02:00' departure_timestamp: 1753004700 arrival_time: '2025-07-20T12:50:00+01:00' arrival_timestamp: 1753012200 flight_number: '2474' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 1pc - pricing_solution_id: 2397a93682292d7c709b459e5ba8c2aecbd5f747 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:10:00+02:00' departure_timestamp: 1753027800 arrival_time: '2025-07-20T19:35:00+02:00' arrival_timestamp: 1753032900 flight_number: '2233' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T21:35:00+02:00' departure_timestamp: 1753040100 arrival_time: '2025-07-20T22:40:00+01:00' arrival_timestamp: 1753047600 flight_number: '2484' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 1pc - pricing_solution_id: 08ecb0a1939ba00e155c9376cea9478fb918641d total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T12:05:00+02:00' departure_timestamp: 1753005900 arrival_time: '2025-07-20T13:30:00+02:00' arrival_timestamp: 1753011000 flight_number: '2229' operating_carrier: BT transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T16:00:00+02:00' departure_timestamp: 1753020000 arrival_time: '2025-07-20T17:05:00+01:00' arrival_timestamp: 1753027500 flight_number: '2478' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: null - pricing_solution_id: 0fdcc49c5db77fbc92e5222becf7266c4f3749b4 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:15:00+02:00' departure_timestamp: 1753013700 arrival_time: '2025-07-20T15:45:00+02:00' arrival_timestamp: 1753019100 flight_number: '2231' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T18:35:00+02:00' departure_timestamp: 1753029300 arrival_time: '2025-07-20T19:40:00+01:00' arrival_timestamp: 1753036800 flight_number: '2480' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: null - pricing_solution_id: e97f58cbe41b310f07d98c4b3ce6db3119c44e3c total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:15:00+02:00' departure_timestamp: 1753013700 arrival_time: '2025-07-20T15:45:00+02:00' arrival_timestamp: 1753019100 flight_number: '4119' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T18:35:00+02:00' departure_timestamp: 1753029300 arrival_time: '2025-07-20T19:40:00+01:00' arrival_timestamp: 1753036800 flight_number: '2480' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 23kg - pricing_solution_id: 7a29da6c5fdef2c5ae86d30ab36ccc3cf7fa4229 total_price: 453 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:55:00+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:50:00+02:00' arrival_timestamp: 1753005000 flight_number: '412' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-20T12:45:00+02:00' departure_timestamp: 1753008300 arrival_time: '2025-07-20T14:20:00+01:00' arrival_timestamp: 1753017600 flight_number: '461' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: VIE to_iata: LHR marketing_carrier: OS baggage: 1pc - pricing_solution_id: 513a331535d6f512ea607a7da33177355f0cb4bb total_price: 460.7 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:15:00+02:00' departure_timestamp: 1752999300 arrival_time: '2025-07-20T11:30:00+02:00' arrival_timestamp: 1753003800 flight_number: '1406' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T13:25:00+02:00' departure_timestamp: 1753010700 arrival_time: '2025-07-20T13:50:00+01:00' arrival_timestamp: 1753015800 flight_number: '1009' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: 1pc - pricing_solution_id: f11d0b7706965a23f9848190c85f793f7115ffc2 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:20:00+02:00' departure_timestamp: 1752992400 arrival_time: '2025-07-20T09:45:00+02:00' arrival_timestamp: 1752997500 flight_number: '2227' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T14:35:00+02:00' departure_timestamp: 1753014900 arrival_time: '2025-07-20T15:40:00+01:00' arrival_timestamp: 1753022400 flight_number: '2476' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: null - pricing_solution_id: da6f2e8a65194d8dd3260fa99790c845ea017d8c total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:20:00+02:00' departure_timestamp: 1752992400 arrival_time: '2025-07-20T09:45:00+02:00' arrival_timestamp: 1752997500 flight_number: '4121' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T14:35:00+02:00' departure_timestamp: 1753014900 arrival_time: '2025-07-20T15:40:00+01:00' arrival_timestamp: 1753022400 flight_number: '2476' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 23kg - pricing_solution_id: 79e2499752c7cf8bd8fc117084fa9ab026f43fc7 total_price: 460.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:25:00+02:00' departure_timestamp: 1753021500 arrival_time: '2025-07-20T17:45:00+02:00' arrival_timestamp: 1753026300 flight_number: '2016' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T20:35:00+02:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00+01:00' arrival_timestamp: 1753041300 flight_number: '1017' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: 2pc - pricing_solution_id: b99aa0e0319ddfc80f468c0c3d2c152cf95ae8ae total_price: 453 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:05:00+02:00' departure_timestamp: 1752987900 arrival_time: '2025-07-20T09:00:00+02:00' arrival_timestamp: 1752994800 flight_number: '420' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-20T12:45:00+02:00' departure_timestamp: 1753008300 arrival_time: '2025-07-20T14:20:00+01:00' arrival_timestamp: 1753017600 flight_number: '461' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: VIE to_iata: LHR marketing_carrier: OS baggage: 1pc - pricing_solution_id: 253b8eeb585be5ca7cc51b58f6dbc46da257a12c total_price: 465.4 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T14:10:00+02:00' departure_timestamp: 1753013400 arrival_time: '2025-07-20T16:05:00+02:00' arrival_timestamp: 1753020300 flight_number: '8245' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: BCN marketing_carrier: VY - departure_time: '2025-07-20T18:40:00+02:00' departure_timestamp: 1753029600 arrival_time: '2025-07-20T20:05:00+01:00' arrival_timestamp: 1753038300 flight_number: '6652' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: LHR marketing_carrier: VY baggage: null - pricing_solution_id: aa271f5d6333e5cd646f8eaf382ce6432f106920 total_price: 453 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:55:00+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:50:00+02:00' arrival_timestamp: 1753005000 flight_number: '412' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-20T17:15:00+02:00' departure_timestamp: 1753024500 arrival_time: '2025-07-20T18:40:00+01:00' arrival_timestamp: 1753033200 flight_number: '455' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: VIE to_iata: LHR marketing_carrier: OS baggage: 2pc - pricing_solution_id: 700650d017ee728c6d46502983b6438aded0203f total_price: 465.4 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T12:55:00+02:00' departure_timestamp: 1753008900 arrival_time: '2025-07-20T14:50:00+02:00' arrival_timestamp: 1753015800 flight_number: '8251' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: BCN marketing_carrier: VY - departure_time: '2025-07-20T18:40:00+02:00' departure_timestamp: 1753029600 arrival_time: '2025-07-20T20:05:00+01:00' arrival_timestamp: 1753038300 flight_number: '6652' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: LHR marketing_carrier: VY baggage: 1pc - pricing_solution_id: 60c159bccc92765356679b7b0d73b649aa31132b total_price: 453 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:05:00+02:00' departure_timestamp: 1752987900 arrival_time: '2025-07-20T09:00:00+02:00' arrival_timestamp: 1752994800 flight_number: '420' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-20T17:15:00+02:00' departure_timestamp: 1753024500 arrival_time: '2025-07-20T18:40:00+01:00' arrival_timestamp: 1753033200 flight_number: '455' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: VIE to_iata: LHR marketing_carrier: OS baggage: 20kg - pricing_solution_id: 9d7e52767699b7935d332ec7584b99ce37eb5ebd total_price: 510.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T15:55:00+02:00' departure_timestamp: 1753019700 arrival_time: '2025-07-20T17:50:00+02:00' arrival_timestamp: 1753026600 flight_number: '416' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-20T20:20:00+02:00' departure_timestamp: 1753035600 arrival_time: '2025-07-20T21:40:00+01:00' arrival_timestamp: 1753044000 flight_number: '457' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: VIE to_iata: LHR marketing_carrier: OS baggage: 2pc - pricing_solution_id: ee1db905a21a27fceb3719939c30f3e46477970b total_price: 537.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T13:30:00+02:00' departure_timestamp: 1753011000 arrival_time: '2025-07-20T14:55:00+02:00' arrival_timestamp: 1753016100 flight_number: '2435' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T15:55:00+02:00' departure_timestamp: 1753019700 arrival_time: '2025-07-20T16:15:00+01:00' arrival_timestamp: 1753024500 flight_number: '1011' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: null - pricing_solution_id: 189c6cd7a2f4db2f6c4c6a028fbe443960766d49 total_price: 533.7 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:50:00+02:00' departure_timestamp: 1752997800 arrival_time: '2025-07-20T12:45:00+02:00' arrival_timestamp: 1753008300 flight_number: '479' operating_carrier: KM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MLA marketing_carrier: KM - departure_time: '2025-07-20T16:50:00+02:00' departure_timestamp: 1753023000 arrival_time: '2025-07-20T19:30:00+01:00' arrival_timestamp: 1753036200 flight_number: '102' operating_carrier: KM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MLA to_iata: LHR marketing_carrier: KM baggage: 20kg - pricing_solution_id: fe1e5a7c22000d9c77363de9259811cac5b3a7c3 total_price: 575.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:45:00+02:00' departure_timestamp: 1752997500 arrival_time: '2025-07-20T11:05:00+02:00' arrival_timestamp: 1753002300 flight_number: '633' operating_carrier: 2L transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: ZRH marketing_carrier: LX - departure_time: '2025-07-20T12:05:00+02:00' departure_timestamp: 1753005900 arrival_time: '2025-07-20T13:00:00+01:00' arrival_timestamp: 1753012800 flight_number: '332' operating_carrier: LX transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ZRH to_iata: LHR marketing_carrier: LX baggage: 1pc - pricing_solution_id: 8d7f808290a32e230ba721656efde2754c74a02a total_price: 584.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:30:00.000+02:00' departure_timestamp: 1753021800 arrival_time: '2025-07-20T17:15:00.000+01:00' arrival_timestamp: 1753028100 flight_number: '527' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-20T19:35:00.000+01:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '180' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: LHR marketing_carrier: EI baggage: 1pc ec270ece973d5ede998f6bb39bdfded3b3ae51cc: - pricing_solution_id: 5012be93d4c6d33d7427ba06a05cf15a3d7e5e16 total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 02c3f7303715995278e20fdffe4d1b83ca696380 total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 39b3ae0e552c77ead94ba4c6964a94fc6903e24f total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 8e063ff70a0ca83d6ed105f8b513132854f3834f total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 5a9ae56d0de499ed961ccd8ff7f55715fc5e3df2 total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: df86b4f1fa8d5162e1235a9a91929811043fa58f total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: 4df9e46130a3eebc6ec47ed2f385454762bb932e total_price: 365.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: d336cc06a5b50b7750c462ca64bc060b04f219e6 total_price: 365.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 7921731c9a523ce3017c26b6f83089481b1a42b3 total_price: 445.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 9c6030211f97e8daf13ee54e8339c2f68e45da9b total_price: 445.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 984d85e8e49ec3b7e9a60a12bc19363c8e401bd2 total_price: 458.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 3af375bca9f5c2a9a0ae9afb4c0eed6fe41529e6 total_price: 458.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: 5ff34ff5a142218503ab348fced8d028c4c7e282 total_price: 458.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: a01fbaa6fb2891aa2b9e5716cf00ac3c6078b257 total_price: 467.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 08b11f27e3f2e67ea0da3307aa48dfd7c0a55839 total_price: 467.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: c311d6ccb0bc41e5bcd9f9ae0a7abd4d2ffff63d total_price: 467.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 6ba957d418bdcd87e10f1fc1ea86a3ac91e07d5a total_price: 471.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 3b6150d68705e31517f52c0e7f3fdae5346ac5da total_price: 471.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 03583bd58454835ab4ab5fffc50c8f3c4f27fc9c total_price: 458.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:25:00+02:00' departure_timestamp: 1753021500 arrival_time: '2025-07-20T17:45:00+02:00' arrival_timestamp: 1753026300 flight_number: '2016' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T19:10:00+02:00' departure_timestamp: 1753031400 arrival_time: '2025-07-20T19:30:00+01:00' arrival_timestamp: 1753036200 flight_number: '1015' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: 1pc - pricing_solution_id: 4bafd25ba3b298f5e45a7afdf97eea9af38ae97e total_price: 458.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:25:00+02:00' departure_timestamp: 1753021500 arrival_time: '2025-07-20T17:45:00+02:00' arrival_timestamp: 1753026300 flight_number: '2016' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T19:10:00+02:00' departure_timestamp: 1753031400 arrival_time: '2025-07-20T19:30:00+01:00' arrival_timestamp: 1753036200 flight_number: '1015' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: null - pricing_solution_id: 5ecf39a11457650c6dcd98ada4104daf546e86cf total_price: 402.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 93fc07c9f4793a4ab605ea93a608df97f9bf2917 total_price: 482.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 63ce79813edf02bc410a638eefed4db545930694 total_price: 482.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 8b11e10e6beb3069f91434e3aa7b0a051029fee3 total_price: 482.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: de90e99424363c47334ece9ff73d0c56eaaf9c2a total_price: 482.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 76768b999139bcea19f9ef4058cf3bd28c340047 total_price: 411.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 1229e42f9ab9dbfbe7147985b63805b753e5f46b total_price: 491.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 13ad59363c4507453ffb53ea24cc4c6e3430d6da total_price: 428.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 73f4b8f7dec6391bc680dad86ec3a85fe0d11df3 total_price: 507.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 067fb43301785e60f2fb18635cf1e9b929e87a75 total_price: 474.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 1dc281016bea4e7815a6807e6c5d57221688af36 total_price: 474.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: 45e363d732778895de6fca46c36033620a80075d total_price: 474.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 5b5b5f695d8cc0513dd4a9b3f684e00b7e5e0299 total_price: 507.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 5a35cf88a8f4bc519b86829c0c840098695a8afc total_price: 511.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00.000+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 9674bb1c72449ed77a5808c877ef6191618657c5 total_price: 511.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00.000+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 8fd0bfa61a1ee3df588db5426191ef2e368b298c total_price: 511.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00.000+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 725df1cafde9ba20129328535ebdb0997beca59f total_price: 418.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T12:55:00+02:00' departure_timestamp: 1752576900 arrival_time: '2025-07-15T14:30:00+02:00' arrival_timestamp: 1752582600 flight_number: '7317' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 67a7ab68504c581d581df7b8652936c3efa8e428 total_price: 456.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:35:00+02:00' departure_timestamp: 1753040100 arrival_time: '2025-07-20T23:05:00+02:00' arrival_timestamp: 1753045500 flight_number: '7314' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: dd56cd3c2ab9b568f5c9598cf04f9175babb5083 total_price: 517.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: f5ef746b5d4757c662bbdc13285140bcadb7cdad total_price: 418.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T14:35:00+02:00' departure_timestamp: 1752582900 arrival_time: '2025-07-15T16:10:00+02:00' arrival_timestamp: 1752588600 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: c9b5f03c7d400a89464317bbad8b05279fac29d9 total_price: 498.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: d876ae59894322a32baccfac3626dd6c0b79fb82 total_price: 533.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null FourWayGenerateSolutionRequest: summary: Four Way Generate Solution Request value: trip_id: gAAAAABoPaiK11R3Y7sKORQm-vSVYHWBulS6HsRgqmNmFbfaoBnhzLHohgdBj85GtwdI_jl-EBDFVI5Qv-z6Zvt5VARt-UIrtAwLk8-5j4GzU6-sz9QREI0EY_0WuSW034zI6Djxyh6-siJeswPnXYnmzjuHqZmnQb10n807iOHD-KOUdcyTzprJQS4ZituspJZvAAP3CK1VLhpTi-gotILH3htLZVLoHrYLU38HXgzykCZWAv6kFE_oSTM7RfvL35AW2LTsUGl0FDL37GfEVluIhk8O-wwSEaLqKNWgYb5YGVIb6rk5EhELE3c7dp3J9mqQHU6D4Pd1nBH3qst2xHIbPzNADG36R-RO36QD9Ef1iiSFdPs8sUBLgkOcHaPlkpL33-jOIjWyGOGbfnXKzksBTvJJT5W_rG60ZfqKpFRoOh5R96x46rEkHTkfpsmNGaiQQSsFEaMI0FzbHMHsB1bhQCtfw6WEqEtiFPJqC1P_o05KngVBp1bhB0mTzvDDg3ZeqIjqnm0wcT589xHgvjHGlFgWYFwIOjq_ZtkLEgxJMcPGOQpymSg46q2beLEXWinZjU6EcxtsRQYxegf_BUcR46ZreAca0QMdEa_kK246-a4Ltw3vmBTaUhNxN4BVzNfd7sUjFSJN6OeqKdVkNeNSnwtMJsppackbxXtHvHMyVyiFJihMJOW9lXtwOEsyVSqeupmaP3a43gH1r0jEh7xny-QaFsBxsWb62m9_kGsp_tz0FPD35BK4rkRt3OTQqQ_WSZaW98imjwX9bOgU3VR6yRCFWhjMHtHhvv8yZkzSXRp6AbHpr3NksGIOxDb3rjdKyAD5r3PEtpRclA6GpSBOEbZSTgSHF4bTOYN9vgkVM3tOP2yHj2oBfhz1LDAltemPTkApnXliizdp-76y8kkyMp6YZaYPfiMCEiaCD5dVHD6_Nnn6LDN_61OiJO5zynqlMcsDxY4yFC1BY2YwkO5gRU47CJtkNdOfOqOmK2kCrb7mqGWqmVcuKRUY5VnCTmOM7zwALODj1-uXPUwIBkvPiEDbr_szxZ0fRwC0sTscFFwkNNtC4HBypw1lfoZWTaNAVbMdMNVCd2IctOAvomWQ85EJ7TwGqd9jSfHqON9pgKWHdJVdcHVoKIuwhYYRCOdU9nfaI5ne0Pyz9rXJLehNPVTN8KlJCvQcgwMMuI6enzQAY1Vq4CzAVSfZvhmrjvwI7egR-uA3JRw4FKGCMWwixSGH0CIJXZp9FjV7KnKrjJcuRc79VtoqpT0YzFkLENH37FZmDaWcgYXRa4SwUEYwVykDfuOl9ggW9RhouXEyYhVhwvJs0IumSRi6q74-Ivr97e55vJQBuPIHDASdauXXaXIS87TrxCb1bpMgV0fsJ2N_EMd43mGsDtO_mnFkTI5LHhSpVRGY2sqoZBeoXw3p3XkAYaBdL8RhSVsq1KzCMNyW01es0UCZiPNdmYuRyHLRHoPCZJiPxGWXbaGEVguJE80dC_lHFcM_oOHE9_q2iLdOevXBLysU_tpgFJbZB21BaTE-c6GBJ85SsjZW1jVcIYwZooclzui7whOooK7Rp6mhquAS-GOb8hCjRdBkixgAHqU-ErM43tFePEt-PlKU4lXIyL7JxGuwYFZFXtxLRTdPhAq87E3HM2X5GPGNCGm6QO9PwdMdbPWML-5NYBmARQzjLPMaTl1KFsdOPOeYPT5u3nIFBac1oGzsYqhDROuRPMUY-VT1iK2sjlLqEZSnyEKqBEVETQPjB99dGJTjg4bzCw2lK82Veb8ScXFsx9bdyK6LhqPp5ljg8X_2OppQX64o3RYyID3E7QKz8z4zTWmc6jkPzt_aiYH6ODIhvlL7K9GnIOzNnSr5QWiAgPayPKx9GeBNuEzcEHSUnQO5-dqNFVk5B5B5bZUuAU1TX7UijFybcoB8hqUK-uMCJdag8Joi5I2Bas5e2vVDmrTec4jR4SktZrZg8DlOnw9RWvNluSeX1PLVaVHbseVn2msZg2RqkKCN368qFPxDQOtUtiPqDqGZ-N3iWyyPGdaUopRg9GBacz31rx3n5EfkDd1JUF5EG7aKQ5YAqrR0tNuHCyLf_M_nr6yDQ1JReYOAdcE_yCNliWzX7DgE-N5aNlPtveoPcFMlSTES4KzZyfgAaEj0K2yQc-L67RSOxbYEVQLuPOjjcSSYMhzkOP6AKN9m5QmGss6UvxSw1yI1QoWtArqpbt3OPTWCN10UNeUJgiYoakPZV8H-u3g9fmozQhkvcukYmPFE-SPYkKQgyT-FioprCrq9TUPOjsUymWsLSa_uowAYwOjhKOZVoOzYa31dVU4IBCKCcGpKCpNCajzrp9gFFK0-DwrFgOdRNOGKKS7qfI1oum7q1gvyaS97d_1lFAp72kkQPjupQ2sAhfMAWzPg12N8AhiESLqaGCwJIXcZ8_Z8lWmo8RUneDiZXZYb_oLMOvSkz-AHjOHmPKl6wehhpt5cxIpIv7D0pniLuWRijNMhwzv7Oq3D_sZVOseTckunn25y3GyMmHWNxarfOLvy-xBthr774f_zJjWUPa0efT3jHj-9kJ8DaXJwy4i3AfMhYrWytW-sLu1fPhfalXXovHE4WGaY8bHL9Ci-h3B7gJfB0cm5cDY9BAVRRblR-efKY1y2-SURK4xtxZgw1fxwml1b2J6DuzTUf5VCTAVYRgwh6JAOLzu3Dg7FO5AjlTf9aRvsTuGfTueH6CIVFrwo-lfjc5tXOgitOM_fwt3LB3XD20bSpiRs3UKCxnIlW3kKEU2tICIYgCmOiNRBpnz1ajK9xWGzk0a9RtWKMnydJv7eyttHuv0SY_2CwMk4guIik2MAj5wZ3XdU3QLq9098UUnLxKPdaNJ0TVF-hQto-pctkCZdpvF53cxtE2IBmF9aBdiPvu_2zrnkvKDGhFf0L7LR2sBUUUQzfSlr3xbCOoIiUMH0mUwrhdTzJ1N5ITpxfFevZYuFNKI8ZO-ISvdTKjIoxXvArGIjq0YkNQdN18VvL_FDXriafDnKv5K8A276ZqugQvaxCnWk_WARUVyU7mGKWEIBYHts95BCotMM3HQSmdHgrzYrMMJzXfRGWLPeIS6C4REYhy6UDabuK7rhS0uR6y4= datasource_responses: cb8eb6f885733f350d60b9e05edcfe518e9364fb: - pricing_solution_id: 55191f6207e1492d29ad39761f8a7406fe09ea48 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: c5d8e68f844814d0b66d28882d76c3a6429d7739 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T07:35:00.000+02:00' departure_timestamp: 1752989700 arrival_time: '2025-07-20T08:00:00.000+01:00' arrival_timestamp: 1752994800 flight_number: '1680' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: 35ad21137764c72c4460522ce079e5ca523d6c0b total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 71b37c006f96aae00342da07b19291d6dac00c9a total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 19faba7e2bc0dd7651c0b462de3ae377d80e4342 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: d3e2c338f953351e8786ec5dcdbc88d25381e162 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: db4e7aa9f12dc33cb03a28db32bf0113e439d5cd total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: f6b7e29afaf3461859a2a1f6880a3a1efb79b1aa total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T07:35:00.000+02:00' departure_timestamp: 1752989700 arrival_time: '2025-07-20T08:00:00.000+01:00' arrival_timestamp: 1752994800 flight_number: '1680' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: f0ac014b08e0c64554b191a6f1e81e9684b01312 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: c493655e1baed499579c0e7157436dd7d871b279 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: 1f5709783792c72ea24284049a4dfe7dcb4e469f total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 6e450a78341dba456f3181e3133d1df0b4563e60 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 798c867f67dfd4e954979369a3960704f8c33ef1 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:45:00.000+02:00' arrival_timestamp: 1753213500 flight_number: '280' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-23T12:25:00.000+02:00' departure_timestamp: 1753266300 arrival_time: '2025-07-23T15:45:00.000-04:00' arrival_timestamp: 1753299900 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: a607b0f90b99e2b9e98f2c993414f434e4dd00dd total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T07:35:00.000+02:00' departure_timestamp: 1752989700 arrival_time: '2025-07-20T08:00:00.000+01:00' arrival_timestamp: 1752994800 flight_number: '1680' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:45:00.000+02:00' arrival_timestamp: 1753213500 flight_number: '280' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-23T12:25:00.000+02:00' departure_timestamp: 1753266300 arrival_time: '2025-07-23T15:45:00.000-04:00' arrival_timestamp: 1753299900 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 7e9ca20a96a706bac0b294ba4e474c159aacce27 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:45:00.000+02:00' arrival_timestamp: 1753213500 flight_number: '280' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-23T12:25:00.000+02:00' departure_timestamp: 1753266300 arrival_time: '2025-07-23T15:45:00.000-04:00' arrival_timestamp: 1753299900 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: 443e0ba8030a16f866ed62a02bbea184874b5c66 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:45:00.000+02:00' arrival_timestamp: 1753213500 flight_number: '280' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-23T12:25:00.000+02:00' departure_timestamp: 1753266300 arrival_time: '2025-07-23T15:45:00.000-04:00' arrival_timestamp: 1753299900 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 07a28bdfece7f2fabdcc0c45e9b2896380eacaf1 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:45:00.000+02:00' arrival_timestamp: 1753213500 flight_number: '280' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-23T12:25:00.000+02:00' departure_timestamp: 1753266300 arrival_time: '2025-07-23T15:45:00.000-04:00' arrival_timestamp: 1753299900 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: f3fd71721e1cea787b8233eca068fa011d810df2 total_price: 7965.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:45:00.000+02:00' arrival_timestamp: 1753213500 flight_number: '280' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-23T12:25:00.000+02:00' departure_timestamp: 1753266300 arrival_time: '2025-07-23T15:45:00.000-04:00' arrival_timestamp: 1753299900 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO - - departure_time: '2025-07-25T17:29:00.000-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:46:00.000-07:00' arrival_timestamp: 1753501560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00.000-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: f0789915ef3c20705565ccee78f4f773894aafc2 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: effc1985658fa9ae1f9f582ee4dae95e5f0cdc37 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:25:00.000+01:00' departure_timestamp: 1752571500 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '454' operating_carrier: BT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T15:00:00.000+02:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T17:00:00.000+02:00' arrival_timestamp: 1752591600 flight_number: '409' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 5b1743bbc51e4cfc687eddd226357a17c5166dce total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 4ae406e805952e04e9e2f10e45949c3d1f28787e total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T15:05:00.000+01:00' departure_timestamp: 1752588300 arrival_time: '2025-07-15T18:20:00.000+02:00' arrival_timestamp: 1752596400 flight_number: '462' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 1pc - pricing_solution_id: 9ea7d370f444051bf690e3416e1270bccfebf13c total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:25:00.000+01:00' departure_timestamp: 1752571500 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '454' operating_carrier: BT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T15:00:00.000+02:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T17:00:00.000+02:00' arrival_timestamp: 1752591600 flight_number: '409' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 245b22374425d4ba0eaf1065e09ed98190f0e321 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T08:30:00.000+02:00' departure_timestamp: 1752993000 arrival_time: '2025-07-20T09:30:00.000+02:00' arrival_timestamp: 1752996600 flight_number: '3632' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: ee2858ee40c13325d9609ae86cd8d50dad4539d7 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T15:05:00.000+01:00' departure_timestamp: 1752588300 arrival_time: '2025-07-15T18:20:00.000+02:00' arrival_timestamp: 1752596400 flight_number: '462' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 31538c941ee3d4615eba1c7696c2e629408f3749 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:25:00.000+01:00' departure_timestamp: 1752571500 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '454' operating_carrier: BT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T15:00:00.000+02:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T17:00:00.000+02:00' arrival_timestamp: 1752591600 flight_number: '409' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T08:30:00.000+02:00' departure_timestamp: 1752993000 arrival_time: '2025-07-20T09:30:00.000+02:00' arrival_timestamp: 1752996600 flight_number: '3632' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: 1a671e121d47c8c1c5676bd15bec8c2f2553514f total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T15:05:00.000+01:00' departure_timestamp: 1752588300 arrival_time: '2025-07-15T18:20:00.000+02:00' arrival_timestamp: 1752596400 flight_number: '462' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T08:30:00.000+02:00' departure_timestamp: 1752993000 arrival_time: '2025-07-20T09:30:00.000+02:00' arrival_timestamp: 1752996600 flight_number: '3632' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 1pc - pricing_solution_id: b453c4df95b9892d358badba725be89d9962b038 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: 4351236fcaa053b222d5a600c1c8b2c0c6461a1b total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: d2b4844084f06fc75f2954a6d37ed64910be36fa total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: 473916cf772b87407837267a33f2cf76b8275e42 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T19:20:00.000+02:00' arrival_timestamp: 1752600000 flight_number: '417' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 2pc - pricing_solution_id: 5a992a691fc19e0cdd0eb6b832805f3907e762a1 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T08:30:00.000+02:00' departure_timestamp: 1752993000 arrival_time: '2025-07-20T09:30:00.000+02:00' arrival_timestamp: 1752996600 flight_number: '3632' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 878efdbc5f18624df6bfd2aaf0544e8742d5bcf1 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:25:00.000+01:00' departure_timestamp: 1752571500 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '454' operating_carrier: BT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T15:00:00.000+02:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T17:00:00.000+02:00' arrival_timestamp: 1752591600 flight_number: '409' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 933c6faab36a75f57e44295ddd2d91664feaa984 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 1pc - pricing_solution_id: 76a4f9bb96c81de09ee703c32cc2df154c86ffea total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T19:20:00.000+02:00' arrival_timestamp: 1752600000 flight_number: '417' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 2pc - pricing_solution_id: 5ccb0da3d066a9eeb3fb7611d368ff358f0e15cc total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T15:05:00.000+01:00' departure_timestamp: 1752588300 arrival_time: '2025-07-15T18:20:00.000+02:00' arrival_timestamp: 1752596400 flight_number: '462' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 1a1518418c333cae72c228c3ffb3ea8265c525e7 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:25:00.000+01:00' departure_timestamp: 1752571500 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '454' operating_carrier: BT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T15:00:00.000+02:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T17:00:00.000+02:00' arrival_timestamp: 1752591600 flight_number: '409' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: be7a9197e81b8042f90423b02391e789f396f3cb total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T19:20:00.000+02:00' arrival_timestamp: 1752600000 flight_number: '417' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T08:30:00.000+02:00' departure_timestamp: 1752993000 arrival_time: '2025-07-20T09:30:00.000+02:00' arrival_timestamp: 1752996600 flight_number: '3632' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 2pc - pricing_solution_id: 61f0bc604db6676e557fbd9a9fd0fa069b2f3080 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T15:05:00.000+01:00' departure_timestamp: 1752588300 arrival_time: '2025-07-15T18:20:00.000+02:00' arrival_timestamp: 1752596400 flight_number: '462' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: b144d9f81bb461bcc94c55f017bd7dc908d480e6 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:25:00.000+01:00' departure_timestamp: 1752571500 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '454' operating_carrier: BT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: a64261093297b6c5dbfa63d19506f337474a50b5 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:25:00.000+01:00' departure_timestamp: 1752571500 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '454' operating_carrier: BT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 1pc - pricing_solution_id: e13ead6569731416877f8dbc91c6541366fe6216 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 2pc - pricing_solution_id: 79e84c647a90c6459fed24c5a569222c903bed5d total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:30:00.000+01:00' departure_timestamp: 1752604200 arrival_time: '2025-07-15T22:40:00.000+02:00' arrival_timestamp: 1752612000 flight_number: '456' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-16T07:00:00.000+02:00' departure_timestamp: 1752642000 arrival_time: '2025-07-16T09:00:00.000+02:00' arrival_timestamp: 1752649200 flight_number: '411' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 8a63021fc24a9936deacd7f749f48a1f98eb1a56 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:25:00.000+01:00' departure_timestamp: 1752571500 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '454' operating_carrier: BT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T08:30:00.000+02:00' departure_timestamp: 1752993000 arrival_time: '2025-07-20T09:30:00.000+02:00' arrival_timestamp: 1752996600 flight_number: '3632' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 6683382b093b74b7d63988ee76eee023835a1bcd total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 34b1e6f1240bfd72d92fbda6830384c390c4f266 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:30:00.000+01:00' departure_timestamp: 1752604200 arrival_time: '2025-07-15T22:40:00.000+02:00' arrival_timestamp: 1752612000 flight_number: '456' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-16T07:00:00.000+02:00' departure_timestamp: 1752642000 arrival_time: '2025-07-16T09:00:00.000+02:00' arrival_timestamp: 1752649200 flight_number: '411' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: 2ab022b4b98c6ef2735948367c0801b941921a11 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T19:20:00.000+02:00' arrival_timestamp: 1752600000 flight_number: '417' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 0746dd85c17992bbb9f1cda8736adecb95ab5401 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:30:00.000+01:00' departure_timestamp: 1752604200 arrival_time: '2025-07-15T22:40:00.000+02:00' arrival_timestamp: 1752612000 flight_number: '456' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-16T07:00:00.000+02:00' departure_timestamp: 1752642000 arrival_time: '2025-07-16T09:00:00.000+02:00' arrival_timestamp: 1752649200 flight_number: '411' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T08:30:00.000+02:00' departure_timestamp: 1752993000 arrival_time: '2025-07-20T09:30:00.000+02:00' arrival_timestamp: 1752996600 flight_number: '3632' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 1pc - pricing_solution_id: 523fb568872acdafbdec5d689ea6a903976091b6 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:25:00.000+01:00' departure_timestamp: 1752571500 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '454' operating_carrier: BT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 7ff49b27aa30f16b0ff507ca3d6f068e4386fe72 total_price: 9050.7 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:30:00.000+01:00' departure_timestamp: 1752604200 arrival_time: '2025-07-15T22:40:00.000+02:00' arrival_timestamp: 1752612000 flight_number: '456' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-16T07:00:00.000+02:00' departure_timestamp: 1752642000 arrival_time: '2025-07-16T09:00:00.000+02:00' arrival_timestamp: 1752649200 flight_number: '411' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-20T09:55:00.000+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:00:00.000+02:00' arrival_timestamp: 1753002000 flight_number: '3634' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '8033' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: AA - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '8331' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: AA - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T09:38:00.000-07:00' arrival_timestamp: 1753461480 flight_number: '2369' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: PHX marketing_carrier: AA - departure_time: '2025-07-25T10:07:00.000-07:00' departure_timestamp: 1753463220 arrival_time: '2025-07-25T11:34:00.000-07:00' arrival_timestamp: 1753468440 flight_number: '2689' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PHX to_iata: LAX marketing_carrier: AA baggage: 23kg 60ad92fa71302564715796073c1326213fe45cb0: - pricing_solution_id: 42084b6db3eb6a97e2de3327572f6f688f17d335 total_price: 154.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:20:00.000+01:00' departure_timestamp: 1752560400 arrival_time: '2025-07-15T09:40:00.000+02:00' arrival_timestamp: 1752565200 flight_number: '304' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: BA baggage: 2pc - pricing_solution_id: 50bbb281d7777fac25d28dd228d0c9a66eb6cf38 total_price: 197.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: null - pricing_solution_id: fbb3d0a4db0effa672f2e37e5ec910d860892b97 total_price: 197.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: null - pricing_solution_id: e9db7301763e0313e54641c0a1a7ccc34c9f776b total_price: 186.1 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T22:15:00+01:00' departure_timestamp: 1752614100 arrival_time: '2025-07-16T03:50:00+03:00' arrival_timestamp: 1752627000 flight_number: '609' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T07:40:00+03:00' departure_timestamp: 1752640800 arrival_time: '2025-07-16T10:10:00+02:00' arrival_timestamp: 1752653400 flight_number: '610' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: 20kg - pricing_solution_id: 2b06f740b16ebfa771b00d2021df47bf8e6f0789 total_price: 248.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 23kg - pricing_solution_id: 7992a09b29da1fbf5cbab7d116f9cbf1f8649f12 total_price: 261.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 1pc - pricing_solution_id: b6d747334d3e07756607c719906af04dffa0e7c0 total_price: 186.1 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T22:15:00+01:00' departure_timestamp: 1752614100 arrival_time: '2025-07-16T03:50:00+03:00' arrival_timestamp: 1752627000 flight_number: '609' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T10:40:00+03:00' departure_timestamp: 1752651600 arrival_time: '2025-07-16T13:10:00+02:00' arrival_timestamp: 1752664200 flight_number: '616' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: 23kg - pricing_solution_id: 93635be46cf650bb70fc980322ce3e4ada81b191 total_price: 186.1 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:00:00+01:00' departure_timestamp: 1752602400 arrival_time: '2025-07-16T00:35:00+03:00' arrival_timestamp: 1752615300 flight_number: '605' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T07:40:00+03:00' departure_timestamp: 1752640800 arrival_time: '2025-07-16T10:10:00+02:00' arrival_timestamp: 1752653400 flight_number: '610' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: 20kg - pricing_solution_id: f1ea11117aa581cfa891e1cf97fa6c6528acdb63 total_price: 186.1 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T19:00:00+01:00' departure_timestamp: 1752602400 arrival_time: '2025-07-16T00:35:00+03:00' arrival_timestamp: 1752615300 flight_number: '605' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T10:40:00+03:00' departure_timestamp: 1752651600 arrival_time: '2025-07-16T13:10:00+02:00' arrival_timestamp: 1752664200 flight_number: '616' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: null - pricing_solution_id: 56b27d0cc895120112cfc4ee9d7909951f3e0811 total_price: 283.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 2pc - pricing_solution_id: def3473c95107d1100eb1b31f5deecf6471635db total_price: 268.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T12:55:00+02:00' departure_timestamp: 1752576900 arrival_time: '2025-07-15T14:30:00+02:00' arrival_timestamp: 1752582600 flight_number: '7317' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF baggage: 23kg - pricing_solution_id: a50694fdff862587c72bfbb4752e796d4727e409 total_price: 264.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF baggage: 23kg - pricing_solution_id: fc034fa143714f1e3911393f82d1c20ab8bbeaea total_price: 324.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00.000+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF baggage: 2pc - pricing_solution_id: cb8a46d9ace66359fc4788453a9a6dd244206fbd total_price: 315.7 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T14:50:00+01:00' departure_timestamp: 1752587400 arrival_time: '2025-07-15T17:25:00+02:00' arrival_timestamp: 1752593100 flight_number: '7463' operating_carrier: EW transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: HAM marketing_carrier: EW - departure_time: '2025-07-15T18:50:00+02:00' departure_timestamp: 1752598200 arrival_time: '2025-07-15T20:20:00+02:00' arrival_timestamp: 1752603600 flight_number: '7404' operating_carrier: EW transportation_type: flight fare_type: Published fare cabin_class: E from_iata: HAM to_iata: CDG marketing_carrier: EW baggage: 20kg - pricing_solution_id: c437cad4bac08ead378b0c46caedcf4ebe2b4876 total_price: 337.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:30:00+01:00' departure_timestamp: 1752557400 arrival_time: '2025-07-15T08:50:00+02:00' arrival_timestamp: 1752562200 flight_number: '1000' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T10:35:00+02:00' departure_timestamp: 1752568500 arrival_time: '2025-07-15T11:55:00+02:00' arrival_timestamp: 1752573300 flight_number: '2007' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: 20kg - pricing_solution_id: 6700817b208ddb246870b1864c95042756b748fb total_price: 318.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:55:00+01:00' departure_timestamp: 1752569700 arrival_time: '2025-07-15T13:05:00+02:00' arrival_timestamp: 1752577500 flight_number: '5169' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: BCN marketing_carrier: IB - departure_time: '2025-07-15T17:40:00+02:00' departure_timestamp: 1752594000 arrival_time: '2025-07-15T19:40:00+02:00' arrival_timestamp: 1752601200 flight_number: '5222' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: CDG marketing_carrier: IB baggage: 20kg - pricing_solution_id: 73a7937b8ea0f15a25f133b41e51f9a63b94dfb8 total_price: 337.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:40:00+01:00' departure_timestamp: 1752565200 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '1002' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T14:05:00+02:00' departure_timestamp: 1752581100 arrival_time: '2025-07-15T15:30:00+02:00' arrival_timestamp: 1752586200 flight_number: '2009' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: null - pricing_solution_id: 0b89a2f59fbaa8fd5f6b1d0d2e3b7eb4fbef7488 total_price: 357.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:25:00+01:00' departure_timestamp: 1752560700 arrival_time: '2025-07-15T10:15:00+02:00' arrival_timestamp: 1752567300 flight_number: '2485' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T11:55:00+02:00' departure_timestamp: 1752573300 arrival_time: '2025-07-15T13:30:00+02:00' arrival_timestamp: 1752579000 flight_number: '2230' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH baggage: null - pricing_solution_id: 8afd7cceca19744d53ca73b644d28e83cb978aae total_price: 357.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:25:00+01:00' departure_timestamp: 1752560700 arrival_time: '2025-07-15T10:15:00+02:00' arrival_timestamp: 1752567300 flight_number: '2485' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T11:55:00+02:00' departure_timestamp: 1752573300 arrival_time: '2025-07-15T13:30:00+02:00' arrival_timestamp: 1752579000 flight_number: '4118' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH baggage: null - pricing_solution_id: 28818fd305dd017bcd6ed3155b69ce66e7bb24ef total_price: 357.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:55:00+01:00' departure_timestamp: 1752558900 arrival_time: '2025-07-15T09:45:00+02:00' arrival_timestamp: 1752565500 flight_number: '2483' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T11:55:00+02:00' departure_timestamp: 1752573300 arrival_time: '2025-07-15T13:30:00+02:00' arrival_timestamp: 1752579000 flight_number: '2230' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH baggage: 20kg - pricing_solution_id: 01ba126c401b42d6ae225a246dea2b5368865a58 total_price: 357.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:55:00+01:00' departure_timestamp: 1752558900 arrival_time: '2025-07-15T09:45:00+02:00' arrival_timestamp: 1752565500 flight_number: '2483' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T11:55:00+02:00' departure_timestamp: 1752573300 arrival_time: '2025-07-15T13:30:00+02:00' arrival_timestamp: 1752579000 flight_number: '4118' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH baggage: 1pc - pricing_solution_id: f4bf7edb416c5f972f4874586ff9dce5b640d5c2 total_price: 368.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:20:00+01:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T19:45:00+02:00' arrival_timestamp: 1752601500 flight_number: '3649' operating_carrier: BA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: MAD marketing_carrier: IB - departure_time: '2025-07-15T21:45:00+02:00' departure_timestamp: 1752608700 arrival_time: '2025-07-15T23:50:00+02:00' arrival_timestamp: 1752616200 flight_number: '591' operating_carrier: IB transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MAD to_iata: CDG marketing_carrier: IB baggage: 20kg - pricing_solution_id: 2063e16f9edf9d9f048087394051f7e960ef7696 total_price: 373 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:05:00.000+01:00' departure_timestamp: 1752588300 arrival_time: '2025-07-15T18:20:00.000+02:00' arrival_timestamp: 1752596400 flight_number: '462' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T20:25:00.000+02:00' departure_timestamp: 1752603900 arrival_time: '2025-07-15T22:25:00.000+02:00' arrival_timestamp: 1752611100 flight_number: '419' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS baggage: 2pc - pricing_solution_id: 377a27c61fb2aad1765d973fd336b9d18d17d527 total_price: 377.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T14:20:00+01:00' departure_timestamp: 1752585600 arrival_time: '2025-07-15T15:45:00+01:00' arrival_timestamp: 1752590700 flight_number: '165' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T18:20:00+01:00' departure_timestamp: 1752600000 arrival_time: '2025-07-15T21:05:00+02:00' arrival_timestamp: 1752606300 flight_number: '528' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI baggage: 20kg - pricing_solution_id: 6a32746eae29fb58f99bc3e0fc0d59274f062e3d total_price: 373 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T15:00:00.000+02:00' departure_timestamp: 1752584400 arrival_time: '2025-07-15T17:00:00.000+02:00' arrival_timestamp: 1752591600 flight_number: '409' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS baggage: 1pc - pricing_solution_id: 39f2ef6558324ef1f5b7b64d7a2f6ccb05a06347 total_price: 398.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:55:00+01:00' departure_timestamp: 1752569700 arrival_time: '2025-07-15T12:20:00+02:00' arrival_timestamp: 1752574800 flight_number: '1004' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T14:05:00+02:00' departure_timestamp: 1752581100 arrival_time: '2025-07-15T15:30:00+02:00' arrival_timestamp: 1752586200 flight_number: '2009' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: 1pc - pricing_solution_id: 17b273edee7ba70fb8d0b57872c0e4997c829efb total_price: 369.9 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T16:35:00.000+01:00' departure_timestamp: 1752593700 arrival_time: '2025-07-15T22:15:00.000+03:00' arrival_timestamp: 1752606900 flight_number: '603' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-16T07:40:00.000+03:00' departure_timestamp: 1752640800 arrival_time: '2025-07-16T10:10:00.000+02:00' arrival_timestamp: 1752653400 flight_number: '610' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATH to_iata: CDG marketing_carrier: A3 baggage: 20kg - pricing_solution_id: c755e5586f4965c014f8098972f15ba01c02b797 total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:30:00+01:00' departure_timestamp: 1752582600 arrival_time: '2025-07-15T16:05:00+02:00' arrival_timestamp: 1752588300 flight_number: '907' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T17:20:00+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T18:35:00+02:00' arrival_timestamp: 1752597300 flight_number: '1046' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 2pc - pricing_solution_id: c55480d60bd8df2fedb65454d5212abb0858161e total_price: 447.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:45:00.000+01:00' departure_timestamp: 1752576300 arrival_time: '2025-07-15T14:00:00.000+02:00' arrival_timestamp: 1752580800 flight_number: '1006' operating_carrier: KL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T15:50:00.000+02:00' departure_timestamp: 1752587400 arrival_time: '2025-07-15T17:10:00.000+02:00' arrival_timestamp: 1752592200 flight_number: '2252' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: null - pricing_solution_id: 9339786141ca67b953ac4edbdbb57962c5d622fe total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:30:00+01:00' departure_timestamp: 1752564600 arrival_time: '2025-07-15T11:05:00+02:00' arrival_timestamp: 1752570300 flight_number: '925' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T12:30:00+02:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00+02:00' arrival_timestamp: 1752580200 flight_number: '1034' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 23kg - pricing_solution_id: a7710b2514fdef62a731cd497b88df192d65b63f total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:30:00+01:00' departure_timestamp: 1752597000 arrival_time: '2025-07-15T20:05:00+02:00' arrival_timestamp: 1752602700 flight_number: '915' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T21:40:00+02:00' departure_timestamp: 1752608400 arrival_time: '2025-07-15T22:55:00+02:00' arrival_timestamp: 1752612900 flight_number: '1050' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: null - pricing_solution_id: 2034928538ba65fd0f84ecca20f47a261328d9a8 total_price: 437.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:25:00+01:00' departure_timestamp: 1752582300 arrival_time: '2025-07-15T14:50:00+01:00' arrival_timestamp: 1752587400 flight_number: '163' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T18:20:00+01:00' departure_timestamp: 1752600000 arrival_time: '2025-07-15T21:05:00+02:00' arrival_timestamp: 1752606300 flight_number: '528' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI baggage: null - pricing_solution_id: 8700b88babd5b074bdcd79efe083d3df6cb9cdb3 total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:30:00+01:00' departure_timestamp: 1752561000 arrival_time: '2025-07-15T10:05:00+02:00' arrival_timestamp: 1752566700 flight_number: '923' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T12:30:00+02:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00+02:00' arrival_timestamp: 1752580200 flight_number: '1034' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 23kg - pricing_solution_id: 1216a5fb186484330153925bc38fe0418ff12934 total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:30:00+01:00' departure_timestamp: 1752593400 arrival_time: '2025-07-15T19:05:00+02:00' arrival_timestamp: 1752599100 flight_number: '911' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T21:40:00+02:00' departure_timestamp: 1752608400 arrival_time: '2025-07-15T22:55:00+02:00' arrival_timestamp: 1752612900 flight_number: '1050' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 1pc - pricing_solution_id: 85526e7520db1643b5b902ee54f04fdab6fa4277 total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:30:00+01:00' departure_timestamp: 1752582600 arrival_time: '2025-07-15T16:05:00+02:00' arrival_timestamp: 1752588300 flight_number: '907' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T18:00:00+02:00' departure_timestamp: 1752595200 arrival_time: '2025-07-15T20:00:00+02:00' arrival_timestamp: 1752602400 flight_number: '4611' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 2pc - pricing_solution_id: 087b2a1cdd13f21686cad7c46904ed40d77ee36a total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T14:05:00+02:00' arrival_timestamp: 1752581100 flight_number: '905' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T17:20:00+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T18:35:00+02:00' arrival_timestamp: 1752597300 flight_number: '1046' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 20kg - pricing_solution_id: b4135683f188c135db73f37cba1118f9e0b1b262 total_price: 448.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:50:00+01:00' departure_timestamp: 1752565800 arrival_time: '2025-07-15T10:15:00+01:00' arrival_timestamp: 1752570900 flight_number: '153' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T13:25:00+01:00' departure_timestamp: 1752582300 arrival_time: '2025-07-15T16:15:00+02:00' arrival_timestamp: 1752588900 flight_number: '526' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI baggage: 2pc - pricing_solution_id: 8af5af1ddaccd01f22187299a87f9db81bc27651 total_price: 447.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T14:05:00+02:00' arrival_timestamp: 1752581100 flight_number: '905' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T18:00:00+02:00' departure_timestamp: 1752595200 arrival_time: '2025-07-15T20:00:00+02:00' arrival_timestamp: 1752602400 flight_number: '4611' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH baggage: 2pc - pricing_solution_id: 91f14b7afbadfd556fdebc68b54ebfc052efbb65 total_price: 467.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T14:45:00+01:00' departure_timestamp: 1752587100 arrival_time: '2025-07-15T17:00:00+02:00' arrival_timestamp: 1752591600 flight_number: '1010' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T18:40:00+02:00' departure_timestamp: 1752597600 arrival_time: '2025-07-15T20:05:00+02:00' arrival_timestamp: 1752602700 flight_number: '2017' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL baggage: 23kg b469c5eba775b852619e9957f8f50183d00c3dbb: - pricing_solution_id: e0469aa07ba3dcbc616e7fec7a853e874e21893d total_price: 182.2 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T14:05:00.000+02:00' departure_timestamp: 1753013100 arrival_time: '2025-07-20T18:15:00.000+03:00' arrival_timestamp: 1753024500 flight_number: '617' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-20T19:20:00.000+03:00' departure_timestamp: 1753028400 arrival_time: '2025-07-20T21:10:00.000+01:00' arrival_timestamp: 1753042200 flight_number: '608' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 baggage: 20kg - pricing_solution_id: 915b310a81d4d2b810b4de047e20e5b27bed5955 total_price: 182.2 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T11:05:00.000+02:00' departure_timestamp: 1753002300 arrival_time: '2025-07-20T15:15:00.000+03:00' arrival_timestamp: 1753013700 flight_number: '611' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-20T19:20:00.000+03:00' departure_timestamp: 1753028400 arrival_time: '2025-07-20T21:10:00.000+01:00' arrival_timestamp: 1753042200 flight_number: '608' operating_carrier: A3 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 baggage: 2pc - pricing_solution_id: be0f8a18a2c9d7dd68ddc4ffb939c9dca9c391e5 total_price: 182.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T22:15:00+02:00' departure_timestamp: 1753042500 arrival_time: '2025-07-21T02:20:00+03:00' arrival_timestamp: 1753053600 flight_number: '615' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-21T09:15:00+03:00' departure_timestamp: 1753078500 arrival_time: '2025-07-21T11:15:00+01:00' arrival_timestamp: 1753092900 flight_number: '600' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 baggage: null - pricing_solution_id: 78007812349c59ed7da182ab83a8eb181aab49a6 total_price: 182.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T22:15:00+02:00' departure_timestamp: 1753042500 arrival_time: '2025-07-21T02:20:00+03:00' arrival_timestamp: 1753053600 flight_number: '615' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-21T13:30:00+03:00' departure_timestamp: 1753093800 arrival_time: '2025-07-21T15:30:00+01:00' arrival_timestamp: 1753108200 flight_number: '602' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 baggage: null - pricing_solution_id: 8817227336f444bfd2e1dc0e9e990c838d0b5c07 total_price: 182.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T17:10:00+02:00' departure_timestamp: 1753024200 arrival_time: '2025-07-20T21:20:00+03:00' arrival_timestamp: 1753035600 flight_number: '613' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: ATH marketing_carrier: A3 - departure_time: '2025-07-21T09:15:00+03:00' departure_timestamp: 1753078500 arrival_time: '2025-07-21T11:15:00+01:00' arrival_timestamp: 1753092900 flight_number: '600' operating_carrier: A3 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATH to_iata: LHR marketing_carrier: A3 baggage: 23kg - pricing_solution_id: 3ba09ecb48617e4694c5c0ffe9b092bb92b2fb0f total_price: 309.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:10:00+02:00' departure_timestamp: 1753013400 arrival_time: '2025-07-20T16:05:00+02:00' arrival_timestamp: 1753020300 flight_number: '5227' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: BCN marketing_carrier: IB - departure_time: '2025-07-20T18:40:00+02:00' departure_timestamp: 1753029600 arrival_time: '2025-07-20T20:05:00+01:00' arrival_timestamp: 1753038300 flight_number: '5170' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: LHR marketing_carrier: IB baggage: 1pc - pricing_solution_id: abb71e16dc5de9e708cb60c133221adfc5736ef5 total_price: 330.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:25:00+02:00' departure_timestamp: 1753021500 arrival_time: '2025-07-20T17:45:00+02:00' arrival_timestamp: 1753026300 flight_number: '2016' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T19:10:00+02:00' departure_timestamp: 1753031400 arrival_time: '2025-07-20T19:30:00+01:00' arrival_timestamp: 1753036200 flight_number: '1015' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: 20kg - pricing_solution_id: 77972d5ab27794bd920a40682359d7175261d3f2 total_price: 330.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:10:00+02:00' departure_timestamp: 1752988200 arrival_time: '2025-07-20T08:35:00+02:00' arrival_timestamp: 1752993300 flight_number: '2002' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T10:20:00+02:00' departure_timestamp: 1752999600 arrival_time: '2025-07-20T10:45:00+01:00' arrival_timestamp: 1753004700 flight_number: '1005' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: null - pricing_solution_id: 5b14c3ff9363507d953770d2eb5a9468075627ac total_price: 309.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T12:55:00+02:00' departure_timestamp: 1753008900 arrival_time: '2025-07-20T14:50:00+02:00' arrival_timestamp: 1753015800 flight_number: '5231' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: BCN marketing_carrier: IB - departure_time: '2025-07-20T18:40:00+02:00' departure_timestamp: 1753029600 arrival_time: '2025-07-20T20:05:00+01:00' arrival_timestamp: 1753038300 flight_number: '5170' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: LHR marketing_carrier: IB baggage: null - pricing_solution_id: 671fc0e6b0699d1cffa2cf1caab44683df19be9d total_price: 367.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: ba118aae40874808e29242674da9b09154c5176f total_price: 367.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 5e53146f48f0d4ae516055ad8dcbc58b06cc1131 total_price: 367.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: df5b3a7c6360c83fc3effbc24aad26e92539447b total_price: 365.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:35:00.000+02:00' departure_timestamp: 1753014900 arrival_time: '2025-07-20T15:50:00.000+02:00' arrival_timestamp: 1753019400 flight_number: '1035' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-20T17:00:00.000+02:00' departure_timestamp: 1753023600 arrival_time: '2025-07-20T17:40:00.000+01:00' arrival_timestamp: 1753029600 flight_number: '916' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: LHR marketing_carrier: LH baggage: 20kg - pricing_solution_id: 992d881bfd02764bc7e319050b234508048c30f8 total_price: 365.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:30:00.000+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T19:45:00.000+02:00' arrival_timestamp: 1753033500 flight_number: '1041' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-20T21:30:00.000+02:00' departure_timestamp: 1753039800 arrival_time: '2025-07-20T22:10:00.000+01:00' arrival_timestamp: 1753045800 flight_number: '922' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: LHR marketing_carrier: LH baggage: 20kg - pricing_solution_id: 647462c269f013bee317171c56134fa9eb5b0287 total_price: 403.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 7f4a8be1ffabe0ab7db6a6b776f2d3a112442195 total_price: 391.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T13:30:00+02:00' departure_timestamp: 1753011000 arrival_time: '2025-07-20T14:55:00+02:00' arrival_timestamp: 1753016100 flight_number: '2435' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T17:30:00+02:00' departure_timestamp: 1753025400 arrival_time: '2025-07-20T17:50:00+01:00' arrival_timestamp: 1753030200 flight_number: '1013' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: 2pc - pricing_solution_id: c7dbe4d0b812a6c42e71c2dbebbaa33ef95506de total_price: 439.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 248bf6e8372b876f0cf876a70fbecffe2faaf264 total_price: 404.4 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN baggage: null - pricing_solution_id: e0011ebd3cb09c6be2967e52041d8dc126efa0f2 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T12:05:00+02:00' departure_timestamp: 1753005900 arrival_time: '2025-07-20T13:30:00+02:00' arrival_timestamp: 1753011000 flight_number: '2229' operating_carrier: BT transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T14:35:00+02:00' departure_timestamp: 1753014900 arrival_time: '2025-07-20T15:40:00+01:00' arrival_timestamp: 1753022400 flight_number: '2476' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 1pc - pricing_solution_id: 234479d550feb25aef879bccf2aa457418e19fb8 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:15:00+02:00' departure_timestamp: 1753013700 arrival_time: '2025-07-20T15:45:00+02:00' arrival_timestamp: 1753019100 flight_number: '2231' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T17:20:00+02:00' departure_timestamp: 1753024800 arrival_time: '2025-07-20T18:25:00+01:00' arrival_timestamp: 1753032300 flight_number: '2486' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 23kg - pricing_solution_id: e10a5603af2ae6ad395b80eb6aed7337ba697a33 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:15:00+02:00' departure_timestamp: 1753013700 arrival_time: '2025-07-20T15:45:00+02:00' arrival_timestamp: 1753019100 flight_number: '4119' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T17:20:00+02:00' departure_timestamp: 1753024800 arrival_time: '2025-07-20T18:25:00+01:00' arrival_timestamp: 1753032300 flight_number: '2486' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 1pc - pricing_solution_id: 02cd783d9756a9b88035d17e968cf46d1864df52 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:20:00+02:00' departure_timestamp: 1752992400 arrival_time: '2025-07-20T09:45:00+02:00' arrival_timestamp: 1752997500 flight_number: '2227' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T11:45:00+02:00' departure_timestamp: 1753004700 arrival_time: '2025-07-20T12:50:00+01:00' arrival_timestamp: 1753012200 flight_number: '2474' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 2pc - pricing_solution_id: f877405b972b133cb38967a1ff66f5eede086332 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:20:00+02:00' departure_timestamp: 1752992400 arrival_time: '2025-07-20T09:45:00+02:00' arrival_timestamp: 1752997500 flight_number: '4121' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T11:45:00+02:00' departure_timestamp: 1753004700 arrival_time: '2025-07-20T12:50:00+01:00' arrival_timestamp: 1753012200 flight_number: '2474' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 2pc - pricing_solution_id: 88aeb9556cb204f8a7de6fcbedc187b574a8d4b6 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:10:00+02:00' departure_timestamp: 1753027800 arrival_time: '2025-07-20T19:35:00+02:00' arrival_timestamp: 1753032900 flight_number: '2233' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T21:35:00+02:00' departure_timestamp: 1753040100 arrival_time: '2025-07-20T22:40:00+01:00' arrival_timestamp: 1753047600 flight_number: '2484' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 1pc - pricing_solution_id: 73dad57c5c3f6a90bf1011cf223c91efc1488615 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T12:05:00+02:00' departure_timestamp: 1753005900 arrival_time: '2025-07-20T13:30:00+02:00' arrival_timestamp: 1753011000 flight_number: '2229' operating_carrier: BT transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T16:00:00+02:00' departure_timestamp: 1753020000 arrival_time: '2025-07-20T17:05:00+01:00' arrival_timestamp: 1753027500 flight_number: '2478' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 23kg - pricing_solution_id: 709931451c6b1dc0af75a297deddb56051a36fa5 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:15:00+02:00' departure_timestamp: 1753013700 arrival_time: '2025-07-20T15:45:00+02:00' arrival_timestamp: 1753019100 flight_number: '2231' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T18:35:00+02:00' departure_timestamp: 1753029300 arrival_time: '2025-07-20T19:40:00+01:00' arrival_timestamp: 1753036800 flight_number: '2480' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: null - pricing_solution_id: d0d2a6071b960ed0b35963a6aeec9caf57d47ba4 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:15:00+02:00' departure_timestamp: 1753013700 arrival_time: '2025-07-20T15:45:00+02:00' arrival_timestamp: 1753019100 flight_number: '4119' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T18:35:00+02:00' departure_timestamp: 1753029300 arrival_time: '2025-07-20T19:40:00+01:00' arrival_timestamp: 1753036800 flight_number: '2480' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 1pc - pricing_solution_id: 4a5e393b49e5742a6b49abdf0f7d42b9d4b59fac total_price: 453 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:55:00+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:50:00+02:00' arrival_timestamp: 1753005000 flight_number: '412' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-20T12:45:00+02:00' departure_timestamp: 1753008300 arrival_time: '2025-07-20T14:20:00+01:00' arrival_timestamp: 1753017600 flight_number: '461' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: VIE to_iata: LHR marketing_carrier: OS baggage: 2pc - pricing_solution_id: 01dfe19fd01f9583c49a23f6cc67cd5fa3e2fb59 total_price: 460.7 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:15:00+02:00' departure_timestamp: 1752999300 arrival_time: '2025-07-20T11:30:00+02:00' arrival_timestamp: 1753003800 flight_number: '1406' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T13:25:00+02:00' departure_timestamp: 1753010700 arrival_time: '2025-07-20T13:50:00+01:00' arrival_timestamp: 1753015800 flight_number: '1009' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: null - pricing_solution_id: 1109934c2da92a5fa2252bdc946fa66322ebb88e total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:20:00+02:00' departure_timestamp: 1752992400 arrival_time: '2025-07-20T09:45:00+02:00' arrival_timestamp: 1752997500 flight_number: '2227' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T14:35:00+02:00' departure_timestamp: 1753014900 arrival_time: '2025-07-20T15:40:00+01:00' arrival_timestamp: 1753022400 flight_number: '2476' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 1pc - pricing_solution_id: 19c16632223e0324fe5412d9e42618358e0ed209 total_price: 442.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T08:20:00+02:00' departure_timestamp: 1752992400 arrival_time: '2025-07-20T09:45:00+02:00' arrival_timestamp: 1752997500 flight_number: '4121' operating_carrier: VL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-20T14:35:00+02:00' departure_timestamp: 1753014900 arrival_time: '2025-07-20T15:40:00+01:00' arrival_timestamp: 1753022400 flight_number: '2476' operating_carrier: LH transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MUC to_iata: LHR marketing_carrier: LH baggage: 2pc - pricing_solution_id: 04969a727044c3b2d1de1de703de0a03105f5946 total_price: 460.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:25:00+02:00' departure_timestamp: 1753021500 arrival_time: '2025-07-20T17:45:00+02:00' arrival_timestamp: 1753026300 flight_number: '2016' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T20:35:00+02:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00+01:00' arrival_timestamp: 1753041300 flight_number: '1017' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: 23kg - pricing_solution_id: 3b60a8b54d2d6334248511a0c1341ac06f0261b9 total_price: 453 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:05:00+02:00' departure_timestamp: 1752987900 arrival_time: '2025-07-20T09:00:00+02:00' arrival_timestamp: 1752994800 flight_number: '420' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-20T12:45:00+02:00' departure_timestamp: 1753008300 arrival_time: '2025-07-20T14:20:00+01:00' arrival_timestamp: 1753017600 flight_number: '461' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: VIE to_iata: LHR marketing_carrier: OS baggage: 1pc - pricing_solution_id: e74053aa4a75a4a4e74978d3f7fb3423dc51e041 total_price: 465.4 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T14:10:00+02:00' departure_timestamp: 1753013400 arrival_time: '2025-07-20T16:05:00+02:00' arrival_timestamp: 1753020300 flight_number: '8245' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: BCN marketing_carrier: VY - departure_time: '2025-07-20T18:40:00+02:00' departure_timestamp: 1753029600 arrival_time: '2025-07-20T20:05:00+01:00' arrival_timestamp: 1753038300 flight_number: '6652' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: LHR marketing_carrier: VY baggage: 2pc - pricing_solution_id: 767f55ea74bfaf1a2abc6ebb8d67774b676e895a total_price: 453 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:55:00+02:00' departure_timestamp: 1752998100 arrival_time: '2025-07-20T11:50:00+02:00' arrival_timestamp: 1753005000 flight_number: '412' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-20T17:15:00+02:00' departure_timestamp: 1753024500 arrival_time: '2025-07-20T18:40:00+01:00' arrival_timestamp: 1753033200 flight_number: '455' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: VIE to_iata: LHR marketing_carrier: OS baggage: null - pricing_solution_id: 41e959efe2f4192febcb01eca6279755fd0d380d total_price: 465.4 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T12:55:00+02:00' departure_timestamp: 1753008900 arrival_time: '2025-07-20T14:50:00+02:00' arrival_timestamp: 1753015800 flight_number: '8251' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: BCN marketing_carrier: VY - departure_time: '2025-07-20T18:40:00+02:00' departure_timestamp: 1753029600 arrival_time: '2025-07-20T20:05:00+01:00' arrival_timestamp: 1753038300 flight_number: '6652' operating_carrier: VY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BCN to_iata: LHR marketing_carrier: VY baggage: 2pc - pricing_solution_id: ef7fbbfbca45aa2b5a0a224645ba5ec047f9efa9 total_price: 453 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:05:00+02:00' departure_timestamp: 1752987900 arrival_time: '2025-07-20T09:00:00+02:00' arrival_timestamp: 1752994800 flight_number: '420' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-20T17:15:00+02:00' departure_timestamp: 1753024500 arrival_time: '2025-07-20T18:40:00+01:00' arrival_timestamp: 1753033200 flight_number: '455' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: VIE to_iata: LHR marketing_carrier: OS baggage: null - pricing_solution_id: 88a4c6143b1c7a33376ce782dcde48b21b44d02f total_price: 510.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T15:55:00+02:00' departure_timestamp: 1753019700 arrival_time: '2025-07-20T17:50:00+02:00' arrival_timestamp: 1753026600 flight_number: '416' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-20T20:20:00+02:00' departure_timestamp: 1753035600 arrival_time: '2025-07-20T21:40:00+01:00' arrival_timestamp: 1753044000 flight_number: '457' operating_carrier: OS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: VIE to_iata: LHR marketing_carrier: OS baggage: null - pricing_solution_id: b4419d95e2fe8b98da61a4a3d83ca7037f6309ab total_price: 537.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T13:30:00+02:00' departure_timestamp: 1753011000 arrival_time: '2025-07-20T14:55:00+02:00' arrival_timestamp: 1753016100 flight_number: '2435' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T15:55:00+02:00' departure_timestamp: 1753019700 arrival_time: '2025-07-20T16:15:00+01:00' arrival_timestamp: 1753024500 flight_number: '1011' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: null - pricing_solution_id: 7dac8025082a8a170bfe9e2c67734ef51a12cab3 total_price: 533.7 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:50:00+02:00' departure_timestamp: 1752997800 arrival_time: '2025-07-20T12:45:00+02:00' arrival_timestamp: 1753008300 flight_number: '479' operating_carrier: KM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: MLA marketing_carrier: KM - departure_time: '2025-07-20T16:50:00+02:00' departure_timestamp: 1753023000 arrival_time: '2025-07-20T19:30:00+01:00' arrival_timestamp: 1753036200 flight_number: '102' operating_carrier: KM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MLA to_iata: LHR marketing_carrier: KM baggage: 1pc - pricing_solution_id: 8d68ebfd65a9b673cc4bfb976206ce779d54ff1b total_price: 575.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:45:00+02:00' departure_timestamp: 1752997500 arrival_time: '2025-07-20T11:05:00+02:00' arrival_timestamp: 1753002300 flight_number: '633' operating_carrier: 2L transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: ZRH marketing_carrier: LX - departure_time: '2025-07-20T12:05:00+02:00' departure_timestamp: 1753005900 arrival_time: '2025-07-20T13:00:00+01:00' arrival_timestamp: 1753012800 flight_number: '332' operating_carrier: LX transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ZRH to_iata: LHR marketing_carrier: LX baggage: 1pc - pricing_solution_id: a3a12ccaa1be20fc26aa6dad390dbc2687f0bbc0 total_price: 584.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:30:00.000+02:00' departure_timestamp: 1753021800 arrival_time: '2025-07-20T17:15:00.000+01:00' arrival_timestamp: 1753028100 flight_number: '527' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-20T19:35:00.000+01:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '180' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: LHR marketing_carrier: EI baggage: 1pc - pricing_solution_id: d71b0b692bccde1e31a2cdeafe3b1bb3a62c51bc total_price: 575.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T09:45:00+02:00' departure_timestamp: 1752997500 arrival_time: '2025-07-20T11:05:00+02:00' arrival_timestamp: 1753002300 flight_number: '633' operating_carrier: 2L transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: ZRH marketing_carrier: LX - departure_time: '2025-07-20T15:35:00+02:00' departure_timestamp: 1753018500 arrival_time: '2025-07-20T16:25:00+01:00' arrival_timestamp: 1753025100 flight_number: '324' operating_carrier: LX transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ZRH to_iata: LHR marketing_carrier: LX baggage: 20kg efeac41e94d542de77ca9d6b4370f7a86352c83d: - pricing_solution_id: b8b2e89640c0d4e248b665124e92d8f4b87d33ab total_price: 880.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP baggage: 20kg - pricing_solution_id: d255410ce9100e66b7d0537154904b4d22bcaaa9 total_price: 889 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T08:00:00+01:00' departure_timestamp: 1753167600 arrival_time: '2025-07-22T10:45:00+01:00' arrival_timestamp: 1753177500 flight_number: '1351' operating_carrier: TP transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP baggage: 23kg - pricing_solution_id: 9c99984fd1ebdb046fcb633a4ece9ad1e77761cb total_price: 1035.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T06:00:00+01:00' departure_timestamp: 1753160400 arrival_time: '2025-07-22T08:45:00+01:00' arrival_timestamp: 1753170300 flight_number: '1363' operating_carrier: TP transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T11:45:00+01:00' departure_timestamp: 1753181100 arrival_time: '2025-07-22T14:15:00-04:00' arrival_timestamp: 1753208100 flight_number: '217' operating_carrier: TP transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LIS to_iata: BOS marketing_carrier: TP - departure_time: '2025-07-22T17:29:00-04:00' departure_timestamp: 1753219740 arrival_time: '2025-07-22T18:56:00-04:00' arrival_timestamp: 1753224960 flight_number: '4315' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BOS to_iata: JFK marketing_carrier: TP baggage: null - pricing_solution_id: 48783fc64775fafb45af6b05489418d20dad5afa total_price: 1037.1 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00+01:00' arrival_timestamp: 1753220100 flight_number: '8619' operating_carrier: TP transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: S4 - departure_time: '2025-07-23T06:00:00+01:00' departure_timestamp: 1753246800 arrival_time: '2025-07-23T07:30:00+00:00' arrival_timestamp: 1753255800 flight_number: '121' operating_carrier: S4 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LIS to_iata: PDL marketing_carrier: S4 - departure_time: '2025-07-23T17:30:00+00:00' departure_timestamp: 1753291800 arrival_time: '2025-07-23T19:35:00-04:00' arrival_timestamp: 1753313700 flight_number: '277' operating_carrier: S4 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: PDL to_iata: JFK marketing_carrier: S4 baggage: 2pc - pricing_solution_id: dfaaa83e09ec719d87304f751cf28cb965505d93 total_price: 1214.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:30:00.000+01:00' arrival_timestamp: 1753216200 flight_number: '801' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CMN marketing_carrier: AT - departure_time: '2025-07-23T07:00:00.000+01:00' departure_timestamp: 1753250400 arrival_time: '2025-07-23T09:50:00.000-04:00' arrival_timestamp: 1753278600 flight_number: '202' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CMN to_iata: JFK marketing_carrier: AT baggage: 1pc - pricing_solution_id: 15e90489e791d3b7485925cef768dafa6ed20c06 total_price: 1473.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T07:40:00+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00+01:00' arrival_timestamp: 1753171200 flight_number: '151' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-22T11:05:00+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00-04:00' arrival_timestamp: 1753205100 flight_number: '105' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: EI baggage: null - pricing_solution_id: 1b72756c78ef6fbe73782a4531a2e1ff4948b77d total_price: 1482.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:25:00+01:00' departure_timestamp: 1753187100 arrival_time: '2025-07-22T14:50:00+01:00' arrival_timestamp: 1753192200 flight_number: '163' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-22T16:45:00+01:00' departure_timestamp: 1753199100 arrival_time: '2025-07-22T19:20:00-04:00' arrival_timestamp: 1753226400 flight_number: '107' operating_carrier: EI transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: EI baggage: null - pricing_solution_id: 97e7fa1055467be9b8c6f0224becad66fc11852e total_price: 1472.6 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T17:10:00.000+03:00' arrival_timestamp: 1753193400 flight_number: '1980' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-22T18:45:00.000+03:00' departure_timestamp: 1753199100 arrival_time: '2025-07-22T22:40:00.000-04:00' arrival_timestamp: 1753238400 flight_number: '11' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: null - pricing_solution_id: cd2335a150407988545c6965013a7d83738169bd total_price: 1486.7 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T18:00:00+01:00' departure_timestamp: 1753203600 arrival_time: '2025-07-22T23:55:00+03:00' arrival_timestamp: 1753217700 flight_number: '1932' operating_carrier: TK transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-23T00:55:00+03:00' departure_timestamp: 1753221300 arrival_time: '2025-07-23T04:30:00-04:00' arrival_timestamp: 1753259400 flight_number: '111' operating_carrier: TK transportation_type: flight fare_type: Published fare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: 2pc - pricing_solution_id: 2809106f3478ef7a6f08dc3d638f9e6b8f7ed79e total_price: 1518 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:05:00.000+01:00' departure_timestamp: 1753185900 arrival_time: '2025-07-22T15:15:00.000+00:00' arrival_timestamp: 1753197300 flight_number: '451' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: KEF marketing_carrier: FI - departure_time: '2025-07-22T17:00:00.000+00:00' departure_timestamp: 1753203600 arrival_time: '2025-07-22T19:10:00.000-04:00' arrival_timestamp: 1753225800 flight_number: '615' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: KEF to_iata: JFK marketing_carrier: FI baggage: 20kg - pricing_solution_id: 4e72e17a61ac7b938460cade300dace26dc18e17 total_price: 1525.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 23kg - pricing_solution_id: 4302013a1ab86c7c72228f2052255bb6597e1251 total_price: 1585.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T08:15:00.000+01:00' departure_timestamp: 1753168500 arrival_time: '2025-07-22T11:28:00.000-04:00' arrival_timestamp: 1753198080 flight_number: '2220' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 8ea39d8f3975d44dd4cc7383683b013fdccf0607 total_price: 1585.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:55:00.000+01:00' departure_timestamp: 1753181700 arrival_time: '2025-07-22T15:22:00.000-04:00' arrival_timestamp: 1753212120 flight_number: '20' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: B6 baggage: 1pc - pricing_solution_id: 4908d76c718020542d98e8d88bce3a369894f047 total_price: 1593.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T08:25:00.000+01:00' departure_timestamp: 1753169100 arrival_time: '2025-07-22T11:10:00.000-04:00' arrival_timestamp: 1753197000 flight_number: '1621' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BOS marketing_carrier: B6 - departure_time: '2025-07-22T13:59:00.000-04:00' departure_timestamp: 1753207140 arrival_time: '2025-07-22T15:15:00.000-04:00' arrival_timestamp: 1753211700 flight_number: '817' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BOS to_iata: JFK marketing_carrier: B6 baggage: null - pricing_solution_id: d73d3a7cebe9f15e644557c2d22b58e249ef295f total_price: 1595.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T22:05:00+01:00' departure_timestamp: 1753218300 arrival_time: '2025-07-23T03:00:00-05:00' arrival_timestamp: 1753257600 flight_number: '121' operating_carrier: AV transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: BOG marketing_carrier: AV - departure_time: '2025-07-23T07:00:00-05:00' departure_timestamp: 1753272000 arrival_time: '2025-07-23T13:59:00-04:00' arrival_timestamp: 1753293540 flight_number: '210' operating_carrier: AV transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BOG to_iata: JFK marketing_carrier: AV baggage: 1pc - pricing_solution_id: 5874c9b39d1143a8cff16d4f45200e9822a420ef total_price: 1740.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T13:30:00+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU baggage: 1pc - pricing_solution_id: 59fb56b8d8b00b53f67c58f53ed0edbe7b74cbe9 total_price: 1992.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T16:50:00+01:00' departure_timestamp: 1753199400 arrival_time: '2025-07-22T19:40:00-04:00' arrival_timestamp: 1753227600 flight_number: '153' operating_carrier: VS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: 1d76ab45c122dc60e374c4f0ce8eafba536751d5 total_price: 2029.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T18:15:00+01:00' departure_timestamp: 1753204500 arrival_time: '2025-07-22T21:00:00-04:00' arrival_timestamp: 1753232400 flight_number: '2508' operating_carrier: VS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: KL baggage: null - pricing_solution_id: 78d78ca9ff13ec722832adcbee70af2d7e1477b1 total_price: 2029.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T16:50:00+01:00' departure_timestamp: 1753199400 arrival_time: '2025-07-22T19:40:00-04:00' arrival_timestamp: 1753227600 flight_number: '2510' operating_carrier: VS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: KL baggage: 1pc - pricing_solution_id: 647993f6d87c860336c7faf483a0aea61a5aa933 total_price: 2029.8 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T20:10:00+01:00' departure_timestamp: 1753211400 arrival_time: '2025-07-22T23:00:00-04:00' arrival_timestamp: 1753239600 flight_number: '2506' operating_carrier: VS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: KL baggage: 1pc - pricing_solution_id: c87da7f72b748d2febcde038b7391ace6b5c7c16 total_price: 2875.3 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T18:50:00.000+01:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T21:29:00.000-04:00' arrival_timestamp: 1753234140 flight_number: '137' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 23kg - pricing_solution_id: 3635ed060a3e869c22f2d5dae653f199e2a96e4f total_price: 2875.3 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T20:10:00.000+01:00' departure_timestamp: 1753211400 arrival_time: '2025-07-22T23:00:00.000-04:00' arrival_timestamp: 1753239600 flight_number: '25' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: 4f1a2bf6ac1117542f3e6a78b0e672f5a07e75f3 total_price: 2875.3 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T10:55:00.000+01:00' departure_timestamp: 1753178100 arrival_time: '2025-07-22T13:59:00.000-04:00' arrival_timestamp: 1753207140 flight_number: '4007' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 1pc - pricing_solution_id: 98ca1c3f3a5da3634f934d7d33fbfde6b216a453 total_price: 2875.3 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T12:25:00.000+01:00' departure_timestamp: 1753183500 arrival_time: '2025-07-22T15:30:00.000-04:00' arrival_timestamp: 1753212600 flight_number: '45' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 20kg - pricing_solution_id: 95c3f63d59ab7018d89186ccc06a9799f8b4a98b total_price: 2875.3 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T12:55:00.000+01:00' departure_timestamp: 1753185300 arrival_time: '2025-07-22T16:00:00.000-04:00' arrival_timestamp: 1753214400 flight_number: '9' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 20kg - pricing_solution_id: 5969dcd09e9cd1643f795af343e333e0052addfa total_price: 2875.3 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T09:35:00.000+01:00' departure_timestamp: 1753173300 arrival_time: '2025-07-22T12:45:00.000-04:00' arrival_timestamp: 1753202700 flight_number: '3' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: ad0104b7515f0daa6aa789fa33357b3abbef492b total_price: 2863.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T07:45:00.000+01:00' departure_timestamp: 1753166700 arrival_time: '2025-07-22T09:45:00.000+02:00' arrival_timestamp: 1753170300 flight_number: '9900' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BRU marketing_carrier: UA - departure_time: '2025-07-22T10:35:00.000+02:00' departure_timestamp: 1753173300 arrival_time: '2025-07-22T13:00:00.000-04:00' arrival_timestamp: 1753203600 flight_number: '9929' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: JFK marketing_carrier: UA baggage: 1pc - pricing_solution_id: 7fa001de43a63b6803a848bd7f584aeb4faa7aa3 total_price: 2875.3 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-22T16:05:00.000+01:00' departure_timestamp: 1753196700 arrival_time: '2025-07-22T19:30:00.000-04:00' arrival_timestamp: 1753227000 flight_number: '4029' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: 90f784302807a513ae0903178c6f4a70797924d5 total_price: 2853.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T08:45:00.000+01:00' departure_timestamp: 1753170300 arrival_time: '2025-07-22T11:40:00.000+02:00' arrival_timestamp: 1753177200 flight_number: '9761' operating_carrier: LX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: ZRH marketing_carrier: UA - departure_time: '2025-07-22T13:10:00.000+02:00' departure_timestamp: 1753182600 arrival_time: '2025-07-22T16:35:00.000-04:00' arrival_timestamp: 1753216500 flight_number: '9716' operating_carrier: LX transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ZRH to_iata: JFK marketing_carrier: UA baggage: 2pc - pricing_solution_id: 1fda69ccb9e8f2d2abb849c9f6d407c43e9dc7a9 total_price: 2887.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T14:10:00.000+01:00' departure_timestamp: 1753189800 arrival_time: '2025-07-22T16:59:00.000-04:00' arrival_timestamp: 1753217940 flight_number: '105' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: 1pc - pricing_solution_id: db1f3745e8d6b00507027f49f58cb07eb3e0ea97 total_price: 2887.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T09:45:00.000+01:00' departure_timestamp: 1753173900 arrival_time: '2025-07-22T12:40:00.000-04:00' arrival_timestamp: 1753202400 flight_number: '101' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: 20kg - pricing_solution_id: 17a7b32d2d47701fd6cc05a92c156d09eccd2f72 total_price: 2887.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T19:55:00.000-04:00' arrival_timestamp: 1753228500 flight_number: '107' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: 2pc - pricing_solution_id: f557764d35329bb8dd5544a4ba610911c652006c total_price: 2887.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:05:00.000+01:00' departure_timestamp: 1753207500 arrival_time: '2025-07-22T22:00:00.000-04:00' arrival_timestamp: 1753236000 flight_number: '141' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: null - pricing_solution_id: 89b0c6cf98b72a09ca1a22a30ba063e04269a8dc total_price: 2860.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T14:05:00.000+01:00' departure_timestamp: 1753189500 arrival_time: '2025-07-22T16:15:00.000-04:00' arrival_timestamp: 1753215300 flight_number: '8297' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: YUL marketing_carrier: UA - departure_time: '2025-07-22T20:00:00.000-04:00' departure_timestamp: 1753228800 arrival_time: '2025-07-22T21:47:00.000-04:00' arrival_timestamp: 1753235220 flight_number: '6636' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YUL to_iata: JFK marketing_carrier: UA baggage: 1pc - pricing_solution_id: 912b66eec80e89e31239e27d95a74db006b68983 total_price: 2869.64 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T08:30:00.000+01:00' departure_timestamp: 1753169400 arrival_time: '2025-07-22T11:20:00.000-04:00' arrival_timestamp: 1753197600 flight_number: '8263' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: YYZ marketing_carrier: UA - departure_time: '2025-07-22T13:25:00.000-04:00' departure_timestamp: 1753205100 arrival_time: '2025-07-22T15:15:00.000-04:00' arrival_timestamp: 1753211700 flight_number: '6632' operating_carrier: AC transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: YYZ to_iata: JFK marketing_carrier: UA baggage: null - pricing_solution_id: cd7fcfbd5f85269ad3bf2ce66d5e8f093503d3c9 total_price: 2896 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T08:25:00.000+01:00' departure_timestamp: 1753169100 arrival_time: '2025-07-22T11:10:00.000-04:00' arrival_timestamp: 1753197000 flight_number: '5517' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AY baggage: 23kg - pricing_solution_id: f7de20bcbf0e8f7901131d37a015871147621e32 total_price: 2896 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:00:00.000+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:45:00.000-04:00' arrival_timestamp: 1753202700 flight_number: '5475' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AY baggage: null - pricing_solution_id: b3d0ac1c847ddb0c0f9795050d63912b28f9711a total_price: 2896 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T14:10:00.000+01:00' departure_timestamp: 1753189800 arrival_time: '2025-07-22T16:59:00.000-04:00' arrival_timestamp: 1753217940 flight_number: '4015' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AY baggage: null - pricing_solution_id: 67fef870ef0ce3fd09b06df3099fc354ffc54454 total_price: 2896 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:35:00.000+01:00' departure_timestamp: 1753180500 arrival_time: '2025-07-22T14:25:00.000-04:00' arrival_timestamp: 1753208700 flight_number: '5473' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AY baggage: 20kg - pricing_solution_id: 4649d93737de55277e583df10745c83fe3c34422 total_price: 2896 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:20:00.000+01:00' departure_timestamp: 1753186800 arrival_time: '2025-07-22T16:10:00.000-04:00' arrival_timestamp: 1753215000 flight_number: '5477' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AY baggage: null - pricing_solution_id: a9bd5cb502c3394f12af0c4ce64be58704086eff total_price: 2896 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:40:00.000+01:00' departure_timestamp: 1753209600 arrival_time: '2025-07-22T22:30:00.000-04:00' arrival_timestamp: 1753237800 flight_number: '5483' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AY baggage: 1pc - pricing_solution_id: 1f6f35b3c893c539756258d2f88c195032dd3286 total_price: 2896 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T09:45:00.000+01:00' departure_timestamp: 1753173900 arrival_time: '2025-07-22T12:40:00.000-04:00' arrival_timestamp: 1753202400 flight_number: '4011' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AY baggage: 1pc - pricing_solution_id: 493b06b0147c33bfe1622525bda3784781098fae total_price: 2896 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T14:40:00.000+01:00' departure_timestamp: 1753191600 arrival_time: '2025-07-22T17:35:00.000-04:00' arrival_timestamp: 1753220100 flight_number: '5515' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AY baggage: 23kg - pricing_solution_id: 2dea19e2aced92e7d30dbdeb85b8fe001fad7081 total_price: 2896 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T19:55:00.000-04:00' arrival_timestamp: 1753228500 flight_number: '4017' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AY baggage: null c8473eea31c44a9e471f7e9be56a4e2f5d5b787c: - pricing_solution_id: 16aa673563a6a7e4635578abe0034f55610a8649 total_price: 157.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-25T11:00:00-04:00' departure_timestamp: 1753455600 arrival_time: '2025-07-25T14:11:00-07:00' arrival_timestamp: 1753477860 flight_number: '2503' operating_carrier: F9 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: F9 baggage: 20kg - pricing_solution_id: 66a1e9f5cb69f6b9f5c5a90192be2b9bfe3ef27d total_price: 212 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-25T06:30:00-04:00' departure_timestamp: 1753439400 arrival_time: '2025-07-25T09:12:00-07:00' arrival_timestamp: 1753459920 flight_number: '3237' operating_carrier: F9 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAS marketing_carrier: F9 - departure_time: '2025-07-25T10:41:00-07:00' departure_timestamp: 1753465260 arrival_time: '2025-07-25T12:05:00-07:00' arrival_timestamp: 1753470300 flight_number: '3291' operating_carrier: F9 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LAS to_iata: LAX marketing_carrier: F9 baggage: 2pc - pricing_solution_id: 0860132fca23d57c47f7c7905b8c7f8fdaa26bc0 total_price: 254.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T06:00:00-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:53:00-07:00' arrival_timestamp: 1753458780 flight_number: '123' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 5a5ad9bf870e063e2f9a9d7fd08e9ac38f40df08 total_price: 254.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T07:00:00-04:00' departure_timestamp: 1753441200 arrival_time: '2025-07-25T09:54:00-07:00' arrival_timestamp: 1753462440 flight_number: '223' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: 335a4c2ccbfc89cdeeba77000524634478f3a32e total_price: 254.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T08:00:00-04:00' departure_timestamp: 1753444800 arrival_time: '2025-07-25T11:00:00-07:00' arrival_timestamp: 1753466400 flight_number: '323' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: f546291a420990c15891a50109748e6086a7966b total_price: 254.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T09:00:00-04:00' departure_timestamp: 1753448400 arrival_time: '2025-07-25T12:00:00-07:00' arrival_timestamp: 1753470000 flight_number: '523' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: b282caf43e30d77fe908c8e77a3f3267511c5833 total_price: 254.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T10:00:00-04:00' departure_timestamp: 1753452000 arrival_time: '2025-07-25T13:00:00-07:00' arrival_timestamp: 1753473600 flight_number: '1123' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: 6dd42944542f0257f57f9e6e67308d33d6cd842b total_price: 254.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T16:10:00-04:00' departure_timestamp: 1753474200 arrival_time: '2025-07-25T19:23:00-07:00' arrival_timestamp: 1753496580 flight_number: '1023' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: cd35124ff2421a4d4f4afad155cb10515b38980f total_price: 254.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T21:59:00-04:00' departure_timestamp: 1753495140 arrival_time: '2025-07-26T01:15:00-07:00' arrival_timestamp: 1753517700 flight_number: '923' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 8565e70a476216668c2c9ce544fa7a1cf6327c6b total_price: 254.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T20:59:00-04:00' departure_timestamp: 1753491540 arrival_time: '2025-07-26T00:20:00-07:00' arrival_timestamp: 1753514400 flight_number: '1223' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: d7e6b37fdf590be115b05111c8c56154d30aa9c4 total_price: 254.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T17:10:00-04:00' departure_timestamp: 1753477800 arrival_time: '2025-07-25T20:32:00-07:00' arrival_timestamp: 1753500720 flight_number: '1523' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 89dcb2bfc9a9e600fb2f0dcdfaab8e4ab480f930 total_price: 254.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T18:59:00-04:00' departure_timestamp: 1753484340 arrival_time: '2025-07-25T22:21:00-07:00' arrival_timestamp: 1753507260 flight_number: '823' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: 101146ad865f1e397c5eed0a8c39e91ded080c3c total_price: 219.8 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-25T11:00:00-04:00' departure_timestamp: 1753455600 arrival_time: '2025-07-25T13:28:00-04:00' arrival_timestamp: 1753464480 flight_number: '1871' operating_carrier: F9 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: ATL marketing_carrier: F9 - departure_time: '2025-07-25T20:00:00-04:00' departure_timestamp: 1753488000 arrival_time: '2025-07-25T21:35:00-07:00' arrival_timestamp: 1753504500 flight_number: '3215' operating_carrier: F9 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATL to_iata: LAX marketing_carrier: F9 baggage: 1pc - pricing_solution_id: be27903d48ae91c450c969bcf929824baef9f661 total_price: 219.8 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-25T06:59:00-04:00' departure_timestamp: 1753441140 arrival_time: '2025-07-25T09:54:00-04:00' arrival_timestamp: 1753451640 flight_number: '4871' operating_carrier: F9 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: MCO marketing_carrier: F9 - departure_time: '2025-07-25T15:41:00-04:00' departure_timestamp: 1753472460 arrival_time: '2025-07-25T17:48:00-07:00' arrival_timestamp: 1753490880 flight_number: '4145' operating_carrier: F9 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: LAX marketing_carrier: F9 baggage: 20kg - pricing_solution_id: 6969cdcad8858cd7b10052e4bee2bb16ec8a0c83 total_price: 253.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T15:35:00-07:00' departure_timestamp: 1753482900 arrival_time: '2025-07-25T18:16:00-07:00' arrival_timestamp: 1753492560 flight_number: '1092' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: 1009b4ecfd7441e4032d9b6b4b4c072953fe21f9 total_price: 261.4 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T11:29:00-04:00' departure_timestamp: 1753457340 arrival_time: '2025-07-25T13:38:00-05:00' arrival_timestamp: 1753468680 flight_number: '568' operating_carrier: SY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: MSP marketing_carrier: SY - departure_time: '2025-07-25T15:24:00-05:00' departure_timestamp: 1753475040 arrival_time: '2025-07-25T17:14:00-07:00' arrival_timestamp: 1753488840 flight_number: '425' operating_carrier: SY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MSP to_iata: LAX marketing_carrier: SY baggage: 1pc - pricing_solution_id: 554d94552a7760e9437cab09f88e7ac07ef45e3e total_price: 253.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T11:55:00-07:00' departure_timestamp: 1753469700 arrival_time: '2025-07-25T14:40:00-07:00' arrival_timestamp: 1753479600 flight_number: '1144' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 3e7d4aee2729054d6ec844c0588f0c3714790c77 total_price: 253.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T16:35:00-04:00' departure_timestamp: 1753475700 arrival_time: '2025-07-25T19:56:00-07:00' arrival_timestamp: 1753498560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: 601a6e081e77e655da612014ee7520206c63fbd4 total_price: 253.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: 27b1ed3408327dc04f9cf5672fedbcb46825f1a8 total_price: 219.8 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-25T06:30:00-04:00' departure_timestamp: 1753439400 arrival_time: '2025-07-25T09:12:00-07:00' arrival_timestamp: 1753459920 flight_number: '3237' operating_carrier: F9 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAS marketing_carrier: F9 - departure_time: '2025-07-25T19:17:00-07:00' departure_timestamp: 1753496220 arrival_time: '2025-07-25T20:34:00-07:00' arrival_timestamp: 1753500840 flight_number: '1183' operating_carrier: F9 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LAS to_iata: LAX marketing_carrier: F9 baggage: null - pricing_solution_id: 3e7c2ff26304f398bb5fcd4a3dbc02b71682dae5 total_price: 253.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T17:40:00-07:00' departure_timestamp: 1753490400 arrival_time: '2025-07-25T20:25:00-07:00' arrival_timestamp: 1753500300 flight_number: '1048' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: c47ba775ef359c0d9754878ed3402eedbd412690 total_price: 253.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T13:00:00-04:00' departure_timestamp: 1753462800 arrival_time: '2025-07-25T16:40:00-07:00' arrival_timestamp: 1753486800 flight_number: '227' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SFO marketing_carrier: AS - departure_time: '2025-07-25T20:30:00-07:00' departure_timestamp: 1753500600 arrival_time: '2025-07-25T22:10:00-07:00' arrival_timestamp: 1753506600 flight_number: '3353' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: 40e1befa02b1ceefd78f3ce1bb4c82d3929f9825 total_price: 255.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T11:29:00-04:00' departure_timestamp: 1753457340 arrival_time: '2025-07-25T13:38:00-05:00' arrival_timestamp: 1753468680 flight_number: '568' operating_carrier: SY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: MSP marketing_carrier: SY - departure_time: '2025-07-25T20:54:00-05:00' departure_timestamp: 1753494840 arrival_time: '2025-07-25T22:44:00-07:00' arrival_timestamp: 1753508640 flight_number: '429' operating_carrier: SY transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MSP to_iata: LAX marketing_carrier: SY baggage: 1pc - pricing_solution_id: eaf69aa2869ee717e7c4119fd78ab4e46e88724f total_price: 293.7 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T17:45:00-04:00' departure_timestamp: 1753479900 arrival_time: '2025-07-25T19:30:00-04:00' arrival_timestamp: 1753486200 flight_number: '1202' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: BUF marketing_carrier: B6 - departure_time: '2025-07-25T20:40:00-04:00' departure_timestamp: 1753490400 arrival_time: '2025-07-25T22:54:00-07:00' arrival_timestamp: 1753509240 flight_number: '491' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BUF to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 197d5409433183ce39dc93729be37c68df40d394 total_price: 293.7 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T14:45:00-04:00' departure_timestamp: 1753469100 arrival_time: '2025-07-25T16:13:00-04:00' arrival_timestamp: 1753474380 flight_number: '318' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: BOS marketing_carrier: B6 - departure_time: '2025-07-25T18:10:00-04:00' departure_timestamp: 1753481400 arrival_time: '2025-07-25T21:40:00-07:00' arrival_timestamp: 1753504800 flight_number: '187' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BOS to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: f14a23705967217c23c79ec59db4ab2ca1032856 total_price: 323.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T06:00:00-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:56:00-07:00' arrival_timestamp: 1753458960 flight_number: '171' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: 4c6559fbe66b494e53b6047c6d51f88579c642d7 total_price: 323.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T07:15:00-04:00' departure_timestamp: 1753442100 arrival_time: '2025-07-25T10:14:00-07:00' arrival_timestamp: 1753463640 flight_number: '1' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 92a75bf36d16eacb249166800dea2272c879bc33 total_price: 323.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T09:25:00-04:00' departure_timestamp: 1753449900 arrival_time: '2025-07-25T12:25:00-07:00' arrival_timestamp: 1753471500 flight_number: '255' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: b49f5368f63974a249af9bff7cbfb9dedd686a16 total_price: 323.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T11:00:00-04:00' departure_timestamp: 1753455600 arrival_time: '2025-07-25T14:03:00-07:00' arrival_timestamp: 1753477380 flight_number: '3' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 2d8260e7fc42a60175019c84d49af9e5ddacaf04 total_price: 323.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T16:29:00-04:00' departure_timestamp: 1753475340 arrival_time: '2025-07-25T19:32:00-07:00' arrival_timestamp: 1753497120 flight_number: '306' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 35781db08f3676513b691d2c5900f3643619fc44 total_price: 323.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T17:25:00-04:00' departure_timestamp: 1753478700 arrival_time: '2025-07-25T20:29:00-07:00' arrival_timestamp: 1753500540 flight_number: '302' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 2pc - pricing_solution_id: 16fbd42929c1029ffda6a935e15bcbf0c58368ac total_price: 323.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T21:00:00-04:00' departure_timestamp: 1753491600 arrival_time: '2025-07-26T00:04:00-07:00' arrival_timestamp: 1753513440 flight_number: '300' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 2pc - pricing_solution_id: a1e5b7b383825d8d080cb28703e7a1f5dd88c423 total_price: 293.7 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T13:30:00-04:00' departure_timestamp: 1753464600 arrival_time: '2025-07-25T14:50:00-04:00' arrival_timestamp: 1753469400 flight_number: '1118' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: BOS marketing_carrier: B6 - departure_time: '2025-07-25T18:10:00-04:00' departure_timestamp: 1753481400 arrival_time: '2025-07-25T21:40:00-07:00' arrival_timestamp: 1753504800 flight_number: '187' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BOS to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: b9829735bf07cc94a80a6c7704957d8b2bdd66a7 total_price: 323.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T15:35:00-04:00' departure_timestamp: 1753472100 arrival_time: '2025-07-25T18:48:00-07:00' arrival_timestamp: 1753494480 flight_number: '341' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 42b5a0fa0681220959f78e4e0d8e0b13a1f04ca3 total_price: 323.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-25T19:30:00-04:00' departure_timestamp: 1753486200 arrival_time: '2025-07-25T22:45:00-07:00' arrival_timestamp: 1753508700 flight_number: '117' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 2pc 86865427526983b9c5d47063585f0ff99e6eb3ca: - pricing_solution_id: 990059935b1a0bf0a200054cda8e1d7960483a61 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:00:00+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T10:30:00+02:00' arrival_timestamp: 1752568200 flight_number: '7918' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: b9b28839afaa4422111cdaa6768d4d92a5ec03d3 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:15:00+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:25:00+02:00' arrival_timestamp: 1752560700 flight_number: '1207' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 28c3aa9dd95aa97862e82ff81e232a82f6551c5c total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T12:15:00+01:00' departure_timestamp: 1752578100 arrival_time: '2025-07-15T14:25:00+02:00' arrival_timestamp: 1752582300 flight_number: '312' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: d83549beb6c59fb028f6b8a23b858859188b8a54 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T12:15:00+01:00' departure_timestamp: 1752578100 arrival_time: '2025-07-15T14:25:00+02:00' arrival_timestamp: 1752582300 flight_number: '313' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 10b4347f38d97687685d507a4b0859cbc06f808f total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T12:15:00+01:00' departure_timestamp: 1752578100 arrival_time: '2025-07-15T14:25:00+02:00' arrival_timestamp: 1752582300 flight_number: '324' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: ca3a40e4ea6c88c3ed893febaa63e57214fdc668 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T12:15:00+01:00' departure_timestamp: 1752578100 arrival_time: '2025-07-15T14:25:00+02:00' arrival_timestamp: 1752582300 flight_number: '325' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 2382ed53156fc443442b434643f1ae93372d1767 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '306' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: 7f1adaf10f2abbff1c5e6adac9d39b42acc1a742 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1171' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: 3c9bc6c35637d5248f7b3221937f33b293f2bdd3 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1172' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 1e8d8f270c1d85b09d7652467d1a7c922792c6e9 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1173' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: 9e2450e562e3fc5de6a531c384c666efdcbdea10 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1174' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 7771db6aaca7b14c05771b6bd550f977a2cad1f7 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1175' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: 3155906557fd2de6a4008e0fad70c1a710ed4503 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1176' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 971ed585adeb2d60c2638e86d2490850f0bc612e total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1177' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: b7a7db39ca3cb2ae852346ca633d02cb459d6ab8 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1178' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: aec08a9f2c97a23db54ea3a47a276a5dddb8a9d7 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1179' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: aa03bb2814efcd5bac60b2e860895c228ee52c5f total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1180' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 9c67701c8900eb355f7f036aa3bf55c351fc3530 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1229' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: 864ce45955abfaf6bbb52db9901a6e836fcb3c72 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1237' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: e83f7cf7ff5259f2913c29038a12f7a6fdffa5df total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1900' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: a514108ed68ded3baf926aa6711e07812c152a9b total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:15:00+01:00' departure_timestamp: 1752567300 arrival_time: '2025-07-15T11:30:00+02:00' arrival_timestamp: 1752571800 flight_number: '1904' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: f5a0ddb029567c6bf55d449d9bf52b6299a13382 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T13:20:00+01:00' departure_timestamp: 1752582000 arrival_time: '2025-07-15T15:40:00+02:00' arrival_timestamp: 1752586800 flight_number: '7589' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: 7eb527965cb64281567dccfcf1a75e922411223d total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:00:00+01:00' departure_timestamp: 1752562800 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '3900' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: 844cca9ff10516d2ae45498a2a7f19df98cfa9dd total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:00:00+01:00' departure_timestamp: 1752562800 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '3901' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: c5db5aeb7121ee6c3bae8a39863f226a7a9c38f0 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:00:00+01:00' departure_timestamp: 1752562800 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '3902' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: 2a5897ebfd1609266bb469c760ddbb9001a9bee3 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:00:00+01:00' departure_timestamp: 1752562800 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '3903' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 3375937999706be3bd62b66b7fe1158d1646c579 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:00:00+01:00' departure_timestamp: 1752562800 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '3912' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 5608d32a58bb41412374b19682df4459cd7582dc total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:00:00+01:00' departure_timestamp: 1752562800 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '3913' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: 0cd479151ffa0776e2346b72d927fb39aed09ffe total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:00:00+01:00' departure_timestamp: 1752562800 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '3914' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: ab99b71fa37cd3bf6ac455c7297740dab660b643 total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:00:00+01:00' departure_timestamp: 1752562800 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '3915' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: 48dcf714e6ec4fe1cb15a939611a6bb822f803fa total_price: 880.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:00:00+01:00' departure_timestamp: 1752570000 arrival_time: '2025-07-15T14:30:00+02:00' arrival_timestamp: 1752582600 flight_number: '9462' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T17:29:00-04:00' departure_timestamp: 1753478940 arrival_time: '2025-07-25T20:54:00-07:00' arrival_timestamp: 1753502040 flight_number: '17' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-26T07:00:00-07:00' departure_timestamp: 1753538400 arrival_time: '2025-07-26T09:44:00-07:00' arrival_timestamp: 1753548240 flight_number: '797' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: ea951c1a7bcfcdcd110e9c89fb437742a082cd97 total_price: 988.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:00:00+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T10:30:00+02:00' arrival_timestamp: 1752568200 flight_number: '7918' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T19:30:00-04:00' departure_timestamp: 1753486200 arrival_time: '2025-07-25T22:45:00-07:00' arrival_timestamp: 1753508700 flight_number: '5027' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AT baggage: 23kg - pricing_solution_id: abfa1d68f51260900223e4f5df0f61a59b283a36 total_price: 988.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:15:00+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:25:00+02:00' arrival_timestamp: 1752560700 flight_number: '1207' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T07:15:00-04:00' departure_timestamp: 1753442100 arrival_time: '2025-07-25T10:14:00-07:00' arrival_timestamp: 1753463640 flight_number: '5034' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AT baggage: 2pc - pricing_solution_id: f70dad16055f3d6b14f71a0d4f34915ecae0305d total_price: 988.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T12:15:00+01:00' departure_timestamp: 1752578100 arrival_time: '2025-07-15T14:25:00+02:00' arrival_timestamp: 1752582300 flight_number: '312' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T07:15:00-04:00' departure_timestamp: 1753442100 arrival_time: '2025-07-25T10:14:00-07:00' arrival_timestamp: 1753463640 flight_number: '5034' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AT baggage: 23kg - pricing_solution_id: c512362f67164232f8cc860746ce321d6c6c0d9a total_price: 988.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T12:15:00+01:00' departure_timestamp: 1752578100 arrival_time: '2025-07-15T14:25:00+02:00' arrival_timestamp: 1752582300 flight_number: '313' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T07:15:00-04:00' departure_timestamp: 1753442100 arrival_time: '2025-07-25T10:14:00-07:00' arrival_timestamp: 1753463640 flight_number: '5034' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AT baggage: 20kg - pricing_solution_id: 58ba809a9aba0e309ebc0dc5ccc4c74db1cee878 total_price: 988.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T12:15:00+01:00' departure_timestamp: 1752578100 arrival_time: '2025-07-15T14:25:00+02:00' arrival_timestamp: 1752582300 flight_number: '324' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T07:15:00-04:00' departure_timestamp: 1753442100 arrival_time: '2025-07-25T10:14:00-07:00' arrival_timestamp: 1753463640 flight_number: '5034' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AT baggage: 20kg - pricing_solution_id: daf324322e904aa5586a5a24a49064d573798f9d total_price: 988.2 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T12:15:00+01:00' departure_timestamp: 1752578100 arrival_time: '2025-07-15T14:25:00+02:00' arrival_timestamp: 1752582300 flight_number: '325' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: 6X - - departure_time: '2025-07-25T07:15:00-04:00' departure_timestamp: 1753442100 arrival_time: '2025-07-25T10:14:00-07:00' arrival_timestamp: 1753463640 flight_number: '5034' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AT baggage: 1pc - pricing_solution_id: 064e24022b7471977c0a3b87da96eab6f5d8b391 total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T06:00:00.000-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:59:00.000-07:00' arrival_timestamp: 1753459140 flight_number: '171' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: ff3be960345a702222a0283a9e175e7a6cd6d4b7 total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:22:00.000-07:00' arrival_timestamp: 1753464120 flight_number: '1' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 2pc - pricing_solution_id: 8108247d6c5670e982bb878140e71899669ec156 total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T11:00:00.000-04:00' departure_timestamp: 1753455600 arrival_time: '2025-07-25T14:05:00.000-07:00' arrival_timestamp: 1753477500 flight_number: '3' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: c448d11405e5acb7ed1620a50f6ffaa924ce98c3 total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T16:29:00.000-04:00' departure_timestamp: 1753475340 arrival_time: '2025-07-25T19:39:00.000-07:00' arrival_timestamp: 1753497540 flight_number: '306' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: 5c4c1faa03f2d121f9815729f00dc651b1d46af3 total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T09:00:00.000-04:00' departure_timestamp: 1753448400 arrival_time: '2025-07-25T12:11:00.000-07:00' arrival_timestamp: 1753470660 flight_number: '255' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: 7465331baacf1fc51c43a6cd025a2fb02766dc3c total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T17:45:00.000-04:00' departure_timestamp: 1753479900 arrival_time: '2025-07-25T20:56:00.000-07:00' arrival_timestamp: 1753502160 flight_number: '302' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 1pc - pricing_solution_id: 3363a1d547d676ecb672bed2a8e5f05b8510b181 total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T15:30:00.000-04:00' departure_timestamp: 1753471800 arrival_time: '2025-07-25T18:42:00.000-07:00' arrival_timestamp: 1753494120 flight_number: '341' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 23kg - pricing_solution_id: 858943b4e8f55a50d179743cc5b9cffe5897b5c4 total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T20:46:00.000-04:00' departure_timestamp: 1753490760 arrival_time: '2025-07-25T23:59:00.000-07:00' arrival_timestamp: 1753513140 flight_number: '300' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 6deac15cee30ab3fe9dbc02de0fea10cef9fc14f total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:00:00.000+01:00' departure_timestamp: 1752555600 arrival_time: '2025-07-15T09:10:00.000+02:00' arrival_timestamp: 1752563400 flight_number: '458' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T13:05:00.000+02:00' departure_timestamp: 1752577500 arrival_time: '2025-07-15T15:05:00.000+02:00' arrival_timestamp: 1752584700 flight_number: '415' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T19:50:00.000-04:00' departure_timestamp: 1753487400 arrival_time: '2025-07-25T23:14:00.000-07:00' arrival_timestamp: 1753510440 flight_number: '117' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 1pc - pricing_solution_id: 994e3f2a89fd22ddf96cbffd59f52e007b9f030a total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T19:20:00.000+02:00' arrival_timestamp: 1752600000 flight_number: '417' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T06:00:00.000-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:59:00.000-07:00' arrival_timestamp: 1753459140 flight_number: '171' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 1f9137a136c6779e80be5bc42a2515637650ab4c total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T19:20:00.000+02:00' arrival_timestamp: 1752600000 flight_number: '417' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T07:20:00.000-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:22:00.000-07:00' arrival_timestamp: 1753464120 flight_number: '1' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 20kg - pricing_solution_id: 186503032e160b33d5110aebd18ca13e138fda8d total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T19:20:00.000+02:00' arrival_timestamp: 1752600000 flight_number: '417' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T11:00:00.000-04:00' departure_timestamp: 1753455600 arrival_time: '2025-07-25T14:05:00.000-07:00' arrival_timestamp: 1753477500 flight_number: '3' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: null - pricing_solution_id: 674d0ab454a67ee24ab7aedafb9786b21d401b46 total_price: 6497.4 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:05:00.000+01:00' departure_timestamp: 1752566700 arrival_time: '2025-07-15T12:20:00.000+02:00' arrival_timestamp: 1752574800 flight_number: '452' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: VIE marketing_carrier: OS - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T19:20:00.000+02:00' arrival_timestamp: 1752600000 flight_number: '417' operating_carrier: OS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: VIE to_iata: CDG marketing_carrier: OS - - departure_time: '2025-07-25T16:29:00.000-04:00' departure_timestamp: 1753475340 arrival_time: '2025-07-25T19:39:00.000-07:00' arrival_timestamp: 1753497540 flight_number: '306' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: AA baggage: 2pc 6ba99fc7d81636c9f641a2314336fb2118492427: - pricing_solution_id: fa6162aa6a965ae1e56c5e840adcc935ec7359b8 total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: 0430dea94e83b2bb03aad871545dba6fcfccb5f7 total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: e382c1c7058894f573715e7596255d86424b0f29 total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 274b63ad0bdb923f346f5a3ae3e6161a27f5a11d total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 1c87753f7f86ec9c5f8c1060d58ba919f2c11314 total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: ce2f8086057cfb5ac7154b30aafbefc776fb1a39 total_price: 421.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: ed382b0db81e29abb3b9106940a27e3d5973de0f total_price: 365.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: 9f20ee74783013b060b23c2726a54ff71eb07c26 total_price: 365.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: de4dbe276b6a1352ee634c90125590118e8b6179 total_price: 445.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: c28a450b8bb858ef869daee50b5747f3c7e67c11 total_price: 445.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 99f995a40b6b29302096c79270941bd0f07d6865 total_price: 458.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: b13f68543c01af1f2eadcfbaf4c5dc08a4655d62 total_price: 458.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 7bd996506581fcf4f479fb7a50b21c421e8c532e total_price: 458.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 3a899e35deff384dafacfe7f52559593ef32d55f total_price: 467.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 13ba5a4641d0610f10cd3edf682bc0fa8cd4ac35 total_price: 467.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: de2261ae6946488e9fdf514a5c1cf4cc8beffb80 total_price: 467.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 323ea1c7180fe8f94da03b53eaf26e05583feb6b total_price: 471.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00.000+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00.000+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: f80331d386f5808afe7096265dfd9a7e35728b62 total_price: 471.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00.000+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00.000+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: b92f8e352df88125574afa4ad1a0797dd82dcc84 total_price: 458.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:45:00+01:00' departure_timestamp: 1752605100 arrival_time: '2025-07-15T22:00:00+02:00' arrival_timestamp: 1752609600 flight_number: '1181' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:25:00+02:00' departure_timestamp: 1753021500 arrival_time: '2025-07-20T17:45:00+02:00' arrival_timestamp: 1753026300 flight_number: '2016' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T19:10:00+02:00' departure_timestamp: 1753031400 arrival_time: '2025-07-20T19:30:00+01:00' arrival_timestamp: 1753036200 flight_number: '1015' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: null - pricing_solution_id: 923994140224629bd06d3542f0fe45b8b83c27a6 total_price: 458.9 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:25:00+01:00' departure_timestamp: 1752589500 arrival_time: '2025-07-15T17:45:00+02:00' arrival_timestamp: 1752594300 flight_number: '1781' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:25:00+02:00' departure_timestamp: 1753021500 arrival_time: '2025-07-20T17:45:00+02:00' arrival_timestamp: 1753026300 flight_number: '2016' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T19:10:00+02:00' departure_timestamp: 1753031400 arrival_time: '2025-07-20T19:30:00+01:00' arrival_timestamp: 1753036200 flight_number: '1015' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL baggage: null - pricing_solution_id: 0b9a6207ac0b05c0e0af204b765df5d71f639b69 total_price: 402.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 40fe984401fce7a7212c0cfa64bcac8e74d1a29f total_price: 482.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: eff21315551329013753dd1fc66eb7623dc14508 total_price: 482.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: d39f0c9eaddb542e2f967dc190fabc39604d044e total_price: 482.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 3a5d8bade80711fc4166de1f2cb318c3b7650775 total_price: 482.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 6c634149ba9d7101df9b036a60266a2a9bb3740e total_price: 411.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 6d3267a7c7ff8d9bba3440b6b18c19f6fdbccdd6 total_price: 491.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 7ff2b6c89aa62f55349efa76aa2db21f67d9e061 total_price: 428.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: c7cc94c62deba2d9712eaf9561075a27493035e1 total_price: 507.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:35:00.000+01:00' departure_timestamp: 1752597300 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '1281' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 7537c1eb5ad0c18b3d52740fa4dd79cdc7d46afe total_price: 474.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 9be26810a3c8ab6f4a81679f3e4cf288317f0dcf total_price: 474.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: 207a8b02d34be28332732e6b2439d4c8ed1e692c total_price: 474.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: da6961ebbc57fa4a57d2ad782c433512baca92e3 total_price: 507.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: 262920fe6d7c7a1e5f2ac8d0273718dce89cdd11 total_price: 511.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00.000+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '1280' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: ac34d54c66ef01abeeca3600fdb495c327cc52d6 total_price: 511.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00.000+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '1380' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 1pc - pricing_solution_id: e37bcec950f5627cc92e01c4e20fff79a23d1c82 total_price: 511.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00.000+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '1580' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: a7c596c39eab1c25fb75d787fd435c4ed8b87043 total_price: 418.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T12:55:00+02:00' departure_timestamp: 1752576900 arrival_time: '2025-07-15T14:30:00+02:00' arrival_timestamp: 1752582600 flight_number: '7317' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 8de081a6f315a9747400f23371f311c40a0b018e total_price: 456.2 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T11:30:00+01:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00+02:00' arrival_timestamp: 1752580200 flight_number: '1581' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T21:35:00+02:00' departure_timestamp: 1753040100 arrival_time: '2025-07-20T23:05:00+02:00' arrival_timestamp: 1753045500 flight_number: '7314' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 23kg - pricing_solution_id: 83cf086f55da5c08b4af0a85fd07c41a91516f53 total_price: 517.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:20:00.000+02:00' arrival_timestamp: 1752571200 flight_number: '1681' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 20kg - pricing_solution_id: 32a566d2bc7998dcb0465cbb40a6bcdbd68698c7 total_price: 418.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T14:35:00+02:00' departure_timestamp: 1752582900 arrival_time: '2025-07-15T16:10:00+02:00' arrival_timestamp: 1752588600 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:30:00+02:00' departure_timestamp: 1753029000 arrival_time: '2025-07-20T20:05:00+02:00' arrival_timestamp: 1753034700 flight_number: '7312' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-21T06:50:00+02:00' departure_timestamp: 1753073400 arrival_time: '2025-07-21T07:55:00+01:00' arrival_timestamp: 1753080900 flight_number: '7550' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: NCE to_iata: LHR marketing_carrier: AF baggage: 2pc - pricing_solution_id: 425cecf4aa07ebfa45298aa7d2750e5feedec140 total_price: 498.8 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T08:55:00.000+01:00' departure_timestamp: 1752566100 arrival_time: '2025-07-15T12:00:00.000+02:00' arrival_timestamp: 1752573600 flight_number: '7551' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: NCE marketing_carrier: AF - departure_time: '2025-07-15T15:10:00.000+02:00' departure_timestamp: 1752585000 arrival_time: '2025-07-15T16:45:00.000+02:00' arrival_timestamp: 1752590700 flight_number: '7307' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: NCE to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '1780' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: null - pricing_solution_id: 70b494ea4b0c7c594ac92a125c2e6385fce53600 total_price: 533.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:15:00.000+01:00' departure_timestamp: 1752556500 arrival_time: '2025-07-15T08:35:00.000+02:00' arrival_timestamp: 1752561300 flight_number: '1381' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CDG marketing_carrier: AF - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '1180' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AF baggage: 20kg 7994ff842e4614304fb81509e8ca966ce88a2ba7: - pricing_solution_id: d23dec536468fb6d90629645259835ba98af8e41 total_price: 1157.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:30:00.000+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00.000+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00.000+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00.000-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU - - departure_time: '2025-07-25T06:00:00.000-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:55:00.000-07:00' arrival_timestamp: 1753458900 flight_number: '123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: a6b87e4a93fa3b229dab6121766a232db3cab93b total_price: 1157.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:30:00.000+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00.000+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00.000+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00.000-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU - - departure_time: '2025-07-25T10:14:00.000-04:00' departure_timestamp: 1753452840 arrival_time: '2025-07-25T13:10:00.000-07:00' arrival_timestamp: 1753474200 flight_number: '1123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 35a81201d1fe2133be8f590526934193cf40bb44 total_price: 1157.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:30:00.000+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00.000+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00.000+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00.000-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU - - departure_time: '2025-07-25T06:55:00.000-04:00' departure_timestamp: 1753440900 arrival_time: '2025-07-25T09:52:00.000-07:00' arrival_timestamp: 1753462320 flight_number: '223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: 7cccf8eb7963035088ca1dab8c832c65115fc09e total_price: 1157.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:30:00.000+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00.000+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00.000+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00.000-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU - - departure_time: '2025-07-25T09:00:00.000-04:00' departure_timestamp: 1753448400 arrival_time: '2025-07-25T11:59:00.000-07:00' arrival_timestamp: 1753469940 flight_number: '523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 8b9753601d6979601802b328212ae1ebf9bfdcf8 total_price: 1157.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:30:00.000+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00.000+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00.000+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00.000-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU - - departure_time: '2025-07-25T08:01:00.000-04:00' departure_timestamp: 1753444860 arrival_time: '2025-07-25T11:01:00.000-07:00' arrival_timestamp: 1753466460 flight_number: '323' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 071ab89be6d349ea973f40179629ee029baf302a total_price: 1157.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:30:00.000+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00.000+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00.000+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00.000-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU - - departure_time: '2025-07-25T16:00:00.000-04:00' departure_timestamp: 1753473600 arrival_time: '2025-07-25T19:11:00.000-07:00' arrival_timestamp: 1753495860 flight_number: '1023' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: 83dbeca5c97eaa8deef8e55d5039f737090a8126 total_price: 1157.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:30:00.000+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00.000+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00.000+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00.000-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU - - departure_time: '2025-07-25T22:10:00.000-04:00' departure_timestamp: 1753495800 arrival_time: '2025-07-26T01:24:00.000-07:00' arrival_timestamp: 1753518240 flight_number: '923' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: b87e005f2139226f97cc1332f9d9c9801076126f total_price: 1157.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:30:00.000+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00.000+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00.000+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00.000-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU - - departure_time: '2025-07-25T16:59:00.000-04:00' departure_timestamp: 1753477140 arrival_time: '2025-07-25T20:18:00.000-07:00' arrival_timestamp: 1753499880 flight_number: '1523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: f9fec9a70108f36ca58da1fca32f7d13dccc8767 total_price: 1157.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:30:00.000+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00.000+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00.000+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00.000-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU - - departure_time: '2025-07-25T21:10:00.000-04:00' departure_timestamp: 1753492200 arrival_time: '2025-07-26T00:29:00.000-07:00' arrival_timestamp: 1753514940 flight_number: '1223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: bdb1ab1e9d9393c762123010428b2986be368b23 total_price: 1157.3 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T13:30:00.000+01:00' departure_timestamp: 1753187400 arrival_time: '2025-07-22T17:10:00.000+02:00' arrival_timestamp: 1753197000 flight_number: '211' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BEG marketing_carrier: JU - departure_time: '2025-07-23T07:50:00.000+02:00' departure_timestamp: 1753249800 arrival_time: '2025-07-23T11:50:00.000-04:00' arrival_timestamp: 1753285800 flight_number: '500' operating_carrier: JU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BEG to_iata: JFK marketing_carrier: JU - - departure_time: '2025-07-25T18:59:00.000-04:00' departure_timestamp: 1753484340 arrival_time: '2025-07-25T22:19:00.000-07:00' arrival_timestamp: 1753507140 flight_number: '823' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 769aad2e4d13c348330a2ed9bdb183588c59424e total_price: 1272.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T06:00:00.000-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:55:00.000-07:00' arrival_timestamp: 1753458900 flight_number: '123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: a1813e341f1b80fa339bc84bea24f2929bcf064a total_price: 1272.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T10:14:00.000-04:00' departure_timestamp: 1753452840 arrival_time: '2025-07-25T13:10:00.000-07:00' arrival_timestamp: 1753474200 flight_number: '1123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: cff29e3eee0fabcb6a4c95abed00527997759e73 total_price: 1272.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T06:55:00.000-04:00' departure_timestamp: 1753440900 arrival_time: '2025-07-25T09:52:00.000-07:00' arrival_timestamp: 1753462320 flight_number: '223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 79420da4271e9c1f1bf6a28367f613d1c18957da total_price: 1272.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T09:00:00.000-04:00' departure_timestamp: 1753448400 arrival_time: '2025-07-25T11:59:00.000-07:00' arrival_timestamp: 1753469940 flight_number: '523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 1d42fc0de20df5442f7825ee118bfe82d0e682fd total_price: 1272.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T08:01:00.000-04:00' departure_timestamp: 1753444860 arrival_time: '2025-07-25T11:01:00.000-07:00' arrival_timestamp: 1753466460 flight_number: '323' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: d720e21c8aeed610392d2e400d1fcbcb5122b6c9 total_price: 1272.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T16:00:00.000-04:00' departure_timestamp: 1753473600 arrival_time: '2025-07-25T19:11:00.000-07:00' arrival_timestamp: 1753495860 flight_number: '1023' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 75041958508200f1da49c752d5cd38c4b66c84d4 total_price: 1272.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T22:10:00.000-04:00' departure_timestamp: 1753495800 arrival_time: '2025-07-26T01:24:00.000-07:00' arrival_timestamp: 1753518240 flight_number: '923' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: 6e9a9bd6c9ed4d985ca7a46d0f2009eaf4573514 total_price: 1272.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T16:59:00.000-04:00' departure_timestamp: 1753477140 arrival_time: '2025-07-25T20:18:00.000-07:00' arrival_timestamp: 1753499880 flight_number: '1523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: 2a4523ed8630bab39514752ebcb7cdfd13e5a2fc total_price: 1272.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T21:10:00.000-04:00' departure_timestamp: 1753492200 arrival_time: '2025-07-26T00:29:00.000-07:00' arrival_timestamp: 1753514940 flight_number: '1223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 9e4ba0cdf0c01813fb8684cda2280206127e58f1 total_price: 1272.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T14:05:00.000+01:00' arrival_timestamp: 1753189500 flight_number: '1367' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T20:05:00.000-04:00' arrival_timestamp: 1753229100 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T18:59:00.000-04:00' departure_timestamp: 1753484340 arrival_time: '2025-07-25T22:19:00.000-07:00' arrival_timestamp: 1753507140 flight_number: '823' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: 01ca89c812c9447295e63dd750f60f35e4c245c8 total_price: 1281.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00.000+01:00' arrival_timestamp: 1753220100 flight_number: '1369' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-23T17:00:00.000+01:00' departure_timestamp: 1753286400 arrival_time: '2025-07-23T20:05:00.000-04:00' arrival_timestamp: 1753315500 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T06:00:00.000-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:55:00.000-07:00' arrival_timestamp: 1753458900 flight_number: '123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: c1c639b2bf162eb3f5909cf9e3450a38e62fccce total_price: 1281.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00.000+01:00' arrival_timestamp: 1753220100 flight_number: '1369' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-23T17:00:00.000+01:00' departure_timestamp: 1753286400 arrival_time: '2025-07-23T20:05:00.000-04:00' arrival_timestamp: 1753315500 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T10:14:00.000-04:00' departure_timestamp: 1753452840 arrival_time: '2025-07-25T13:10:00.000-07:00' arrival_timestamp: 1753474200 flight_number: '1123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 7d1961ab9917a14ae751e23aa20d57b8b905852f total_price: 1281.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00.000+01:00' arrival_timestamp: 1753220100 flight_number: '1369' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-23T17:00:00.000+01:00' departure_timestamp: 1753286400 arrival_time: '2025-07-23T20:05:00.000-04:00' arrival_timestamp: 1753315500 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T06:55:00.000-04:00' departure_timestamp: 1753440900 arrival_time: '2025-07-25T09:52:00.000-07:00' arrival_timestamp: 1753462320 flight_number: '223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: 2b3aa8b1a7b235239e3a4b75e8ce029b3c95cf34 total_price: 1281.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00.000+01:00' arrival_timestamp: 1753220100 flight_number: '1369' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-23T17:00:00.000+01:00' departure_timestamp: 1753286400 arrival_time: '2025-07-23T20:05:00.000-04:00' arrival_timestamp: 1753315500 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T09:00:00.000-04:00' departure_timestamp: 1753448400 arrival_time: '2025-07-25T11:59:00.000-07:00' arrival_timestamp: 1753469940 flight_number: '523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: f7e2c2fed00274114706c673b596743c8c5ba912 total_price: 1281.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00.000+01:00' arrival_timestamp: 1753220100 flight_number: '1369' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-23T17:00:00.000+01:00' departure_timestamp: 1753286400 arrival_time: '2025-07-23T20:05:00.000-04:00' arrival_timestamp: 1753315500 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T08:01:00.000-04:00' departure_timestamp: 1753444860 arrival_time: '2025-07-25T11:01:00.000-07:00' arrival_timestamp: 1753466460 flight_number: '323' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: c909ff41edd507cdebf0e7243456d7b619e4734c total_price: 1281.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00.000+01:00' arrival_timestamp: 1753220100 flight_number: '1369' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-23T17:00:00.000+01:00' departure_timestamp: 1753286400 arrival_time: '2025-07-23T20:05:00.000-04:00' arrival_timestamp: 1753315500 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T16:00:00.000-04:00' departure_timestamp: 1753473600 arrival_time: '2025-07-25T19:11:00.000-07:00' arrival_timestamp: 1753495860 flight_number: '1023' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: 846a8086c2e9a5ae255f046fdb0b29f3fcf738ad total_price: 1281.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00.000+01:00' arrival_timestamp: 1753220100 flight_number: '1369' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-23T17:00:00.000+01:00' departure_timestamp: 1753286400 arrival_time: '2025-07-23T20:05:00.000-04:00' arrival_timestamp: 1753315500 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T22:10:00.000-04:00' departure_timestamp: 1753495800 arrival_time: '2025-07-26T01:24:00.000-07:00' arrival_timestamp: 1753518240 flight_number: '923' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 43a74df3c47606c2b9bc3210740eef953bc2023a total_price: 1281.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00.000+01:00' arrival_timestamp: 1753220100 flight_number: '1369' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-23T17:00:00.000+01:00' departure_timestamp: 1753286400 arrival_time: '2025-07-23T20:05:00.000-04:00' arrival_timestamp: 1753315500 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T16:59:00.000-04:00' departure_timestamp: 1753477140 arrival_time: '2025-07-25T20:18:00.000-07:00' arrival_timestamp: 1753499880 flight_number: '1523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: 948e779a2b9b54daa4698452691d7a43c4585f2b total_price: 1281.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00.000+01:00' arrival_timestamp: 1753220100 flight_number: '1369' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-23T17:00:00.000+01:00' departure_timestamp: 1753286400 arrival_time: '2025-07-23T20:05:00.000-04:00' arrival_timestamp: 1753315500 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T21:10:00.000-04:00' departure_timestamp: 1753492200 arrival_time: '2025-07-26T00:29:00.000-07:00' arrival_timestamp: 1753514940 flight_number: '1223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: 9af49cf8960bc59d310fe7d208299366b915f2cc total_price: 1281.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T22:35:00.000+01:00' arrival_timestamp: 1753220100 flight_number: '1369' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-23T17:00:00.000+01:00' departure_timestamp: 1753286400 arrival_time: '2025-07-23T20:05:00.000-04:00' arrival_timestamp: 1753315500 flight_number: '209' operating_carrier: TP transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LIS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T18:59:00.000-04:00' departure_timestamp: 1753484340 arrival_time: '2025-07-25T22:19:00.000-07:00' arrival_timestamp: 1753507140 flight_number: '823' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: a5b6f40cf8744513a32f639bf71d2552a8eb5b34 total_price: 1421.6 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T06:00:00+01:00' departure_timestamp: 1753160400 arrival_time: '2025-07-22T08:45:00+01:00' arrival_timestamp: 1753170300 flight_number: '1363' operating_carrier: TP transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: LIS marketing_carrier: TP - departure_time: '2025-07-22T11:45:00+01:00' departure_timestamp: 1753181100 arrival_time: '2025-07-22T14:15:00-04:00' arrival_timestamp: 1753208100 flight_number: '217' operating_carrier: TP transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LIS to_iata: BOS marketing_carrier: TP - departure_time: '2025-07-22T17:29:00-04:00' departure_timestamp: 1753219740 arrival_time: '2025-07-22T18:56:00-04:00' arrival_timestamp: 1753224960 flight_number: '4315' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BOS to_iata: JFK marketing_carrier: TP - - departure_time: '2025-07-25T17:10:00-04:00' departure_timestamp: 1753477800 arrival_time: '2025-07-25T20:32:00-07:00' arrival_timestamp: 1753500720 flight_number: '1523' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: 8bcce0ca2751ef87c1d548d1a42b4674100042e3 total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:30:00-04:00' arrival_timestamp: 1753201800 flight_number: '9827' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T15:35:00-07:00' departure_timestamp: 1753482900 arrival_time: '2025-07-25T18:16:00-07:00' arrival_timestamp: 1753492560 flight_number: '1092' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 1198becf04ff1a0fc1609c7bcd8bde406f5bb253 total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:25:00+01:00' departure_timestamp: 1753176300 arrival_time: '2025-07-22T12:55:00-04:00' arrival_timestamp: 1753203300 flight_number: '1315' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T15:35:00-07:00' departure_timestamp: 1753482900 arrival_time: '2025-07-25T18:16:00-07:00' arrival_timestamp: 1753492560 flight_number: '1092' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: a407089570c33fa18b12d0fc24ab003aeb9ff500 total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:25:00+01:00' departure_timestamp: 1753176300 arrival_time: '2025-07-22T12:55:00-04:00' arrival_timestamp: 1753203300 flight_number: '1316' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T15:35:00-07:00' departure_timestamp: 1753482900 arrival_time: '2025-07-25T18:16:00-07:00' arrival_timestamp: 1753492560 flight_number: '1092' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: 25fbdec2c35e866b589b5a91042aed8dbaf5a791 total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:25:00+01:00' departure_timestamp: 1753176300 arrival_time: '2025-07-22T12:55:00-04:00' arrival_timestamp: 1753203300 flight_number: '1317' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T15:35:00-07:00' departure_timestamp: 1753482900 arrival_time: '2025-07-25T18:16:00-07:00' arrival_timestamp: 1753492560 flight_number: '1092' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: 85e81dcea9ec0f7cc90f1a42059453fc6bf6349d total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:25:00+01:00' departure_timestamp: 1753176300 arrival_time: '2025-07-22T12:55:00-04:00' arrival_timestamp: 1753203300 flight_number: '1318' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T15:35:00-07:00' departure_timestamp: 1753482900 arrival_time: '2025-07-25T18:16:00-07:00' arrival_timestamp: 1753492560 flight_number: '1092' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 0ea48010dc96a3db7ea82475ab6d47f3b3af8151 total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:25:00+01:00' departure_timestamp: 1753176300 arrival_time: '2025-07-22T12:55:00-04:00' arrival_timestamp: 1753203300 flight_number: '1319' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T15:35:00-07:00' departure_timestamp: 1753482900 arrival_time: '2025-07-25T18:16:00-07:00' arrival_timestamp: 1753492560 flight_number: '1092' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: dc703cd46051c484f088019c51faac78625b1f5f total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T06:20:00+01:00' departure_timestamp: 1753161600 arrival_time: '2025-07-22T09:00:00-04:00' arrival_timestamp: 1753189200 flight_number: '690' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T15:35:00-07:00' departure_timestamp: 1753482900 arrival_time: '2025-07-25T18:16:00-07:00' arrival_timestamp: 1753492560 flight_number: '1092' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: bd0192088215b9cf22dc09ca9c6ef4d9e3abf167 total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T12:35:00+01:00' departure_timestamp: 1753184100 arrival_time: '2025-07-22T15:15:00-04:00' arrival_timestamp: 1753211700 flight_number: '698' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T15:35:00-07:00' departure_timestamp: 1753482900 arrival_time: '2025-07-25T18:16:00-07:00' arrival_timestamp: 1753492560 flight_number: '1092' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 6f39b32bd18c0c051bb6728554b6b8e5b3fb07d9 total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T16:35:00+01:00' departure_timestamp: 1753198500 arrival_time: '2025-07-22T19:15:00-04:00' arrival_timestamp: 1753226100 flight_number: '618' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T15:35:00-07:00' departure_timestamp: 1753482900 arrival_time: '2025-07-25T18:16:00-07:00' arrival_timestamp: 1753492560 flight_number: '1092' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 9f7a3baf6d2dc748ca201cde755f14738a800ff1 total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3916' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: 5172559d57ca30ebdfbad1b3b7b57fd292eefcf1 total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3917' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: d1a35b9236ab947bdfa16aa56961a786a9df7cfb total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3918' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: 93f97ee61ac01b90f95269e21b53e83cc928544d total_price: 1469 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3919' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: e837772c9e917ca78d99168f9fe4c8351d5aacbb total_price: 1506.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:30:00.000+01:00' arrival_timestamp: 1753216200 flight_number: '801' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CMN marketing_carrier: AT - departure_time: '2025-07-23T07:00:00.000+01:00' departure_timestamp: 1753250400 arrival_time: '2025-07-23T09:50:00.000-04:00' arrival_timestamp: 1753278600 flight_number: '202' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CMN to_iata: JFK marketing_carrier: AT - - departure_time: '2025-07-25T06:00:00.000-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:55:00.000-07:00' arrival_timestamp: 1753458900 flight_number: '123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: e566e7a9d67d00005e4cf0f8cd041b1dfda96ecf total_price: 1506.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:30:00.000+01:00' arrival_timestamp: 1753216200 flight_number: '801' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CMN marketing_carrier: AT - departure_time: '2025-07-23T07:00:00.000+01:00' departure_timestamp: 1753250400 arrival_time: '2025-07-23T09:50:00.000-04:00' arrival_timestamp: 1753278600 flight_number: '202' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CMN to_iata: JFK marketing_carrier: AT - - departure_time: '2025-07-25T10:14:00.000-04:00' departure_timestamp: 1753452840 arrival_time: '2025-07-25T13:10:00.000-07:00' arrival_timestamp: 1753474200 flight_number: '1123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: cd9c85d04469f1714d08bde319a00189aa892652 total_price: 1506.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:30:00.000+01:00' arrival_timestamp: 1753216200 flight_number: '801' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CMN marketing_carrier: AT - departure_time: '2025-07-23T07:00:00.000+01:00' departure_timestamp: 1753250400 arrival_time: '2025-07-23T09:50:00.000-04:00' arrival_timestamp: 1753278600 flight_number: '202' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CMN to_iata: JFK marketing_carrier: AT - - departure_time: '2025-07-25T06:55:00.000-04:00' departure_timestamp: 1753440900 arrival_time: '2025-07-25T09:52:00.000-07:00' arrival_timestamp: 1753462320 flight_number: '223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: 08e636f452fd2a679c928b4b39042a74f14670f5 total_price: 1506.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:30:00.000+01:00' arrival_timestamp: 1753216200 flight_number: '801' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CMN marketing_carrier: AT - departure_time: '2025-07-23T07:00:00.000+01:00' departure_timestamp: 1753250400 arrival_time: '2025-07-23T09:50:00.000-04:00' arrival_timestamp: 1753278600 flight_number: '202' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CMN to_iata: JFK marketing_carrier: AT - - departure_time: '2025-07-25T09:00:00.000-04:00' departure_timestamp: 1753448400 arrival_time: '2025-07-25T11:59:00.000-07:00' arrival_timestamp: 1753469940 flight_number: '523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: 0825d7f88edf77115102aabd6c8d83068d3236b0 total_price: 1506.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:30:00.000+01:00' arrival_timestamp: 1753216200 flight_number: '801' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CMN marketing_carrier: AT - departure_time: '2025-07-23T07:00:00.000+01:00' departure_timestamp: 1753250400 arrival_time: '2025-07-23T09:50:00.000-04:00' arrival_timestamp: 1753278600 flight_number: '202' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CMN to_iata: JFK marketing_carrier: AT - - departure_time: '2025-07-25T08:01:00.000-04:00' departure_timestamp: 1753444860 arrival_time: '2025-07-25T11:01:00.000-07:00' arrival_timestamp: 1753466460 flight_number: '323' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: 873427d01066bc83009dbe3cb4ddff5d889cd607 total_price: 1506.2 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:30:00.000+01:00' arrival_timestamp: 1753216200 flight_number: '801' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CMN marketing_carrier: AT - departure_time: '2025-07-23T07:00:00.000+01:00' departure_timestamp: 1753250400 arrival_time: '2025-07-23T09:50:00.000-04:00' arrival_timestamp: 1753278600 flight_number: '202' operating_carrier: AT transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CMN to_iata: JFK marketing_carrier: AT - - departure_time: '2025-07-25T16:00:00.000-04:00' departure_timestamp: 1753473600 arrival_time: '2025-07-25T19:11:00.000-07:00' arrival_timestamp: 1753495860 flight_number: '1023' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc aa596b1292a7fbeaa658c2d96fccb72d25318f93: - pricing_solution_id: 2999b62bd984d2d032e3bf4d9a0ecd3195ca3bec total_price: 2547.9 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T07:40:00.000+01:00' departure_timestamp: 1753166400 arrival_time: '2025-07-22T09:00:00.000+01:00' arrival_timestamp: 1753171200 flight_number: '151' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-22T11:05:00.000+01:00' departure_timestamp: 1753178700 arrival_time: '2025-07-22T13:25:00.000-04:00' arrival_timestamp: 1753205100 flight_number: '105' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: EI baggage: 1pc - pricing_solution_id: 646815945945d032853aede94b0d35cc73fe5159 total_price: 2547.9 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T13:25:00.000+01:00' departure_timestamp: 1753187100 arrival_time: '2025-07-22T14:50:00.000+01:00' arrival_timestamp: 1753192200 flight_number: '163' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-22T16:45:00.000+01:00' departure_timestamp: 1753199100 arrival_time: '2025-07-22T19:20:00.000-04:00' arrival_timestamp: 1753226400 flight_number: '107' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: JFK marketing_carrier: EI baggage: null - pricing_solution_id: 5830eb29a205da0b605cf0ff5a8d127cab9b7d7d total_price: 2542.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T09:50:00.000+01:00' departure_timestamp: 1753174200 arrival_time: '2025-07-22T11:20:00.000+01:00' arrival_timestamp: 1753179600 flight_number: '381' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: SNN marketing_carrier: EI - departure_time: '2025-07-22T14:40:00.000+01:00' departure_timestamp: 1753191600 arrival_time: '2025-07-22T16:50:00.000-04:00' arrival_timestamp: 1753217400 flight_number: '111' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SNN to_iata: JFK marketing_carrier: EI baggage: 23kg - pricing_solution_id: e4a87185cba592f6eb8b8655f0a63079ee8b859e total_price: 2607.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T13:20:00.000+01:00' departure_timestamp: 1753186800 arrival_time: '2025-07-22T16:10:00.000-04:00' arrival_timestamp: 1753215000 flight_number: '8877' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 2pc - pricing_solution_id: e1b0516e39888a536972d0b8bb3d318e76bc6a9e total_price: 2607.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T19:40:00.000+01:00' departure_timestamp: 1753209600 arrival_time: '2025-07-22T22:30:00.000-04:00' arrival_timestamp: 1753237800 flight_number: '8883' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: null - pricing_solution_id: 74b75a1a19be70f2d300e01fb65b07d6002d7f9b total_price: 2607.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T10:00:00.000+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:45:00.000-04:00' arrival_timestamp: 1753202700 flight_number: '8875' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 23kg - pricing_solution_id: 7dfcd57e5991d35ae2372164f2e05cb8bf698989 total_price: 2607.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T18:05:00.000+01:00' departure_timestamp: 1753203900 arrival_time: '2025-07-22T21:00:00.000-04:00' arrival_timestamp: 1753232400 flight_number: '8879' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: null - pricing_solution_id: 99c343b278d5f3780f83f846607496bbc9a9079c total_price: 2607.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T14:40:00.000+01:00' departure_timestamp: 1753191600 arrival_time: '2025-07-22T17:35:00.000-04:00' arrival_timestamp: 1753220100 flight_number: '8815' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 23kg - pricing_solution_id: fc22dfa066c35a75a9ab789e9bb60390d9175237 total_price: 2607.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T16:20:00.000+01:00' departure_timestamp: 1753197600 arrival_time: '2025-07-22T19:25:00.000-04:00' arrival_timestamp: 1753226700 flight_number: '8813' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 20kg - pricing_solution_id: 06d7eecf06432741538876f0ed890ce605e1d995 total_price: 2671.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T08:25:00.000+01:00' departure_timestamp: 1753169100 arrival_time: '2025-07-22T11:10:00.000-04:00' arrival_timestamp: 1753197000 flight_number: '8817' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 1pc - pricing_solution_id: d6ef11bb54560cca07cdc7763fd275b4b3c47f99 total_price: 2671.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T11:35:00.000+01:00' departure_timestamp: 1753180500 arrival_time: '2025-07-22T14:25:00.000-04:00' arrival_timestamp: 1753208700 flight_number: '8873' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 20kg - pricing_solution_id: d92cbfdb2a01bd3ba2947e91a2faaeb3c2c8c35a total_price: 3939.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T14:45:00+01:00' departure_timestamp: 1752587100 arrival_time: '2025-07-15T17:00:00+02:00' arrival_timestamp: 1752591600 flight_number: '1010' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T18:40:00+02:00' departure_timestamp: 1752597600 arrival_time: '2025-07-15T20:05:00+02:00' arrival_timestamp: 1752602700 flight_number: '2017' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3919' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X baggage: 1pc - pricing_solution_id: b26c8e823ffad403eab02b64fdf9d34b43a44521 total_price: 3939.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:30:00+01:00' departure_timestamp: 1752557400 arrival_time: '2025-07-15T08:50:00+02:00' arrival_timestamp: 1752562200 flight_number: '1000' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T10:35:00+02:00' departure_timestamp: 1752568500 arrival_time: '2025-07-15T11:55:00+02:00' arrival_timestamp: 1752573300 flight_number: '2007' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3919' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X baggage: 2pc - pricing_solution_id: 35291102110c9d1b49c1865497af927c0c596072 total_price: 3939.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T11:45:00+01:00' departure_timestamp: 1752576300 arrival_time: '2025-07-15T14:00:00+02:00' arrival_timestamp: 1752580800 flight_number: '1006' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T15:50:00+02:00' departure_timestamp: 1752587400 arrival_time: '2025-07-15T17:10:00+02:00' arrival_timestamp: 1752592200 flight_number: '2252' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3919' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X baggage: 20kg - pricing_solution_id: 3deed7cf6bfeaf4578dccf17e32efce4462a6375 total_price: 3939.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T09:55:00+01:00' departure_timestamp: 1752569700 arrival_time: '2025-07-15T12:20:00+02:00' arrival_timestamp: 1752574800 flight_number: '1004' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T14:05:00+02:00' departure_timestamp: 1752581100 arrival_time: '2025-07-15T15:30:00+02:00' arrival_timestamp: 1752586200 flight_number: '2009' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3919' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X baggage: null - pricing_solution_id: db234c16d7de6cb278e9ee90e95c7a25e32de9be total_price: 3939.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:30:00+01:00' departure_timestamp: 1752557400 arrival_time: '2025-07-15T08:50:00+02:00' arrival_timestamp: 1752562200 flight_number: '1000' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T11:35:00+02:00' departure_timestamp: 1752572100 arrival_time: '2025-07-15T12:55:00+02:00' arrival_timestamp: 1752576900 flight_number: '2290' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3919' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X baggage: 1pc - pricing_solution_id: a1a9dbf7c69cb6a9063dd39f0330e5ab101293f7 total_price: 3939.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T11:45:00+01:00' departure_timestamp: 1752576300 arrival_time: '2025-07-15T14:00:00+02:00' arrival_timestamp: 1752580800 flight_number: '1006' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T16:50:00+02:00' departure_timestamp: 1752591000 arrival_time: '2025-07-15T18:10:00+02:00' arrival_timestamp: 1752595800 flight_number: '2292' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3919' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X baggage: 23kg - pricing_solution_id: 675fe7e0b63c5989e98ba0f12aec5c6b5b9d65e3 total_price: 3939.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T08:40:00+01:00' departure_timestamp: 1752565200 arrival_time: '2025-07-15T11:00:00+02:00' arrival_timestamp: 1752570000 flight_number: '1002' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-15T14:05:00+02:00' departure_timestamp: 1752581100 arrival_time: '2025-07-15T15:30:00+02:00' arrival_timestamp: 1752586200 flight_number: '2009' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: CDG marketing_carrier: KL - - departure_time: '2025-07-22T10:00:00+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:00:00-04:00' arrival_timestamp: 1753200000 flight_number: '3919' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X baggage: 2pc - pricing_solution_id: 912c9a436f84af54476ac467ae56ac555a76b0ec total_price: 4140.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:35:00.000+01:00' departure_timestamp: 1752572100 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '804' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-15T17:35:00.000+02:00' departure_timestamp: 1752593700 arrival_time: '2025-07-15T20:00:00.000+02:00' arrival_timestamp: 1752602400 flight_number: '9878' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T07:05:00.000+01:00' departure_timestamp: 1753164300 arrival_time: '2025-07-22T10:10:00.000+02:00' arrival_timestamp: 1753171800 flight_number: '802' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-22T13:10:00.000+02:00' departure_timestamp: 1753182600 arrival_time: '2025-07-22T15:40:00.000-04:00' arrival_timestamp: 1753213200 flight_number: '923' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: JFK marketing_carrier: SK baggage: 23kg - pricing_solution_id: 2a8f02a624e7be2c486b4847b1276931790fa6a0 total_price: 4140.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:50:00.000+01:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T23:00:00.000+02:00' arrival_timestamp: 1752613200 flight_number: '812' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-16T06:05:00.000+02:00' departure_timestamp: 1752638700 arrival_time: '2025-07-16T08:40:00.000+02:00' arrival_timestamp: 1752648000 flight_number: '9877' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T07:05:00.000+01:00' departure_timestamp: 1753164300 arrival_time: '2025-07-22T10:10:00.000+02:00' arrival_timestamp: 1753171800 flight_number: '802' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-22T13:10:00.000+02:00' departure_timestamp: 1753182600 arrival_time: '2025-07-22T15:40:00.000-04:00' arrival_timestamp: 1753213200 flight_number: '923' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: JFK marketing_carrier: SK baggage: 20kg - pricing_solution_id: deb17f6e8da1ad21701503c7d10d0895b2d040d7 total_price: 4140.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:05:00.000+01:00' departure_timestamp: 1752559500 arrival_time: '2025-07-15T10:10:00.000+02:00' arrival_timestamp: 1752567000 flight_number: '802' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-15T17:35:00.000+02:00' departure_timestamp: 1752593700 arrival_time: '2025-07-15T20:00:00.000+02:00' arrival_timestamp: 1752602400 flight_number: '9878' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T07:05:00.000+01:00' departure_timestamp: 1753164300 arrival_time: '2025-07-22T10:10:00.000+02:00' arrival_timestamp: 1753171800 flight_number: '802' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-22T13:10:00.000+02:00' departure_timestamp: 1753182600 arrival_time: '2025-07-22T15:40:00.000-04:00' arrival_timestamp: 1753213200 flight_number: '923' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: JFK marketing_carrier: SK baggage: 23kg - pricing_solution_id: 527f5cad777bbd2dbad535724bd65eb15c3e8e66 total_price: 4140.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:35:00.000+01:00' departure_timestamp: 1752572100 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '804' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-15T17:35:00.000+02:00' departure_timestamp: 1752593700 arrival_time: '2025-07-15T20:00:00.000+02:00' arrival_timestamp: 1752602400 flight_number: '9878' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T23:00:00.000+02:00' arrival_timestamp: 1753218000 flight_number: '812' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-23T13:10:00.000+02:00' departure_timestamp: 1753269000 arrival_time: '2025-07-23T15:40:00.000-04:00' arrival_timestamp: 1753299600 flight_number: '923' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: JFK marketing_carrier: SK baggage: 1pc - pricing_solution_id: 02ffccc5db1667fec08d38d8d7b18bbb8c9f37ed total_price: 4140.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:50:00.000+01:00' departure_timestamp: 1752605400 arrival_time: '2025-07-15T23:00:00.000+02:00' arrival_timestamp: 1752613200 flight_number: '812' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-16T06:05:00.000+02:00' departure_timestamp: 1752638700 arrival_time: '2025-07-16T08:40:00.000+02:00' arrival_timestamp: 1752648000 flight_number: '9877' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T23:00:00.000+02:00' arrival_timestamp: 1753218000 flight_number: '812' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-23T13:10:00.000+02:00' departure_timestamp: 1753269000 arrival_time: '2025-07-23T15:40:00.000-04:00' arrival_timestamp: 1753299600 flight_number: '923' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: JFK marketing_carrier: SK baggage: 2pc - pricing_solution_id: 7510238d56771fbbf4bd31a4e304fb0f058db47c total_price: 4140.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T07:05:00.000+01:00' departure_timestamp: 1752559500 arrival_time: '2025-07-15T10:10:00.000+02:00' arrival_timestamp: 1752567000 flight_number: '802' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-15T17:35:00.000+02:00' departure_timestamp: 1752593700 arrival_time: '2025-07-15T20:00:00.000+02:00' arrival_timestamp: 1752602400 flight_number: '9878' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T19:50:00.000+01:00' departure_timestamp: 1753210200 arrival_time: '2025-07-22T23:00:00.000+02:00' arrival_timestamp: 1753218000 flight_number: '812' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-23T13:10:00.000+02:00' departure_timestamp: 1753269000 arrival_time: '2025-07-23T15:40:00.000-04:00' arrival_timestamp: 1753299600 flight_number: '923' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: OSL to_iata: JFK marketing_carrier: SK baggage: 20kg - pricing_solution_id: 1e0f0fa7c07893bcdd00020d162ec2796e0df1c6 total_price: 4263 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T18:40:00.000+01:00' departure_timestamp: 1752601200 arrival_time: '2025-07-15T21:35:00.000+02:00' arrival_timestamp: 1752608100 flight_number: '1516' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CPH marketing_carrier: SK - departure_time: '2025-07-16T06:15:00.000+02:00' departure_timestamp: 1752639300 arrival_time: '2025-07-16T08:20:00.000+02:00' arrival_timestamp: 1752646800 flight_number: '9823' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CPH to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T10:20:00.000+01:00' departure_timestamp: 1753176000 arrival_time: '2025-07-22T13:10:00.000+02:00' arrival_timestamp: 1753182600 flight_number: '502' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CPH marketing_carrier: SK - departure_time: '2025-07-22T14:20:00.000+02:00' departure_timestamp: 1753186800 arrival_time: '2025-07-22T17:00:00.000-04:00' arrival_timestamp: 1753218000 flight_number: '915' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CPH to_iata: JFK marketing_carrier: SK baggage: null - pricing_solution_id: 0c03d2b3ddae6a20d3122d105d412267766d2e03 total_price: 4263 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T17:00:00.000+01:00' departure_timestamp: 1752595200 arrival_time: '2025-07-15T19:55:00.000+02:00' arrival_timestamp: 1752602100 flight_number: '506' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CPH marketing_carrier: SK - departure_time: '2025-07-16T06:15:00.000+02:00' departure_timestamp: 1752639300 arrival_time: '2025-07-16T08:20:00.000+02:00' arrival_timestamp: 1752646800 flight_number: '9823' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CPH to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T10:20:00.000+01:00' departure_timestamp: 1753176000 arrival_time: '2025-07-22T13:10:00.000+02:00' arrival_timestamp: 1753182600 flight_number: '502' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CPH marketing_carrier: SK - departure_time: '2025-07-22T14:20:00.000+02:00' departure_timestamp: 1753186800 arrival_time: '2025-07-22T17:00:00.000-04:00' arrival_timestamp: 1753218000 flight_number: '915' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CPH to_iata: JFK marketing_carrier: SK baggage: 20kg - pricing_solution_id: a8cb218d1354e8b8499c7e236d42391d1df27935 total_price: 4403.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T10:35:00+01:00' departure_timestamp: 1752572100 arrival_time: '2025-07-15T13:45:00+02:00' arrival_timestamp: 1752579900 flight_number: '804' operating_carrier: SK transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: OSL marketing_carrier: SK - departure_time: '2025-07-15T17:00:00+02:00' departure_timestamp: 1752591600 arrival_time: '2025-07-15T19:25:00+02:00' arrival_timestamp: 1752600300 flight_number: '839' operating_carrier: SK transportation_type: flight fare_type: Published fare cabin_class: E from_iata: OSL to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T12:00:00+01:00' departure_timestamp: 1753182000 arrival_time: '2025-07-22T14:50:00-04:00' arrival_timestamp: 1753210200 flight_number: '1227' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: 6X baggage: 1pc - pricing_solution_id: cd6fc0c3d55b65bbaa5d7c80185e765cc46fc520 total_price: 4403.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T19:30:00.000+01:00' departure_timestamp: 1752604200 arrival_time: '2025-07-15T22:20:00.000+02:00' arrival_timestamp: 1752610800 flight_number: '1508' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CPH marketing_carrier: SK - departure_time: '2025-07-16T09:55:00.000+02:00' departure_timestamp: 1752652500 arrival_time: '2025-07-16T11:55:00.000+02:00' arrival_timestamp: 1752659700 flight_number: '9825' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CPH to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T10:20:00.000+01:00' departure_timestamp: 1753176000 arrival_time: '2025-07-22T13:10:00.000+02:00' arrival_timestamp: 1753182600 flight_number: '502' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CPH marketing_carrier: SK - departure_time: '2025-07-22T14:20:00.000+02:00' departure_timestamp: 1753186800 arrival_time: '2025-07-22T17:00:00.000-04:00' arrival_timestamp: 1753218000 flight_number: '915' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CPH to_iata: JFK marketing_carrier: SK baggage: null - pricing_solution_id: edbf1fa6534299b17b18b859ed56b7dd2f8d8615 total_price: 4518.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:40:00.000+01:00' departure_timestamp: 1752558000 arrival_time: '2025-07-15T09:30:00.000+02:00' arrival_timestamp: 1752564600 flight_number: '500' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CPH marketing_carrier: SK - departure_time: '2025-07-15T18:00:00.000+02:00' departure_timestamp: 1752595200 arrival_time: '2025-07-15T20:00:00.000+02:00' arrival_timestamp: 1752602400 flight_number: '9824' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CPH to_iata: CDG marketing_carrier: SK - - departure_time: '2025-07-22T10:20:00.000+01:00' departure_timestamp: 1753176000 arrival_time: '2025-07-22T13:10:00.000+02:00' arrival_timestamp: 1753182600 flight_number: '502' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: CPH marketing_carrier: SK - departure_time: '2025-07-22T14:20:00.000+02:00' departure_timestamp: 1753186800 arrival_time: '2025-07-22T17:00:00.000-04:00' arrival_timestamp: 1753218000 flight_number: '915' operating_carrier: SK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CPH to_iata: JFK marketing_carrier: SK baggage: 23kg - pricing_solution_id: 6ba5357fae07876abe4d6d862d92f417d5974f62 total_price: 5031 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T14:10:00.000+01:00' departure_timestamp: 1753189800 arrival_time: '2025-07-22T16:59:00.000-04:00' arrival_timestamp: 1753217940 flight_number: '105' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: 1pc - pricing_solution_id: 83eeead0c8bb0837277db8ff3b05335ad0f11982 total_price: 5031 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T09:45:00.000+01:00' departure_timestamp: 1753173900 arrival_time: '2025-07-22T12:40:00.000-04:00' arrival_timestamp: 1753202400 flight_number: '101' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: null - pricing_solution_id: 3d530f3182180abacb89c0867924d59d2cdffa05 total_price: 5031 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T17:00:00.000+01:00' departure_timestamp: 1753200000 arrival_time: '2025-07-22T19:55:00.000-04:00' arrival_timestamp: 1753228500 flight_number: '107' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: 2pc - pricing_solution_id: 6b6d77f057a98862b72c987f24bc52751e213749 total_price: 5031 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-15T06:20:00.000+01:00' departure_timestamp: 1752556800 arrival_time: '2025-07-15T07:45:00.000+01:00' arrival_timestamp: 1752561900 flight_number: '8332' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-15T09:50:00.000+01:00' departure_timestamp: 1752569400 arrival_time: '2025-07-15T12:40:00.000+02:00' arrival_timestamp: 1752576000 flight_number: '524' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: CDG marketing_carrier: EI - - departure_time: '2025-07-22T19:05:00.000+01:00' departure_timestamp: 1753207500 arrival_time: '2025-07-22T22:00:00.000-04:00' arrival_timestamp: 1753236000 flight_number: '141' operating_carrier: AA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: 23kg - pricing_solution_id: cb5c4bbc44d02484ab8b2cca316121714cd3c44c total_price: 5134.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:55:00.000+02:00' arrival_timestamp: 1752573300 flight_number: '2471' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T15:50:00.000+02:00' departure_timestamp: 1752587400 arrival_time: '2025-07-15T17:25:00.000+02:00' arrival_timestamp: 1752593100 flight_number: '2232' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 1pc - pricing_solution_id: 180c6744961ef989dadf5a9660c7f93e8b643cc6 total_price: 5134.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:50:00.000+01:00' departure_timestamp: 1752573000 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '2473' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T18:10:00.000+02:00' departure_timestamp: 1752595800 arrival_time: '2025-07-15T19:45:00.000+02:00' arrival_timestamp: 1752601500 flight_number: '2236' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 1pc - pricing_solution_id: f71c36f0ae9b8d1995b63fa4f6e1ae750a3cb43d total_price: 5134.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:55:00.000+02:00' arrival_timestamp: 1752573300 flight_number: '2471' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T15:50:00.000+02:00' departure_timestamp: 1752587400 arrival_time: '2025-07-15T17:25:00.000+02:00' arrival_timestamp: 1752593100 flight_number: '2232' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 20kg - pricing_solution_id: 777a26b949caa9b3333e164725146d85c66fb01b total_price: 5134.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:50:00.000+01:00' departure_timestamp: 1752573000 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '2473' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T18:10:00.000+02:00' departure_timestamp: 1752595800 arrival_time: '2025-07-15T19:45:00.000+02:00' arrival_timestamp: 1752601500 flight_number: '2236' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 20kg - pricing_solution_id: 809b44c840be7284e7b70c65e0537ac2642d7dd8 total_price: 5134.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:45:00.000+01:00' departure_timestamp: 1752583500 arrival_time: '2025-07-15T16:35:00.000+02:00' arrival_timestamp: 1752590100 flight_number: '2475' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T22:05:00.000+02:00' departure_timestamp: 1752609900 arrival_time: '2025-07-15T23:40:00.000+02:00' arrival_timestamp: 1752615600 flight_number: '4120' operating_carrier: VL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: null - pricing_solution_id: cce2aa6f428c5c7b9fb2be44b75765bfe59a1c2c total_price: 5134.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:45:00.000+01:00' departure_timestamp: 1752583500 arrival_time: '2025-07-15T16:35:00.000+02:00' arrival_timestamp: 1752590100 flight_number: '2475' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T22:05:00.000+02:00' departure_timestamp: 1752609900 arrival_time: '2025-07-15T23:40:00.000+02:00' arrival_timestamp: 1752615600 flight_number: '4120' operating_carrier: VL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 23kg - pricing_solution_id: 06519c2bf8d8cdb3bb6f1d8870fe3be95111ea73 total_price: 5134.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T09:00:00.000+01:00' departure_timestamp: 1752566400 arrival_time: '2025-07-15T11:55:00.000+02:00' arrival_timestamp: 1752573300 flight_number: '2471' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T15:50:00.000+02:00' departure_timestamp: 1752587400 arrival_time: '2025-07-15T17:25:00.000+02:00' arrival_timestamp: 1752593100 flight_number: '2232' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:45:00.000+02:00' arrival_timestamp: 1753213500 flight_number: '280' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-23T12:25:00.000+02:00' departure_timestamp: 1753266300 arrival_time: '2025-07-23T15:45:00.000-04:00' arrival_timestamp: 1753299900 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: null - pricing_solution_id: 86e6827017d4f57efa506ef604e7220454cefbd4 total_price: 5134.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:50:00.000+01:00' departure_timestamp: 1752573000 arrival_time: '2025-07-15T13:45:00.000+02:00' arrival_timestamp: 1752579900 flight_number: '2473' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T18:10:00.000+02:00' departure_timestamp: 1752595800 arrival_time: '2025-07-15T19:45:00.000+02:00' arrival_timestamp: 1752601500 flight_number: '2236' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:45:00.000+02:00' arrival_timestamp: 1753213500 flight_number: '280' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-23T12:25:00.000+02:00' departure_timestamp: 1753266300 arrival_time: '2025-07-23T15:45:00.000-04:00' arrival_timestamp: 1753299900 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: null - pricing_solution_id: 4006483e17c126e562af2965f3ec79d96fbf8a5f total_price: 5134.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T13:45:00.000+01:00' departure_timestamp: 1752583500 arrival_time: '2025-07-15T16:35:00.000+02:00' arrival_timestamp: 1752590100 flight_number: '2475' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: MUC marketing_carrier: LH - departure_time: '2025-07-15T22:05:00.000+02:00' departure_timestamp: 1752609900 arrival_time: '2025-07-15T23:40:00.000+02:00' arrival_timestamp: 1752615600 flight_number: '4120' operating_carrier: VL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MUC to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T18:10:00.000+01:00' departure_timestamp: 1753204200 arrival_time: '2025-07-22T21:45:00.000+02:00' arrival_timestamp: 1753213500 flight_number: '280' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-23T12:25:00.000+02:00' departure_timestamp: 1753266300 arrival_time: '2025-07-23T15:45:00.000-04:00' arrival_timestamp: 1753299900 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 20kg - pricing_solution_id: 83ef7abcac4573f1db7fba7cbadc1cab0f1bd5b9 total_price: 5264.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:30:00.000+01:00' departure_timestamp: 1752593400 arrival_time: '2025-07-15T19:05:00.000+02:00' arrival_timestamp: 1752599100 flight_number: '911' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T21:40:00.000+02:00' departure_timestamp: 1752608400 arrival_time: '2025-07-15T22:55:00.000+02:00' arrival_timestamp: 1752612900 flight_number: '1050' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 1pc - pricing_solution_id: 3b5b1144690dbd7c4f3776d2bb40828fa8a2423c total_price: 5264.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T16:30:00.000+01:00' departure_timestamp: 1752593400 arrival_time: '2025-07-15T19:05:00.000+02:00' arrival_timestamp: 1752599100 flight_number: '911' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T21:40:00.000+02:00' departure_timestamp: 1752608400 arrival_time: '2025-07-15T22:55:00.000+02:00' arrival_timestamp: 1752612900 flight_number: '1050' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 2pc - pricing_solution_id: f1af3f66483b9aceff7587e0f7a90ad3b8644a8c total_price: 5264.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:30:00.000+01:00' departure_timestamp: 1752557400 arrival_time: '2025-07-15T09:05:00.000+02:00' arrival_timestamp: 1752563100 flight_number: '921' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T12:30:00.000+02:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1034' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 20kg - pricing_solution_id: 93cb1fb57f489f04bd7be28b1e8602badce24048 total_price: 5264.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:30:00.000+01:00' departure_timestamp: 1752589800 arrival_time: '2025-07-15T18:05:00.000+02:00' arrival_timestamp: 1752595500 flight_number: '909' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T21:40:00.000+02:00' departure_timestamp: 1752608400 arrival_time: '2025-07-15T22:55:00.000+02:00' arrival_timestamp: 1752612900 flight_number: '1050' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 23kg - pricing_solution_id: 0e59ff93e8cb5e06ebf920aca83b74f3414fb104 total_price: 5264.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:30:00.000+01:00' departure_timestamp: 1752571800 arrival_time: '2025-07-15T13:05:00.000+02:00' arrival_timestamp: 1752577500 flight_number: '903' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T18:35:00.000+02:00' arrival_timestamp: 1752597300 flight_number: '1046' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T09:55:00.000+02:00' arrival_timestamp: 1753170900 flight_number: '286' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T12:25:00.000+02:00' departure_timestamp: 1753179900 arrival_time: '2025-07-22T15:45:00.000-04:00' arrival_timestamp: 1753213500 flight_number: '6' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 2pc - pricing_solution_id: 8585d78d5957a1441aa92bb4ad4f6df89f8e65ca total_price: 5264.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T06:30:00.000+01:00' departure_timestamp: 1752557400 arrival_time: '2025-07-15T09:05:00.000+02:00' arrival_timestamp: 1752563100 flight_number: '921' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T12:30:00.000+02:00' departure_timestamp: 1752575400 arrival_time: '2025-07-15T13:50:00.000+02:00' arrival_timestamp: 1752580200 flight_number: '1034' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 1pc - pricing_solution_id: f951030126d2e5dc3c04d76ff5fcb12ef81a78d4 total_price: 5264.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T15:30:00.000+01:00' departure_timestamp: 1752589800 arrival_time: '2025-07-15T18:05:00.000+02:00' arrival_timestamp: 1752595500 flight_number: '909' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T21:40:00.000+02:00' departure_timestamp: 1752608400 arrival_time: '2025-07-15T22:55:00.000+02:00' arrival_timestamp: 1752612900 flight_number: '1050' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 20kg - pricing_solution_id: 115dc4097f13360d2fdc6e901bee27d7ea75b216 total_price: 5264.5 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-15T10:30:00.000+01:00' departure_timestamp: 1752571800 arrival_time: '2025-07-15T13:05:00.000+02:00' arrival_timestamp: 1752577500 flight_number: '903' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA marketing_carrier: LH - departure_time: '2025-07-15T17:20:00.000+02:00' departure_timestamp: 1752592800 arrival_time: '2025-07-15T18:35:00.000+02:00' arrival_timestamp: 1752597300 flight_number: '1046' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: CDG marketing_carrier: LH - - departure_time: '2025-07-22T10:15:00.000+01:00' departure_timestamp: 1753175700 arrival_time: '2025-07-22T13:45:00.000+02:00' arrival_timestamp: 1753184700 flight_number: '282' operating_carrier: LO transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-22T16:50:00.000+02:00' departure_timestamp: 1753195800 arrival_time: '2025-07-22T20:20:00.000-04:00' arrival_timestamp: 1753230000 flight_number: '26' operating_carrier: YU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: WAW to_iata: JFK marketing_carrier: LO baggage: 1pc b5479a0c3ec020fec3e22075b8386f5406bf12e0: - pricing_solution_id: 2cf8c7d0cf06d4ec3f6de0c0014fe77dcbd579c1 total_price: 1543.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:30:00.000+02:00' departure_timestamp: 1753021800 arrival_time: '2025-07-20T17:15:00.000+01:00' arrival_timestamp: 1753028100 flight_number: '527' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-20T19:35:00.000+01:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '180' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: LHR marketing_carrier: EI - - departure_time: '2025-07-22T13:20:00.000+01:00' departure_timestamp: 1753186800 arrival_time: '2025-07-22T16:10:00.000-04:00' arrival_timestamp: 1753215000 flight_number: '8877' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: null - pricing_solution_id: 50e005a6c74fd1c11d97e77e5675f2e1642ba740 total_price: 1543.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:30:00.000+02:00' departure_timestamp: 1753021800 arrival_time: '2025-07-20T17:15:00.000+01:00' arrival_timestamp: 1753028100 flight_number: '527' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-20T19:35:00.000+01:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '180' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: LHR marketing_carrier: EI - - departure_time: '2025-07-22T19:40:00.000+01:00' departure_timestamp: 1753209600 arrival_time: '2025-07-22T22:30:00.000-04:00' arrival_timestamp: 1753237800 flight_number: '8883' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 23kg - pricing_solution_id: 6e797570e6ed225edd1b86f2ec13083c83eda4b8 total_price: 1543.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:30:00.000+02:00' departure_timestamp: 1753021800 arrival_time: '2025-07-20T17:15:00.000+01:00' arrival_timestamp: 1753028100 flight_number: '527' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-20T19:35:00.000+01:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '180' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: LHR marketing_carrier: EI - - departure_time: '2025-07-22T18:05:00.000+01:00' departure_timestamp: 1753203900 arrival_time: '2025-07-22T21:00:00.000-04:00' arrival_timestamp: 1753232400 flight_number: '8879' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 2pc - pricing_solution_id: b16693208205f7484eeb841cd01bf5c610f4eedf total_price: 1621.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:30:00.000+02:00' departure_timestamp: 1753021800 arrival_time: '2025-07-20T17:15:00.000+01:00' arrival_timestamp: 1753028100 flight_number: '527' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-20T19:35:00.000+01:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '180' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: LHR marketing_carrier: EI - - departure_time: '2025-07-22T10:00:00.000+01:00' departure_timestamp: 1753174800 arrival_time: '2025-07-22T12:45:00.000-04:00' arrival_timestamp: 1753202700 flight_number: '8875' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 23kg - pricing_solution_id: d424cec306a1f21f9bcb6266cdf2aff697acd5ef total_price: 1621.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:30:00.000+02:00' departure_timestamp: 1753021800 arrival_time: '2025-07-20T17:15:00.000+01:00' arrival_timestamp: 1753028100 flight_number: '527' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-20T19:35:00.000+01:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '180' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: LHR marketing_carrier: EI - - departure_time: '2025-07-22T14:40:00.000+01:00' departure_timestamp: 1753191600 arrival_time: '2025-07-22T17:35:00.000-04:00' arrival_timestamp: 1753220100 flight_number: '8815' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: null - pricing_solution_id: 463176005a84591e39d727986049e3f3aea20a22 total_price: 1621.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:30:00.000+02:00' departure_timestamp: 1753021800 arrival_time: '2025-07-20T17:15:00.000+01:00' arrival_timestamp: 1753028100 flight_number: '527' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-20T19:35:00.000+01:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '180' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: LHR marketing_carrier: EI - - departure_time: '2025-07-22T16:20:00.000+01:00' departure_timestamp: 1753197600 arrival_time: '2025-07-22T19:25:00.000-04:00' arrival_timestamp: 1753226700 flight_number: '8813' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 20kg - pricing_solution_id: 3bc97081df0481a121799bb85edf8bb2b826d0ac total_price: 1581.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:20:00.000+02:00' departure_timestamp: 1752988800 arrival_time: '2025-07-20T12:00:00.000+03:00' arrival_timestamp: 1753002000 flight_number: '1830' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: IST marketing_carrier: TK - departure_time: '2025-07-20T13:05:00.000+03:00' departure_timestamp: 1753005900 arrival_time: '2025-07-20T15:05:00.000+01:00' arrival_timestamp: 1753020300 flight_number: '1985' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: LHR marketing_carrier: TK - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T17:10:00.000+03:00' arrival_timestamp: 1753193400 flight_number: '1980' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-22T18:45:00.000+03:00' departure_timestamp: 1753199100 arrival_time: '2025-07-22T22:40:00.000-04:00' arrival_timestamp: 1753238400 flight_number: '11' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: 20kg - pricing_solution_id: 3075bca8e52a4c35d9aa006cc6545c063c73f012 total_price: 1581.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:20:00.000+02:00' departure_timestamp: 1753014000 arrival_time: '2025-07-20T18:55:00.000+03:00' arrival_timestamp: 1753026900 flight_number: '1824' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: IST marketing_carrier: TK - departure_time: '2025-07-20T20:30:00.000+03:00' departure_timestamp: 1753032600 arrival_time: '2025-07-20T22:25:00.000+01:00' arrival_timestamp: 1753046700 flight_number: '1987' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: LHR marketing_carrier: TK - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T17:10:00.000+03:00' arrival_timestamp: 1753193400 flight_number: '1980' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-22T18:45:00.000+03:00' departure_timestamp: 1753199100 arrival_time: '2025-07-22T22:40:00.000-04:00' arrival_timestamp: 1753238400 flight_number: '11' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: 20kg - pricing_solution_id: a7b72c08fe99d601188ab199fb57054f5ee23f9f total_price: 1699.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:30:00.000+02:00' departure_timestamp: 1753021800 arrival_time: '2025-07-20T17:15:00.000+01:00' arrival_timestamp: 1753028100 flight_number: '527' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-20T19:35:00.000+01:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '180' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: LHR marketing_carrier: EI - - departure_time: '2025-07-22T08:25:00.000+01:00' departure_timestamp: 1753169100 arrival_time: '2025-07-22T11:10:00.000-04:00' arrival_timestamp: 1753197000 flight_number: '8817' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 1pc - pricing_solution_id: 2afded5d695e5fb6c38a6a88bd5f83e175a07538 total_price: 1699.1 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:30:00.000+02:00' departure_timestamp: 1753021800 arrival_time: '2025-07-20T17:15:00.000+01:00' arrival_timestamp: 1753028100 flight_number: '527' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: DUB marketing_carrier: EI - departure_time: '2025-07-20T19:35:00.000+01:00' departure_timestamp: 1753036500 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '180' operating_carrier: EI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: DUB to_iata: LHR marketing_carrier: EI - - departure_time: '2025-07-22T11:35:00.000+01:00' departure_timestamp: 1753180500 arrival_time: '2025-07-22T14:25:00.000-04:00' arrival_timestamp: 1753208700 flight_number: '8873' operating_carrier: BA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: EI baggage: 1pc - pricing_solution_id: 0b3b8e5a0d46b220b7564803e8d9338f5ce0879d total_price: 1718.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:20:00.000+02:00' departure_timestamp: 1752988800 arrival_time: '2025-07-20T12:00:00.000+03:00' arrival_timestamp: 1753002000 flight_number: '1830' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: IST marketing_carrier: TK - departure_time: '2025-07-20T13:05:00.000+03:00' departure_timestamp: 1753005900 arrival_time: '2025-07-20T15:05:00.000+01:00' arrival_timestamp: 1753020300 flight_number: '1985' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: LHR marketing_carrier: TK - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T12:30:00.000+03:00' arrival_timestamp: 1753176600 flight_number: '1988' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-22T14:10:00.000+03:00' departure_timestamp: 1753182600 arrival_time: '2025-07-22T17:55:00.000-04:00' arrival_timestamp: 1753221300 flight_number: '1' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: null - pricing_solution_id: cba08dbcc11d469bf565ede345c12ae8db31ac37 total_price: 1718.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:20:00.000+02:00' departure_timestamp: 1753014000 arrival_time: '2025-07-20T18:55:00.000+03:00' arrival_timestamp: 1753026900 flight_number: '1824' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: IST marketing_carrier: TK - departure_time: '2025-07-20T20:30:00.000+03:00' departure_timestamp: 1753032600 arrival_time: '2025-07-20T22:25:00.000+01:00' arrival_timestamp: 1753046700 flight_number: '1987' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: LHR marketing_carrier: TK - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T12:30:00.000+03:00' arrival_timestamp: 1753176600 flight_number: '1988' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-22T14:10:00.000+03:00' departure_timestamp: 1753182600 arrival_time: '2025-07-22T17:55:00.000-04:00' arrival_timestamp: 1753221300 flight_number: '1' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: 20kg - pricing_solution_id: 86a67f60a09a4b74b2578da898a01a20fc705f66 total_price: 1718.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:20:00.000+02:00' departure_timestamp: 1752988800 arrival_time: '2025-07-20T12:00:00.000+03:00' arrival_timestamp: 1753002000 flight_number: '1830' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: IST marketing_carrier: TK - departure_time: '2025-07-20T13:05:00.000+03:00' departure_timestamp: 1753005900 arrival_time: '2025-07-20T15:05:00.000+01:00' arrival_timestamp: 1753020300 flight_number: '1985' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: LHR marketing_carrier: TK - - departure_time: '2025-07-22T16:40:00.000+01:00' departure_timestamp: 1753198800 arrival_time: '2025-07-22T22:40:00.000+03:00' arrival_timestamp: 1753213200 flight_number: '1986' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-23T00:50:00.000+03:00' departure_timestamp: 1753221000 arrival_time: '2025-07-23T04:30:00.000-04:00' arrival_timestamp: 1753259400 flight_number: '111' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: 23kg - pricing_solution_id: dd30ff1689d971c20cf22fb62c306b924ebc2328 total_price: 1718.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:20:00.000+02:00' departure_timestamp: 1753014000 arrival_time: '2025-07-20T18:55:00.000+03:00' arrival_timestamp: 1753026900 flight_number: '1824' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: IST marketing_carrier: TK - departure_time: '2025-07-20T20:30:00.000+03:00' departure_timestamp: 1753032600 arrival_time: '2025-07-20T22:25:00.000+01:00' arrival_timestamp: 1753046700 flight_number: '1987' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: LHR marketing_carrier: TK - - departure_time: '2025-07-22T16:40:00.000+01:00' departure_timestamp: 1753198800 arrival_time: '2025-07-22T22:40:00.000+03:00' arrival_timestamp: 1753213200 flight_number: '1986' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-23T00:50:00.000+03:00' departure_timestamp: 1753221000 arrival_time: '2025-07-23T04:30:00.000-04:00' arrival_timestamp: 1753259400 flight_number: '111' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: 1pc - pricing_solution_id: b3d95031193f1026d76d56e49329002a505df04e total_price: 1937.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T11:40:00.000+02:00' departure_timestamp: 1753004400 arrival_time: '2025-07-20T16:20:00.000+03:00' arrival_timestamp: 1753017600 flight_number: '1822' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: IST marketing_carrier: TK - departure_time: '2025-07-20T18:45:00.000+03:00' departure_timestamp: 1753026300 arrival_time: '2025-07-20T20:50:00.000+01:00' arrival_timestamp: 1753041000 flight_number: '1983' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: LHR marketing_carrier: TK - - departure_time: '2025-07-22T11:20:00.000+01:00' departure_timestamp: 1753179600 arrival_time: '2025-07-22T17:10:00.000+03:00' arrival_timestamp: 1753193400 flight_number: '1980' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-22T18:45:00.000+03:00' departure_timestamp: 1753199100 arrival_time: '2025-07-22T22:40:00.000-04:00' arrival_timestamp: 1753238400 flight_number: '11' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: 23kg - pricing_solution_id: c239a3e1f66e13d9916cf0e5985601af64cfd899 total_price: 1937.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T11:40:00.000+02:00' departure_timestamp: 1753004400 arrival_time: '2025-07-20T16:20:00.000+03:00' arrival_timestamp: 1753017600 flight_number: '1822' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: IST marketing_carrier: TK - departure_time: '2025-07-20T18:45:00.000+03:00' departure_timestamp: 1753026300 arrival_time: '2025-07-20T20:50:00.000+01:00' arrival_timestamp: 1753041000 flight_number: '1983' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: LHR marketing_carrier: TK - - departure_time: '2025-07-22T06:30:00.000+01:00' departure_timestamp: 1753162200 arrival_time: '2025-07-22T12:30:00.000+03:00' arrival_timestamp: 1753176600 flight_number: '1988' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-22T14:10:00.000+03:00' departure_timestamp: 1753182600 arrival_time: '2025-07-22T17:55:00.000-04:00' arrival_timestamp: 1753221300 flight_number: '1' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: 1pc - pricing_solution_id: 1eed2ff38f0e0f3ab3aa93b58357bf6a2d4ba03c total_price: 1937.7 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T11:40:00.000+02:00' departure_timestamp: 1753004400 arrival_time: '2025-07-20T16:20:00.000+03:00' arrival_timestamp: 1753017600 flight_number: '1822' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: IST marketing_carrier: TK - departure_time: '2025-07-20T18:45:00.000+03:00' departure_timestamp: 1753026300 arrival_time: '2025-07-20T20:50:00.000+01:00' arrival_timestamp: 1753041000 flight_number: '1983' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: LHR marketing_carrier: TK - - departure_time: '2025-07-22T16:40:00.000+01:00' departure_timestamp: 1753198800 arrival_time: '2025-07-22T22:40:00.000+03:00' arrival_timestamp: 1753213200 flight_number: '1986' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: IST marketing_carrier: TK - departure_time: '2025-07-23T00:50:00.000+03:00' departure_timestamp: 1753221000 arrival_time: '2025-07-23T04:30:00.000-04:00' arrival_timestamp: 1753259400 flight_number: '111' operating_carrier: TK transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IST to_iata: JFK marketing_carrier: TK baggage: 23kg - pricing_solution_id: 3633df50c1518afcea72355e2a0cb483f3e93759 total_price: 2105.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T17:10:00+02:00' departure_timestamp: 1753024200 arrival_time: '2025-07-20T17:25:00+01:00' arrival_timestamp: 1753028700 flight_number: '7173' operating_carrier: BA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AA - - departure_time: '2025-07-22T19:05:00+01:00' departure_timestamp: 1753207500 arrival_time: '2025-07-22T22:00:00-04:00' arrival_timestamp: 1753236000 flight_number: '141' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: 23kg - pricing_solution_id: df1a0d16ade687e9dee6539637441add55f303f7 total_price: 2105.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:55:00+02:00' departure_timestamp: 1752990900 arrival_time: '2025-07-20T08:15:00+01:00' arrival_timestamp: 1752995700 flight_number: '6745' operating_carrier: BA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AA - - departure_time: '2025-07-22T19:05:00+01:00' departure_timestamp: 1753207500 arrival_time: '2025-07-22T22:00:00-04:00' arrival_timestamp: 1753236000 flight_number: '141' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: 2pc - pricing_solution_id: 85ca8c64bf080246c3c15486effe3e8b39976e7b total_price: 2105.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:35:00+02:00' departure_timestamp: 1753000500 arrival_time: '2025-07-20T10:55:00+01:00' arrival_timestamp: 1753005300 flight_number: '6699' operating_carrier: BA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AA - - departure_time: '2025-07-22T19:05:00+01:00' departure_timestamp: 1753207500 arrival_time: '2025-07-22T22:00:00-04:00' arrival_timestamp: 1753236000 flight_number: '141' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: 23kg - pricing_solution_id: a8cad521374b273efc8265e24db4a657f290a639 total_price: 2105.5 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:15:00+02:00' departure_timestamp: 1753013700 arrival_time: '2025-07-20T14:35:00+01:00' arrival_timestamp: 1753018500 flight_number: '7216' operating_carrier: BA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AA - - departure_time: '2025-07-22T19:05:00+01:00' departure_timestamp: 1753207500 arrival_time: '2025-07-22T22:00:00-04:00' arrival_timestamp: 1753236000 flight_number: '141' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: AA baggage: 2pc - pricing_solution_id: 3bf052a1eb54683a42946bdcb92b88c03a6a7668 total_price: 2113.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T14:15:00+02:00' departure_timestamp: 1753013700 arrival_time: '2025-07-20T14:35:00+01:00' arrival_timestamp: 1753018500 flight_number: '7216' operating_carrier: BA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AA - - departure_time: '2025-07-22T09:15:00+01:00' departure_timestamp: 1753172100 arrival_time: '2025-07-22T13:15:00-04:00' arrival_timestamp: 1753204500 flight_number: '731' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CLT marketing_carrier: AA - departure_time: '2025-07-22T16:59:00-04:00' departure_timestamp: 1753217940 arrival_time: '2025-07-22T19:00:00-04:00' arrival_timestamp: 1753225200 flight_number: '657' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CLT to_iata: JFK marketing_carrier: AA baggage: 23kg - pricing_solution_id: e5df9de8ed85d297b048f42c79f5899b073c287f total_price: 2113.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T17:10:00+02:00' departure_timestamp: 1753024200 arrival_time: '2025-07-20T17:25:00+01:00' arrival_timestamp: 1753028700 flight_number: '7173' operating_carrier: BA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AA - - departure_time: '2025-07-22T11:00:00+01:00' departure_timestamp: 1753178400 arrival_time: '2025-07-22T15:00:00-04:00' arrival_timestamp: 1753210800 flight_number: '733' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CLT marketing_carrier: AA - departure_time: '2025-07-22T19:55:00-04:00' departure_timestamp: 1753228500 arrival_time: '2025-07-22T21:55:00-04:00' arrival_timestamp: 1753235700 flight_number: '1727' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CLT to_iata: JFK marketing_carrier: AA baggage: 23kg - pricing_solution_id: 57cef7dede6447dd41a4c6b0ca2dbbfaee820837 total_price: 2113.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:55:00+02:00' departure_timestamp: 1752990900 arrival_time: '2025-07-20T08:15:00+01:00' arrival_timestamp: 1752995700 flight_number: '6745' operating_carrier: BA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AA - - departure_time: '2025-07-22T11:00:00+01:00' departure_timestamp: 1753178400 arrival_time: '2025-07-22T15:00:00-04:00' arrival_timestamp: 1753210800 flight_number: '733' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CLT marketing_carrier: AA - departure_time: '2025-07-22T19:55:00-04:00' departure_timestamp: 1753228500 arrival_time: '2025-07-22T21:55:00-04:00' arrival_timestamp: 1753235700 flight_number: '1727' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CLT to_iata: JFK marketing_carrier: AA baggage: 20kg - pricing_solution_id: 52c7964226d95f15ffb8d91564a949aac163e7a1 total_price: 2113.3 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:35:00+02:00' departure_timestamp: 1753000500 arrival_time: '2025-07-20T10:55:00+01:00' arrival_timestamp: 1753005300 flight_number: '6699' operating_carrier: BA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: AA - - departure_time: '2025-07-22T11:00:00+01:00' departure_timestamp: 1753178400 arrival_time: '2025-07-22T15:00:00-04:00' arrival_timestamp: 1753210800 flight_number: '733' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LHR to_iata: CLT marketing_carrier: AA - departure_time: '2025-07-22T19:55:00-04:00' departure_timestamp: 1753228500 arrival_time: '2025-07-22T21:55:00-04:00' arrival_timestamp: 1753235700 flight_number: '1727' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CLT to_iata: JFK marketing_carrier: AA baggage: null - pricing_solution_id: 2c7815103ae45e5cd9603957b7f788f4882b21e0 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '6654' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T18:50:00.000+01:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T21:29:00.000-04:00' arrival_timestamp: 1753234140 flight_number: '137' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: 417cc1da4557392c8eaf57a767bced939ceb2970 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:35:00.000+02:00' departure_timestamp: 1752989700 arrival_time: '2025-07-20T08:00:00.000+01:00' arrival_timestamp: 1752994800 flight_number: '6662' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T18:50:00.000+01:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T21:29:00.000-04:00' arrival_timestamp: 1753234140 flight_number: '137' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 2pc - pricing_solution_id: 62090e7528d2f9ff92e3a8661bc50abaff3dc3a9 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '6664' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T18:50:00.000+01:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T21:29:00.000-04:00' arrival_timestamp: 1753234140 flight_number: '137' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 23kg - pricing_solution_id: 894977b0a011bda4adc48f4042badd31525c6d6b total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '6656' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T18:50:00.000+01:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T21:29:00.000-04:00' arrival_timestamp: 1753234140 flight_number: '137' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: 37fcab5ae093af01622bdc160ac62e90b5cb9b55 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '6658' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T18:50:00.000+01:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T21:29:00.000-04:00' arrival_timestamp: 1753234140 flight_number: '137' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: 5d2456349c69b8286522778f373996429228668f total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '6660' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T18:50:00.000+01:00' departure_timestamp: 1753206600 arrival_time: '2025-07-22T21:29:00.000-04:00' arrival_timestamp: 1753234140 flight_number: '137' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 23kg - pricing_solution_id: 6d712a00f28875be6baa893eeba4b19559745fdb total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '6654' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T16:50:00.000+01:00' departure_timestamp: 1753199400 arrival_time: '2025-07-22T19:40:00.000-04:00' arrival_timestamp: 1753227600 flight_number: '153' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: 7050b5dd6c38200065f26c9fc3e5a5def0755cc3 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '6654' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T20:10:00.000+01:00' departure_timestamp: 1753211400 arrival_time: '2025-07-22T23:00:00.000-04:00' arrival_timestamp: 1753239600 flight_number: '25' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 20kg - pricing_solution_id: 54236d53c0dd5a91cccc390fe4db0a527eb20b8f total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:35:00.000+02:00' departure_timestamp: 1752989700 arrival_time: '2025-07-20T08:00:00.000+01:00' arrival_timestamp: 1752994800 flight_number: '6662' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T16:50:00.000+01:00' departure_timestamp: 1753199400 arrival_time: '2025-07-22T19:40:00.000-04:00' arrival_timestamp: 1753227600 flight_number: '153' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 23kg - pricing_solution_id: bbbb97cfa7af50ebc65e482cfa0c9ff0ec7cdca7 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '6664' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T16:50:00.000+01:00' departure_timestamp: 1753199400 arrival_time: '2025-07-22T19:40:00.000-04:00' arrival_timestamp: 1753227600 flight_number: '153' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: a1338cd3f557b23a082e56b6050645835249e8f7 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '6656' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T16:50:00.000+01:00' departure_timestamp: 1753199400 arrival_time: '2025-07-22T19:40:00.000-04:00' arrival_timestamp: 1753227600 flight_number: '153' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: 8bc870cee3faf27a2368348bc54c1a7a21f7bf73 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '6658' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T16:50:00.000+01:00' departure_timestamp: 1753199400 arrival_time: '2025-07-22T19:40:00.000-04:00' arrival_timestamp: 1753227600 flight_number: '153' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 2pc - pricing_solution_id: d5a5d502babee4d17785c72ac8219cb94c4a3c53 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '6660' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T16:50:00.000+01:00' departure_timestamp: 1753199400 arrival_time: '2025-07-22T19:40:00.000-04:00' arrival_timestamp: 1753227600 flight_number: '153' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 23kg - pricing_solution_id: 5333013f6b77ccf2622916489726aa079bcdfc07 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:35:00.000+02:00' departure_timestamp: 1752989700 arrival_time: '2025-07-20T08:00:00.000+01:00' arrival_timestamp: 1752994800 flight_number: '6662' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T20:10:00.000+01:00' departure_timestamp: 1753211400 arrival_time: '2025-07-22T23:00:00.000-04:00' arrival_timestamp: 1753239600 flight_number: '25' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: 59e04a04ee1b0859e6525d0d1af72b5b7b2f787e total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '6664' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T20:10:00.000+01:00' departure_timestamp: 1753211400 arrival_time: '2025-07-22T23:00:00.000-04:00' arrival_timestamp: 1753239600 flight_number: '25' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 20kg - pricing_solution_id: a6e4e06210b05d37646b02eaeaf2260e5126c640 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '6656' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T20:10:00.000+01:00' departure_timestamp: 1753211400 arrival_time: '2025-07-22T23:00:00.000-04:00' arrival_timestamp: 1753239600 flight_number: '25' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 20kg - pricing_solution_id: 808bd2421dba182c9bf3771b9767c452cbd0e18e total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '6658' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T20:10:00.000+01:00' departure_timestamp: 1753211400 arrival_time: '2025-07-22T23:00:00.000-04:00' arrival_timestamp: 1753239600 flight_number: '25' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 2pc - pricing_solution_id: 1453780ba5c9dc6063795bd65f99c75868b4203c total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:00:00.000+02:00' departure_timestamp: 1752998400 arrival_time: '2025-07-20T10:30:00.000+01:00' arrival_timestamp: 1753003800 flight_number: '6660' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T20:10:00.000+01:00' departure_timestamp: 1753211400 arrival_time: '2025-07-22T23:00:00.000-04:00' arrival_timestamp: 1753239600 flight_number: '25' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 2pc - pricing_solution_id: 23273d9a830a44a3c089797527b891b97f06f05e total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '6654' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T10:55:00.000+01:00' departure_timestamp: 1753178100 arrival_time: '2025-07-22T13:59:00.000-04:00' arrival_timestamp: 1753207140 flight_number: '4007' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 20kg - pricing_solution_id: 99682c63240a7ae6c3a7a0e865eac88cfc1636d4 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:35:00.000+02:00' departure_timestamp: 1752989700 arrival_time: '2025-07-20T08:00:00.000+01:00' arrival_timestamp: 1752994800 flight_number: '6662' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T10:55:00.000+01:00' departure_timestamp: 1753178100 arrival_time: '2025-07-22T13:59:00.000-04:00' arrival_timestamp: 1753207140 flight_number: '4007' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: b01780011f9cee61e0a1620e3c529d3c70b6d469 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T13:20:00.000+02:00' departure_timestamp: 1753010400 arrival_time: '2025-07-20T13:45:00.000+01:00' arrival_timestamp: 1753015500 flight_number: '6664' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T10:55:00.000+01:00' departure_timestamp: 1753178100 arrival_time: '2025-07-22T13:59:00.000-04:00' arrival_timestamp: 1753207140 flight_number: '4007' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 20kg - pricing_solution_id: 8b3997f046c180274625b954246546162e1f9fc0 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T16:10:00.000+02:00' departure_timestamp: 1753020600 arrival_time: '2025-07-20T16:35:00.000+01:00' arrival_timestamp: 1753025700 flight_number: '6656' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T10:55:00.000+01:00' departure_timestamp: 1753178100 arrival_time: '2025-07-22T13:59:00.000-04:00' arrival_timestamp: 1753207140 flight_number: '4007' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 23kg - pricing_solution_id: c41fef7509c1a6cb4d4b062258def7b5611ccac4 total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T21:00:00.000+02:00' departure_timestamp: 1753038000 arrival_time: '2025-07-20T21:25:00.000+01:00' arrival_timestamp: 1753043100 flight_number: '6658' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T10:55:00.000+01:00' departure_timestamp: 1753178100 arrival_time: '2025-07-22T13:59:00.000-04:00' arrival_timestamp: 1753207140 flight_number: '4007' operating_carrier: DL transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 23kg - pricing_solution_id: c669236d68085a73e88cc2346dec89bfa5546b0d total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T18:15:00.000+02:00' departure_timestamp: 1753028100 arrival_time: '2025-07-20T18:35:00.000+01:00' arrival_timestamp: 1753032900 flight_number: '6654' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T12:25:00.000+01:00' departure_timestamp: 1753183500 arrival_time: '2025-07-22T15:30:00.000-04:00' arrival_timestamp: 1753212600 flight_number: '45' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: null - pricing_solution_id: 35512f719a714f41e45fd4d0cc94d6f6f0840e7b total_price: 2377.6 segment_source: travelport is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:35:00.000+02:00' departure_timestamp: 1752989700 arrival_time: '2025-07-20T08:00:00.000+01:00' arrival_timestamp: 1752994800 flight_number: '6662' operating_carrier: AF transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: VS - - departure_time: '2025-07-22T12:25:00.000+01:00' departure_timestamp: 1753183500 arrival_time: '2025-07-22T15:30:00.000-04:00' arrival_timestamp: 1753212600 flight_number: '45' operating_carrier: VS transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: JFK marketing_carrier: VS baggage: 2pc 3db286f971743c4a1361c96e8f141c3935b372c8: - pricing_solution_id: 76ba5ab9308658031fda676368d6f5bd86c3bfad total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:25:00+02:00' departure_timestamp: 1752996300 arrival_time: '2025-07-20T09:50:00+01:00' arrival_timestamp: 1753001400 flight_number: '305' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: af399122c0f59dbd50c4cc517528d2509c0a2d49 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T07:30:00+02:00' departure_timestamp: 1752989400 arrival_time: '2025-07-20T08:00:00+01:00' arrival_timestamp: 1752994800 flight_number: '9806' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: f04c29b06c57bd4ce088a5253f403ef097229f32 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T07:45:00+02:00' departure_timestamp: 1752990300 arrival_time: '2025-07-20T08:15:00+01:00' arrival_timestamp: 1752995700 flight_number: '301' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: 47ae62d9215db106d0dec834e6586eeaa6ca2d2c total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T07:45:00+02:00' departure_timestamp: 1752990300 arrival_time: '2025-07-20T08:15:00+01:00' arrival_timestamp: 1752995700 flight_number: '303' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 94d39af7abc84b752838a0868c158c0b65267383 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T11:30:00+02:00' departure_timestamp: 1753003800 arrival_time: '2025-07-20T11:30:00+01:00' arrival_timestamp: 1753007400 flight_number: '7726' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T17:40:00-07:00' departure_timestamp: 1753490400 arrival_time: '2025-07-25T20:25:00-07:00' arrival_timestamp: 1753500300 flight_number: '1048' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: c4d75f27238fc2aea69e5e015d822182f87362d7 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T08:00:00+02:00' departure_timestamp: 1752991200 arrival_time: '2025-07-20T08:50:00+01:00' arrival_timestamp: 1752997800 flight_number: '708' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: e14d224f195514f55526fce0eba4dd215832de01 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:20:00+02:00' departure_timestamp: 1752996000 arrival_time: '2025-07-20T09:30:00+01:00' arrival_timestamp: 1753000200 flight_number: '7068' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T17:40:00-07:00' departure_timestamp: 1753490400 arrival_time: '2025-07-25T20:25:00-07:00' arrival_timestamp: 1753500300 flight_number: '1048' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 3c67428bee0349bd540cd939259b98fc271e26a4 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T15:10:00+02:00' departure_timestamp: 1753017000 arrival_time: '2025-07-20T15:25:00+01:00' arrival_timestamp: 1753021500 flight_number: '317' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T17:40:00-07:00' departure_timestamp: 1753490400 arrival_time: '2025-07-25T20:25:00-07:00' arrival_timestamp: 1753500300 flight_number: '1048' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: e333985beccf4d870f54bccfbd166f11c43f2ede total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T15:10:00+02:00' departure_timestamp: 1753017000 arrival_time: '2025-07-20T15:25:00+01:00' arrival_timestamp: 1753021500 flight_number: '318' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T17:40:00-07:00' departure_timestamp: 1753490400 arrival_time: '2025-07-25T20:25:00-07:00' arrival_timestamp: 1753500300 flight_number: '1048' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: e342f37d44977dcf56c6b0e1d85bec885a6b1153 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T15:10:00+02:00' departure_timestamp: 1753017000 arrival_time: '2025-07-20T15:25:00+01:00' arrival_timestamp: 1753021500 flight_number: '319' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T17:40:00-07:00' departure_timestamp: 1753490400 arrival_time: '2025-07-25T20:25:00-07:00' arrival_timestamp: 1753500300 flight_number: '1048' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: 8057fe82e37a0588685d150c4d7cec55d47b5d59 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T15:10:00+02:00' departure_timestamp: 1753017000 arrival_time: '2025-07-20T15:25:00+01:00' arrival_timestamp: 1753021500 flight_number: '1905' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T17:40:00-07:00' departure_timestamp: 1753490400 arrival_time: '2025-07-25T20:25:00-07:00' arrival_timestamp: 1753500300 flight_number: '1048' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 20kg - pricing_solution_id: f6600cf7a1c942be3ab398dcc168fb74befadd9f total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T12:00:00+02:00' departure_timestamp: 1753005600 arrival_time: '2025-07-20T13:00:00+01:00' arrival_timestamp: 1753012800 flight_number: '3626' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: c3453842bee55b50c75b1db5a395c7b25f0193f2 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T11:30:00+02:00' departure_timestamp: 1753003800 arrival_time: '2025-07-20T11:30:00+01:00' arrival_timestamp: 1753007400 flight_number: '7726' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T13:00:00-04:00' departure_timestamp: 1753462800 arrival_time: '2025-07-25T16:40:00-07:00' arrival_timestamp: 1753486800 flight_number: '227' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SFO marketing_carrier: AS - departure_time: '2025-07-25T20:30:00-07:00' departure_timestamp: 1753500600 arrival_time: '2025-07-25T22:10:00-07:00' arrival_timestamp: 1753506600 flight_number: '3353' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: AS baggage: 23kg - pricing_solution_id: 3b2a83bc2fb3dd0e7bcbc214f917f69a9c2ae8b4 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T11:45:00+02:00' departure_timestamp: 1753004700 arrival_time: '2025-07-20T12:50:00+01:00' arrival_timestamp: 1753012200 flight_number: '162' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: 6f5fcd386d69347d72e521f7816a197049147a33 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T11:45:00+02:00' departure_timestamp: 1753004700 arrival_time: '2025-07-20T12:50:00+01:00' arrival_timestamp: 1753012200 flight_number: '527' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: fbe3b669559bc0bcb9d5e0bc3d33a63d7ca1eb02 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T11:45:00+02:00' departure_timestamp: 1753004700 arrival_time: '2025-07-20T12:50:00+01:00' arrival_timestamp: 1753012200 flight_number: '1902' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: c7e5a53289d0949740fd96a73ea85506225094cb total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T11:45:00+02:00' departure_timestamp: 1753004700 arrival_time: '2025-07-20T12:50:00+01:00' arrival_timestamp: 1753012200 flight_number: '7824' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: e13784373e5d1d26901cbae2ea7088defcbce615 total_price: 504.6 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T11:45:00+02:00' departure_timestamp: 1753004700 arrival_time: '2025-07-20T12:50:00+01:00' arrival_timestamp: 1753012200 flight_number: '9402' operating_carrier: 6X transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: LHR marketing_carrier: 6X - - departure_time: '2025-07-25T07:20:00-04:00' departure_timestamp: 1753442400 arrival_time: '2025-07-25T10:39:00-07:00' arrival_timestamp: 1753465140 flight_number: '21' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T12:50:00-07:00' departure_timestamp: 1753473000 arrival_time: '2025-07-25T15:32:00-07:00' arrival_timestamp: 1753482720 flight_number: '1220' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 1pc - pricing_solution_id: 009a520d2d05d69d760f109d52890303ca99ee29 total_price: 3264.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T13:30:00+02:00' departure_timestamp: 1753011000 arrival_time: '2025-07-20T14:55:00+02:00' arrival_timestamp: 1753016100 flight_number: '2435' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T15:55:00+02:00' departure_timestamp: 1753019700 arrival_time: '2025-07-20T16:15:00+01:00' arrival_timestamp: 1753024500 flight_number: '1011' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL - - departure_time: '2025-07-25T11:30:00-04:00' departure_timestamp: 1753457400 arrival_time: '2025-07-25T14:49:00-07:00' arrival_timestamp: 1753480140 flight_number: '23' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SEA marketing_carrier: AS - departure_time: '2025-07-25T17:40:00-07:00' departure_timestamp: 1753490400 arrival_time: '2025-07-25T20:25:00-07:00' arrival_timestamp: 1753500300 flight_number: '1048' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SEA to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: a186eca191f159d3b36fba018b81cd34431ccf77 total_price: 3264.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T13:30:00+02:00' departure_timestamp: 1753011000 arrival_time: '2025-07-20T14:55:00+02:00' arrival_timestamp: 1753016100 flight_number: '2435' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T15:55:00+02:00' departure_timestamp: 1753019700 arrival_time: '2025-07-20T16:15:00+01:00' arrival_timestamp: 1753024500 flight_number: '1011' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL - - departure_time: '2025-07-25T13:00:00-04:00' departure_timestamp: 1753462800 arrival_time: '2025-07-25T16:40:00-07:00' arrival_timestamp: 1753486800 flight_number: '227' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: SFO marketing_carrier: AS - departure_time: '2025-07-25T20:30:00-07:00' departure_timestamp: 1753500600 arrival_time: '2025-07-25T22:10:00-07:00' arrival_timestamp: 1753506600 flight_number: '3353' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SFO to_iata: LAX marketing_carrier: AS baggage: null - pricing_solution_id: fbf13d510414edd48b415897cc2c2940b70a2fd9 total_price: 3490.7 segment_source: amadeus is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T13:30:00+02:00' departure_timestamp: 1753011000 arrival_time: '2025-07-20T14:55:00+02:00' arrival_timestamp: 1753016100 flight_number: '2435' operating_carrier: AF transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: AMS marketing_carrier: KL - departure_time: '2025-07-20T15:55:00+02:00' departure_timestamp: 1753019700 arrival_time: '2025-07-20T16:15:00+01:00' arrival_timestamp: 1753024500 flight_number: '1011' operating_carrier: KL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: AMS to_iata: LHR marketing_carrier: KL - - departure_time: '2025-07-25T16:35:00-04:00' departure_timestamp: 1753475700 arrival_time: '2025-07-25T19:56:00-07:00' arrival_timestamp: 1753498560 flight_number: '19' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: PDX marketing_carrier: AS - departure_time: '2025-07-25T21:30:00-07:00' departure_timestamp: 1753504200 arrival_time: '2025-07-25T23:59:00-07:00' arrival_timestamp: 1753513140 flight_number: '1291' operating_carrier: AS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: PDX to_iata: LAX marketing_carrier: AS baggage: 2pc - pricing_solution_id: c5e85ac2f2bea0b49f6f18a676435a1695ff97e1 total_price: 3500.1 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:45:00+02:00' departure_timestamp: 1753001100 arrival_time: '2025-07-20T13:05:00+02:00' arrival_timestamp: 1753009500 flight_number: '332' operating_carrier: LO transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-20T15:30:00+02:00' departure_timestamp: 1753018200 arrival_time: '2025-07-20T17:20:00+01:00' arrival_timestamp: 1753028400 flight_number: '279' operating_carrier: LO transportation_type: flight fare_type: Published fare cabin_class: E from_iata: WAW to_iata: LHR marketing_carrier: LO - - departure_time: '2025-07-25T18:59:00-04:00' departure_timestamp: 1753484340 arrival_time: '2025-07-25T22:21:00-07:00' arrival_timestamp: 1753507260 flight_number: '823' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 8e6a9c9e9fa85318f811c8a4c0db4f18709e9ae4 total_price: 3500.1 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T07:05:00+02:00' departure_timestamp: 1752987900 arrival_time: '2025-07-20T09:20:00+02:00' arrival_timestamp: 1752996000 flight_number: '334' operating_carrier: LO transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-20T15:30:00+02:00' departure_timestamp: 1753018200 arrival_time: '2025-07-20T17:20:00+01:00' arrival_timestamp: 1753028400 flight_number: '279' operating_carrier: LO transportation_type: flight fare_type: Published fare cabin_class: E from_iata: WAW to_iata: LHR marketing_carrier: LO - - departure_time: '2025-07-25T18:59:00-04:00' departure_timestamp: 1753484340 arrival_time: '2025-07-25T22:21:00-07:00' arrival_timestamp: 1753507260 flight_number: '823' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: dfedac11dc381f928e5865b68f057f235bb1c0c7 total_price: 3500.1 segment_source: amadeus is_private_fare: false refundable: false segments: - - departure_time: '2025-07-20T10:45:00+02:00' departure_timestamp: 1753001100 arrival_time: '2025-07-20T13:05:00+02:00' arrival_timestamp: 1753009500 flight_number: '332' operating_carrier: LO transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CDG to_iata: WAW marketing_carrier: LO - departure_time: '2025-07-20T20:20:00+02:00' departure_timestamp: 1753035600 arrival_time: '2025-07-20T22:00:00+01:00' arrival_timestamp: 1753045200 flight_number: '285' operating_carrier: LO transportation_type: flight fare_type: Published fare cabin_class: E from_iata: WAW to_iata: LHR marketing_carrier: LO - - departure_time: '2025-07-25T06:00:00-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:53:00-07:00' arrival_timestamp: 1753458780 flight_number: '123' operating_carrier: B6 transportation_type: flight fare_type: Published fare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: 48f77f5618192724a8b59b48636b6b65eb1bb6ca total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T06:00:00.000-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:55:00.000-07:00' arrival_timestamp: 1753458900 flight_number: '123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 9b7f615b0e13c63a8f583c988638493bbb102dfa total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T10:14:00.000-04:00' departure_timestamp: 1753452840 arrival_time: '2025-07-25T13:10:00.000-07:00' arrival_timestamp: 1753474200 flight_number: '1123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: ded390f28e287f1a428f2488dc021b8bbc7dbac3 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T06:55:00.000-04:00' departure_timestamp: 1753440900 arrival_time: '2025-07-25T09:52:00.000-07:00' arrival_timestamp: 1753462320 flight_number: '223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: a04ec593e1015f6cc74210b1724dbb737ca1701a total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T09:00:00.000-04:00' departure_timestamp: 1753448400 arrival_time: '2025-07-25T11:59:00.000-07:00' arrival_timestamp: 1753469940 flight_number: '523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: 822e47d0787eb1837dbd3f767fa9b7fda9cf46c1 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T08:01:00.000-04:00' departure_timestamp: 1753444860 arrival_time: '2025-07-25T11:01:00.000-07:00' arrival_timestamp: 1753466460 flight_number: '323' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 72bb5089e7276f42736148fdcdb8abcf04754812 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T16:00:00.000-04:00' departure_timestamp: 1753473600 arrival_time: '2025-07-25T19:11:00.000-07:00' arrival_timestamp: 1753495860 flight_number: '1023' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: 635e14476eca3debc9c333def7ef1acaabf6ded9 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T22:10:00.000-04:00' departure_timestamp: 1753495800 arrival_time: '2025-07-26T01:24:00.000-07:00' arrival_timestamp: 1753518240 flight_number: '923' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: d7fe9a1f8caa79d67c71c65023190b3e54b115e9 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T16:59:00.000-04:00' departure_timestamp: 1753477140 arrival_time: '2025-07-25T20:18:00.000-07:00' arrival_timestamp: 1753499880 flight_number: '1523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 427757ef0dca4f4ce4fe1f99b2cfff261c31bb72 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T21:10:00.000-04:00' departure_timestamp: 1753492200 arrival_time: '2025-07-26T00:29:00.000-07:00' arrival_timestamp: 1753514940 flight_number: '1223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: 1008e0584e01d48fcdc2d4919d622a179e8b0c04 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T16:55:00.000+02:00' departure_timestamp: 1753023300 arrival_time: '2025-07-20T17:05:00.000+01:00' arrival_timestamp: 1753027500 flight_number: '2095' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T18:59:00.000-04:00' departure_timestamp: 1753484340 arrival_time: '2025-07-25T22:19:00.000-07:00' arrival_timestamp: 1753507140 flight_number: '823' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: c36e265a4b4b7cbf8851c805449df288db316296 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T06:00:00.000-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:55:00.000-07:00' arrival_timestamp: 1753458900 flight_number: '123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: e5fdbed6ffd582387a05df8786ca42c560a52599 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T10:14:00.000-04:00' departure_timestamp: 1753452840 arrival_time: '2025-07-25T13:10:00.000-07:00' arrival_timestamp: 1753474200 flight_number: '1123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: 4ac052057d5724c013c73a3f2a84725dc14c01bd total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T06:55:00.000-04:00' departure_timestamp: 1753440900 arrival_time: '2025-07-25T09:52:00.000-07:00' arrival_timestamp: 1753462320 flight_number: '223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: e0ba7a3dc0de0e482fc821ad53176e9c2133b472 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T09:00:00.000-04:00' departure_timestamp: 1753448400 arrival_time: '2025-07-25T11:59:00.000-07:00' arrival_timestamp: 1753469940 flight_number: '523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: c9c7500fc5ef6d9a9da88a24381b17fcae572e89 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T08:01:00.000-04:00' departure_timestamp: 1753444860 arrival_time: '2025-07-25T11:01:00.000-07:00' arrival_timestamp: 1753466460 flight_number: '323' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc - pricing_solution_id: a624328c188f78ad07d2b01ac593799d2dd661ed total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T16:00:00.000-04:00' departure_timestamp: 1753473600 arrival_time: '2025-07-25T19:11:00.000-07:00' arrival_timestamp: 1753495860 flight_number: '1023' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: 25382eb4496c9490e48ed00cf022e80e871f7fe7 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T22:10:00.000-04:00' departure_timestamp: 1753495800 arrival_time: '2025-07-26T01:24:00.000-07:00' arrival_timestamp: 1753518240 flight_number: '923' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 01c820fe82dd08107c9af9f629346b7036579584 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T16:59:00.000-04:00' departure_timestamp: 1753477140 arrival_time: '2025-07-25T20:18:00.000-07:00' arrival_timestamp: 1753499880 flight_number: '1523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: 4af38ef434f0dc2b1fb912035af1064542e26aaf total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T21:10:00.000-04:00' departure_timestamp: 1753492200 arrival_time: '2025-07-26T00:29:00.000-07:00' arrival_timestamp: 1753514940 flight_number: '1223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 23kg - pricing_solution_id: dc4df1c66ac89d2b4eade133bf01edb11c59cd32 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T20:40:00.000+02:00' departure_timestamp: 1753036800 arrival_time: '2025-07-20T20:55:00.000+01:00' arrival_timestamp: 1753041300 flight_number: '2105' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T18:59:00.000-04:00' departure_timestamp: 1753484340 arrival_time: '2025-07-25T22:19:00.000-07:00' arrival_timestamp: 1753507140 flight_number: '823' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: null - pricing_solution_id: 289c001a84bfbabb69643882eab83eb140370e04 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T21:20:00.000+02:00' departure_timestamp: 1753039200 arrival_time: '2025-07-20T21:35:00.000+01:00' arrival_timestamp: 1753043700 flight_number: '2103' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T06:00:00.000-04:00' departure_timestamp: 1753437600 arrival_time: '2025-07-25T08:55:00.000-07:00' arrival_timestamp: 1753458900 flight_number: '123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 5762d2331f8ae3c5b18e48a2eaf69d87b5fb7238 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T21:20:00.000+02:00' departure_timestamp: 1753039200 arrival_time: '2025-07-20T21:35:00.000+01:00' arrival_timestamp: 1753043700 flight_number: '2103' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T10:14:00.000-04:00' departure_timestamp: 1753452840 arrival_time: '2025-07-25T13:10:00.000-07:00' arrival_timestamp: 1753474200 flight_number: '1123' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 2pc - pricing_solution_id: 33778cafaf339deb57eca1f6a3132a6352f998dc total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T21:20:00.000+02:00' departure_timestamp: 1753039200 arrival_time: '2025-07-20T21:35:00.000+01:00' arrival_timestamp: 1753043700 flight_number: '2103' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T06:55:00.000-04:00' departure_timestamp: 1753440900 arrival_time: '2025-07-25T09:52:00.000-07:00' arrival_timestamp: 1753462320 flight_number: '223' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: 9991ff1827f0af3e21773cd80aaeebbe5aca7bd9 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T21:20:00.000+02:00' departure_timestamp: 1753039200 arrival_time: '2025-07-20T21:35:00.000+01:00' arrival_timestamp: 1753043700 flight_number: '2103' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T09:00:00.000-04:00' departure_timestamp: 1753448400 arrival_time: '2025-07-25T11:59:00.000-07:00' arrival_timestamp: 1753469940 flight_number: '523' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: a519395b6911ebbe75f9c2a61df57038c87f9a25 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T21:20:00.000+02:00' departure_timestamp: 1753039200 arrival_time: '2025-07-20T21:35:00.000+01:00' arrival_timestamp: 1753043700 flight_number: '2103' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T08:01:00.000-04:00' departure_timestamp: 1753444860 arrival_time: '2025-07-25T11:01:00.000-07:00' arrival_timestamp: 1753466460 flight_number: '323' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 20kg - pricing_solution_id: c09c6a7c5eb83ab5fde310c6caef8c9209e9d7d3 total_price: 5251.8 segment_source: travelport is_private_fare: false refundable: true segments: - - departure_time: '2025-07-20T09:15:00.000+02:00' departure_timestamp: 1752995700 arrival_time: '2025-07-20T10:15:00.000+02:00' arrival_timestamp: 1752999300 flight_number: '3630' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: CDG to_iata: BRU marketing_carrier: SN - departure_time: '2025-07-20T21:20:00.000+02:00' departure_timestamp: 1753039200 arrival_time: '2025-07-20T21:35:00.000+01:00' arrival_timestamp: 1753043700 flight_number: '2103' operating_carrier: SN transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BRU to_iata: LHR marketing_carrier: SN - - departure_time: '2025-07-25T16:00:00.000-04:00' departure_timestamp: 1753473600 arrival_time: '2025-07-25T19:11:00.000-07:00' arrival_timestamp: 1753495860 flight_number: '1023' operating_carrier: B6 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: JFK to_iata: LAX marketing_carrier: B6 baggage: 1pc TwoWayOJVIGenerateSolutionRequest: summary: Two Way Open Jaw VI Generate Solution Request value: trip_id: gAAAAABnK_j3bxVVVqkkNKdvJNKJaTf2LOysajzKhOXoLaAm0VYomvOYR_2sYG8MA25mcZVHkNN9W7x4r1AzLvgrKq2lg1yLjwso-L6cgy0kqKHUMfczGsZu1KJzNx9pJGLQ3wJJt9ZqFs4ot97jeQNroZ9qE-0hM4yF9Fe9VtZceMaySHGbx56HZm6-GWW_4GzDMOAenKW6XEjrZ6nB6cbn6TQh_QBFf2HXpTMw6COvPSIdUIfnk8B23PmmEab9uzJyuJ2qDBn1YH8-jTIjpbY1pWAnCBjo-uhuNWBSHQ3-pZEMGEnersmg8mtYoEg3ZC-UEwXn5Cvk3xEFhfKRlR3SkAVufuG7xD_XmaDsy0NPEj8m_ggzPAL3r1-gRwTjRVRrBYKhISlyhi8ifqjHaKz6xfHWQuhrfNABIIlYEueqMdgDX581oP3udNpHsjCla4ThdTEE6ld6PzhBfe__eublLigrB2kO6Sq2TYTqTso8oV0Nrf7u7z419tpKR1P05dkaPS35XLdw4k62geuqkizSmivhtRYumye2nA_EdvsBnJ1S5wrZ8zlfc5Kl1ZaUxp_8yeATmda-YyFeqXjiSwgK9p0-7dHM5mgDEroKv4kMRFD_qg0RUDN8hzeOxIuy9pfxIdRz8GLHIC1_HFZPWhz5iq9e37nXCWryFlAUqAX4Z6KcOw--XjOG2w5NP3fCi8jWyeNSS98N0JFDG6pprShrV8DP7em1qCHsCw0_lSSwc7WCLZ2TPEpVfGQwQvNTbXD4tv_V-yMyTwKTUclgHyfJ1CRbFDTWVqE2x55MKs4_thqVMgaZQapNu6p4_SkOrJkCegnhT_g6zE5WJRf7AsWa2--B3KAF-Oyq1flldjrkJdhjLIkd654L_GTYpb1qHuX1xZrw3HC9XkCcRdgweWNTYgH7-l_QZglAoZJidYvP6Te09IXp2Ie0qJZb76vVTpG0caeeYj84jjKOTfQfBIrxuHpf_ZaYl6nN9O8On0ynu4TQADjhSzaPzcgKqSWW00NmS5_c1Mn0SvZx4J9mk8sHjkeAVNSpi8Fco6LFvYdiGFms_JYclz4m4ZqQE1AcvI3Nh5ZPBqUKAEoTwaDLb-JW8V1oy71yW-LlRk1mZPwPTEeoOfgZA1baIEnQGFpCh_c75kzhisA7FfPPXjQ1uZ9ApWlgbtApkXt1pib7L3OPdSdDCuXPSLx7QAE7bc_oPsy-rW_Gl0eGooVAfRsCgqO_IOZPlQnuz6uzvzZ-2l5vwq4pCT2zNIxtL8aM1WuJ_QOZyYDB_jfvIO6tDa6O1moMgcaHe4HjqP5E2wGfYLrGr1Zy1Nc2tS9Ny5wu7eFvDM9JrnVYbHh8P5HKrMQqdCsuHbzIazXGbIL4NYmo4w-DBUgVp0Pex0NNLsPy7MakFsaKPJnc1LLr2KGDECICGHe2YImLiOpzTGOEYFcGzHMxzU_2ZX7xyTiCdZ78TNKOC4DmjZGKrsLcyj33p6sVMCB-NQAW-w-QZPpSho52CXOFudjHosP9smEUHF7Epfp5LdFXaFLtIbCa_y8Oq7joUnCjXHKGMdS8cUhxtjQ3nCUYZM5RG6CKnrbMug2J4REbvNDv99L0LB5COsWUrVRjpySbtjHq8WShU_dEDXS9hQkFLxz2lH_Y4-r6nR2xRendqucUXlzwuDJ8ZyKIyFIWViAKfOC3gZGFdfKVbakKlqBeNWlayfyfwXGbraKo8hj3Fq366xiu0ODzoXIf9dEZTCj9WSU1kmCExJkFDvOAxGdDYBu-0AxbLxq3uHceGx45AwkkJrgOBeNT4wAaX-fo0bp_D04Dnyy3FDi-p95tfS3g3U66Qr-vMXGQyXMR8zGiGevJXcyiCpEk1fevk4RA6gDtr9JLV1AJS6AEoWaXSWZmHQafPJQfspAo14aDAyI9Vx2ZyZiIxmkVy8hYkeydVWFCP_qB0e73L3AiOskf5ZatTzQUtfGq-neEnDciEEl5F6ImQWrW_4LBM_RVEEo53TvFPSR92v_znjtu_1qGk08W5s_FoaOgn6mXYTym7xKHat1gwaitz5TOCrOgSQBgbSw9YxM_o-V7-5Ou86H3gSkon_JGRLqj6CyQFbJR7-RShw-rMB856yU9tGy2Tkr_AQJ2bkilQ3LseB-DVNF2lqJp3A9D-bsnBXKZHBcyOVnompnqOavfqj0uxxWfeVmIt29nT7xuO9sz-eL0vmw8BOzAn00w2A-NinNrIfspI5dsTJOt1rCzveHWfuuPjLcsUMkqXvc8sNwr3-i9dcUnNHtGLKrHVLtr3aiKrNxekujQdsyCc1nYLG3KubT_t5pkvP7l-otIV2OQ5Jx0KvbGuZu5f93Tbz5MB3XbLEFXMP1Pfk7tPX-afEGMydTNbYQQQVWfpuFRDaJAuEqiEK6_XE_Z73wm30hzZgKSZU5Xl8ucj_pUUDzuz4ADl3Rau8g3xgNGl-c9_4P9vShYom6nA0lCDRq_n6X3ydK2fggPr6Ws031dJtM6NSedlL_6xViM0XX_T0GFqJT-5LDwvTdeWdkUREK8_4wx9ym43JmS110wPxIUGhhwE_wOqTHC5vtKy9XcjQ5RULehcA== datasource_responses: e8e632d0724cdb9b740ac0338dc554e6f28b9076: - pricing_solution_id: f63e7583ae1f5b1f0723cb64b2f33abc317c2aeb total_price: 366.61 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-11-25T21:30:00.000+00:00' departure_timestamp: 1732570200 arrival_time: '2024-11-26T15:25:00.000+08:00' arrival_timestamp: 1732605900 flight_number: '674' operating_carrier: CZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: PKX - departure_time: '2024-11-26T19:15:00.000+08:00' departure_timestamp: 1732619700 arrival_time: '2024-11-26T22:15:00.000+09:00' arrival_timestamp: 1732626900 flight_number: '315' operating_carrier: CZ transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PKX to_iata: ICN - pricing_solution_id: 9d3def68cca78acef79f695af9aea02cf34223ff total_price: 393.93 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-11-25T17:40:00.000+00:00' departure_timestamp: 1732556400 arrival_time: '2024-11-26T11:55:00.000+08:00' arrival_timestamp: 1732593300 flight_number: '856' operating_carrier: CA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: PEK - departure_time: '2024-11-26T13:40:00.000+08:00' departure_timestamp: 1732599600 arrival_time: '2024-11-26T16:35:00.000+09:00' arrival_timestamp: 1732606500 flight_number: '125' operating_carrier: CA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PEK to_iata: ICN - pricing_solution_id: 5c534064877afb32a690a70ebf1b27d7b019b9e2 total_price: 413.44 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-11-25T21:10:00.000+00:00' departure_timestamp: 1732569000 arrival_time: '2024-11-26T17:15:00.000+08:00' arrival_timestamp: 1732612500 flight_number: '888' operating_carrier: ZH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: SZX - departure_time: '2024-11-27T09:40:00.000+08:00' departure_timestamp: 1732671600 arrival_time: '2024-11-27T13:55:00.000+09:00' arrival_timestamp: 1732683300 flight_number: '633' operating_carrier: ZH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SZX to_iata: ICN - pricing_solution_id: b2b4f47cd7f79439fcf7479289fa84eb35f6b47d total_price: 393.93 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-11-25T20:25:00.000+00:00' departure_timestamp: 1732566300 arrival_time: '2024-11-26T14:25:00.000+08:00' arrival_timestamp: 1732602300 flight_number: '938' operating_carrier: CA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: PEK - departure_time: '2024-11-27T13:40:00.000+08:00' departure_timestamp: 1732686000 arrival_time: '2024-11-27T16:35:00.000+09:00' arrival_timestamp: 1732692900 flight_number: '125' operating_carrier: CA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PEK to_iata: ICN - pricing_solution_id: ec1fe8417fafb3f7369b9212e3362a6a0c2f8a2e total_price: 413.44 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-11-25T21:10:00.000+00:00' departure_timestamp: 1732569000 arrival_time: '2024-11-26T17:15:00.000+08:00' arrival_timestamp: 1732612500 flight_number: '888' operating_carrier: ZH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: SZX - departure_time: '2024-11-27T11:25:00.000+08:00' departure_timestamp: 1732677900 arrival_time: '2024-11-27T15:40:00.000+09:00' arrival_timestamp: 1732689600 flight_number: '631' operating_carrier: ZH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SZX to_iata: ICN - pricing_solution_id: 010db8f5d8758fbbc8a931c210d49f53c9c97f2a total_price: 457.34 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-11-25T17:50:00.000+00:00' departure_timestamp: 1732557000 arrival_time: '2024-11-26T13:40:00.000+08:00' arrival_timestamp: 1732599600 flight_number: '534' operating_carrier: MU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: PVG - departure_time: '2024-11-26T16:10:00.000+08:00' departure_timestamp: 1732608600 arrival_time: '2024-11-26T17:35:00.000+08:00' arrival_timestamp: 1732613700 flight_number: '5574' operating_carrier: MU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PVG to_iata: TAO - departure_time: '2024-11-27T08:25:00.000+08:00' departure_timestamp: 1732667100 arrival_time: '2024-11-27T11:00:00.000+09:00' arrival_timestamp: 1732672800 flight_number: '2039' operating_carrier: MU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: TAO to_iata: ICN - pricing_solution_id: db90580d7253450032b2a5b3c7f364c8c89265ea total_price: 622.53 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-11-25T11:50:00.000+00:00' departure_timestamp: 1732535400 arrival_time: '2024-11-26T06:15:00.000+07:00' arrival_timestamp: 1732576500 flight_number: '911' operating_carrier: TG transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: BKK - departure_time: '2024-11-26T08:00:00.000+07:00' departure_timestamp: 1732582800 arrival_time: '2024-11-26T15:25:00.000+09:00' arrival_timestamp: 1732602300 flight_number: '652' operating_carrier: TG transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: BKK to_iata: ICN - pricing_solution_id: c82c3783323628b7f2b8a697592b4593ef867a01 total_price: 662.42 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-11-25T09:00:00.000+00:00' departure_timestamp: 1732525200 arrival_time: '2024-11-25T19:50:00.000+04:00' arrival_timestamp: 1732549800 flight_number: '62' operating_carrier: EY transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: AUH - departure_time: '2024-11-25T21:45:00.000+04:00' departure_timestamp: 1732556700 arrival_time: '2024-11-26T11:15:00.000+09:00' arrival_timestamp: 1732587300 flight_number: '822' operating_carrier: EY transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: AUH to_iata: ICN - pricing_solution_id: 1b54deeba05d36bb0668f385a8232d5ae32025b5 total_price: 690.6 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-11-25T17:50:00.000+00:00' departure_timestamp: 1732557000 arrival_time: '2024-11-26T13:40:00.000+08:00' arrival_timestamp: 1732599600 flight_number: '534' operating_carrier: MU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: PVG - departure_time: '2024-11-26T17:35:00.000+08:00' departure_timestamp: 1732613700 arrival_time: '2024-11-26T20:45:00.000+09:00' arrival_timestamp: 1732621500 flight_number: '5051' operating_carrier: MU transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: PVG to_iata: ICN ThreeWayVIGenerateSolutionRequest: summary: Three Way VI Generate Solution Request value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= datasource_responses: 6140c27f0678625ac606db2b43219fd0f514c563: - pricing_solution_id: 31de196ff81f30e473dd6ef2c6fd32ba2f269e46 total_price: 1069.82 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-15T08:28:00-04:00' departure_timestamp: 1723724880 arrival_time: '2024-08-15T10:00:00-05:00' arrival_timestamp: 1723734000 flight_number: '7988' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: MEX - - departure_time: '2024-08-20T08:45:00-05:00' departure_timestamp: 1724161500 arrival_time: '2024-08-20T13:39:00-07:00' arrival_timestamp: 1724186340 flight_number: '600' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MEX to_iata: YVR - - departure_time: '2024-08-25T06:00:00-07:00' departure_timestamp: 1724590800 arrival_time: '2024-08-25T08:26:00-06:00' arrival_timestamp: 1724595960 flight_number: '6907' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YYC - departure_time: '2024-08-25T09:50:00-06:00' departure_timestamp: 1724601000 arrival_time: '2024-08-25T16:36:00-04:00' arrival_timestamp: 1724618160 flight_number: '6948' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYC to_iata: JFK metadata: segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T08:28:00-04:00' DepartureTimestamp: 1723724880 ArrivalTime: '2024-08-15T10:00:00-05:00' ArrivalTimestamp: 1723734000 FlightNumber: '7988' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 152 Key: 4b2f1d5eced3e85529bc683d6002bf2edb14fd6d fare_type: Published fare OperatingCarrier: AM OperatingCarrierFullName: Aeromexico FareBasisCode: VHNL0SMS BookingCode: V cabin_class: Economic Standard - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T08:45:00-05:00' DepartureTimestamp: 1724161500 ArrivalTime: '2024-08-20T13:39:00-07:00' ArrivalTimestamp: 1724186340 FlightNumber: '600' Carrier: AM CarrierFullName: Aeromexico FlightTime: 414 Key: 80d251a65b947baefd5057abcce192b584892114 fare_type: Published fare FareBasisCode: RLNM09FV BookingCode: R cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-08-25T06:00:00-07:00' DepartureTimestamp: 1724590800 ArrivalTime: '2024-08-25T08:26:00-06:00' ArrivalTimestamp: 1724595960 FlightNumber: '6907' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 86 Key: 02e184614b2a812a7951bc6f664c72bcb73e57a6 fare_type: Published fare OperatingCarrier: WS OperatingCarrierFullName: Westjet FareBasisCode: VAVNA0ME BookingCode: V cabin_class: Economic Standard - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T09:50:00-06:00' DepartureTimestamp: 1724601000 ArrivalTime: '2024-08-25T16:36:00-04:00' ArrivalTimestamp: 1724618160 FlightNumber: '6948' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 286 Key: 6ced259080715657dc2e0471cd3c693b8d1ec514 fare_type: Published fare OperatingCarrier: WS OperatingCarrierFullName: Westjet FareBasisCode: VAVNA0ME BookingCode: V cabin_class: Economic Standard ba7a5c30488d7ec278306c187686705a364edfa5: - pricing_solution_id: 39d028e5e36e84ead36b951f52f6c12162420a22 total_price: 358.7 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-15T17:25:00-04:00' departure_timestamp: 1723757100 arrival_time: '2024-08-15T19:15:00-05:00' arrival_timestamp: 1723767300 flight_number: '443' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: MEX metadata: segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T17:25:00-04:00' DepartureTimestamp: 1723757100 ArrivalTime: '2024-08-15T19:15:00-05:00' ArrivalTimestamp: 1723767300 FlightNumber: '443' Carrier: AM CarrierFullName: Aeromexico FlightTime: 170 Key: e5f4e412f6b0d9540537388ab6307aad26c58da8 fare_type: Published fare FareBasisCode: NHNL0SBM BookingCode: V cabin_class: Economic Standard - pricing_solution_id: 98184cab57648a7fd26b50a4f67331a9d4040a4b total_price: 362.8 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-15T07:46:00-04:00' departure_timestamp: 1723722360 arrival_time: '2024-08-15T09:40:00-05:00' arrival_timestamp: 1723732800 flight_number: '437' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: MEX metadata: segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T07:46:00-04:00' DepartureTimestamp: 1723722360 ArrivalTime: '2024-08-15T09:40:00-05:00' ArrivalTimestamp: 1723732800 FlightNumber: '437' Carrier: AM CarrierFullName: Aeromexico FlightTime: 174 Key: 38b92127a6d3c8f41fce2c97fbad88744388bd2a fare_type: Published fare FareBasisCode: NHNL0SBM BookingCode: V cabin_class: Economic Standard 2f48926ff0e47cd0aab98fce707edd82f7779e02: - pricing_solution_id: 80ee1a6b20f93d965adf674606f8ec1fc79d56d4 total_price: 497.7 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-20T01:20:00-05:00' departure_timestamp: 1724134800 arrival_time: '2024-08-20T06:10:00-07:00' arrival_timestamp: 1724159400 flight_number: '694' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MEX to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T01:20:00-05:00' DepartureTimestamp: 1724134800 ArrivalTime: '2024-08-20T06:10:00-07:00' ArrivalTimestamp: 1724159400 FlightNumber: '694' Carrier: AM CarrierFullName: Aeromexico FlightTime: 410 Key: bdc35c8c7c5efd46a4831f165ca4cd154536874c fare_type: Published fare FareBasisCode: RLNM09EU BookingCode: V cabin_class: Economic Standard - pricing_solution_id: 6d82578def0dcf96c4c27d64d00ffdd7d8b7d8eb total_price: 424.5 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-20T05:05:00-05:00' departure_timestamp: 1724148300 arrival_time: '2024-08-20T08:51:00-07:00' arrival_timestamp: 1724169060 flight_number: '820' operating_carrier: UA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MEX to_iata: SFO - departure_time: '2024-08-20T10:49:00-07:00' departure_timestamp: 1724176140 arrival_time: '2024-08-20T13:12:00-07:00' arrival_timestamp: 1724184720 flight_number: '2051' operating_carrier: UA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SFO to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: San Francisco, CA, USA (SFO) Destination: SFO DepartureTime: '2024-08-20T05:05:00-05:00' DepartureTimestamp: 1724148300 ArrivalTime: '2024-08-20T08:51:00-07:00' ArrivalTimestamp: 1724169060 FlightNumber: '820' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 346 Key: e7df426988efed6788bf0ab259b4fb522881457b fare_type: Published fare FareBasisCode: LNA8A9BB BookingCode: L cabin_class: Economic Standard - OriginName: San Francisco, CA, USA (SFO) Origin: SFO DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T10:49:00-07:00' DepartureTimestamp: 1724176140 ArrivalTime: '2024-08-20T13:12:00-07:00' ArrivalTimestamp: 1724184720 FlightNumber: '2051' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 143 Key: ba389ba43acb88a38a265559c8faa08a128208e7 fare_type: Published fare FareBasisCode: LNA8A9BB BookingCode: L cabin_class: Economic Standard d7e254301a8e37715520244f17dab722e6b7eeb2: - pricing_solution_id: 18529a99f4654060bb01d33a90619a25a8efda87 total_price: 252.62 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-25T06:00:00-07:00' departure_timestamp: 1724590800 arrival_time: '2024-08-25T12:06:00-05:00' arrival_timestamp: 1724605560 flight_number: '1099' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: DFW - departure_time: '2024-08-25T13:31:00-05:00' departure_timestamp: 1724610660 arrival_time: '2024-08-25T18:15:00-04:00' arrival_timestamp: 1724624100 flight_number: '2246' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: JFK metadata: segment_source: travelport legs: - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-25T06:00:00-07:00' DepartureTimestamp: 1724590800 ArrivalTime: '2024-08-25T12:06:00-05:00' ArrivalTimestamp: 1724605560 FlightNumber: '1099' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 246 Key: 29f1b19c966f6b5d0edd6f065922ed7e7811a25d fare_type: Published fare FareBasisCode: NVACZSN3 BookingCode: N cabin_class: Economic Standard - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T13:31:00-05:00' DepartureTimestamp: 1724610660 ArrivalTime: '2024-08-25T18:15:00-04:00' ArrivalTimestamp: 1724624100 FlightNumber: '2246' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 224 Key: 57ac8964324332974e626ed1dec11c05bf5a6d65 fare_type: Published fare FareBasisCode: NVACZSN3 BookingCode: N cabin_class: Economic Standard 78a8cf6357ff6756030dace0248c147bbe0754dc: - pricing_solution_id: e01dc403bd3d685530573308aaeb593f39fd6635 total_price: 749.84 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-15T11:55:00-04:00' departure_timestamp: 1723737300 arrival_time: '2024-08-15T15:05:00-04:00' arrival_timestamp: 1723748700 flight_number: '1637' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: YUL - departure_time: '2024-08-15T19:20:00-04:00' departure_timestamp: 1723764000 arrival_time: '2024-08-15T22:55:00-05:00' arrival_timestamp: 1723780500 flight_number: '995' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: MEX - - departure_time: '2024-08-25T07:50:00-07:00' departure_timestamp: 1724597400 arrival_time: '2024-08-25T15:42:00-04:00' arrival_timestamp: 1724614920 flight_number: '302' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YUL - departure_time: '2024-08-25T19:30:00-04:00' departure_timestamp: 1724628600 arrival_time: '2024-08-25T21:19:00-04:00' arrival_timestamp: 1724635140 flight_number: '8898' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: JFK metadata: segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-15T11:55:00-04:00' DepartureTimestamp: 1723737300 ArrivalTime: '2024-08-15T15:05:00-04:00' ArrivalTimestamp: 1723748700 FlightNumber: '1637' Carrier: AC CarrierFullName: Air Canada FlightTime: 190 Key: 5ccb091af999933aa9214ea0d37dfce82e0b3b63 fare_type: Published fare FareBasisCode: KNA7A2BA BookingCode: K cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T19:20:00-04:00' DepartureTimestamp: 1723764000 ArrivalTime: '2024-08-15T22:55:00-05:00' ArrivalTimestamp: 1723780500 FlightNumber: '995' Carrier: AC CarrierFullName: Air Canada FlightTime: 275 Key: 713d15c442a008d6b8a20a2a21db70222bdcac45 fare_type: Published fare FareBasisCode: GLYAS2BA BookingCode: G cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-25T07:50:00-07:00' DepartureTimestamp: 1724597400 ArrivalTime: '2024-08-25T15:42:00-04:00' ArrivalTimestamp: 1724614920 FlightNumber: '302' Carrier: AC CarrierFullName: Air Canada FlightTime: 292 Key: d61a4989c14ad3b36835db570d945f16e409ab75 fare_type: Published fare FareBasisCode: GNA4A2BA BookingCode: G cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T19:30:00-04:00' DepartureTimestamp: 1724628600 ArrivalTime: '2024-08-25T21:19:00-04:00' ArrivalTimestamp: 1724635140 FlightNumber: '8898' Carrier: AC CarrierFullName: Air Canada FlightTime: 109 Key: 75c55317278bd60f33fb2eaccff8a12e6ae97137 fare_type: Published fare FareBasisCode: GNA4A2BA BookingCode: G cabin_class: Economic Standard - pricing_solution_id: a602b6007fb01c1e8cfa1cc472ab9b5bfbed92a5 total_price: 583.02 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-15T17:25:00-04:00' departure_timestamp: 1723757100 arrival_time: '2024-08-15T19:10:00-05:00' arrival_timestamp: 1723767000 flight_number: '7978' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: MEX - - departure_time: '2024-08-25T06:00:00-07:00' departure_timestamp: 1724590800 arrival_time: '2024-08-25T08:26:00-06:00' arrival_timestamp: 1724595960 flight_number: '6907' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YYC - departure_time: '2024-08-25T09:50:00-06:00' departure_timestamp: 1724601000 arrival_time: '2024-08-25T16:36:00-04:00' arrival_timestamp: 1724618160 flight_number: '6948' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYC to_iata: JFK metadata: segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T17:25:00-04:00' DepartureTimestamp: 1723757100 ArrivalTime: '2024-08-15T19:10:00-05:00' ArrivalTimestamp: 1723767000 FlightNumber: '7978' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 165 Key: c95b5b789506f22ab1fed7328e5044d881b002b5 fare_type: Published fare OperatingCarrier: AM OperatingCarrierFullName: Aeromexico FareBasisCode: VHNL0SBM BookingCode: E cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-08-25T06:00:00-07:00' DepartureTimestamp: 1724590800 ArrivalTime: '2024-08-25T08:26:00-06:00' ArrivalTimestamp: 1724595960 FlightNumber: '6907' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 86 Key: 02e184614b2a812a7951bc6f664c72bcb73e57a6 fare_type: Published fare OperatingCarrier: WS OperatingCarrierFullName: Westjet FareBasisCode: VAVNA0ME BookingCode: V cabin_class: Economic Standard - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T09:50:00-06:00' DepartureTimestamp: 1724601000 ArrivalTime: '2024-08-25T16:36:00-04:00' ArrivalTimestamp: 1724618160 FlightNumber: '6948' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 286 Key: 6ced259080715657dc2e0471cd3c693b8d1ec514 fare_type: Published fare OperatingCarrier: WS OperatingCarrierFullName: Westjet FareBasisCode: VAVNA0ME BookingCode: V cabin_class: Economic Standard 7658b45e4ccc2bd8518a40aa0a842117a3923497: - pricing_solution_id: bab3912e4c32628fcde6ae04e5c72c4dfad39168 is_vi_segment: false price: 463.8 weight: 737.3 segment_position: 1 segment_source: travelport baggage: null legs: - departure_time: '2024-08-20T05:05:00.000-06:00' departure_timestamp: 1724151900 arrival_time: '2024-08-20T08:51:00.000-07:00' arrival_timestamp: 1724169060 flight_number: '820' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MEX to_iata: SFO segment_leg_position: 1 - departure_time: '2024-08-20T10:49:00.000-07:00' departure_timestamp: 1724176140 arrival_time: '2024-08-20T13:12:00.000-07:00' arrival_timestamp: 1724184720 flight_number: '2051' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: YVR segment_leg_position: 1 metadata: - segment_source: travelport legs: - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: San Francisco, CA, USA (SFO) Destination: SFO DepartureTime: '2024-08-20T05:05:00.000-06:00' DepartureTimestamp: 1724151900 ArrivalTime: '2024-08-20T08:51:00.000-07:00' ArrivalTimestamp: 1724169060 FlightNumber: '820' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 286 AircraftType: '319' AvailabilitySource: Q Key: lbzAnAVqWDKAlYkLQAAAAA== BookingCode: T cabin_class: Economy - OriginName: San Francisco, CA, USA (SFO) Origin: SFO DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T10:49:00.000-07:00' DepartureTimestamp: 1724176140 ArrivalTime: '2024-08-20T13:12:00.000-07:00' ArrivalTimestamp: 1724184720 FlightNumber: '2051' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 143 AircraftType: '738' AvailabilitySource: Q Key: lbzAnAVqWDKAnYkLQAAAAA== BookingCode: T cabin_class: Economy - pricing_solution_id: 1252daf188d3d71ea85112f2b257bc216a4bcbf3 total_price: 807.4 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-15T19:17:00.000-04:00' departure_timestamp: 1723763820 arrival_time: '2024-08-15T20:50:00.000-05:00' arrival_timestamp: 1723773000 flight_number: '241' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MCO to_iata: IAH - departure_time: '2024-08-15T21:35:00.000-05:00' departure_timestamp: 1723775700 arrival_time: '2024-08-15T22:55:00.000-06:00' arrival_timestamp: 1723784100 flight_number: '429' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IAH to_iata: MEX - - departure_time: '2024-08-20T14:15:00.000-06:00' departure_timestamp: 1724184900 arrival_time: '2024-08-20T17:35:00.000-05:00' arrival_timestamp: 1724193300 flight_number: '1838' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MEX to_iata: IAH - departure_time: '2024-08-20T19:50:00.000-05:00' departure_timestamp: 1724201400 arrival_time: '2024-08-20T22:38:00.000-07:00' arrival_timestamp: 1724218680 flight_number: '1797' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IAH to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Houston, TX, USA (IAH) Destination: IAH DepartureTime: '2024-08-15T19:17:00.000-04:00' DepartureTimestamp: 1723763820 ArrivalTime: '2024-08-15T20:50:00.000-05:00' ArrivalTimestamp: 1723773000 FlightNumber: '241' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 153 AircraftType: '739' AvailabilitySource: Q Key: H1rAnAUqWDKANYmGQAAAAA== BookingCode: T cabin_class: Economy - OriginName: Houston, TX, USA (IAH) Origin: IAH DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T21:35:00.000-05:00' DepartureTimestamp: 1723775700 ArrivalTime: '2024-08-15T22:55:00.000-06:00' ArrivalTimestamp: 1723784100 FlightNumber: '429' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 140 AircraftType: '319' AvailabilitySource: Q Key: H1rAnAUqWDKAPYmGQAAAAA== BookingCode: T cabin_class: Economy - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: Houston, TX, USA (IAH) Destination: IAH DepartureTime: '2024-08-20T14:15:00.000-06:00' DepartureTimestamp: 1724184900 ArrivalTime: '2024-08-20T17:35:00.000-05:00' ArrivalTimestamp: 1724193300 FlightNumber: '1838' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 140 AircraftType: '320' AvailabilitySource: S Key: H1rAnAUqWDKARYmGQAAAAA== BookingCode: T cabin_class: Economy - OriginName: Houston, TX, USA (IAH) Origin: IAH DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T19:50:00.000-05:00' DepartureTimestamp: 1724201400 ArrivalTime: '2024-08-20T22:38:00.000-07:00' ArrivalTimestamp: 1724218680 FlightNumber: '1797' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 288 AircraftType: '738' AvailabilitySource: S Key: H1rAnAUqWDKATYmGQAAAAA== BookingCode: T cabin_class: Economy 39b8495c475309094eaa43f423c653d563874c79: - pricing_solution_id: a492adf400d97378a07d8ca988cf1fb121575c20 total_price: 739.24 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-20T06:30:00-05:00' departure_timestamp: 1724153400 arrival_time: '2024-08-20T11:25:00-07:00' arrival_timestamp: 1724178300 flight_number: '997' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MEX to_iata: YVR - - departure_time: '2024-08-25T07:50:00-07:00' departure_timestamp: 1724597400 arrival_time: '2024-08-25T15:42:00-04:00' arrival_timestamp: 1724614920 flight_number: '302' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YUL - departure_time: '2024-08-25T19:30:00-04:00' departure_timestamp: 1724628600 arrival_time: '2024-08-25T21:19:00-04:00' arrival_timestamp: 1724635140 flight_number: '8898' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: JFK metadata: segment_source: travelport legs: - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T06:30:00-05:00' DepartureTimestamp: 1724153400 ArrivalTime: '2024-08-20T11:25:00-07:00' ArrivalTimestamp: 1724178300 FlightNumber: '997' Carrier: AC CarrierFullName: Air Canada FlightTime: 415 Key: 9effcc233c0b9d222266c1a252b9c3fabdd794e4 fare_type: Published fare FareBasisCode: GLYAS4BA BookingCode: G cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-25T07:50:00-07:00' DepartureTimestamp: 1724597400 ArrivalTime: '2024-08-25T15:42:00-04:00' ArrivalTimestamp: 1724614920 FlightNumber: '302' Carrier: AC CarrierFullName: Air Canada FlightTime: 292 Key: d61a4989c14ad3b36835db570d945f16e409ab75 fare_type: Published fare FareBasisCode: GNA4A2BA BookingCode: G cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T19:30:00-04:00' DepartureTimestamp: 1724628600 ArrivalTime: '2024-08-25T21:19:00-04:00' ArrivalTimestamp: 1724635140 FlightNumber: '8898' Carrier: AC CarrierFullName: Air Canada FlightTime: 109 Key: 75c55317278bd60f33fb2eaccff8a12e6ae97137 fare_type: Published fare FareBasisCode: GNA4A2BA BookingCode: G cabin_class: Economic Standard a6b9080923d10a395833f5814e98513b5ced7710: - pricing_solution_id: 04ffb3c7227776a88c8a005e885da2306a33bbe0 total_price: 143.4 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-15T07:20:00-04:00' departure_timestamp: 1723720800 arrival_time: '2024-08-15T08:21:00-04:00' arrival_timestamp: 1723724460 flight_number: '2127' operating_carrier: DL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: MIA metadata: segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Miami, FL, USA (MIA) Destination: MIA DepartureTime: '2024-08-15T07:20:00-04:00' DepartureTimestamp: 1723720800 ArrivalTime: '2024-08-15T08:21:00-04:00' ArrivalTimestamp: 1723724460 FlightNumber: '2127' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 61 Key: 98edf48ecba346d1c4e726ac576be434b3cac64b fare_type: Published fare FareBasisCode: XAWSA6BQ BookingCode: E cabin_class: Economic Standard cc0b28d3c97edc5ac90d96a905c7dd0efefd1ac3: - pricing_solution_id: 3dc57e087c2ce54fbe0a95e306cb5296b3361395 total_price: 225.8 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-15T11:40:00-04:00' departure_timestamp: 1723736400 arrival_time: '2024-08-15T13:00:00-05:00' arrival_timestamp: 1723744800 flight_number: '505' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MIA to_iata: MEX metadata: segment_source: travelport legs: - OriginName: Miami, FL, USA (MIA) Origin: MIA DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T11:40:00-04:00' DepartureTimestamp: 1723736400 ArrivalTime: '2024-08-15T13:00:00-05:00' ArrivalTimestamp: 1723744800 FlightNumber: '505' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 140 Key: 7e1a978c13512beb6ed0d3ce31110f7696039113 fare_type: Published fare FareBasisCode: ONN7ATM1 BookingCode: O cabin_class: Economic Standard b89b3bf0c0f3d31a98b04c322e3bd4096df0afd0: - pricing_solution_id: 8923c1ed03fc0415912b5cbcb41ed80ff518c61b total_price: 164.3 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-20T22:15:00.000-06:00' departure_timestamp: 1724213700 arrival_time: '2024-08-20T23:54:00.000-06:00' arrival_timestamp: 1724219640 flight_number: '340' operating_carrier: AM transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MEX to_iata: PVR metadata: segment_source: travelport legs: - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: Puerto Vallarta, Mexico (PVR) Destination: PVR DepartureTime: '2024-08-20T22:15:00.000-06:00' DepartureTimestamp: 1724213700 ArrivalTime: '2024-08-20T23:54:00.000-06:00' ArrivalTimestamp: 1724219640 FlightNumber: '340' Carrier: AM CarrierFullName: Aeromexico FlightTime: 99 AircraftType: E90 AvailabilitySource: S Key: FywAnATqWDKA9ey4iAAAAA== BookingCode: V cabin_class: Economy 74cda8017cb1f9cb866d28e2ac9f7e47a46c8a4d: - pricing_solution_id: 8e92475c5edd595d79e11b2791c1cc89e705ffcf total_price: 267.5 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-20T15:10:00-05:00' departure_timestamp: 1724184600 arrival_time: '2024-08-20T20:07:00-06:00' arrival_timestamp: 1724206020 flight_number: '2247' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: PVR to_iata: YYC - departure_time: '2024-08-20T21:25:00-06:00' departure_timestamp: 1724210700 arrival_time: '2024-08-20T21:59:00-07:00' arrival_timestamp: 1724216340 flight_number: '131' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYC to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Puerto Vallarta, Mexico (PVR) Origin: PVR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-08-20T15:10:00-05:00' DepartureTimestamp: 1724184600 ArrivalTime: '2024-08-20T20:07:00-06:00' ArrivalTimestamp: 1724206020 FlightNumber: '2247' Carrier: WS CarrierFullName: Westjet FlightTime: 357 Key: b2f2136bf4ca2802d52c08a1b57aaa4f12dc6d70 fare_type: Published fare FareBasisCode: LI0D0ZBK BookingCode: E cabin_class: Economic Standard - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T21:25:00-06:00' DepartureTimestamp: 1724210700 ArrivalTime: '2024-08-20T21:59:00-07:00' ArrivalTimestamp: 1724216340 FlightNumber: '131' Carrier: WS CarrierFullName: Westjet FlightTime: 94 Key: 658c507fb59cf3a5e0a9a85631759d32b49cfb1a fare_type: Published fare FareBasisCode: LI0D0ZBK BookingCode: L cabin_class: Economic Standard 101946ed56122a3ee50e53ae098a95dd174d1aa7: - pricing_solution_id: 65swc507fb59cf3a5e0a9a85631759d32b49cfb1a total_price: 87.4 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-26T07:00:00-05:00' departure_timestamp: 1724673600 arrival_time: '2024-08-26T10:30:00-04:00' arrival_timestamp: 1724682600 flight_number: '4089' operating_carrier: DL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: BOS metadata: segment_source: travelport legs: - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Boston, MA, USA (BOS) Destination: BOS DepartureTime: '2024-08-26T07:00:00-05:00' DepartureTimestamp: 1724673600 ArrivalTime: '2024-08-26T10:30:00-04:00' ArrivalTimestamp: 1724682600 FlightNumber: '4089' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 150 Key: 4634fe3aeb05f71791749910869655cf6f4ba55d fare_type: Published fare FareBasisCode: XAUSA0BC BookingCode: E cabin_class: Economic Standard 73e85ecda772a1f7b36b15a635a8413cdc5e7ab2: - pricing_solution_id: 678056e9bbd0882bd536b23c516c550a56bbc0f1 total_price: 87.4 segment_source: travelport is_private_fare: false refundable: false baggage: null segments: - - departure_time: '2024-08-26T07:00:00-05:00' departure_timestamp: 1724673600 arrival_time: '2024-08-26T10:30:00-04:00' arrival_timestamp: 1724682600 flight_number: '4089' operating_carrier: DL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: BNA to_iata: JFK metadata: segment_source: travelport legs: - OriginName: Nashville, TN, USA (BNA) Origin: BNA DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-26T07:00:00-05:00' DepartureTimestamp: 1724673600 ArrivalTime: '2024-08-26T10:30:00-04:00' ArrivalTimestamp: 1724682600 FlightNumber: '4089' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 150 Key: 4634fe3aeb05f71791749910869655cf6f4ba55d fare_type: Published fare FareBasisCode: XAUSA0BC BookingCode: E cabin_class: Economic Standard OneWayVIGenerateSolutionResponse: summary: One Way VI Generate Solution Response value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= currency: CAD itineraries: - itinerary_id: 02e53b66f9b78bba846c61a0c04ff63db9956c85 total_price: 738.3 weight: 1215.8 transportation_time: 955 refundable: false is_virtual_interline: true structure: '[0]' flight_numbers: - FI450 - FI644 - UA1992 segments: - pricing_solution_id: f691f4c8df4d3b58fb9af347d1560b7dfb89ff18 is_vi_segment: true price: 383.1 weight: 423.1 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 23kg vi_solution_id: f691f4c8df4d3b58fb9af347d1560b7dfb89ff18__d57d0ecac2ea525054b64bdf6936f52e7ed89c91 vi_solution_index: 0 risk_profile: 5 legs: - departure_time: '2024-08-15T15:00:00.000-04:00' departure_timestamp: 1723748400 arrival_time: '2024-08-15T16:20:00.000-04:00' arrival_timestamp: 1723753200 flight_number: '1992' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: EWR to_iata: IAD cancellation_probability: 0 average_delay_time: 5 is_international: false self_transfer_time: 250 segment_leg_position: 0 - pricing_solution_id: d57d0ecac2ea525054b64bdf6936f52e7ed89c91 is_vi_segment: true price: 355.2 weight: 667.7 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 23kg vi_solution_id: f691f4c8df4d3b58fb9af347d1560b7dfb89ff18__d57d0ecac2ea525054b64bdf6936f52e7ed89c91 vi_solution_index: 1 risk_profile: 5 legs: - departure_time: '2024-08-15T20:30:00.000-04:00' departure_timestamp: 1723768200 arrival_time: '2024-08-16T06:25:00.000+00:00' arrival_timestamp: 1723789500 flight_number: '644' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IAD to_iata: KEF segment_leg_position: 0 - departure_time: '2024-08-16T07:40:00.000+00:00' departure_timestamp: 1723794000 arrival_time: '2024-08-16T11:55:00.000+01:00' arrival_timestamp: 1723805700 flight_number: '450' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: KEF to_iata: LHR segment_leg_position: 0 metadata: - - segment_source: travelport legs: - OriginName: Newark, NJ, USA (EWR) Origin: EWR DestinationName: Washington, DC, USA (IAD) Destination: IAD DepartureTime: '2024-08-15T15:00:00.000-04:00' DepartureTimestamp: 1723748400 ArrivalTime: '2024-08-15T16:20:00.000-04:00' ArrivalTimestamp: 1723753200 FlightNumber: '1992' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 80 AircraftType: '319' AvailabilitySource: S Key: FywAnATqWDKA56EuOAAAAA== BookingCode: H cabin_class: Economy - segment_source: travelport legs: - OriginName: Washington, DC, USA (IAD) Origin: IAD DestinationName: Reykjavik, Iceland (KEF) Destination: KEF DepartureTime: '2024-08-15T20:30:00.000-04:00' DepartureTimestamp: 1723768200 ArrivalTime: '2024-08-16T06:25:00.000+00:00' ArrivalTimestamp: 1723789500 FlightNumber: '644' Carrier: FI CarrierFullName: Icelandair FlightTime: 355 AircraftType: 7M9 AvailabilitySource: S Key: H1rAnAUqWDKAEOOmOAAAAA== BookingCode: O cabin_class: Economy - OriginName: Reykjavik, Iceland (KEF) Origin: KEF DestinationName: London, United Kingdom (LHR) Destination: LHR DepartureTime: '2024-08-16T07:40:00.000+00:00' DepartureTimestamp: 1723794000 ArrivalTime: '2024-08-16T11:55:00.000+01:00' ArrivalTimestamp: 1723805700 FlightNumber: '450' Carrier: FI CarrierFullName: Icelandair FlightTime: 195 AircraftType: 75T AvailabilitySource: S Key: H1rAnAUqWDKAGOOmOAAAAA== BookingCode: O cabin_class: Economy markup: 38 - itinerary_id: 4353f4caf9958b7327825165a99a5c9a453273b4 total_price: 670.7 weight: 1275.7 transportation_time: 1210 refundable: false is_virtual_interline: true structure: '[0]' flight_numbers: - FI454 - FI648 - UA2494 segments: - pricing_solution_id: 8373483e6353fd4a3833f8971feb9e70f0cc74ba is_vi_segment: true price: 217.5 weight: 263 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 23kg vi_solution_id: 8373483e6353fd4a3833f8971feb9e70f0cc74ba__6f27b5cdeabda2e890e7145357057971c8eeb9ce vi_solution_index: 0 risk_profile: 20 legs: - departure_time: '2024-08-15T19:10:00.000-04:00' departure_timestamp: 1723763400 arrival_time: '2024-08-15T20:41:00.000-04:00' arrival_timestamp: 1723768860 flight_number: '2494' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: EWR to_iata: IAD cancellation_probability: 0 average_delay_time: 31 is_international: false self_transfer_time: 154 segment_leg_position: 0 - pricing_solution_id: 6f27b5cdeabda2e890e7145357057971c8eeb9ce is_vi_segment: true price: 453.2 weight: 935.7 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 23kg vi_solution_id: 8373483e6353fd4a3833f8971feb9e70f0cc74ba__6f27b5cdeabda2e890e7145357057971c8eeb9ce vi_solution_index: 1 risk_profile: 20 legs: - departure_time: '2024-08-15T23:15:00.000-04:00' departure_timestamp: 1723778100 arrival_time: '2024-08-16T09:05:00.000+00:00' arrival_timestamp: 1723799100 flight_number: '648' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IAD to_iata: KEF segment_leg_position: 0 - departure_time: '2024-08-16T16:10:00.000+00:00' departure_timestamp: 1723824600 arrival_time: '2024-08-16T20:20:00.000+01:00' arrival_timestamp: 1723836000 flight_number: '454' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: KEF to_iata: LHR segment_leg_position: 0 metadata: - - segment_source: travelport legs: - OriginName: Newark, NJ, USA (EWR) Origin: EWR DestinationName: Washington, DC, USA (IAD) Destination: IAD DepartureTime: '2024-08-15T19:10:00.000-04:00' DepartureTimestamp: 1723763400 ArrivalTime: '2024-08-15T20:41:00.000-04:00' ArrivalTimestamp: 1723768860 FlightNumber: '2494' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 91 AircraftType: '752' AvailabilitySource: S Key: FywAnATqWDKAv6EuOAAAAA== BookingCode: T cabin_class: Economy - segment_source: travelport legs: - OriginName: Washington, DC, USA (IAD) Origin: IAD DestinationName: Reykjavik, Iceland (KEF) Destination: KEF DepartureTime: '2024-08-15T23:15:00.000-04:00' DepartureTimestamp: 1723778100 ArrivalTime: '2024-08-16T09:05:00.000+00:00' ArrivalTimestamp: 1723799100 FlightNumber: '648' Carrier: FI CarrierFullName: Icelandair FlightTime: 350 AircraftType: 7M8 AvailabilitySource: S Key: H1rAnAUqWDKAVOOmOAAAAA== BookingCode: W cabin_class: Economy - OriginName: Reykjavik, Iceland (KEF) Origin: KEF DestinationName: London, United Kingdom (LHR) Destination: LHR DepartureTime: '2024-08-16T16:10:00.000+00:00' DepartureTimestamp: 1723824600 ArrivalTime: '2024-08-16T20:20:00.000+01:00' ArrivalTimestamp: 1723836000 FlightNumber: '454' Carrier: FI CarrierFullName: Icelandair FlightTime: 190 AircraftType: 7M8 AvailabilitySource: S Key: H1rAnAUqWDKAXOOmOAAAAA== BookingCode: W cabin_class: Economy markup: 36 OneWayVIGenerateSolutionRequest: summary: One Way VI Generate Solution Request value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= datasource_responses: 045ce44555be2c68819bc889a9e50d1fc5d5bf80: - pricing_solution_id: 174be060bdb360650eda9da3465c175e940c3031 total_price: 602.2 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T23:00:00.000-04:00' departure_timestamp: 1723777200 arrival_time: '2024-08-16T11:10:00.000+01:00' arrival_timestamp: 1723803000 flight_number: '146' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: EWR to_iata: LHR metadata: segment_source: travelport legs: - OriginName: Newark, NJ, USA (EWR) Origin: EWR DestinationName: London, United Kingdom (LHR) Destination: LHR DepartureTime: '2024-08-15T23:00:00.000-04:00' DepartureTimestamp: 1723777200 ArrivalTime: '2024-08-16T11:10:00.000+01:00' ArrivalTimestamp: 1723803000 FlightNumber: '146' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 430 AircraftType: '763' AvailabilitySource: S Key: lbzAnAVqWDKA84rqOAAAAA== BookingCode: W cabin_class: Economy - pricing_solution_id: 121a36a657ec33e0dd98c2fe6325311cd60f9303 total_price: 602.2 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T18:55:00.000-04:00' departure_timestamp: 1723762500 arrival_time: '2024-08-16T07:15:00.000+01:00' arrival_timestamp: 1723788900 flight_number: '14' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: EWR to_iata: LHR metadata: segment_source: travelport legs: - OriginName: Newark, NJ, USA (EWR) Origin: EWR DestinationName: London, United Kingdom (LHR) Destination: LHR DepartureTime: '2024-08-15T18:55:00.000-04:00' DepartureTimestamp: 1723762500 ArrivalTime: '2024-08-16T07:15:00.000+01:00' ArrivalTimestamp: 1723788900 FlightNumber: '14' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 440 AircraftType: '763' AvailabilitySource: S Key: lbzAnAVqWDKAL5rqOAAAAA== BookingCode: W cabin_class: Economy df90edc75d6eb7e5159be9b03162312a708c64b2: - pricing_solution_id: 8373483e6353fd4a3833f8971feb9e70f0cc74ba total_price: 217.5 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T19:10:00.000-04:00' departure_timestamp: 1723763400 arrival_time: '2024-08-15T20:41:00.000-04:00' arrival_timestamp: 1723768860 flight_number: '2494' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: EWR to_iata: IAD metadata: segment_source: travelport legs: - OriginName: Newark, NJ, USA (EWR) Origin: EWR DestinationName: Washington, DC, USA (IAD) Destination: IAD DepartureTime: '2024-08-15T19:10:00.000-04:00' DepartureTimestamp: 1723763400 ArrivalTime: '2024-08-15T20:41:00.000-04:00' ArrivalTimestamp: 1723768860 FlightNumber: '2494' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 91 AircraftType: '752' AvailabilitySource: S Key: FywAnATqWDKAv6EuOAAAAA== BookingCode: T cabin_class: Economy - pricing_solution_id: f691f4c8df4d3b58fb9af347d1560b7dfb89ff18 total_price: 383.1 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T15:00:00.000-04:00' departure_timestamp: 1723748400 arrival_time: '2024-08-15T16:20:00.000-04:00' arrival_timestamp: 1723753200 flight_number: '1992' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: EWR to_iata: IAD metadata: segment_source: travelport legs: - OriginName: Newark, NJ, USA (EWR) Origin: EWR DestinationName: Washington, DC, USA (IAD) Destination: IAD DepartureTime: '2024-08-15T15:00:00.000-04:00' DepartureTimestamp: 1723748400 ArrivalTime: '2024-08-15T16:20:00.000-04:00' ArrivalTimestamp: 1723753200 FlightNumber: '1992' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 80 AircraftType: '319' AvailabilitySource: S Key: FywAnATqWDKA56EuOAAAAA== BookingCode: H cabin_class: Economy aed2e648f78be1a1566f859262bf7da65a59c6ef: - pricing_solution_id: d57d0ecac2ea525054b64bdf6936f52e7ed89c91 total_price: 355.2 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T20:30:00.000-04:00' departure_timestamp: 1723768200 arrival_time: '2024-08-16T06:25:00.000+00:00' arrival_timestamp: 1723789500 flight_number: '644' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IAD to_iata: KEF - departure_time: '2024-08-16T07:40:00.000+00:00' departure_timestamp: 1723794000 arrival_time: '2024-08-16T11:55:00.000+01:00' arrival_timestamp: 1723805700 flight_number: '450' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: KEF to_iata: LHR metadata: segment_source: travelport legs: - OriginName: Washington, DC, USA (IAD) Origin: IAD DestinationName: Reykjavik, Iceland (KEF) Destination: KEF DepartureTime: '2024-08-15T20:30:00.000-04:00' DepartureTimestamp: 1723768200 ArrivalTime: '2024-08-16T06:25:00.000+00:00' ArrivalTimestamp: 1723789500 FlightNumber: '644' Carrier: FI CarrierFullName: Icelandair FlightTime: 355 AircraftType: 7M9 AvailabilitySource: S Key: H1rAnAUqWDKAEOOmOAAAAA== BookingCode: O cabin_class: Economy - OriginName: Reykjavik, Iceland (KEF) Origin: KEF DestinationName: London, United Kingdom (LHR) Destination: LHR DepartureTime: '2024-08-16T07:40:00.000+00:00' DepartureTimestamp: 1723794000 ArrivalTime: '2024-08-16T11:55:00.000+01:00' ArrivalTimestamp: 1723805700 FlightNumber: '450' Carrier: FI CarrierFullName: Icelandair FlightTime: 195 AircraftType: 75T AvailabilitySource: S Key: H1rAnAUqWDKAGOOmOAAAAA== BookingCode: O cabin_class: Economy - pricing_solution_id: 6f27b5cdeabda2e890e7145357057971c8eeb9ce total_price: 453.2 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T23:15:00.000-04:00' departure_timestamp: 1723778100 arrival_time: '2024-08-16T09:05:00.000+00:00' arrival_timestamp: 1723799100 flight_number: '648' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IAD to_iata: KEF - departure_time: '2024-08-16T16:10:00.000+00:00' departure_timestamp: 1723824600 arrival_time: '2024-08-16T20:20:00.000+01:00' arrival_timestamp: 1723836000 flight_number: '454' operating_carrier: FI transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: KEF to_iata: LHR metadata: segment_source: travelport legs: - OriginName: Washington, DC, USA (IAD) Origin: IAD DestinationName: Reykjavik, Iceland (KEF) Destination: KEF DepartureTime: '2024-08-15T23:15:00.000-04:00' DepartureTimestamp: 1723778100 ArrivalTime: '2024-08-16T09:05:00.000+00:00' ArrivalTimestamp: 1723799100 FlightNumber: '648' Carrier: FI CarrierFullName: Icelandair FlightTime: 350 AircraftType: 7M8 AvailabilitySource: S Key: H1rAnAUqWDKAVOOmOAAAAA== BookingCode: W cabin_class: Economy - OriginName: Reykjavik, Iceland (KEF) Origin: KEF DestinationName: London, United Kingdom (LHR) Destination: LHR DepartureTime: '2024-08-16T16:10:00.000+00:00' DepartureTimestamp: 1723824600 ArrivalTime: '2024-08-16T20:20:00.000+01:00' ArrivalTimestamp: 1723836000 FlightNumber: '454' Carrier: FI CarrierFullName: Icelandair FlightTime: 190 AircraftType: 7M8 AvailabilitySource: S Key: H1rAnAUqWDKAXOOmOAAAAA== BookingCode: W cabin_class: Economy TwoWayVIGenerateSolutionResponse: summary: Two Way VI Generate Solution Response value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= currency: CAD itineraries: - itinerary_id: 936ed916636c36f13743e4f95331de89da0713dd total_price: 308.91 weight: 700.91 transportation_time: 784 refundable: false is_virtual_interline: false structure: '[0, 1]' flight_numbers: - AC1032 - AC422 - AC670 - F92495 segments: - pricing_solution_id: 442e59fe6d2ccca4c1b8dba751de42c9cba25b9a is_vi_segment: false price: 90.7 weight: 161.7 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 23kg legs: - departure_time: '2024-08-15T22:37:00.000-04:00' departure_timestamp: 1729046220 arrival_time: '2024-08-15T23:59:00.000-05:00' arrival_timestamp: 1729054740 flight_number: '2495' operating_carrier: F9 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATL to_iata: DFW segment_leg_position: 0 - pricing_solution_id: e7740575592f5028be3d3079732e456e4c2b987b is_vi_segment: false price: 218.21 weight: 539.21 segment_position: 1 segment_source: travelport is_private_fare: false baggage: 23kg legs: - departure_time: '2024-08-20T12:00:00-05:00' departure_timestamp: 1729443600 arrival_time: '2024-08-20T16:07:00-04:00' arrival_timestamp: 1729454820 flight_number: '1032' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: YYZ segment_leg_position: 1 - departure_time: '2024-08-20T18:00:00-04:00' departure_timestamp: 1729461600 arrival_time: '2024-08-20T19:16:00-04:00' arrival_timestamp: 1729466160 flight_number: '422' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYZ to_iata: YUL segment_leg_position: 1 - departure_time: '2024-08-20T22:10:00-04:00' departure_timestamp: 1729476600 arrival_time: '2024-08-21T00:42:00-03:00' arrival_timestamp: 1729482120 flight_number: '670' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: YHZ segment_leg_position: 1 metadata: - segment_source: travelport legs: - OriginName: Atlanta, GA, USA (ATL) Origin: ATL DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-15T22:37:00.000-04:00' DepartureTimestamp: 1729046220 ArrivalTime: '2024-08-15T23:59:00.000-05:00' ArrivalTimestamp: 1729054740 FlightNumber: '2495' Carrier: F9 CarrierFullName: Frontier Airlines Inc. FlightTime: 142 AircraftType: 32N AvailabilitySource: A Key: eAo/mASqWDKA7EOFQAAAAA== BookingCode: G cabin_class: Economy - segment_source: travelport legs: - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: Toronto, ON, Canada (YYZ) Destination: YYZ DepartureTime: '2024-08-20T12:00:00-05:00' DepartureTimestamp: 1729443600 ArrivalTime: '2024-08-20T16:07:00-04:00' ArrivalTimestamp: 1729454820 FlightNumber: '1032' Carrier: AC CarrierFullName: Air Canada FlightTime: 187 Key: aeead66e790e3e373d9085d622ec7a1024915683 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard - OriginName: Toronto, ON, Canada (YYZ) Origin: YYZ DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-20T18:00:00-04:00' DepartureTimestamp: 1729461600 ArrivalTime: '2024-08-20T19:16:00-04:00' ArrivalTimestamp: 1729466160 FlightNumber: '422' Carrier: AC CarrierFullName: Air Canada FlightTime: 76 Key: 04be45bf428b9ac05df3021d1d05e09a37a4a370 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T22:10:00-04:00' DepartureTimestamp: 1729476600 ArrivalTime: '2024-08-21T00:42:00-03:00' ArrivalTimestamp: 1729482120 FlightNumber: '670' Carrier: AC CarrierFullName: Air Canada FlightTime: 92 Key: 1955589866961bcf63ead28094869df7f9d0d057 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard markup: 154 - itinerary_id: e63b14042374db18df58c2a800d8b8bb8f10b877 total_price: 648 weight: 941 transportation_time: 636 refundable: false is_virtual_interline: false structure: '[(0, 1)]' flight_numbers: - AA1089 - AA1971 - AA2252 - AA767 segments: - pricing_solution_id: 638c2099ddf5cd6ea461861d8eb75837a75d504c is_vi_segment: false price: 648 weight: 966 segment_position: - 0 - 1 segment_source: travelport is_private_fare: false baggage: 23kg legs: - departure_time: '2024-08-15T18:14:00-04:00' departure_timestamp: 1729030440 arrival_time: '2024-08-15T19:40:00-04:00' arrival_timestamp: 1729035600 flight_number: '767' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATL to_iata: CLT segment_leg_position: 0 - departure_time: '2024-08-15T20:10:00-04:00' departure_timestamp: 1729037400 arrival_time: '2024-08-15T21:45:00-05:00' arrival_timestamp: 1729046700 flight_number: '1089' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: CLT to_iata: DFW segment_leg_position: 0 - departure_time: '2024-08-20T05:30:00-05:00' departure_timestamp: 1729420200 arrival_time: '2024-08-20T09:50:00-04:00' arrival_timestamp: 1729432200 flight_number: '1971' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: PHL segment_leg_position: 1 - departure_time: '2024-08-20T10:30:00-04:00' departure_timestamp: 1729434600 arrival_time: '2024-08-20T13:35:00-03:00' arrival_timestamp: 1729442100 flight_number: '2252' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: PHL to_iata: YHZ segment_leg_position: 1 metadata: - segment_source: travelport legs: - OriginName: Atlanta, GA, USA (ATL) Origin: ATL DestinationName: Charlotte, NC, USA (CLT) Destination: CLT DepartureTime: '2024-08-15T18:14:00-04:00' DepartureTimestamp: 1729030440 ArrivalTime: '2024-08-15T19:40:00-04:00' ArrivalTimestamp: 1729035600 FlightNumber: '767' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 86 Key: f3b97f7ce422a7a1b0a88ab2172f48ca048698d1 fare_type: Published fare FareBasisCode: SXAHZNM3 BookingCode: S cabin_class: Economic Standard - OriginName: Charlotte, NC, USA (CLT) Origin: CLT DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-15T20:10:00-04:00' DepartureTimestamp: 1729037400 ArrivalTime: '2024-08-15T21:45:00-05:00' ArrivalTimestamp: 1729046700 FlightNumber: '1089' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 155 Key: d30051f62539b041be10c756d92e33dc23066bf9 fare_type: Published fare FareBasisCode: SXAHZNM3 BookingCode: S cabin_class: Economic Standard - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: Philadelphia, PA, USA (PHL) Destination: PHL DepartureTime: '2024-08-20T05:30:00-05:00' DepartureTimestamp: 1729420200 ArrivalTime: '2024-08-20T09:50:00-04:00' ArrivalTimestamp: 1729432200 FlightNumber: '1971' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 200 Key: 3e46e2c0a3e7a04c0b88c7d1abcff93bd84d7f3b fare_type: Published fare FareBasisCode: N7AHZSN1 BookingCode: N cabin_class: Economic Standard - OriginName: Philadelphia, PA, USA (PHL) Origin: PHL DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T10:30:00-04:00' DepartureTimestamp: 1729434600 ArrivalTime: '2024-08-20T13:35:00-03:00' ArrivalTimestamp: 1729442100 FlightNumber: '2252' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 125 Key: 1234ac4514ed324501832b983bfa3c2fc14ada64 fare_type: Published fare FareBasisCode: N7AHZSN1 BookingCode: N cabin_class: Economic Standard markup: 39 - itinerary_id: 4581f59c05b4e40b5f30d13a41744d7d0cf819cf total_price: 387.81 weight: 1016.31 transportation_time: 1257 refundable: false is_virtual_interline: true structure: '[0, 1]' flight_numbers: - AC1032 - AC422 - AC670 - DL860 - F94348 segments: - pricing_solution_id: 32372b6ed0e97975e807459fd27e1f11ce25ac67 is_vi_segment: true price: 60.6 weight: 126.6 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 23kg vi_solution_id: 32372b6ed0e97975e807459fd27e1f11ce25ac67__7c660b97551eaa09f86beada0c6da3e4a2146a11 vi_solution_index: 0 risk_profile: 11.43 legs: - departure_time: '2024-08-15T13:18:00.000-04:00' departure_timestamp: 1729012680 arrival_time: '2024-08-15T15:30:00.000-04:00' arrival_timestamp: 1729020600 flight_number: '4348' operating_carrier: F9 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATL to_iata: LGA cancellation_probability: 1.59 average_delay_time: 26 is_international: false self_transfer_time: 240 segment_leg_position: 0 - pricing_solution_id: 7c660b97551eaa09f86beada0c6da3e4a2146a11 is_vi_segment: true price: 109 weight: 230.5 segment_position: 0 segment_source: travelport is_private_fare: false baggage: 23kg vi_solution_id: 32372b6ed0e97975e807459fd27e1f11ce25ac67__7c660b97551eaa09f86beada0c6da3e4a2146a11 vi_solution_index: 1 risk_profile: 11.43 legs: - departure_time: '2024-08-15T19:30:00-04:00' departure_timestamp: 1729035000 arrival_time: '2024-08-15T22:33:00-05:00' arrival_timestamp: 1729049580 flight_number: '860' operating_carrier: DL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LGA to_iata: DFW segment_leg_position: 0 - pricing_solution_id: e7740575592f5028be3d3079732e456e4c2b987b is_vi_segment: false price: 218.21 weight: 539.21 segment_position: 1 segment_source: travelport is_private_fare: false baggage: 23kg legs: - departure_time: '2024-08-20T12:00:00-05:00' departure_timestamp: 1729443600 arrival_time: '2024-08-20T16:07:00-04:00' arrival_timestamp: 1729454820 flight_number: '1032' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: YYZ segment_leg_position: 1 - departure_time: '2024-08-20T18:00:00-04:00' departure_timestamp: 1729461600 arrival_time: '2024-08-20T19:16:00-04:00' arrival_timestamp: 1729466160 flight_number: '422' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYZ to_iata: YUL segment_leg_position: 1 - departure_time: '2024-08-20T22:10:00-04:00' departure_timestamp: 1729476600 arrival_time: '2024-08-21T00:42:00-03:00' arrival_timestamp: 1729482120 flight_number: '670' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: YHZ segment_leg_position: 1 metadata: - - segment_source: travelport legs: - OriginName: Atlanta, GA, USA (ATL) Origin: ATL DestinationName: New York, NY, USA (LGA) Destination: LGA DepartureTime: '2024-08-15T13:18:00.000-04:00' DepartureTimestamp: 1729012680 ArrivalTime: '2024-08-15T15:30:00.000-04:00' ArrivalTimestamp: 1729020600 FlightNumber: '4348' Carrier: F9 CarrierFullName: Frontier Airlines Inc. FlightTime: 132 AircraftType: 32N AvailabilitySource: A Key: lbzAnAVqWDKAtgwHQAAAAA== BookingCode: W cabin_class: Economy - segment_source: travelport legs: - OriginName: New York, NY, USA (LGA) Origin: LGA DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-15T19:30:00-04:00' DepartureTimestamp: 1729035000 ArrivalTime: '2024-08-15T22:33:00-05:00' ArrivalTimestamp: 1729049580 FlightNumber: '860' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 243 Key: 7511b5dfc3e984a95b71df3b0561c06d5f6a9f94 fare_type: Published fare FareBasisCode: VAWNH3BG BookingCode: E cabin_class: Economic Standard - segment_source: travelport legs: - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: Toronto, ON, Canada (YYZ) Destination: YYZ DepartureTime: '2024-08-20T12:00:00-05:00' DepartureTimestamp: 1729443600 ArrivalTime: '2024-08-20T16:07:00-04:00' ArrivalTimestamp: 1729454820 FlightNumber: '1032' Carrier: AC CarrierFullName: Air Canada FlightTime: 187 Key: aeead66e790e3e373d9085d622ec7a1024915683 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard - OriginName: Toronto, ON, Canada (YYZ) Origin: YYZ DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-20T18:00:00-04:00' DepartureTimestamp: 1729461600 ArrivalTime: '2024-08-20T19:16:00-04:00' ArrivalTimestamp: 1729466160 FlightNumber: '422' Carrier: AC CarrierFullName: Air Canada FlightTime: 76 Key: 04be45bf428b9ac05df3021d1d05e09a37a4a370 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T22:10:00-04:00' DepartureTimestamp: 1729476600 ArrivalTime: '2024-08-21T00:42:00-03:00' ArrivalTimestamp: 1729482120 FlightNumber: '670' Carrier: AC CarrierFullName: Air Canada FlightTime: 92 Key: 1955589866961bcf63ead28094869df7f9d0d057 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard markup: 116 TwoWayVIGenerateSolutionRequest: summary: Two Way VI Generate Solution Request value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= datasource_responses: d8aaf7973d68ad6822463df65e9911745ceacbd4: - pricing_solution_id: 442e59fe6d2ccca4c1b8dba751de42c9cba25b9a total_price: 90.7 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T22:37:00.000-04:00' departure_timestamp: 1729046220 arrival_time: '2024-08-15T23:59:00.000-05:00' arrival_timestamp: 1729054740 flight_number: '2495' operating_carrier: F9 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATL to_iata: DFW metadata: segment_source: travelport legs: - OriginName: Atlanta, GA, USA (ATL) Origin: ATL DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-15T22:37:00.000-04:00' DepartureTimestamp: 1729046220 ArrivalTime: '2024-08-15T23:59:00.000-05:00' ArrivalTimestamp: 1729054740 FlightNumber: '2495' Carrier: F9 CarrierFullName: Frontier Airlines Inc. FlightTime: 142 AircraftType: 32N AvailabilitySource: A Key: eAo/mASqWDKAgzw+PAAAAA== BookingCode: G cabin_class: Economy 7481a5c50efd1733253a829e2689ca8a553b1a16: - pricing_solution_id: 717ba6018b6afb373b2cb0a10595216b86aee1be total_price: 218.21 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-20T12:00:00-05:00' departure_timestamp: 1729443600 arrival_time: '2024-08-20T16:07:00-04:00' arrival_timestamp: 1729454820 flight_number: '1032' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: YYZ - departure_time: '2024-08-20T19:20:00-04:00' departure_timestamp: 1729466400 arrival_time: '2024-08-20T22:26:00-03:00' arrival_timestamp: 1729473960 flight_number: '616' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYZ to_iata: YHZ metadata: segment_source: travelport legs: - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: Toronto, ON, Canada (YYZ) Destination: YYZ DepartureTime: '2024-08-20T12:00:00-05:00' DepartureTimestamp: 1729443600 ArrivalTime: '2024-08-20T16:07:00-04:00' ArrivalTimestamp: 1729454820 FlightNumber: '1032' Carrier: AC CarrierFullName: Air Canada FlightTime: 187 Key: aeead66e790e3e373d9085d622ec7a1024915683 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard - OriginName: Toronto, ON, Canada (YYZ) Origin: YYZ DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T19:20:00-04:00' DepartureTimestamp: 1729466400 ArrivalTime: '2024-08-20T22:26:00-03:00' ArrivalTimestamp: 1729473960 FlightNumber: '616' Carrier: AC CarrierFullName: Air Canada FlightTime: 126 Key: d3cddcde4410844e57064b69b29d36c553019e45 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard - pricing_solution_id: e7740575592f5028be3d3079732e456e4c2b987b total_price: 218.21 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-20T12:00:00-05:00' departure_timestamp: 1729443600 arrival_time: '2024-08-20T16:07:00-04:00' arrival_timestamp: 1729454820 flight_number: '1032' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: YYZ - departure_time: '2024-08-20T18:00:00-04:00' departure_timestamp: 1729461600 arrival_time: '2024-08-20T19:16:00-04:00' arrival_timestamp: 1729466160 flight_number: '422' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYZ to_iata: YUL - departure_time: '2024-08-20T22:10:00-04:00' departure_timestamp: 1729476600 arrival_time: '2024-08-21T00:42:00-03:00' arrival_timestamp: 1729482120 flight_number: '670' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: YHZ metadata: segment_source: travelport legs: - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: Toronto, ON, Canada (YYZ) Destination: YYZ DepartureTime: '2024-08-20T12:00:00-05:00' DepartureTimestamp: 1729443600 ArrivalTime: '2024-08-20T16:07:00-04:00' ArrivalTimestamp: 1729454820 FlightNumber: '1032' Carrier: AC CarrierFullName: Air Canada FlightTime: 187 Key: aeead66e790e3e373d9085d622ec7a1024915683 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard - OriginName: Toronto, ON, Canada (YYZ) Origin: YYZ DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-20T18:00:00-04:00' DepartureTimestamp: 1729461600 ArrivalTime: '2024-08-20T19:16:00-04:00' ArrivalTimestamp: 1729466160 FlightNumber: '422' Carrier: AC CarrierFullName: Air Canada FlightTime: 76 Key: 04be45bf428b9ac05df3021d1d05e09a37a4a370 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T22:10:00-04:00' DepartureTimestamp: 1729476600 ArrivalTime: '2024-08-21T00:42:00-03:00' ArrivalTimestamp: 1729482120 FlightNumber: '670' Carrier: AC CarrierFullName: Air Canada FlightTime: 92 Key: 1955589866961bcf63ead28094869df7f9d0d057 fare_type: Published fare FareBasisCode: GNA2A0BA BookingCode: G cabin_class: Economic Standard d86d57ec1b366316918a7ceb7a4c66d5cdbb1088: - pricing_solution_id: 638c2099ddf5cd6ea461861d8eb75837a75d504c total_price: 648 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T06:25:00-04:00' departure_timestamp: 1728987900 arrival_time: '2024-08-15T07:45:00-05:00' arrival_timestamp: 1728996300 flight_number: '2770' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATL to_iata: DFW - - departure_time: '2024-08-20T05:30:00-05:00' departure_timestamp: 1729420200 arrival_time: '2024-08-20T09:50:00-04:00' arrival_timestamp: 1729432200 flight_number: '1971' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: PHL - departure_time: '2024-08-20T10:30:00-04:00' departure_timestamp: 1729434600 arrival_time: '2024-08-20T13:35:00-03:00' arrival_timestamp: 1729442100 flight_number: '2252' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: PHL to_iata: YHZ metadata: segment_source: travelport legs: - OriginName: Atlanta, GA, USA (ATL) Origin: ATL DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-15T06:25:00-04:00' DepartureTimestamp: 1728987900 ArrivalTime: '2024-08-15T07:45:00-05:00' ArrivalTimestamp: 1728996300 FlightNumber: '2770' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 140 Key: abb66f9aa245ee672546edf213a6b23ac4d14b93 fare_type: Published fare FareBasisCode: SXAHZNM3 BookingCode: S cabin_class: Economic Standard - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: Philadelphia, PA, USA (PHL) Destination: PHL DepartureTime: '2024-08-20T05:30:00-05:00' DepartureTimestamp: 1729420200 ArrivalTime: '2024-08-20T09:50:00-04:00' ArrivalTimestamp: 1729432200 FlightNumber: '1971' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 200 Key: 3e46e2c0a3e7a04c0b88c7d1abcff93bd84d7f3b fare_type: Published fare FareBasisCode: N7AHZSN1 BookingCode: N cabin_class: Economic Standard - OriginName: Philadelphia, PA, USA (PHL) Origin: PHL DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T10:30:00-04:00' DepartureTimestamp: 1729434600 ArrivalTime: '2024-08-20T13:35:00-03:00' ArrivalTimestamp: 1729442100 FlightNumber: '2252' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 125 Key: 1234ac4514ed324501832b983bfa3c2fc14ada64 fare_type: Published fare FareBasisCode: N7AHZSN1 BookingCode: N cabin_class: Economic Standard - pricing_solution_id: 9cbcc45860e038bd144aa550bbd398494632f687 total_price: 648 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T08:15:00-04:00' departure_timestamp: 1728994500 arrival_time: '2024-08-15T09:35:00-05:00' arrival_timestamp: 1729002900 flight_number: '1567' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: ATL to_iata: DFW - - departure_time: '2024-08-20T05:30:00-05:00' departure_timestamp: 1729420200 arrival_time: '2024-08-20T09:50:00-04:00' arrival_timestamp: 1729432200 flight_number: '1971' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: PHL - departure_time: '2024-08-20T10:30:00-04:00' departure_timestamp: 1729434600 arrival_time: '2024-08-20T13:35:00-03:00' arrival_timestamp: 1729442100 flight_number: '2252' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: PHL to_iata: YHZ metadata: segment_source: travelport legs: - OriginName: Atlanta, GA, USA (ATL) Origin: ATL DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-15T08:15:00-04:00' DepartureTimestamp: 1728994500 ArrivalTime: '2024-08-15T09:35:00-05:00' ArrivalTimestamp: 1729002900 FlightNumber: '1567' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 140 Key: 0665073f531bf9dcd535cc487fadad2550c37e4e fare_type: Published fare FareBasisCode: SXAHZNM3 BookingCode: S cabin_class: Economic Standard - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: Philadelphia, PA, USA (PHL) Destination: PHL DepartureTime: '2024-08-20T05:30:00-05:00' DepartureTimestamp: 1729420200 ArrivalTime: '2024-08-20T09:50:00-04:00' ArrivalTimestamp: 1729432200 FlightNumber: '1971' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 200 Key: 3e46e2c0a3e7a04c0b88c7d1abcff93bd84d7f3b fare_type: Published fare FareBasisCode: N7AHZSN1 BookingCode: N cabin_class: Economic Standard - OriginName: Philadelphia, PA, USA (PHL) Origin: PHL DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-20T10:30:00-04:00' DepartureTimestamp: 1729434600 ArrivalTime: '2024-08-20T13:35:00-03:00' ArrivalTimestamp: 1729442100 FlightNumber: '2252' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 125 Key: 1234ac4514ed324501832b983bfa3c2fc14ada64 fare_type: Published fare FareBasisCode: N7AHZSN1 BookingCode: N cabin_class: Economic Standard 55cb8b35e01d9af0d8985dbc8e5be0a4ad39bd4e: - pricing_solution_id: 32372b6ed0e97975e807459fd27e1f11ce25ac67 total_price: 60.6 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T13:18:00.000-04:00' departure_timestamp: 1729012680 arrival_time: '2024-08-15T15:30:00.000-04:00' arrival_timestamp: 1729020600 flight_number: '4348' operating_carrier: F9 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATL to_iata: LGA metadata: segment_source: travelport legs: - OriginName: Atlanta, GA, USA (ATL) Origin: ATL DestinationName: New York, NY, USA (LGA) Destination: LGA DepartureTime: '2024-08-15T13:18:00.000-04:00' DepartureTimestamp: 1729012680 ArrivalTime: '2024-08-15T15:30:00.000-04:00' ArrivalTimestamp: 1729020600 FlightNumber: '4348' Carrier: F9 CarrierFullName: Frontier Airlines Inc. FlightTime: 132 AircraftType: 32N AvailabilitySource: A Key: eAo/mASqWDKAusw+PAAAAA== BookingCode: W cabin_class: Economy - pricing_solution_id: 9204f066b119174f7625e05873d08a9586a73697 total_price: 60.6 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T07:49:00.000-04:00' departure_timestamp: 1728992940 arrival_time: '2024-08-15T10:06:00.000-04:00' arrival_timestamp: 1729001160 flight_number: '3288' operating_carrier: F9 transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ATL to_iata: LGA metadata: segment_source: travelport legs: - OriginName: Atlanta, GA, USA (ATL) Origin: ATL DestinationName: New York, NY, USA (LGA) Destination: LGA DepartureTime: '2024-08-15T07:49:00.000-04:00' DepartureTimestamp: 1728992940 ArrivalTime: '2024-08-15T10:06:00.000-04:00' ArrivalTimestamp: 1729001160 FlightNumber: '3288' Carrier: F9 CarrierFullName: Frontier Airlines Inc. FlightTime: 137 AircraftType: 32N AvailabilitySource: A Key: eAo/mASqWDKA9sw+PAAAAA== BookingCode: W cabin_class: Economy 038a44c5a33242b40e1d7a7fbe2457741e46c056: - pricing_solution_id: 7c660b97551eaa09f86beada0c6da3e4a2146a11 total_price: 109 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T06:00:00-04:00' departure_timestamp: 1728986400 arrival_time: '2024-08-15T08:58:00-05:00' arrival_timestamp: 1729000680 flight_number: '878' operating_carrier: DL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LGA to_iata: DFW metadata: segment_source: travelport legs: - OriginName: New York, NY, USA (LGA) Origin: LGA DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-15T06:00:00-04:00' DepartureTimestamp: 1728986400 ArrivalTime: '2024-08-15T08:58:00-05:00' ArrivalTimestamp: 1729000680 FlightNumber: '878' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 238 Key: 27643ac857494657ec72732470ea8570bfb8754c fare_type: Published fare FareBasisCode: VAWNH3BG BookingCode: E cabin_class: Economic Standard - pricing_solution_id: 67f5e3de9be1c0ea1f157d2d38656b01e523741d total_price: 109 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-15T08:00:00-04:00' departure_timestamp: 1728993600 arrival_time: '2024-08-15T11:03:00-05:00' arrival_timestamp: 1729008180 flight_number: '873' operating_carrier: DL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: LGA to_iata: DFW metadata: segment_source: travelport legs: - OriginName: New York, NY, USA (LGA) Origin: LGA DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-15T08:00:00-04:00' DepartureTimestamp: 1728993600 ArrivalTime: '2024-08-15T11:03:00-05:00' ArrivalTimestamp: 1729008180 FlightNumber: '873' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 243 Key: ce34f4b4eb15369a48401d63f8a5efe36bba2083 fare_type: Published fare FareBasisCode: VAWNH3BG BookingCode: E cabin_class: Economic Standard 332b75ffc09b255cbbaaa5516ba56e445ba90765: - pricing_solution_id: 833f64439cbc836e89d723a9cc7187d9a36b8495 total_price: 229.3 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-20T08:15:00-05:00' departure_timestamp: 1729430100 arrival_time: '2024-08-20T10:10:00-06:00' arrival_timestamp: 1729440600 flight_number: '7266' operating_carrier: DL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: SLC - departure_time: '2024-08-20T11:00:00-06:00' departure_timestamp: 1729443600 arrival_time: '2024-08-20T12:28:00-07:00' arrival_timestamp: 1729452480 flight_number: '6322' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SLC to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: Salt Lake City, UT, USA (SLC) Destination: SLC DepartureTime: '2024-08-20T08:15:00-05:00' DepartureTimestamp: 1729430100 ArrivalTime: '2024-08-20T10:10:00-06:00' ArrivalTimestamp: 1729440600 FlightNumber: '7266' Carrier: WS CarrierFullName: Westjet FlightTime: 175 Key: 38c030aed16363b5ccb29322980482a1c862dac4 fare_type: Published fare OperatingCarrier: DL OperatingCarrierFullName: Delta Airlines Inc. FareBasisCode: LOUD0ZES BookingCode: L cabin_class: Economic Standard - OriginName: Salt Lake City, UT, USA (SLC) Origin: SLC DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T11:00:00-06:00' DepartureTimestamp: 1729443600 ArrivalTime: '2024-08-20T12:28:00-07:00' ArrivalTimestamp: 1729452480 FlightNumber: '6322' Carrier: WS CarrierFullName: Westjet FlightTime: 148 Key: 48190325d2e87dd320186d46ee799aeaa2e31f0b fare_type: Published fare FareBasisCode: LOUD0ZES BookingCode: L cabin_class: Economic Standard - pricing_solution_id: 5944062191c5dd610f89214a7b346daea9d749d2 total_price: 229.3 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-20T18:00:00-05:00' departure_timestamp: 1729465200 arrival_time: '2024-08-20T19:54:00-06:00' arrival_timestamp: 1729475640 flight_number: '7527' operating_carrier: DL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: SLC - departure_time: '2024-08-20T21:10:00-06:00' departure_timestamp: 1729480200 arrival_time: '2024-08-20T22:37:00-07:00' arrival_timestamp: 1729489020 flight_number: '6695' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: SLC to_iata: YVR metadata: segment_source: travelport legs: - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: Salt Lake City, UT, USA (SLC) Destination: SLC DepartureTime: '2024-08-20T18:00:00-05:00' DepartureTimestamp: 1729465200 ArrivalTime: '2024-08-20T19:54:00-06:00' ArrivalTimestamp: 1729475640 FlightNumber: '7527' Carrier: WS CarrierFullName: Westjet FlightTime: 174 Key: 62028cbd729315ecbb6e00c2d83474589bdda54d fare_type: Published fare OperatingCarrier: DL OperatingCarrierFullName: Delta Airlines Inc. FareBasisCode: LOUD0ZES BookingCode: L cabin_class: Economic Standard - OriginName: Salt Lake City, UT, USA (SLC) Origin: SLC DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T21:10:00-06:00' DepartureTimestamp: 1729480200 ArrivalTime: '2024-08-20T22:37:00-07:00' ArrivalTimestamp: 1729489020 FlightNumber: '6695' Carrier: WS CarrierFullName: Westjet FlightTime: 147 Key: 77a53b5e28f954bb6cbd244b06f7df95b52c5b13 fare_type: Published fare FareBasisCode: LOUD0ZES BookingCode: L cabin_class: Economic Standard 184d8564262a1548983fe8ee687f4759c3b31868: - pricing_solution_id: 966bff2f90e33a840ec2b4009e353c3d97b4e734 total_price: 356.43 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-21T12:20:00-07:00' departure_timestamp: 1729538400 arrival_time: '2024-08-21T19:55:00-04:00' arrival_timestamp: 1729554900 flight_number: '264' operating_carrier: PD transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YOW - departure_time: '2024-08-21T20:30:00-04:00' departure_timestamp: 1729557000 arrival_time: '2024-08-21T23:09:00-03:00' arrival_timestamp: 1729562940 flight_number: '247' operating_carrier: PD transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YOW to_iata: YHZ metadata: segment_source: travelport legs: - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Ottawa, ON, Canada (YOW) Destination: YOW DepartureTime: '2024-08-21T12:20:00-07:00' DepartureTimestamp: 1729538400 ArrivalTime: '2024-08-21T19:55:00-04:00' ArrivalTimestamp: 1729554900 FlightNumber: '264' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 275 Key: b454fca2cb27098c574e3688cd697ee5f181d34e fare_type: Published fare FareBasisCode: WXC0ZRLL BookingCode: W cabin_class: Economic Standard - OriginName: Ottawa, ON, Canada (YOW) Origin: YOW DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-21T20:30:00-04:00' DepartureTimestamp: 1729557000 ArrivalTime: '2024-08-21T23:09:00-03:00' ArrivalTimestamp: 1729562940 FlightNumber: '247' Carrier: PD CarrierFullName: Porter Airlines, Inc. FlightTime: 99 Key: 4e919f9dfd64798a23559ef98d5dba0d92b6eab2 fare_type: Published fare FareBasisCode: WXC0ZRLL BookingCode: W cabin_class: Economic Standard - pricing_solution_id: 1280e019cba654a2f26882dee8791973f5b187dd total_price: 387.93 segment_source: travelport is_private_fare: false refundable: false baggage: 23kg segments: - - departure_time: '2024-08-21T08:40:00-07:00' departure_timestamp: 1729525200 arrival_time: '2024-08-21T18:27:00-03:00' arrival_timestamp: 1729546020 flight_number: '362' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YHZ metadata: segment_source: travelport legs: - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Halifax, NS, Canada (YHZ) Destination: YHZ DepartureTime: '2024-08-21T08:40:00-07:00' DepartureTimestamp: 1729525200 ArrivalTime: '2024-08-21T18:27:00-03:00' ArrivalTimestamp: 1729546020 FlightNumber: '362' Carrier: AC CarrierFullName: Air Canada FlightTime: 347 Key: 946b98a308896e3ec6e633b2ed28c732d268b3db fare_type: Published fare FareBasisCode: TW9LZCTG BookingCode: T cabin_class: Economic Standard ThreeWayVIGenerateSolutionResponse: summary: Three Way VI Generate Solutions Response value: trip_id: gAAAAABlSXcLA0ChTKO9-iZT-sveIYqZ4tEluxEBAnSupx0rIBvx1NI4_7apGXoe8iTtZ4iytATGyURN7IGDUnWmSKXMYhQfA7DhlPOY4SidBcigPAKWH7k= currency: CAD itineraries: - itinerary_id: bd138aedd42743ac296c926882e5e86de57a5bf7 total_price: 1069.82 weight: 1580.82 transportation_time: 1022 refundable: false is_virtual_interline: false structure: '[(0, 1, 2)]' flight_numbers: - AM600 - AM7988 - WS6907 - WS6948 segments: - pricing_solution_id: 31de196ff81f30e473dd6ef2c6fd32ba2f269e46 is_vi_segment: false price: 1069.82 weight: 1580.82 segment_position: - 0 - 1 - 2 segment_source: travelport is_private_fare: false baggage: null legs: - departure_time: '2024-08-15T08:28:00-04:00' departure_timestamp: 1723724880 arrival_time: '2024-08-15T10:00:00-05:00' arrival_timestamp: 1723734000 flight_number: '7988' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: MEX segment_leg_position: 0 - departure_time: '2024-08-20T08:45:00-05:00' departure_timestamp: 1724161500 arrival_time: '2024-08-20T13:39:00-07:00' arrival_timestamp: 1724186340 flight_number: '600' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MEX to_iata: YVR segment_leg_position: 1 - departure_time: '2024-08-25T06:00:00-07:00' departure_timestamp: 1724590800 arrival_time: '2024-08-25T08:26:00-06:00' arrival_timestamp: 1724595960 flight_number: '6907' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YYC segment_leg_position: 2 - departure_time: '2024-08-25T09:50:00-06:00' departure_timestamp: 1724601000 arrival_time: '2024-08-25T16:36:00-04:00' arrival_timestamp: 1724618160 flight_number: '6948' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYC to_iata: JFK segment_leg_position: 2 metadata: - segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T08:28:00-04:00' DepartureTimestamp: 1723724880 ArrivalTime: '2024-08-15T10:00:00-05:00' ArrivalTimestamp: 1723734000 FlightNumber: '7988' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 152 Key: 4b2f1d5eced3e85529bc683d6002bf2edb14fd6d fare_type: Published fare OperatingCarrier: AM OperatingCarrierFullName: Aeromexico FareBasisCode: VHNL0SMS BookingCode: V cabin_class: Economic Standard - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T08:45:00-05:00' DepartureTimestamp: 1724161500 ArrivalTime: '2024-08-20T13:39:00-07:00' ArrivalTimestamp: 1724186340 FlightNumber: '600' Carrier: AM CarrierFullName: Aeromexico FlightTime: 414 Key: 80d251a65b947baefd5057abcce192b584892114 fare_type: Published fare FareBasisCode: RLNM09FV BookingCode: R cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-08-25T06:00:00-07:00' DepartureTimestamp: 1724590800 ArrivalTime: '2024-08-25T08:26:00-06:00' ArrivalTimestamp: 1724595960 FlightNumber: '6907' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 86 Key: 02e184614b2a812a7951bc6f664c72bcb73e57a6 fare_type: Published fare OperatingCarrier: WS OperatingCarrierFullName: Westjet FareBasisCode: VAVNA0ME BookingCode: V cabin_class: Economic Standard - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T09:50:00-06:00' DepartureTimestamp: 1724601000 ArrivalTime: '2024-08-25T16:36:00-04:00' ArrivalTimestamp: 1724618160 FlightNumber: '6948' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 286 Key: 6ced259080715657dc2e0471cd3c693b8d1ec514 fare_type: Published fare OperatingCarrier: WS OperatingCarrierFullName: Westjet FareBasisCode: VAVNA0ME BookingCode: V cabin_class: Economic Standard markup: 532 - itinerary_id: 62339f90c87c543e8dfc068e4135a5d53b546469 total_price: 1113.12 weight: 1680.62 transportation_time: 1135 refundable: false is_virtual_interline: false structure: '[0, 1, 2]' flight_numbers: - AA1099 - AA2246 - AM443 - AM694 segments: - pricing_solution_id: 39d028e5e36e84ead36b951f52f6c12162420a22 is_vi_segment: false price: 362.8 weight: 447.8 segment_position: 0 segment_source: travelport is_private_fare: false baggage: null legs: - departure_time: '2024-08-15T17:25:00-04:00' departure_timestamp: 1723757100 arrival_time: '2024-08-15T19:15:00-05:00' arrival_timestamp: 1723767300 flight_number: '443' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: MEX segment_leg_position: 0 - pricing_solution_id: 80ee1a6b20f93d965adf674606f8ec1fc79d56d4 is_vi_segment: false price: 497.7 weight: 702.7 segment_position: 1 segment_source: travelport is_private_fare: false baggage: null legs: - departure_time: '2024-08-20T01:20:00-05:00' departure_timestamp: 1724134800 arrival_time: '2024-08-20T06:10:00-07:00' arrival_timestamp: 1724159400 flight_number: '694' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MEX to_iata: YVR segment_leg_position: 1 - pricing_solution_id: 18529a99f4654060bb01d33a90619a25a8efda87 is_vi_segment: false price: 252.62 weight: 530.12 segment_position: 2 segment_source: travelport is_private_fare: false baggage: null legs: - departure_time: '2024-08-25T06:00:00-07:00' departure_timestamp: 1724590800 arrival_time: '2024-08-25T12:06:00-05:00' arrival_timestamp: 1724605560 flight_number: '1099' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: DFW segment_leg_position: 2 - departure_time: '2024-08-25T13:31:00-05:00' departure_timestamp: 1724610660 arrival_time: '2024-08-25T18:15:00-04:00' arrival_timestamp: 1724624100 flight_number: '2246' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: JFK segment_leg_position: 2 metadata: - segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T17:25:00-04:00' DepartureTimestamp: 1723757100 ArrivalTime: '2024-08-15T19:15:00-05:00' ArrivalTimestamp: 1723767300 FlightNumber: '443' Carrier: AM CarrierFullName: Aeromexico FlightTime: 170 Key: e5f4e412f6b0d9540537388ab6307aad26c58da8 fare_type: Published fare FareBasisCode: NHNL0SBM BookingCode: V cabin_class: Economic Standard - segment_source: travelport legs: - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T01:20:00-05:00' DepartureTimestamp: 1724134800 ArrivalTime: '2024-08-20T06:10:00-07:00' ArrivalTimestamp: 1724159400 FlightNumber: '694' Carrier: AM CarrierFullName: Aeromexico FlightTime: 410 Key: bdc35c8c7c5efd46a4831f165ca4cd154536874c fare_type: Published fare FareBasisCode: RLNM09EU BookingCode: V cabin_class: Economic Standard - segment_source: travelport legs: - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-25T06:00:00-07:00' DepartureTimestamp: 1724590800 ArrivalTime: '2024-08-25T12:06:00-05:00' ArrivalTimestamp: 1724605560 FlightNumber: '1099' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 246 Key: 29f1b19c966f6b5d0edd6f065922ed7e7811a25d fare_type: Published fare FareBasisCode: NVACZSN3 BookingCode: N cabin_class: Economic Standard - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T13:31:00-05:00' DepartureTimestamp: 1724610660 ArrivalTime: '2024-08-25T18:15:00-04:00' ArrivalTimestamp: 1724624100 FlightNumber: '2246' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 224 Key: 57ac8964324332974e626ed1dec11c05bf5a6d65 fare_type: Published fare FareBasisCode: NVACZSN3 BookingCode: N cabin_class: Economic Standard markup: 557 - itinerary_id: 30800c6cb24d3e1685f8af2f4be87c3af5d15d17 total_price: 1060.02 weight: 1788.02 transportation_time: 1456 refundable: false is_virtual_interline: false structure: '[(0, 1), 2]' flight_numbers: - AA1099 - AA2246 - UA1797 - UA1838 - UA241 - UA429 segments: - pricing_solution_id: 1252daf188d3d71ea85112f2b257bc216a4bcbf3 is_vi_segment: false price: 807.4 weight: 1257.9 segment_position: - 0 - 1 segment_source: travelport is_private_fare: false baggage: null legs: - departure_time: '2024-08-15T19:17:00.000-04:00' departure_timestamp: 1723763820 arrival_time: '2024-08-15T20:50:00.000-05:00' arrival_timestamp: 1723773000 flight_number: '241' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MCO to_iata: IAH segment_leg_position: 0 - departure_time: '2024-08-15T21:35:00.000-05:00' departure_timestamp: 1723775700 arrival_time: '2024-08-15T22:55:00.000-06:00' arrival_timestamp: 1723784100 flight_number: '429' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IAH to_iata: MEX segment_leg_position: 0 - departure_time: '2024-08-20T14:15:00.000-06:00' departure_timestamp: 1724184900 arrival_time: '2024-08-20T17:35:00.000-05:00' arrival_timestamp: 1724193300 flight_number: '1838' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MEX to_iata: IAH segment_leg_position: 1 - departure_time: '2024-08-20T19:50:00.000-05:00' departure_timestamp: 1724201400 arrival_time: '2024-08-20T22:38:00.000-07:00' arrival_timestamp: 1724218680 flight_number: '1797' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: IAH to_iata: YVR segment_leg_position: 1 - pricing_solution_id: 18529a99f4654060bb01d33a90619a25a8efda87 is_vi_segment: false price: 252.62 weight: 530.12 segment_position: 2 segment_source: travelport is_private_fare: false baggage: null legs: - departure_time: '2024-08-25T06:00:00-07:00' departure_timestamp: 1724590800 arrival_time: '2024-08-25T12:06:00-05:00' arrival_timestamp: 1724605560 flight_number: '1099' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: DFW segment_leg_position: 2 - departure_time: '2024-08-25T13:31:00-05:00' departure_timestamp: 1724610660 arrival_time: '2024-08-25T18:15:00-04:00' arrival_timestamp: 1724624100 flight_number: '2246' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: JFK segment_leg_position: 2 metadata: - segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Houston, TX, USA (IAH) Destination: IAH DepartureTime: '2024-08-15T19:17:00.000-04:00' DepartureTimestamp: 1723763820 ArrivalTime: '2024-08-15T20:50:00.000-05:00' ArrivalTimestamp: 1723773000 FlightNumber: '241' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 153 AircraftType: '739' AvailabilitySource: Q Key: H1rAnAUqWDKANYmGQAAAAA== BookingCode: T cabin_class: Economy - OriginName: Houston, TX, USA (IAH) Origin: IAH DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T21:35:00.000-05:00' DepartureTimestamp: 1723775700 ArrivalTime: '2024-08-15T22:55:00.000-06:00' ArrivalTimestamp: 1723784100 FlightNumber: '429' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 140 AircraftType: '319' AvailabilitySource: Q Key: H1rAnAUqWDKAPYmGQAAAAA== BookingCode: T cabin_class: Economy - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: Houston, TX, USA (IAH) Destination: IAH DepartureTime: '2024-08-20T14:15:00.000-06:00' DepartureTimestamp: 1724184900 ArrivalTime: '2024-08-20T17:35:00.000-05:00' ArrivalTimestamp: 1724193300 FlightNumber: '1838' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 140 AircraftType: '320' AvailabilitySource: S Key: H1rAnAUqWDKARYmGQAAAAA== BookingCode: T cabin_class: Economy - OriginName: Houston, TX, USA (IAH) Origin: IAH DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T19:50:00.000-05:00' DepartureTimestamp: 1724201400 ArrivalTime: '2024-08-20T22:38:00.000-07:00' ArrivalTimestamp: 1724218680 FlightNumber: '1797' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 288 AircraftType: '738' AvailabilitySource: S Key: H1rAnAUqWDKATYmGQAAAAA== BookingCode: T cabin_class: Economy - segment_source: travelport legs: - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-25T06:00:00-07:00' DepartureTimestamp: 1724590800 ArrivalTime: '2024-08-25T12:06:00-05:00' ArrivalTimestamp: 1724605560 FlightNumber: '1099' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 246 Key: 29f1b19c966f6b5d0edd6f065922ed7e7811a25d fare_type: Published fare FareBasisCode: NVACZSN3 BookingCode: N cabin_class: Economic Standard - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T13:31:00-05:00' DepartureTimestamp: 1724610660 ArrivalTime: '2024-08-25T18:15:00-04:00' ArrivalTimestamp: 1724624100 FlightNumber: '2246' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 224 Key: 57ac8964324332974e626ed1dec11c05bf5a6d65 fare_type: Published fare FareBasisCode: NVACZSN3 BookingCode: N cabin_class: Economic Standard markup: 530 - itinerary_id: 2c8e2256f426f9039083860c80d92984517de485 total_price: 1227.24 weight: 1834.24 transportation_time: 1214 refundable: false is_virtual_interline: false structure: '[0, (1, 2)]' flight_numbers: - AC302 - AC8898 - AC997 - AM443 segments: - pricing_solution_id: 39d028e5e36e84ead36b951f52f6c12162420a22 is_vi_segment: false price: 362.8 weight: 447.8 segment_position: 0 segment_source: travelport baggage: null legs: - departure_time: '2024-08-15T17:25:00-04:00' departure_timestamp: 1723757100 arrival_time: '2024-08-15T19:15:00-05:00' arrival_timestamp: 1723767300 flight_number: '443' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: MEX segment_leg_position: 0 - pricing_solution_id: a492adf400d97378a07d8ca988cf1fb121575c20 is_vi_segment: false price: 864.44 weight: 1386.44 segment_position: - 1 - 2 segment_source: travelport baggage: null legs: - departure_time: '2024-08-20T06:30:00-05:00' departure_timestamp: 1724153400 arrival_time: '2024-08-20T11:25:00-07:00' arrival_timestamp: 1724178300 flight_number: '997' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MEX to_iata: YVR segment_leg_position: 1 - departure_time: '2024-08-25T07:50:00-07:00' departure_timestamp: 1724597400 arrival_time: '2024-08-25T15:42:00-04:00' arrival_timestamp: 1724614920 flight_number: '302' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YUL segment_leg_position: 2 - departure_time: '2024-08-25T19:30:00-04:00' departure_timestamp: 1724628600 arrival_time: '2024-08-25T21:19:00-04:00' arrival_timestamp: 1724635140 flight_number: '8898' operating_carrier: AC transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YUL to_iata: JFK segment_leg_position: 2 metadata: - segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T17:25:00-04:00' DepartureTimestamp: 1723757100 ArrivalTime: '2024-08-15T19:15:00-05:00' ArrivalTimestamp: 1723767300 FlightNumber: '443' Carrier: AM CarrierFullName: Aeromexico FlightTime: 170 Key: e5f4e412f6b0d9540537388ab6307aad26c58da8 fare_type: Published fare FareBasisCode: NHNL0SBM BookingCode: V cabin_class: Economic Standard - segment_source: travelport legs: - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T06:30:00-05:00' DepartureTimestamp: 1724153400 ArrivalTime: '2024-08-20T11:25:00-07:00' ArrivalTimestamp: 1724178300 FlightNumber: '997' Carrier: AC CarrierFullName: Air Canada FlightTime: 415 Key: 9effcc233c0b9d222266c1a252b9c3fabdd794e4 fare_type: Published fare FareBasisCode: GLYAT4BA BookingCode: G cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Montreal, PQ, Canada (YUL) Destination: YUL DepartureTime: '2024-08-25T07:50:00-07:00' DepartureTimestamp: 1724597400 ArrivalTime: '2024-08-25T15:42:00-04:00' ArrivalTimestamp: 1724614920 FlightNumber: '302' Carrier: AC CarrierFullName: Air Canada FlightTime: 292 Key: d61a4989c14ad3b36835db570d945f16e409ab75 fare_type: Published fare FareBasisCode: TNA5A2BA BookingCode: T cabin_class: Economic Standard - OriginName: Montreal, PQ, Canada (YUL) Origin: YUL DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T19:30:00-04:00' DepartureTimestamp: 1724628600 ArrivalTime: '2024-08-25T21:19:00-04:00' ArrivalTimestamp: 1724635140 FlightNumber: '8898' Carrier: AC CarrierFullName: Air Canada FlightTime: 109 Key: 75c55317278bd60f33fb2eaccff8a12e6ae97137 fare_type: Published fare FareBasisCode: TNA5A2BA BookingCode: T cabin_class: Economic Standard markup: 614 - itinerary_id: a94d328c5d81a0fb01e5af0b45f5dd671eb9ea0f total_price: 1085.62 weight: 1836.62 transportation_time: 1502 refundable: false is_virtual_interline: true structure: '[0, 1, 2]' flight_numbers: - AA1099 - AA2246 - AA505 - DL2127 - UA2051 - UA820 segments: - pricing_solution_id: 04ffb3c7227776a88c8a005e885da2306a33bbe0 is_vi_segment: true price: 143.4 weight: 173.9 segment_position: 0 segment_source: travelport is_private_fare: false baggage: null vi_solution_id: 04ffb3c7227776a88c8a005e885da2306a33bbe0__3dc57e087c2ce54fbe0a95e306cb5296b3361395 vi_solution_index: 0 risk_profile: 10 legs: - departure_time: '2024-08-15T07:20:00-04:00' departure_timestamp: 1723720800 arrival_time: '2024-08-15T08:21:00-04:00' arrival_timestamp: 1723724460 flight_number: '2127' operating_carrier: DL transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: MIA cancellation_probability: 0 average_delay_time: -17 is_international: false self_transfer_time: 199 segment_leg_position: 0 - pricing_solution_id: 3dc57e087c2ce54fbe0a95e306cb5296b3361395 is_vi_segment: true price: 225.8 weight: 295.8 segment_position: 0 segment_source: travelport is_private_fare: false baggage: null vi_solution_id: 04ffb3c7227776a88c8a005e885da2306a33bbe0__3dc57e087c2ce54fbe0a95e306cb5296b3361395 vi_solution_index: 1 risk_profile: 10 legs: - departure_time: '2024-08-15T11:40:00-04:00' departure_timestamp: 1723736400 arrival_time: '2024-08-15T13:00:00-05:00' arrival_timestamp: 1723744800 flight_number: '505' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MIA to_iata: MEX segment_leg_position: 0 - pricing_solution_id: bab3912e4c32628fcde6ae04e5c72c4dfad39168 is_vi_segment: false price: 463.8 weight: 737.3 segment_position: 1 segment_source: travelport is_private_fare: false baggage: null legs: - departure_time: '2024-08-20T05:05:00.000-06:00' departure_timestamp: 1724151900 arrival_time: '2024-08-20T08:51:00.000-07:00' arrival_timestamp: 1724169060 flight_number: '820' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: MEX to_iata: SFO segment_leg_position: 1 - departure_time: '2024-08-20T10:49:00.000-07:00' departure_timestamp: 1724176140 arrival_time: '2024-08-20T13:12:00.000-07:00' arrival_timestamp: 1724184720 flight_number: '2051' operating_carrier: UA transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: SFO to_iata: YVR segment_leg_position: 1 - pricing_solution_id: 18529a99f4654060bb01d33a90619a25a8efda87 is_vi_segment: false price: 252.62 weight: 530.12 segment_position: 2 segment_source: travelport is_private_fare: false baggage: null legs: - departure_time: '2024-08-25T06:00:00-07:00' departure_timestamp: 1724590800 arrival_time: '2024-08-25T12:06:00-05:00' arrival_timestamp: 1724605560 flight_number: '1099' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: DFW segment_leg_position: 2 - departure_time: '2024-08-25T13:31:00-05:00' departure_timestamp: 1724610660 arrival_time: '2024-08-25T18:15:00-04:00' arrival_timestamp: 1724624100 flight_number: '2246' operating_carrier: AA transportation_type: flight fare_type: Published fare cabin_class: E from_iata: DFW to_iata: JFK segment_leg_position: 2 metadata: - - segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Miami, FL, USA (MIA) Destination: MIA DepartureTime: '2024-08-15T07:20:00-04:00' DepartureTimestamp: 1723720800 ArrivalTime: '2024-08-15T08:21:00-04:00' ArrivalTimestamp: 1723724460 FlightNumber: '2127' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 61 Key: 98edf48ecba346d1c4e726ac576be434b3cac64b fare_type: Published fare FareBasisCode: XAWSA6BQ BookingCode: E cabin_class: Economic Standard - segment_source: travelport legs: - OriginName: Miami, FL, USA (MIA) Origin: MIA DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T11:40:00-04:00' DepartureTimestamp: 1723736400 ArrivalTime: '2024-08-15T13:00:00-05:00' ArrivalTimestamp: 1723744800 FlightNumber: '505' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 140 Key: 7e1a978c13512beb6ed0d3ce31110f7696039113 fare_type: Published fare FareBasisCode: ONN7ATM1 BookingCode: O cabin_class: Economic Standard - segment_source: travelport legs: - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: San Francisco, CA, USA (SFO) Destination: SFO DepartureTime: '2024-08-20T05:05:00.000-06:00' DepartureTimestamp: 1724151900 ArrivalTime: '2024-08-20T08:51:00.000-07:00' ArrivalTimestamp: 1724169060 FlightNumber: '820' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 286 AircraftType: '319' AvailabilitySource: Q Key: lbzAnAVqWDKAlYkLQAAAAA== BookingCode: T cabin_class: Economy - OriginName: San Francisco, CA, USA (SFO) Origin: SFO DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T10:49:00.000-07:00' DepartureTimestamp: 1724176140 ArrivalTime: '2024-08-20T13:12:00.000-07:00' ArrivalTimestamp: 1724184720 FlightNumber: '2051' Carrier: UA CarrierFullName: United Airlines Inc. FlightTime: 143 AircraftType: '738' AvailabilitySource: Q Key: lbzAnAVqWDKAnYkLQAAAAA== BookingCode: T cabin_class: Economy - segment_source: travelport legs: - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Dallas, TX, USA (DFW) Destination: DFW DepartureTime: '2024-08-25T06:00:00-07:00' DepartureTimestamp: 1724590800 ArrivalTime: '2024-08-25T12:06:00-05:00' ArrivalTimestamp: 1724605560 FlightNumber: '1099' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 246 Key: 29f1b19c966f6b5d0edd6f065922ed7e7811a25d fare_type: Published fare FareBasisCode: NVACZSN3 BookingCode: N cabin_class: Economic Standard - OriginName: Dallas, TX, USA (DFW) Origin: DFW DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T13:31:00-05:00' DepartureTimestamp: 1724610660 ArrivalTime: '2024-08-25T18:15:00-04:00' ArrivalTimestamp: 1724624100 FlightNumber: '2246' Carrier: AA CarrierFullName: American Airlines Inc. FlightTime: 224 Key: 57ac8964324332974e626ed1dec11c05bf5a6d65 fare_type: Published fare FareBasisCode: NVACZSN3 BookingCode: N cabin_class: Economic Standard markup: 498 - itinerary_id: b1565f106478b82951813439925c8f3f28244f01 total_price: 1076.02 weight: 1593.52 transportation_time: 1035 refundable: false is_virtual_interline: false structure: '[(0, 2), 1]' flight_numbers: - AM600 - AM7978 - WS6907 - WS6948 segments: - pricing_solution_id: 80ee1a6b20f93d965adf674606f8ec1fc79d56d4 is_vi_segment: false price: 497.7 weight: 702.7 segment_position: 1 segment_source: travelport is_private_fare: false baggage: null legs: - departure_time: '2024-08-20T01:20:00-05:00' departure_timestamp: 1724134800 arrival_time: '2024-08-20T06:10:00-07:00' arrival_timestamp: 1724159400 flight_number: '694' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MEX to_iata: YVR segment_leg_position: 1 - pricing_solution_id: a602b6007fb01c1e8cfa1cc472ab9b5bfbed92a5 is_vi_segment: false price: 583.02 weight: 893.52 segment_position: - 0 - 2 segment_source: travelport is_private_fare: false baggage: null legs: - departure_time: '2024-08-15T17:25:00-04:00' departure_timestamp: 1723757100 arrival_time: '2024-08-15T19:10:00-05:00' arrival_timestamp: 1723767000 flight_number: '7978' operating_carrier: AM transportation_type: flight fare_type: Published fare cabin_class: E from_iata: MCO to_iata: MEX segment_leg_position: 0 - departure_time: '2024-08-25T06:00:00-07:00' departure_timestamp: 1724590800 arrival_time: '2024-08-25T08:26:00-06:00' arrival_timestamp: 1724595960 flight_number: '6907' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YVR to_iata: YYC segment_leg_position: 2 - departure_time: '2024-08-25T09:50:00-06:00' departure_timestamp: 1724601000 arrival_time: '2024-08-25T16:36:00-04:00' arrival_timestamp: 1724618160 flight_number: '6948' operating_carrier: WS transportation_type: flight fare_type: Published fare cabin_class: E from_iata: YYC to_iata: JFK segment_leg_position: 2 metadata: - segment_source: travelport legs: - OriginName: Mexico City, Mexico (MEX) Origin: MEX DestinationName: Vancouver, BC, Canada (YVR) Destination: YVR DepartureTime: '2024-08-20T08:45:00-05:00' DepartureTimestamp: 1724161500 ArrivalTime: '2024-08-20T13:39:00-07:00' ArrivalTimestamp: 1724186340 FlightNumber: '600' Carrier: AM CarrierFullName: Aeromexico FlightTime: 414 Key: 80d251a65b947baefd5057abcce192b584892114 fare_type: Published fare FareBasisCode: RLNM09EU BookingCode: V cabin_class: Economic Standard - segment_source: travelport legs: - OriginName: Orlando, FL, USA (MCO) Origin: MCO DestinationName: Mexico City, Mexico (MEX) Destination: MEX DepartureTime: '2024-08-15T17:25:00-04:00' DepartureTimestamp: 1723757100 ArrivalTime: '2024-08-15T19:10:00-05:00' ArrivalTimestamp: 1723767000 FlightNumber: '7978' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 165 Key: c95b5b789506f22ab1fed7328e5044d881b002b5 fare_type: Published fare OperatingCarrier: AM OperatingCarrierFullName: Aeromexico FareBasisCode: VHNL0SBM BookingCode: E cabin_class: Economic Standard - OriginName: Vancouver, BC, Canada (YVR) Origin: YVR DestinationName: Calgary, AB, Canada (YYC) Destination: YYC DepartureTime: '2024-08-25T06:00:00-07:00' DepartureTimestamp: 1724590800 ArrivalTime: '2024-08-25T08:26:00-06:00' ArrivalTimestamp: 1724595960 FlightNumber: '6907' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 86 Key: 02e184614b2a812a7951bc6f664c72bcb73e57a6 fare_type: Published fare OperatingCarrier: WS OperatingCarrierFullName: Westjet FareBasisCode: VAVNA0ME BookingCode: V cabin_class: Economic Standard - OriginName: Calgary, AB, Canada (YYC) Origin: YYC DestinationName: New York, NY, USA (JFK) Destination: JFK DepartureTime: '2024-08-25T09:50:00-06:00' DepartureTimestamp: 1724601000 ArrivalTime: '2024-08-25T16:36:00-04:00' ArrivalTimestamp: 1724618160 FlightNumber: '6948' Carrier: DL CarrierFullName: Delta Airlines Inc. FlightTime: 286 Key: 6ced259080715657dc2e0471cd3c693b8d1ec514 fare_type: Published fare OperatingCarrier: WS OperatingCarrierFullName: Westjet FareBasisCode: VAVNA0ME BookingCode: V cabin_class: Economic Standard markup: 548 TwoWayOJVIGenerateSolutionResponse: summary: Two Way Open Jaw VI Generate Solution Response value: trip_id: gAAAAABnK_j3bxVVVqkkNKdvJNKJaTf2LOysajzKhOXoLaAm0VYomvOYR_2sYG8MA25mcZVHkNN9W7x4r1AzLvgrKq2lg1yLjwso-L6cgy0kqKHUMfczGsZu1KJzNx9pJGLQ3wJJt9ZqFs4ot97jeQNroZ9qE-0hM4yF9Fe9VtZceMaySHGbx56HZm6-GWW_4GzDMOAenKW6XEjrZ6nB6cbn6TQh_QBFf2HXpTMw6COvPSIdUIfnk8B23PmmEab9uzJyuJ2qDBn1YH8-jTIjpbY1pWAnCBjo-uhuNWBSHQ3-pZEMGEnersmg8mtYoEg3ZC-UEwXn5Cvk3xEFhfKRlR3SkAVufuG7xD_XmaDsy0NPEj8m_ggzPAL3r1-gRwTjRVRrBYKhISlyhi8ifqjHaKz6xfHWQuhrfNABIIlYEueqMdgDX581oP3udNpHsjCla4ThdTEE6ld6PzhBfe__eublLigrB2kO6Sq2TYTqTso8oV0Nrf7u7z419tpKR1P05dkaPS35XLdw4k62geuqkizSmivhtRYumye2nA_EdvsBnJ1S5wrZ8zlfc5Kl1ZaUxp_8yeATmda-YyFeqXjiSwgK9p0-7dHM5mgDEroKv4kMRFD_qg0RUDN8hzeOxIuy9pfxIdRz8GLHIC1_HFZPWhz5iq9e37nXCWryFlAUqAX4Z6KcOw--XjOG2w5NP3fCi8jWyeNSS98N0JFDG6pprShrV8DP7em1qCHsCw0_lSSwc7WCLZ2TPEpVfGQwQvNTbXD4tv_V-yMyTwKTUclgHyfJ1CRbFDTWVqE2x55MKs4_thqVMgaZQapNu6p4_SkOrJkCegnhT_g6zE5WJRf7AsWa2--B3KAF-Oyq1flldjrkJdhjLIkd654L_GTYpb1qHuX1xZrw3HC9XkCcRdgweWNTYgH7-l_QZglAoZJidYvP6Te09IXp2Ie0qJZb76vVTpG0caeeYj84jjKOTfQfBIrxuHpf_ZaYl6nN9O8On0ynu4TQADjhSzaPzcgKqSWW00NmS5_c1Mn0SvZx4J9mk8sHjkeAVNSpi8Fco6LFvYdiGFms_JYclz4m4ZqQE1AcvI3Nh5ZPBqUKAEoTwaDLb-JW8V1oy71yW-LlRk1mZPwPTEeoOfgZA1baIEnQGFpCh_c75kzhisA7FfPPXjQ1uZ9ApWlgbtApkXt1pib7L3OPdSdDCuXPSLx7QAE7bc_oPsy-rW_Gl0eGooVAfRsCgqO_IOZPlQnuz6uzvzZ-2l5vwq4pCT2zNIxtL8aM1WuJ_QOZyYDB_jfvIO6tDa6O1moMgcaHe4HjqP5E2wGfYLrGr1Zy1Nc2tS9Ny5wu7eFvDM9JrnVYbHh8P5HKrMQqdCsuHbzIazXGbIL4NYmo4w-DBUgVp0Pex0NNLsPy7MakFsaKPJnc1LLr2KGDECICGHe2YImLiOpzTGOEYFcGzHMxzU_2ZX7xyTiCdZ78TNKOC4DmjZGKrsLcyj33p6sVMCB-NQAW-w-QZPpSho52CXOFudjHosP9smEUHF7Epfp5LdFXaFLtIbCa_y8Oq7joUnCjXHKGMdS8cUhxtjQ3nCUYZM5RG6CKnrbMug2J4REbvNDv99L0LB5COsWUrVRjpySbtjHq8WShU_dEDXS9hQkFLxz2lH_Y4-r6nR2xRendqucUXlzwuDJ8ZyKIyFIWViAKfOC3gZGFdfKVbakKlqBeNWlayfyfwXGbraKo8hj3Fq366xiu0ODzoXIf9dEZTCj9WSU1kmCExJkFDvOAxGdDYBu-0AxbLxq3uHceGx45AwkkJrgOBeNT4wAaX-fo0bp_D04Dnyy3FDi-p95tfS3g3U66Qr-vMXGQyXMR8zGiGevJXcyiCpEk1fevk4RA6gDtr9JLV1AJS6AEoWaXSWZmHQafPJQfspAo14aDAyI9Vx2ZyZiIxmkVy8hYkeydVWFCP_qB0e73L3AiOskf5ZatTzQUtfGq-neEnDciEEl5F6ImQWrW_4LBM_RVEEo53TvFPSR92v_znjtu_1qGk08W5s_FoaOgn6mXYTym7xKHat1gwaitz5TOCrOgSQBgbSw9YxM_o-V7-5Ou86H3gSkon_JGRLqj6CyQFbJR7-RShw-rMB856yU9tGy2Tkr_AQJ2bkilQ3LseB-DVNF2lqJp3A9D-bsnBXKZHBcyOVnompnqOavfqj0uxxWfeVmIt29nT7xuO9sz-eL0vmw8BOzAn00w2A-NinNrIfspI5dsTJOt1rCzveHWfuuPjLcsUMkqXvc8sNwr3-i9dcUnNHtGLKrHVLtr3aiKrNxekujQdsyCc1nYLG3KubT_t5pkvP7l-otIV2OQ5Jx0KvbGuZu5f93Tbz5MB3XbLEFXMP1Pfk7tPX-afEGMydTNbYQQQVWfpuFRDaJAuEqiEK6_XE_Z73wm30hzZgKSZU5Xl8ucj_pUUDzuz4ADl3Rau8g3xgNGl-c9_4P9vShYom6nA0lCDRq_n6X3ydK2fggPr6Ws031dJtM6NSedlL_6xViM0XX_T0GFqJT-5LDwvTdeWdkUREK8_4wx9ym43JmS110wPxIUGhhwE_wOqTHC5vtKy9XcjQ5RULehcA== currency: USD itineraries: - itinerary_id: 0d0e5d5177e745f8c02478fa7755a28ee9530e00 total_price: 888.01 weight: 0 transportation_time: 2505 refundable: null is_private_fare: false is_virtual_interline: true structure: '[0, 1]' is_vi_openjaw: true flight_numbers: - LH920 - LH923 - TW403 - TW404 segments: - pricing_solution_id: 2cd5525d39fbf1b8a394aba1a6334dbf031278cd is_vi_segment: true price: 301.12 weight: 301.12 baggage: 23kg segment_position: - 0 - 1 segment_source: travelport vi_solution_id: 2cd5525d39fbf1b8a394aba1a6334dbf031278cd__9a82d0abea353b3a8c4411ac4885e9cb00c5db1c__98a5581d8c2facc623113bf2e5c624523fcc983b vi_solution_index: - 0 - 3 segment_type: Open Jaw legs: - departure_time: '2024-11-25T07:30:00.000+00:00' departure_timestamp: 1732519800 arrival_time: '2024-11-25T10:05:00.000+01:00' arrival_timestamp: 1732525500 flight_number: '923' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: LHR to_iata: FRA segment_leg_position: 0 - departure_time: '2024-11-30T20:00:00.000+01:00' departure_timestamp: 1732993200 arrival_time: '2024-11-30T20:45:00.000+00:00' arrival_timestamp: 1732999500 flight_number: '920' operating_carrier: LH transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: LHR segment_leg_position: 1 - pricing_solution_id: 9a82d0abea353b3a8c4411ac4885e9cb00c5db1c is_vi_segment: true price: 306.07 weight: 306.07 baggage: 23kg segment_position: 0 segment_source: travelport vi_solution_id: 2cd5525d39fbf1b8a394aba1a6334dbf031278cd__9a82d0abea353b3a8c4411ac4885e9cb00c5db1c__98a5581d8c2facc623113bf2e5c624523fcc983b vi_solution_index: 1 segment_type: One Way legs: - departure_time: '2024-11-25T18:30:00.000+01:00' departure_timestamp: 1732555800 arrival_time: '2024-11-26T14:30:00.000+09:00' arrival_timestamp: 1732599000 flight_number: '404' operating_carrier: TW transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: FRA to_iata: ICN segment_leg_position: 0 - pricing_solution_id: 98a5581d8c2facc623113bf2e5c624523fcc983b is_vi_segment: true price: 280.82 weight: 280.82 baggage: 23kg segment_position: 1 segment_source: travelport vi_solution_id: 2cd5525d39fbf1b8a394aba1a6334dbf031278cd__9a82d0abea353b3a8c4411ac4885e9cb00c5db1c__98a5581d8c2facc623113bf2e5c624523fcc983b vi_solution_index: 2 segment_type: One Way legs: - departure_time: '2024-11-30T10:00:00.000+09:00' departure_timestamp: 1732928400 arrival_time: '2024-11-30T16:30:00.000+01:00' arrival_timestamp: 1732980600 flight_number: '403' operating_carrier: TW transportation_type: flight fare_type: PublicFare cabin_class: E from_iata: ICN to_iata: FRA segment_leg_position: 1 metadata: [] markup: 83 x-refined-from: - webjet-tripninja-farestructure-generate-solutions-openapi.yml - webjet-tripninja-smartflights-generate-solutions-openapi.yml - webjet-tripninja-v2-core-openapi.yml - webjet-tripninja-virtual-interlining-generate-solutions-openapi.yml