Resource details
Données temps-réel du réseau RUBAN suivant la structure GTFS-RT au format Protocol Buffers.
This resource file is part of the dataset Réseau urbain Ruban.
Download availability
Learn more
HEAD request with a timeout of 5 seconds. If we detect a downtime, we perform subsequent tests every 10 minutes, until the resource is back online.For SIRI and SIRI Lite feeds, we perform a
GET request: a 401 or 405 status code is considered successful. In case of HTTP 500, the feed will be considered unavailable, unless the body appears to contain SOAP.Validation details
❌7,989 errors, 368 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-01-21 at 08:06 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
Sequential stop_time_update times are not increasing E022 120 errors
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Sample errors
- trip_id 957-36247 stop_sequence 3 arrival_time 08:07:00 (1768979220) is equal to previous stop arrival_time 08:07:00 (1768979220) - times must increase between two sequential stops
- trip_id 957-36247 stop_sequence 3 arrival_time 08:07:00 (1768979220) is equal to previous stop departure_time 08:07:00 (1768979220) - times must increase between two sequential stops
- trip_id 957-36247 stop_sequence 3 departure_time 08:07:00 (1768979220) is equal to previous stop departure_time 08:07:00 (1768979220) - times must increase between two sequential stops
- trip_id 957-36247 stop_sequence 3 departure_time 08:07:00 (1768979220) is equal to previous stop arrival_time 08:07:00 (1768979220) - times must increase between two sequential stops
- trip_id 957-36247 stop_sequence 4 arrival_time 08:07:00 (1768979220) is equal to previous stop arrival_time 08:07:00 (1768979220) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 3 errors
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Sample errors
- trip_id 42190{2091_2}-Période Scolaire Sep 2024-2025_5_LMWJV stop_sequence 2 departure_time 07:48:50 (1768978130) is less than the same stop arrival_time 07:52:20 (1768978340) - departure time must be equal to or greater than arrival time
- trip_id 965-37616 stop_sequence 0 departure_time 06:59:38 (1768975178) is less than the same stop arrival_time 06:59:53 (1768975193) - departure time must be equal to or greater than arrival time
- trip_id 957-36334 stop_sequence 7 departure_time 07:23:19 (1768976599) is less than the same stop arrival_time 07:26:15 (1768976775) - departure time must be equal to or greater than arrival time
stop_time_update doesn't have arrival or departure E043 7,866 errors
If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided
Sample errors
- trip_id 1165-38316 stop_sequence 3 doesn't have arrival or departure
- trip_id 1174-38746 stop_sequence 3 doesn't have arrival or departure
- trip_id 1174-38746 stop_sequence 4 doesn't have arrival or departure
- trip_id 1161-38329 stop_sequence 21 doesn't have arrival or departure
- trip_id 965-37616 stop_sequence 1 doesn't have arrival or departure
Warnings
vehicle_id not populated W002 244 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id 983-38051 does not have a vehicle_id
- trip_id 983-38047 does not have a vehicle_id
- trip_id 983-38043 does not have a vehicle_id
- trip_id 981-38053 does not have a vehicle_id
- trip_id 981-38050 does not have a vehicle_id
ID in one feed missing from the other W003 124 errors
a trip_id that is provided in the VehiclePositions feed should be provided in the TripUpdates feed, and a vehicle_id that is provided in the TripUpdates feed should be provided in the VehiclePositions feed
Sample errors
- trip_id 1165-38328 is in TripUpdates but not in VehiclePositions feed
- trip_id 42190{2091_2}-Période Scolaire Sep 2024-2025_5_LMWJV is in TripUpdates but not in VehiclePositions feed
- trip_id 956-38056 is in TripUpdates but not in VehiclePositions feed
- trip_id 1161-38315 is in TripUpdates but not in VehiclePositions feed
- trip_id 955-36244 is in TripUpdates but not in VehiclePositions feed
Previous validations
Here is a recap of all the error types encountered over the last 30 days.
| Error ID | Description | Errors count | Number of occurences |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 3,108 | 23 times (79 % of validations) |
| W003 | a trip_id that is provided in the VehiclePositions feed should be provided in the TripUpdates feed, and a vehicle_id that is provided in the TripUpdates feed should be provided in the VehiclePositions feed | 649 | 23 times (79 % of validations) |
| E043 | If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided | 8,525 | 22 times (76 % of validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 31 | 14 times (48 % of validations) |
| E047 | If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds. | 22 | 11 times (38 % of validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 1,861 | 10 times (34 % of validations) |
| E029 | The vehicle position should be within a certain distance of the GTFS shapes.txt data for the current trip unless there is a Service Alert with the Effect of DETOUR for this trip_id. | 2 | 2 times (7 % of validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 2 | 2 times (7 % of validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 1 | 1 times (3 % of validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 1 | 1 times (3 % of validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 244 | 1 times (3 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-01-21 at 13:44 Europe/Paris.
trip_updates (320) vehicle_positions (12) service_alerts (0)Entities seen in the last 7 days.
trip_updates vehicle_positionsDecoded GTFS-RT feed
See full payload
Here is the decoded GTFS-RT feed Protobuf at 2026-01-21 at 13:44 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "vehicle:636a2e22c520d5a13c77e532",
"vehicle": {
"currentStopSequence": 22,
"position": {
"latitude": 45.594993591308594,
"longitude": 5.283323287963867
},
"stopId": "BJBELRI1",
"timestamp": "1768999453",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "965-37624"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e10f",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 21,
"position": {
"latitude": 45.63710403442383,
"longitude": 5.108168125152588
},
"stopId": "QFMUGUE1",
"timestamp": "1768999453",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1179-38370"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e10f",
"label": "1330",
"licensePlate": "FS-755-LT"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e3cb",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 29,
"position": {
"latitude": 45.61203384399414,
"longitude": 5.2643632888793945
},
"stopId": "BJPREPO2",
"timestamp": "1768999452",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38039"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e4f3",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 29,
"position": {
"latitude": 45.61738204956055,
"longitude": 5.138681888580322
},
"stopId": "VFCHAR2",
"timestamp": "1768999450",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "1178-38772"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e4f3",
"label": "1316",
"licensePlate": "CD-847-QX"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e657",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 6,
"position": {
"latitude": 45.61820983886719,
"longitude": 5.163050174713135
},
"stopId": "VFRPMUI1",
"timestamp": "1768999450",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_1_9"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e657",
"label": "1526",
"licensePlate": "FB-994-BM"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77ded0",
"vehicle": {
"currentStopSequence": 35,
"position": {
"latitude": 45.55980682373047,
"longitude": 5.3043599128723145
},
"stopId": "NVPLACE1",
"timestamp": "1768999449",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "974-38820"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "vehicle:63c518f7e70e2cf76f8f8063",
"vehicle": {
"currentStopSequence": 9,
"position": {
"latitude": 45.608619689941406,
"longitude": 5.220363140106201
},
"stopId": "BJXBLAN1",
"timestamp": "1768999449",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "976-38040"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77deb2",
"vehicle": {
"currentStopSequence": 19,
"position": {
"latitude": 45.611488342285156,
"longitude": 5.244818210601807
},
"stopId": "BJZACHA1",
"timestamp": "1768999447",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "975-38834"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e50d",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 0,
"position": {
"latitude": 45.61997985839844,
"longitude": 5.206669807434082
},
"stopId": "IDPISCI1",
"timestamp": "1768999439",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "968-38821"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77dee7",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 0,
"position": {
"latitude": 45.627220153808594,
"longitude": 5.134105205535889
},
"stopId": "QFMOINE1",
"timestamp": "1768999435",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1173-38701"
},
"vehicle": {
"id": "636a2e22c520d5a13c77dee7",
"label": "1322",
"licensePlate": "DQ-973-PT"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e127",
"vehicle": {
"currentStopSequence": 8,
"position": {
"latitude": 45.617095947265625,
"longitude": 5.321366786956787
},
"stopId": "SSMOLLA1",
"timestamp": "1768999373",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37610"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e23a",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 12,
"position": {
"latitude": 45.590702056884766,
"longitude": 5.272218227386475
},
"stopId": "BJVAUCA2",
"timestamp": "1768999368",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "972-38848"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:968-38819",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768992351"
},
"departure": {
"time": "1768992570"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768992599"
},
"departure": {
"time": "1768992638"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768992661"
},
"departure": {
"time": "1768992672"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768992706"
},
"departure": {
"time": "1768992744"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768992770"
},
"departure": {
"time": "1768992808"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768992813"
},
"departure": {
"time": "1768992823"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768992853"
},
"departure": {
"time": "1768992864"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768992880"
},
"departure": {
"time": "1768992912"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768992999"
},
"departure": {
"time": "1768993004"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768993327"
},
"departure": {
"time": "1768993359"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768993432"
},
"departure": {
"time": "1768993490"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768993532"
},
"departure": {
"time": "1768993578"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768993674"
},
"departure": {
"time": "1768993694"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768993740"
},
"departure": {
"time": "1768993771"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768993804"
},
"departure": {
"time": "1768993902"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768993918"
},
"departure": {
"time": "1768993952"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768993984"
},
"departure": {
"time": "1768994021"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768994057"
},
"departure": {
"time": "1768994086"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768994157"
},
"departure": {
"time": "1768994195"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768994223"
},
"departure": {
"time": "1768994248"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768994273"
},
"departure": {
"time": "1768994315"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768994370"
},
"departure": {
"time": "1768994432"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768994569"
},
"departure": {
"time": "1768994656"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768994687"
},
"departure": {
"time": "1768994740"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768994787"
},
"departure": {
"time": "1768994821"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768994881"
},
"departure": {
"time": "1768994922"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768994932"
},
"departure": {
"time": "1768994963"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768994973"
},
"departure": {
"time": "1768995014"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768995030"
},
"departure": {
"time": "1768995065"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768995152"
},
"departure": {
"time": "1768995190"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768995269"
},
"departure": {
"time": "1768995300"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768995398"
},
"departure": {
"time": "1768995403"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768995559"
},
"departure": {
"time": "1768995593"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768995702"
},
"departure": {
"time": "1768995733"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768995790"
},
"departure": {
"time": "1768995822"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768995893"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1768999439",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "968-38819"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:964-37608",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768986391"
},
"departure": {
"time": "1768986404"
},
"stopId": "SSFLOS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768986537"
},
"departure": {
"time": "1768986549"
},
"stopId": "SSSMART1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768986678"
},
"departure": {
"time": "1768986691"
},
"stopId": "SSZONEA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768986771"
},
"departure": {
"time": "1768986780"
},
"stopId": "SSPRECH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768986972"
},
"departure": {
"time": "1768987009"
},
"stopId": "SSEGLIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768987100"
},
"departure": {
"time": "1768987117"
},
"stopId": "SSTRUIT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768987345"
},
"stopId": "SSDEMPT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768987374"
},
"departure": {
"time": "1768987381"
},
"stopId": "SSDEMPT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768987497"
},
"departure": {
"time": "1768987509"
},
"stopId": "SSMOLLA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768987651"
},
"departure": {
"time": "1768987659"
},
"stopId": "BJALBIZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768987667"
},
"departure": {
"time": "1768987709"
},
"stopId": "BJLOUP2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768987725"
},
"departure": {
"time": "1768987736"
},
"stopId": "BJCHPAG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768987777"
},
"departure": {
"time": "1768987783"
},
"stopId": "BJPMONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768987804"
},
"departure": {
"time": "1768987809"
},
"stopId": "BJBELRI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768987842"
},
"departure": {
"time": "1768987852"
},
"stopId": "BJMAS1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768987874"
},
"departure": {
"time": "1768987911"
},
"stopId": "BJTONKI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768987959"
},
"departure": {
"time": "1768987974"
},
"stopId": "BJSQUAR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768987991"
},
"departure": {
"time": "1768988008"
},
"stopId": "BJPREBE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768988080"
},
"departure": {
"time": "1768988096"
},
"stopId": "BJCOPRE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768988113"
},
"departure": {
"time": "1768988140"
},
"stopId": "BJPISCI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768988178"
},
"departure": {
"time": "1768988193"
},
"stopId": "BJEPARG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768988254"
},
"departure": {
"time": "1768988288"
},
"stopId": "BJFOLAT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768988345"
},
"departure": {
"time": "1768988377"
},
"stopId": "BJPMICH1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768988463"
},
"departure": {
"time": "1768988502"
},
"stopId": "BJLYCEE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768988508"
},
"departure": {
"time": "1768988588"
},
"stopId": "BJPOSTE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768988712"
},
"departure": {
"time": "1768988769"
},
"stopId": "BJCHARG1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768988802"
},
"departure": {
"time": "1768988807"
},
"stopId": "MBHLM2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768988834"
},
"stopId": "BJMAUBE1",
"stopSequence": 27
}
],
"timestamp": "1768999453",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37608"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:970-37623",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768994958"
},
"departure": {
"time": "1768995003"
},
"stopId": "BJMAUBE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768995047"
},
"departure": {
"time": "1768995073"
},
"stopId": "MBHLM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768995101"
},
"departure": {
"time": "1768995130"
},
"stopId": "BJCHARG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768995300"
},
"departure": {
"time": "1768995366"
},
"stopId": "BJPOSTE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768995371"
},
"departure": {
"time": "1768995406"
},
"stopId": "BJLYCEE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768995449"
},
"departure": {
"time": "1768995465"
},
"stopId": "BJPMICH2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768995513"
},
"departure": {
"time": "1768995547"
},
"stopId": "BJFOLAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768995584"
},
"departure": {
"time": "1768995595"
},
"stopId": "BJEPARG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768995642"
},
"departure": {
"time": "1768995657"
},
"stopId": "BJPISCI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768995717"
},
"departure": {
"time": "1768995763"
},
"stopId": "BJCOPRE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768995826"
},
"departure": {
"time": "1768995841"
},
"stopId": "BJPREBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768995923"
},
"departure": {
"time": "1768995958"
},
"stopId": "BJMARS2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768996057"
},
"departure": {
"time": "1768996068"
},
"stopId": "BJTONKI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768996147"
},
"departure": {
"time": "1768996158"
},
"stopId": "BJBELRI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768996190"
},
"departure": {
"time": "1768996223"
},
"stopId": "BJBELVE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768996240"
},
"departure": {
"time": "1768996255"
},
"stopId": "BJRIVOI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768996310"
},
"departure": {
"time": "1768996338"
},
"stopId": "BJPLATE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768996400"
},
"departure": {
"time": "1768996434"
},
"stopId": "BJLOUP1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768996465"
},
"departure": {
"time": "1768996480"
},
"stopId": "BJALBIZ2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768996490"
},
"departure": {
"time": "1768996496"
},
"stopId": "BJBERNA2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768996649"
},
"departure": {
"time": "1768996655"
},
"stopId": "SSMOLLA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768996992"
},
"departure": {
"time": "1768997008"
},
"stopId": "SSDEMPT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768996836"
},
"departure": {
"time": "1768996863"
},
"stopId": "SSECOLC1",
"stopSequence": 22
},
{
"stopId": "SSDEMPT1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768997278"
},
"departure": {
"time": "1768997310"
},
"stopId": "SSTRUIT2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768997394"
},
"departure": {
"time": "1768997405"
},
"stopId": "SSEGLIS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768997536"
},
"departure": {
"time": "1768997569"
},
"stopId": "SSPRECH2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768997766"
},
"departure": {
"time": "1768997801"
},
"stopId": "SSZONEA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768997938"
},
"departure": {
"time": "1768997955"
},
"stopId": "SSSMART2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768998039"
},
"stopId": "SSFLOS2",
"stopSequence": 29
}
],
"timestamp": "1768999373",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37623"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:1173-38715",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768995537"
},
"departure": {
"time": "1768995946"
},
"stopId": "IDGBUIS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768995977"
},
"departure": {
"time": "1768995987"
},
"stopId": "ID3VALL1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768996002"
},
"departure": {
"time": "1768996013"
},
"stopId": "IDPVINC1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768996035"
},
"departure": {
"time": "1768996046"
},
"stopId": "IDVICAT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768996058"
},
"departure": {
"time": "1768996069"
},
"stopId": "IDCHAMP1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768996213"
},
"departure": {
"time": "1768996405"
},
"stopId": "IDGARE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768996520"
},
"departure": {
"time": "1768996554"
},
"stopId": "IDCECOM2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768996667"
},
"departure": {
"time": "1768996696"
},
"stopId": "IDADMIN2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768996717"
},
"departure": {
"time": "1768996727"
},
"stopId": "IDHOTEL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768996760"
},
"departure": {
"time": "1768996772"
},
"stopId": "IDTRUFF2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768996783"
},
"departure": {
"time": "1768996814"
},
"stopId": "IDHUBER2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768996851"
},
"departure": {
"time": "1768996868"
},
"stopId": "IDDELOR2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768996904"
},
"departure": {
"time": "1768996936"
},
"stopId": "IDATLAN2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768996962"
},
"departure": {
"time": "1768996994"
},
"stopId": "IDDOISN2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768997038"
},
"departure": {
"time": "1768997073"
},
"stopId": "IDGERMA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768997140"
},
"departure": {
"time": "1768997145"
},
"stopId": "IDSEIGL2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768997229"
},
"departure": {
"time": "1768997311"
},
"stopId": "VMBELMO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768997366"
},
"departure": {
"time": "1768997376"
},
"stopId": "VMNAUTA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768997426"
},
"departure": {
"time": "1768997441"
},
"stopId": "VMGARE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768997467"
},
"departure": {
"time": "1768997485"
},
"stopId": "VMKIOSQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768997518"
},
"departure": {
"time": "1768997528"
},
"stopId": "VMILOTS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768997572"
},
"departure": {
"time": "1768997583"
},
"stopId": "VMCHATE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768997670"
},
"departure": {
"time": "1768997676"
},
"stopId": "VMGUING2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768997702"
},
"departure": {
"time": "1768997707"
},
"stopId": "VMCOND2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768997728"
},
"departure": {
"time": "1768997738"
},
"stopId": "VFCCIN2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768997793"
},
"departure": {
"time": "1768997798"
},
"stopId": "VFTECHO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768997891"
},
"departure": {
"time": "1768997897"
},
"stopId": "VFMUISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768997929"
},
"departure": {
"time": "1768997951"
},
"stopId": "VFPONT2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768997984"
},
"departure": {
"time": "1768998028"
},
"stopId": "VFAILLA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768998055"
},
"departure": {
"time": "1768998098"
},
"stopId": "VFSECU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768998135"
},
"departure": {
"time": "1768998178"
},
"stopId": "VFSTBC2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768998244"
},
"departure": {
"time": "1768998292"
},
"stopId": "VFREPUB2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768998324"
},
"departure": {
"time": "1768998356"
},
"stopId": "VFBOURG2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768998463"
},
"departure": {
"time": "1768998502"
},
"stopId": "VFROCHE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768998530"
},
"departure": {
"time": "1768998568"
},
"stopId": "VFBRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768998579"
},
"departure": {
"time": "1768998585"
},
"stopId": "VFBOIS2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768998606"
},
"departure": {
"time": "1768998616"
},
"stopId": "VFARMIE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768998654"
},
"departure": {
"time": "1768998664"
},
"stopId": "VFCRUIZ2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768998694"
},
"departure": {
"time": "1768998724"
},
"stopId": "QF3COMM2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768998762"
},
"stopId": "QFMOINE2",
"stopSequence": 39
}
],
"timestamp": "1768999435",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1173-38715"
},
"vehicle": {
"id": "636a2e22c520d5a13c77dee7",
"label": "1322",
"licensePlate": "DQ-973-PT"
}
}
},
{
"id": "trip:1178-38772",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768997258"
},
"departure": {
"time": "1768997301"
},
"stopId": "VFSTBC5",
"stopSequence": 0
},
{
"arrival": {
"time": "1768997371"
},
"departure": {
"time": "1768997402"
},
"stopId": "VFSECU1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768997419"
},
"departure": {
"time": "1768997434"
},
"stopId": "VFAILLA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768997462"
},
"departure": {
"time": "1768997489"
},
"stopId": "VFPONT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768997511"
},
"departure": {
"time": "1768997516"
},
"stopId": "VFMUISS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768997595"
},
"departure": {
"time": "1768997627"
},
"stopId": "VFTECHO1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768997759"
},
"departure": {
"time": "1768997784"
},
"stopId": "VPALPES2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768997832"
},
"departure": {
"time": "1768997868"
},
"stopId": "VPHPOST2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768997874"
},
"departure": {
"time": "1768997880"
},
"stopId": "VPPISCI2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768997900"
},
"departure": {
"time": "1768997922"
},
"stopId": "VPGENDA2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768997963"
},
"departure": {
"time": "1768997985"
},
"stopId": "VPLIBER2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768998001"
},
"departure": {
"time": "1768998006"
},
"stopId": "VPPICAR2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768998077"
},
"departure": {
"time": "1768998083"
},
"stopId": "VPMALA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768998179"
},
"departure": {
"time": "1768998190"
},
"stopId": "QFGARI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768998254"
},
"departure": {
"time": "1768998300"
},
"stopId": "QFRP4R2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768998543"
},
"departure": {
"time": "1768998554"
},
"stopId": "QFA43ZI1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768998651"
},
"departure": {
"time": "1768998675"
},
"stopId": "QFDAUPH2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768998719"
},
"departure": {
"time": "1768998724"
},
"stopId": "QFRUMO2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768998740"
},
"departure": {
"time": "1768998746"
},
"stopId": "QFRURUI2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768998905"
},
"departure": {
"time": "1768998927"
},
"stopId": "QFGARE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768998937"
},
"departure": {
"time": "1768998949"
},
"stopId": "QFMONUM1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768998998"
},
"departure": {
"time": "1768999039"
},
"stopId": "QFFURIN1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768999054"
},
"departure": {
"time": "1768999086"
},
"stopId": "QFMAIRI1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768999133"
},
"departure": {
"time": "1768999164"
},
"stopId": "QFLIEUS1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768999191"
},
"departure": {
"time": "1768999232"
},
"stopId": "QFALLIN1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768999284"
},
"departure": {
"time": "1768999295"
},
"stopId": "QFCOCHE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768999317"
},
"departure": {
"time": "1768999329"
},
"stopId": "QFCHARR1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768999355"
},
"departure": {
"time": "1768999361"
},
"stopId": "QFGARGU1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768999408"
},
"departure": {
"time": "1768999413"
},
"stopId": "VFMRAZ1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768999470"
},
"departure": {
"time": "1768999470"
},
"stopId": "VFCHAR2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768999530"
},
"departure": {
"time": "1768999530"
},
"stopId": "VFVELLE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768999590"
},
"departure": {
"time": "1768999590"
},
"stopId": "VFGINET2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768999590"
},
"departure": {
"time": "1768999590"
},
"stopId": "VFNOYER2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768999650"
},
"departure": {
"time": "1768999650"
},
"stopId": "VFPASTE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768999710"
},
"departure": {
"time": "1768999710"
},
"stopId": "VFPINED2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768999710"
},
"departure": {
"time": "1768999710"
},
"stopId": "VFBERTH2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768999890"
},
"departure": {
"time": "1768999890"
},
"stopId": "VFSTBC6",
"stopSequence": 36
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "1178-38772"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e4f3",
"label": "1316",
"licensePlate": "CD-847-QX"
}
}
},
{
"id": "trip:960-38063",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1763636389"
},
"departure": {
"time": "1768987848"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768987879"
},
"departure": {
"time": "1768987894"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768987920"
},
"departure": {
"time": "1768987946"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768987967"
},
"departure": {
"time": "1768987978"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768988005"
},
"departure": {
"time": "1768988044"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768988121"
},
"departure": {
"time": "1768988178"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768988214"
},
"departure": {
"time": "1768988270"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768988307"
},
"departure": {
"time": "1768988352"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768988434"
},
"departure": {
"time": "1768988483"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768988602"
},
"departure": {
"time": "1768988607"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768988659"
},
"departure": {
"time": "1768988675"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768988816"
},
"departure": {
"time": "1768988843"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768988876"
},
"departure": {
"time": "1768988887"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768988908"
},
"departure": {
"time": "1768988947"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768989056"
},
"departure": {
"time": "1768989079"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768989122"
},
"departure": {
"time": "1768989167"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768989253"
},
"departure": {
"time": "1768989275"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768989367"
},
"departure": {
"time": "1768989421"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768989569"
},
"departure": {
"time": "1768989620"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768989700"
},
"departure": {
"time": "1768989727"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768989763"
},
"departure": {
"time": "1768989790"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768989829"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768989840"
},
"departure": {
"time": "1768989867"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768989877"
},
"departure": {
"time": "1768989888"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768989924"
},
"departure": {
"time": "1768989969"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768989998"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "960-38063"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "trip:1169-38782",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768993987"
},
"departure": {
"time": "1768994034"
},
"stopId": "QFMOINE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768994059"
},
"departure": {
"time": "1768994064"
},
"stopId": "QF3COMM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768994129"
},
"departure": {
"time": "1768994129"
},
"stopId": "VFCRUIZ1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768994135"
},
"departure": {
"time": "1768994147"
},
"stopId": "VFTENNI2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768994173"
},
"departure": {
"time": "1768994196"
},
"stopId": "VFJBREL2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768994258"
},
"departure": {
"time": "1768994268"
},
"stopId": "QFGARGU2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768994294"
},
"departure": {
"time": "1768994309"
},
"stopId": "QFCHARR2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768994324"
},
"departure": {
"time": "1768994334"
},
"stopId": "QFCOCHE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768994394"
},
"stopId": "QFALLIN1",
"stopSequence": 8
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "1169-38782"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e4f3",
"label": "1316",
"licensePlate": "CD-847-QX"
}
}
},
{
"id": "trip:959-38828",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768975647"
},
"departure": {
"time": "1768976085"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768976120"
},
"departure": {
"time": "1768976156"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768976185"
},
"departure": {
"time": "1768976227"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768976263"
},
"departure": {
"time": "1768976295"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768976326"
},
"departure": {
"time": "1768976358"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768976370"
},
"departure": {
"time": "1768976401"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768976448"
},
"departure": {
"time": "1768976469"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768976490"
},
"departure": {
"time": "1768976527"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768976651"
},
"departure": {
"time": "1768976663"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768976888"
},
"departure": {
"time": "1768976928"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768976990"
},
"departure": {
"time": "1768977027"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768977061"
},
"departure": {
"time": "1768977087"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768977193"
},
"departure": {
"time": "1768977214"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768977270"
},
"departure": {
"time": "1768977337"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768977371"
},
"departure": {
"time": "1768977434"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768977452"
},
"departure": {
"time": "1768977494"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768977523"
},
"departure": {
"time": "1768977558"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768977591"
},
"departure": {
"time": "1768977634"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768977662"
},
"departure": {
"time": "1768977673"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768977703"
},
"departure": {
"time": "1768977735"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768977761"
},
"departure": {
"time": "1768977798"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768977862"
},
"departure": {
"time": "1768977946"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768978027"
},
"departure": {
"time": "1768978092"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768978115"
},
"departure": {
"time": "1768978158"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768978208"
},
"departure": {
"time": "1768978248"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768978292"
},
"departure": {
"time": "1768978352"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768978389"
},
"departure": {
"time": "1768978442"
},
"stopId": "BJCFA1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768978477"
},
"departure": {
"time": "1768978488"
},
"stopId": "RMTILLE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768978522"
},
"departure": {
"time": "1768978535"
},
"stopId": "RMPHARM2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768978588"
},
"departure": {
"time": "1768978622"
},
"stopId": "RMRPLAC2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768978631"
},
"departure": {
"time": "1768978647"
},
"stopId": "RMHOTLV2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768978678"
},
"departure": {
"time": "1768978694"
},
"stopId": "RMHALLS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768978714"
},
"departure": {
"time": "1768978722"
},
"stopId": "RMLAVAI2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768978809"
},
"stopId": "RMZAPER2",
"stopSequence": 33
}
],
"timestamp": "1768999447",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38828"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:1169-38786",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768994399"
},
"departure": {
"time": "1768994554"
},
"stopId": "QFALLIN1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768994631"
},
"departure": {
"time": "1768994643"
},
"stopId": "QFCOCHE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768994665"
},
"departure": {
"time": "1768994682"
},
"stopId": "QFCHARR1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768994710"
},
"departure": {
"time": "1768994722"
},
"stopId": "QFGARGU1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768994790"
},
"departure": {
"time": "1768994841"
},
"stopId": "VFJBREL1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768994877"
},
"departure": {
"time": "1768994929"
},
"stopId": "VFTENNI1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768994934"
},
"departure": {
"time": "1768994944"
},
"stopId": "VFCRUIZ2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768994971"
},
"departure": {
"time": "1768995010"
},
"stopId": "QF3COMM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768995042"
},
"stopId": "QFMOINE2",
"stopSequence": 8
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "1169-38786"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e4f3",
"label": "1316",
"licensePlate": "CD-847-QX"
}
}
},
{
"id": "trip:7_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768984283"
},
"departure": {
"time": "1768984357"
},
"stopId": "QFMOINE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768984388"
},
"departure": {
"time": "1768984396"
},
"stopId": "QF3COMM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768984445"
},
"departure": {
"time": "1768984454"
},
"stopId": "VFCRUIZ1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768984467"
},
"departure": {
"time": "1768984473"
},
"stopId": "VFTENNI2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768984510"
},
"departure": {
"time": "1768984531"
},
"stopId": "VFJBREL2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768984603"
},
"departure": {
"time": "1768984614"
},
"stopId": "QFGARGU2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768984649"
},
"departure": {
"time": "1768984705"
},
"stopId": "QFCHARR2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768984730"
},
"departure": {
"time": "1768984743"
},
"stopId": "QFCOCHE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768984821"
},
"departure": {
"time": "1768984897"
},
"stopId": "QFALLIN1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768984950"
},
"stopId": "QFLIEUS2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768984966"
},
"departure": {
"time": "1768984982"
},
"stopId": "QFMAIRI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768985035"
},
"departure": {
"time": "1768985065"
},
"stopId": "QFMUGUE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768985080"
},
"departure": {
"time": "1768985097"
},
"stopId": "QFFURIN2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768985121"
},
"departure": {
"time": "1768985148"
},
"stopId": "QFMONUM2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768985169"
},
"stopId": "QFGARE1",
"stopSequence": 14
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "7_0_0"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e4f3",
"label": "1316",
"licensePlate": "CD-847-QX"
}
}
},
{
"id": "trip:958-38846",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768991230"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768991332"
},
"departure": {
"time": "1768991337"
},
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768991360"
},
"departure": {
"time": "1768991371"
},
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768991402"
},
"departure": {
"time": "1768991418"
},
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768991433"
},
"departure": {
"time": "1768991469"
},
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768991521"
},
"departure": {
"time": "1768991551"
},
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768991577"
},
"departure": {
"time": "1768991583"
},
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768991620"
},
"departure": {
"time": "1768991625"
},
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768991694"
},
"departure": {
"time": "1768991705"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768991738"
},
"departure": {
"time": "1768991767"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768991825"
},
"departure": {
"time": "1768991864"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768991891"
},
"departure": {
"time": "1768991934"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768991990"
},
"departure": {
"time": "1768992036"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768992094"
},
"departure": {
"time": "1768992141"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768992189"
},
"departure": {
"time": "1768992199"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768992220"
},
"departure": {
"time": "1768992254"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768992307"
},
"departure": {
"time": "1768992323"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768992350"
},
"departure": {
"time": "1768992362"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768992396"
},
"departure": {
"time": "1768992438"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768992453"
},
"departure": {
"time": "1768992485"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768992501"
},
"departure": {
"time": "1768992517"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768992586"
},
"departure": {
"time": "1768992592"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768992712"
},
"departure": {
"time": "1768992723"
},
"stopId": "IDPLOUV2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768992756"
},
"departure": {
"time": "1768992766"
},
"stopId": "IDCHASS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768992835"
},
"departure": {
"time": "1768992847"
},
"stopId": "IDSAYES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768992966"
},
"departure": {
"time": "1768992983"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768993327"
},
"departure": {
"time": "1768993344"
},
"stopId": "IDADMIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768993367"
},
"departure": {
"time": "1768993377"
},
"stopId": "IDHOTEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768993409"
},
"departure": {
"time": "1768993424"
},
"stopId": "IDTRUFF2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768993435"
},
"departure": {
"time": "1768993445"
},
"stopId": "IDHUBER2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768993483"
},
"departure": {
"time": "1768993517"
},
"stopId": "IDDELOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768993552"
},
"departure": {
"time": "1768993586"
},
"stopId": "IDATLAN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768993634"
},
"stopId": "IDDOISN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768993970"
},
"departure": {
"time": "1768993970"
},
"stopId": "IDPISCI2",
"stopSequence": 33
}
],
"timestamp": "1768999368",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38846"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:958-38844",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768984006"
},
"departure": {
"time": "1768984020"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768984116"
},
"departure": {
"time": "1768984125"
},
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768984146"
},
"departure": {
"time": "1768984162"
},
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768984193"
},
"departure": {
"time": "1768984206"
},
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768984220"
},
"departure": {
"time": "1768984264"
},
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768984313"
},
"departure": {
"time": "1768984325"
},
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768984355"
},
"departure": {
"time": "1768984380"
},
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768984418"
},
"departure": {
"time": "1768984422"
},
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768984465"
},
"departure": {
"time": "1768984509"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768984561"
},
"departure": {
"time": "1768984613"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768984657"
},
"departure": {
"time": "1768984704"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768984735"
},
"departure": {
"time": "1768984752"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768984815"
},
"departure": {
"time": "1768984871"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768984930"
},
"departure": {
"time": "1768984968"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768985008"
},
"departure": {
"time": "1768985015"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768985045"
},
"departure": {
"time": "1768985061"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768985090"
},
"departure": {
"time": "1768985105"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768985136"
},
"departure": {
"time": "1768985166"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768985199"
},
"departure": {
"time": "1768985215"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768985230"
},
"departure": {
"time": "1768985273"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768985299"
},
"departure": {
"time": "1768985312"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768985393"
},
"departure": {
"time": "1768985406"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768985536"
},
"departure": {
"time": "1768985543"
},
"stopId": "IDRIMBA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768985559"
},
"departure": {
"time": "1768985570"
},
"stopId": "IDAPOLL1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768985604"
},
"departure": {
"time": "1768985633"
},
"stopId": "IDMISTR1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768985666"
},
"departure": {
"time": "1768985702"
},
"stopId": "IDRASPE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768985758"
},
"departure": {
"time": "1768985793"
},
"stopId": "IDALICA1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768985851"
},
"departure": {
"time": "1768985859"
},
"stopId": "IDAPOLL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768985870"
},
"departure": {
"time": "1768985879"
},
"stopId": "IDRIMBA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768985888"
},
"departure": {
"time": "1768985902"
},
"stopId": "IDPLOUV2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768985932"
},
"departure": {
"time": "1768985968"
},
"stopId": "IDCHASS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768986047"
},
"departure": {
"time": "1768986074"
},
"stopId": "IDSAYES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768986178"
},
"departure": {
"time": "1768986184"
},
"stopId": "IDCECOM2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768986393"
},
"departure": {
"time": "1768986404"
},
"stopId": "IDADMIN2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768986425"
},
"departure": {
"time": "1768986436"
},
"stopId": "IDHOTEL2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768986464"
},
"departure": {
"time": "1768986514"
},
"stopId": "IDTRUFF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768986524"
},
"departure": {
"time": "1768986537"
},
"stopId": "IDHUBER2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768986576"
},
"departure": {
"time": "1768986607"
},
"stopId": "IDDELOR2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768986646"
},
"departure": {
"time": "1768986655"
},
"stopId": "IDATLAN2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768986682"
},
"departure": {
"time": "1768986699"
},
"stopId": "IDDOISN2",
"stopSequence": 39
},
{
"arrival": {
"time": "1768986719"
},
"stopId": "IDPISCI2",
"stopSequence": 40
}
],
"timestamp": "1768999368",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38844"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:966-38066",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768992554"
},
"departure": {
"time": "1768992648"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768992700"
},
"departure": {
"time": "1768992729"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768992745"
},
"departure": {
"time": "1768992776"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768992816"
},
"departure": {
"time": "1768992865"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768992910"
},
"departure": {
"time": "1768992959"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768992989"
},
"departure": {
"time": "1768993034"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768993050"
},
"departure": {
"time": "1768993081"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768993107"
},
"departure": {
"time": "1768993118"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768993151"
},
"departure": {
"time": "1768993189"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768993225"
},
"departure": {
"time": "1768993264"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768993286"
},
"departure": {
"time": "1768993313"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768993346"
},
"departure": {
"time": "1768993391"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768993454"
},
"departure": {
"time": "1768993519"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768993605"
},
"departure": {
"time": "1768993695"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768993701"
},
"departure": {
"time": "1768993780"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768993872"
},
"departure": {
"time": "1768993940"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768994060"
},
"departure": {
"time": "1768994093"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768994148"
},
"departure": {
"time": "1768994159"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768994278"
},
"departure": {
"time": "1768994313"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768994348"
},
"departure": {
"time": "1768994358"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768994388"
},
"departure": {
"time": "1768994420"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768994535"
},
"departure": {
"time": "1768994575"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768994625"
},
"departure": {
"time": "1768994704"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768994867"
},
"departure": {
"time": "1768994878"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768994999"
},
"departure": {
"time": "1768995051"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768995134"
},
"departure": {
"time": "1768995173"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768995274"
},
"departure": {
"time": "1768995307"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768995359"
},
"departure": {
"time": "1768995383"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768995432"
},
"departure": {
"time": "1768995458"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768995464"
},
"departure": {
"time": "1768995506"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768995516"
},
"departure": {
"time": "1768995549"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768995580"
},
"departure": {
"time": "1768995614"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768995640"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1768999452",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38066"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:972-38833",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768994141"
},
"departure": {
"time": "1768994425"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768994471"
},
"departure": {
"time": "1768994534"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768994567"
},
"departure": {
"time": "1768994583"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768994647"
},
"departure": {
"time": "1768994702"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768994741"
},
"departure": {
"time": "1768994784"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768994794"
},
"departure": {
"time": "1768994830"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768994872"
},
"departure": {
"time": "1768994893"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768994913"
},
"departure": {
"time": "1768994935"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768995082"
},
"departure": {
"time": "1768995092"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768995323"
},
"departure": {
"time": "1768995338"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768995411"
},
"departure": {
"time": "1768995455"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768995495"
},
"departure": {
"time": "1768995540"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768995664"
},
"departure": {
"time": "1768995702"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768995762"
},
"departure": {
"time": "1768995806"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768995838"
},
"departure": {
"time": "1768995905"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768995922"
},
"departure": {
"time": "1768995939"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768995977"
},
"departure": {
"time": "1768996012"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768996056"
},
"departure": {
"time": "1768996110"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768996147"
},
"departure": {
"time": "1768996188"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768996215"
},
"departure": {
"time": "1768996247"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768996281"
},
"departure": {
"time": "1768996352"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768996423"
},
"departure": {
"time": "1768996477"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768996592"
},
"departure": {
"time": "1768996647"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768996684"
},
"departure": {
"time": "1768996728"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768996775"
},
"departure": {
"time": "1768996811"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768996857"
},
"departure": {
"time": "1768996897"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768996924"
},
"departure": {
"time": "1768996930"
},
"stopId": "BJCFA1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768996972"
},
"departure": {
"time": "1768996982"
},
"stopId": "RMTILLE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768997029"
},
"departure": {
"time": "1768997062"
},
"stopId": "RMPHARM2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768997126"
},
"departure": {
"time": "1768997169"
},
"stopId": "RMRPLAC2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768997179"
},
"departure": {
"time": "1768997226"
},
"stopId": "RMHOTLV2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768997264"
},
"departure": {
"time": "1768997285"
},
"stopId": "RMHALLS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768997302"
},
"departure": {
"time": "1768997338"
},
"stopId": "RMLAVAI2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768997434"
},
"stopId": "RMZAPER2",
"stopSequence": 33
}
],
"timestamp": "1768999368",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "972-38833"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:959-38842",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768973116"
},
"departure": {
"time": "1768973187"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768973294"
},
"departure": {
"time": "1768973305"
},
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768973326"
},
"departure": {
"time": "1768973339"
},
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768973370"
},
"departure": {
"time": "1768973385"
},
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768973396"
},
"departure": {
"time": "1768973416"
},
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768973469"
},
"departure": {
"time": "1768973477"
},
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768973505"
},
"departure": {
"time": "1768973511"
},
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768973557"
},
"departure": {
"time": "1768973568"
},
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768973595"
},
"departure": {
"time": "1768973602"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768973639"
},
"departure": {
"time": "1768973663"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768973711"
},
"departure": {
"time": "1768973728"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768973752"
},
"departure": {
"time": "1768973830"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768973886"
},
"departure": {
"time": "1768973920"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768973981"
},
"departure": {
"time": "1768974018"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768974052"
},
"departure": {
"time": "1768974065"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768974095"
},
"departure": {
"time": "1768974187"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768974218"
},
"departure": {
"time": "1768974246"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768974281"
},
"departure": {
"time": "1768974296"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768974330"
},
"departure": {
"time": "1768974357"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768974375"
},
"departure": {
"time": "1768974389"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768974412"
},
"departure": {
"time": "1768974426"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768974495"
},
"departure": {
"time": "1768974508"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768974641"
},
"departure": {
"time": "1768974652"
},
"stopId": "IDPLOUV2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768974686"
},
"departure": {
"time": "1768974835"
},
"stopId": "IDCHASS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768974912"
},
"departure": {
"time": "1768974925"
},
"stopId": "IDSAYES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768975028"
},
"departure": {
"time": "1768975039"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768975338"
},
"departure": {
"time": "1768975355"
},
"stopId": "IDADMIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768975373"
},
"departure": {
"time": "1768975385"
},
"stopId": "IDHOTEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768975417"
},
"departure": {
"time": "1768975433"
},
"stopId": "IDTRUFF2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768975444"
},
"departure": {
"time": "1768975470"
},
"stopId": "IDHUBER2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768975507"
},
"departure": {
"time": "1768975530"
},
"stopId": "IDDELOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768975567"
},
"departure": {
"time": "1768975578"
},
"stopId": "IDATLAN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768975609"
},
"departure": {
"time": "1768975622"
},
"stopId": "IDDOISN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768975640"
},
"stopId": "IDPISCI2",
"stopSequence": 33
}
],
"timestamp": "1768999447",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38842"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:964-37620",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768989595"
},
"departure": {
"time": "1768989622"
},
"stopId": "BJMAUBE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768989661"
},
"departure": {
"time": "1768989672"
},
"stopId": "MBHLM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768989750"
},
"departure": {
"time": "1768989792"
},
"stopId": "BJCHARG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768990089"
},
"departure": {
"time": "1768990158"
},
"stopId": "BJPOSTE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768990191"
},
"departure": {
"time": "1768990224"
},
"stopId": "BJLYCEE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768990280"
},
"departure": {
"time": "1768990312"
},
"stopId": "BJPMICH2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768990371"
},
"departure": {
"time": "1768990474"
},
"stopId": "BJFOLAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768990511"
},
"departure": {
"time": "1768990542"
},
"stopId": "BJEPARG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768990574"
},
"departure": {
"time": "1768990584"
},
"stopId": "BJPISCI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768990601"
},
"departure": {
"time": "1768990629"
},
"stopId": "BJCOPRE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768990693"
},
"departure": {
"time": "1768990705"
},
"stopId": "BJPREBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768990814"
},
"departure": {
"time": "1768990829"
},
"stopId": "BJMARS2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768990933"
},
"departure": {
"time": "1768990968"
},
"stopId": "BJTONKI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768991032"
},
"departure": {
"time": "1768991038"
},
"stopId": "BJBELRI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768991058"
},
"departure": {
"time": "1768991069"
},
"stopId": "BJPMONT2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768991097"
},
"departure": {
"time": "1768991108"
},
"stopId": "BJCHPAG2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768991120"
},
"departure": {
"time": "1768991148"
},
"stopId": "BJLOUP1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768991171"
},
"departure": {
"time": "1768991211"
},
"stopId": "BJALBIZ2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768991217"
},
"departure": {
"time": "1768991228"
},
"stopId": "BJBERNA2",
"stopSequence": 18
},
{
"stopId": "SSMOLLA2",
"stopSequence": 19
},
{
"stopId": "SSDEMPT2",
"stopSequence": 20
},
{
"stopId": "SSDEMPT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768991759"
},
"departure": {
"time": "1768991769"
},
"stopId": "SSTRUIT2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768991849"
},
"departure": {
"time": "1768991859"
},
"stopId": "SSEGLIS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768991984"
},
"departure": {
"time": "1768991989"
},
"stopId": "SSPRECH2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768992059"
},
"departure": {
"time": "1768992074"
},
"stopId": "SSZONEA2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768992169"
},
"departure": {
"time": "1768992194"
},
"stopId": "SSSMART2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768992259"
},
"stopId": "SSFLOS2",
"stopSequence": 27
}
],
"timestamp": "1768999453",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37620"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:954-38856",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768974369"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768974710"
},
"departure": {
"time": "1768974738"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768974777"
},
"departure": {
"time": "1768974819"
},
"stopId": "NVPONTA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768974879"
},
"departure": {
"time": "1768974905"
},
"stopId": "NVRUFF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768975007"
},
"departure": {
"time": "1768975037"
},
"stopId": "BJBOUSS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768975073"
},
"departure": {
"time": "1768975098"
},
"stopId": "BJMBLAN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768975132"
},
"departure": {
"time": "1768975159"
},
"stopId": "BJRIVET2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768975263"
},
"departure": {
"time": "1768975303"
},
"stopId": "BJCHAMP2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768975323"
},
"departure": {
"time": "1768975396"
},
"stopId": "BJTOUR2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768975412"
},
"departure": {
"time": "1768975428"
},
"stopId": "BJMOULI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768975459"
},
"departure": {
"time": "1768975490"
},
"stopId": "BJPROYA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768975528"
},
"departure": {
"time": "1768975555"
},
"stopId": "BJEPARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768975603"
},
"departure": {
"time": "1768975636"
},
"stopId": "BJFOLAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768975658"
},
"departure": {
"time": "1768975696"
},
"stopId": "BJPMICH1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768975750"
},
"departure": {
"time": "1768975822"
},
"stopId": "BJVAUCA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768975898"
},
"departure": {
"time": "1768975972"
},
"stopId": "BJEBARB2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768976027"
},
"departure": {
"time": "1768976038"
},
"stopId": "BJHBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768976060"
},
"departure": {
"time": "1768976097"
},
"stopId": "BJVSCOT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768976128"
},
"departure": {
"time": "1768976160"
},
"stopId": "BJSTRAU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768976185"
},
"departure": {
"time": "1768976211"
},
"stopId": "BJCHANT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768976240"
},
"departure": {
"time": "1768976268"
},
"stopId": "BJROSTA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768976282"
},
"departure": {
"time": "1768976312"
},
"stopId": "BJCHARM2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768976330"
},
"departure": {
"time": "1768976347"
},
"stopId": "BJCHFLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768976415"
},
"departure": {
"time": "1768976428"
},
"stopId": "BJZACHA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768976550"
},
"departure": {
"time": "1768976558"
},
"stopId": "IDRIMBA1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768976572"
},
"departure": {
"time": "1768976612"
},
"stopId": "IDAPOLL1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768976632"
},
"departure": {
"time": "1768976657"
},
"stopId": "IDMISTR1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768976695"
},
"departure": {
"time": "1768976707"
},
"stopId": "IDRASPE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768976767"
},
"departure": {
"time": "1768976806"
},
"stopId": "IDALICA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768976856"
},
"departure": {
"time": "1768976889"
},
"stopId": "IDAPOLL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768976895"
},
"departure": {
"time": "1768976907"
},
"stopId": "IDRIMBA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768976922"
},
"departure": {
"time": "1768976935"
},
"stopId": "IDPLOUV2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768976965"
},
"departure": {
"time": "1768977008"
},
"stopId": "IDCHASS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768977034"
},
"departure": {
"time": "1768977061"
},
"stopId": "IDBRANC2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768977127"
},
"departure": {
"time": "1768977165"
},
"stopId": "IDADMIN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768977175"
},
"departure": {
"time": "1768977187"
},
"stopId": "IDHOTEL2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768977216"
},
"departure": {
"time": "1768977246"
},
"stopId": "IDTRUFF2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768977255"
},
"departure": {
"time": "1768977281"
},
"stopId": "IDHUBER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768977317"
},
"departure": {
"time": "1768977375"
},
"stopId": "IDDELOR2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768977408"
},
"departure": {
"time": "1768977421"
},
"stopId": "IDATLAN2",
"stopSequence": 39
},
{
"arrival": {
"time": "1768977868"
},
"departure": {
"time": "1768977875"
},
"stopId": "IDDOISN2",
"stopSequence": 40
},
{
"arrival": {
"time": "1768977898"
},
"stopId": "IDPISCI2",
"stopSequence": 41
}
],
"timestamp": "1768999439",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38856"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:960-38036",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768991505"
},
"departure": {
"time": "1768991564"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768991600"
},
"departure": {
"time": "1768991644"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768991714"
},
"departure": {
"time": "1768991749"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768991755"
},
"departure": {
"time": "1768991784"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768991789"
},
"departure": {
"time": "1768991805"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768991830"
},
"departure": {
"time": "1768991862"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768991915"
},
"departure": {
"time": "1768991974"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768992072"
},
"departure": {
"time": "1768992120"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768992246"
},
"departure": {
"time": "1768992305"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768992562"
},
"departure": {
"time": "1768992603"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768992681"
},
"departure": {
"time": "1768992712"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768992863"
},
"departure": {
"time": "1768992895"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768992929"
},
"departure": {
"time": "1768992934"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768992968"
},
"departure": {
"time": "1768992994"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768993094"
},
"departure": {
"time": "1768993100"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768993133"
},
"departure": {
"time": "1768993143"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768993219"
},
"departure": {
"time": "1768993259"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768993447"
},
"departure": {
"time": "1768993535"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768993567"
},
"departure": {
"time": "1768993621"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768993675"
},
"departure": {
"time": "1768993757"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768993822"
},
"departure": {
"time": "1768993879"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768993916"
},
"departure": {
"time": "1768993921"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768993953"
},
"departure": {
"time": "1768993973"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768994010"
},
"departure": {
"time": "1768994057"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768994094"
},
"departure": {
"time": "1768994135"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768994167"
},
"departure": {
"time": "1768994214"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768994229"
},
"departure": {
"time": "1768994302"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768994333"
},
"departure": {
"time": "1768994363"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768994404"
},
"departure": {
"time": "1768994437"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768994479"
},
"departure": {
"time": "1768994510"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768994522"
},
"departure": {
"time": "1768994533"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768994581"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "960-38036"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "trip:972-38848",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768998236"
},
"departure": {
"time": "1768998312"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768998427"
},
"departure": {
"time": "1768998442"
},
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768998474"
},
"departure": {
"time": "1768998507"
},
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768998547"
},
"departure": {
"time": "1768998569"
},
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768998589"
},
"departure": {
"time": "1768998611"
},
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768998682"
},
"departure": {
"time": "1768998697"
},
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768998734"
},
"departure": {
"time": "1768998749"
},
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768998787"
},
"departure": {
"time": "1768998798"
},
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768998854"
},
"departure": {
"time": "1768998891"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768998939"
},
"departure": {
"time": "1768999001"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768999070"
},
"departure": {
"time": "1768999154"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768999195"
},
"departure": {
"time": "1768999252"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768999327"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768999490"
},
"departure": {
"time": "1768999490"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768999610"
},
"departure": {
"time": "1768999610"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768999670"
},
"departure": {
"time": "1768999670"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768999730"
},
"departure": {
"time": "1768999730"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768999730"
},
"departure": {
"time": "1768999730"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768999790"
},
"departure": {
"time": "1768999790"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768999850"
},
"departure": {
"time": "1768999850"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768999910"
},
"departure": {
"time": "1768999910"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769000030"
},
"departure": {
"time": "1769000030"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769000210"
},
"departure": {
"time": "1769000210"
},
"stopId": "IDPLOUV2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769000270"
},
"departure": {
"time": "1769000270"
},
"stopId": "IDCHASS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769000390"
},
"departure": {
"time": "1769000390"
},
"stopId": "IDSAYES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769000630"
},
"departure": {
"time": "1769000630"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769000750"
},
"departure": {
"time": "1769000750"
},
"stopId": "IDADMIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769000750"
},
"departure": {
"time": "1769000750"
},
"stopId": "IDHOTEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769000870"
},
"departure": {
"time": "1769000870"
},
"stopId": "IDTRUFF2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769000870"
},
"departure": {
"time": "1769000870"
},
"stopId": "IDHUBER2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769000990"
},
"departure": {
"time": "1769000990"
},
"stopId": "IDDELOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769001050"
},
"departure": {
"time": "1769001050"
},
"stopId": "IDATLAN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769001110"
},
"departure": {
"time": "1769001110"
},
"stopId": "IDDOISN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769001170"
},
"departure": {
"time": "1769001170"
},
"stopId": "IDPISCI2",
"stopSequence": 33
}
],
"timestamp": "1768999368",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "972-38848"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:963-38816",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768981401"
},
"departure": {
"time": "1768981876"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768981947"
},
"departure": {
"time": "1768981981"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768982007"
},
"departure": {
"time": "1768982014"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768982059"
},
"departure": {
"time": "1768982091"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768982127"
},
"departure": {
"time": "1768982166"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768982174"
},
"departure": {
"time": "1768982187"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768982220"
},
"departure": {
"time": "1768982234"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768982251"
},
"departure": {
"time": "1768982270"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768982383"
},
"departure": {
"time": "1768982395"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768982582"
},
"departure": {
"time": "1768982612"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768982673"
},
"departure": {
"time": "1768982688"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768982725"
},
"departure": {
"time": "1768982737"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768982868"
},
"departure": {
"time": "1768982906"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768982962"
},
"departure": {
"time": "1768982982"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768983006"
},
"departure": {
"time": "1768983078"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768983094"
},
"departure": {
"time": "1768983143"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768983177"
},
"departure": {
"time": "1768983190"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768983222"
},
"departure": {
"time": "1768983241"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768983278"
},
"departure": {
"time": "1768983313"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768983339"
},
"departure": {
"time": "1768983361"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768983390"
},
"departure": {
"time": "1768983511"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768983576"
},
"departure": {
"time": "1768983615"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768983707"
},
"departure": {
"time": "1768983755"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768983794"
},
"departure": {
"time": "1768983842"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768983915"
},
"departure": {
"time": "1768983945"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768983978"
},
"departure": {
"time": "1768984014"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768984022"
},
"departure": {
"time": "1768984055"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768984076"
},
"departure": {
"time": "1768984098"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768984119"
},
"departure": {
"time": "1768984157"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768984248"
},
"departure": {
"time": "1768984258"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768984360"
},
"departure": {
"time": "1768984375"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768984471"
},
"departure": {
"time": "1768984478"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768984610"
},
"departure": {
"time": "1768984623"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768984675"
},
"departure": {
"time": "1768984705"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768984741"
},
"departure": {
"time": "1768984768"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768984866"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38816"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:966-38035",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768988689"
},
"departure": {
"time": "1768989652"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768989687"
},
"departure": {
"time": "1768989744"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768989781"
},
"departure": {
"time": "1768989786"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768989801"
},
"departure": {
"time": "1768989813"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768989818"
},
"departure": {
"time": "1768989857"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768989895"
},
"departure": {
"time": "1768989923"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768989969"
},
"departure": {
"time": "1768990007"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768990103"
},
"departure": {
"time": "1768990148"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768990259"
},
"departure": {
"time": "1768990320"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768990612"
},
"departure": {
"time": "1768990649"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768990749"
},
"departure": {
"time": "1768990755"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768990883"
},
"departure": {
"time": "1768990920"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768990950"
},
"departure": {
"time": "1768990961"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768991001"
},
"departure": {
"time": "1768991024"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768991116"
},
"departure": {
"time": "1768991126"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768991177"
},
"departure": {
"time": "1768991187"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768991319"
},
"departure": {
"time": "1768991374"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768991515"
},
"departure": {
"time": "1768991610"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768991649"
},
"departure": {
"time": "1768991693"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768991714"
},
"departure": {
"time": "1768991754"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768991813"
},
"departure": {
"time": "1768991882"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768991914"
},
"departure": {
"time": "1768991919"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768991945"
},
"departure": {
"time": "1768991996"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768992019"
},
"departure": {
"time": "1768992048"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768992081"
},
"departure": {
"time": "1768992107"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768992138"
},
"departure": {
"time": "1768992174"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768992195"
},
"departure": {
"time": "1768992247"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768992273"
},
"departure": {
"time": "1768992304"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768992348"
},
"departure": {
"time": "1768992376"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768992414"
},
"departure": {
"time": "1768992443"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768992454"
},
"departure": {
"time": "1768992476"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768992514"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999452",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38035"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:965-37624",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768997564"
},
"departure": {
"time": "1768997655"
},
"stopId": "BJPLANB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768997696"
},
"departure": {
"time": "1768997701"
},
"stopId": "BJSERVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768997711"
},
"departure": {
"time": "1768997726"
},
"stopId": "BJCHATI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768997751"
},
"departure": {
"time": "1768997771"
},
"stopId": "BJBOIS1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768997806"
},
"departure": {
"time": "1768997821"
},
"stopId": "BJTILLA1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768997836"
},
"departure": {
"time": "1768997862"
},
"stopId": "BJSOMME1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768998107"
},
"departure": {
"time": "1768998118"
},
"stopId": "BJJARDI1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768998459"
},
"departure": {
"time": "1768998509"
},
"stopId": "BJCHARG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768998413"
},
"departure": {
"time": "1768998436"
},
"stopId": "MBHLM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768998240"
},
"departure": {
"time": "1768998297"
},
"stopId": "BJMAUBE1",
"stopSequence": 9
},
{
"stopId": "MBHLM1",
"stopSequence": 10
},
{
"stopId": "BJCHARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768998826"
},
"departure": {
"time": "1768998884"
},
"stopId": "BJPOSTE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768998909"
},
"departure": {
"time": "1768998930"
},
"stopId": "BJLYCEE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768999005"
},
"departure": {
"time": "1768999038"
},
"stopId": "BJPMICH2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768999060"
},
"departure": {
"time": "1768999078"
},
"stopId": "BJFOLAT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768999112"
},
"departure": {
"time": "1768999122"
},
"stopId": "BJEPARG1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768999148"
},
"departure": {
"time": "1768999153"
},
"stopId": "BJPISCI1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768999169"
},
"departure": {
"time": "1768999179"
},
"stopId": "BJCOPRE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768999241"
},
"departure": {
"time": "1768999252"
},
"stopId": "BJPREBE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768999323"
},
"departure": {
"time": "1768999334"
},
"stopId": "BJMARS2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768999416"
},
"departure": {
"time": "1768999427"
},
"stopId": "BJTONKI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768999530"
},
"departure": {
"time": "1768999530"
},
"stopId": "BJBELRI1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768999590"
},
"departure": {
"time": "1768999590"
},
"stopId": "BJPMONT2",
"stopSequence": 23
}
],
"timestamp": "1768999453",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "965-37624"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:966-38062",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768985326"
},
"departure": {
"time": "1768985424"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768985490"
},
"departure": {
"time": "1768985526"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768985538"
},
"departure": {
"time": "1768985597"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768985648"
},
"departure": {
"time": "1768985660"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768985713"
},
"departure": {
"time": "1768985764"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768985791"
},
"departure": {
"time": "1768985840"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768985863"
},
"departure": {
"time": "1768985893"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768985917"
},
"departure": {
"time": "1768985956"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768985987"
},
"departure": {
"time": "1768986018"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768986054"
},
"departure": {
"time": "1768986088"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768986118"
},
"departure": {
"time": "1768986146"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768986169"
},
"departure": {
"time": "1768986202"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768986258"
},
"departure": {
"time": "1768986287"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768986324"
},
"departure": {
"time": "1768986368"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768986390"
},
"departure": {
"time": "1768986426"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768986520"
},
"departure": {
"time": "1768986580"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768986763"
},
"departure": {
"time": "1768986776"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768986837"
},
"departure": {
"time": "1768986866"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768986960"
},
"departure": {
"time": "1768986969"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768987007"
},
"departure": {
"time": "1768987013"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768987044"
},
"departure": {
"time": "1768987095"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768987225"
},
"departure": {
"time": "1768987234"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768987281"
},
"departure": {
"time": "1768987358"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768987537"
},
"departure": {
"time": "1768987555"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768987908"
},
"departure": {
"time": "1768987948"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768988028"
},
"departure": {
"time": "1768988062"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768988098"
},
"departure": {
"time": "1768988103"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768988141"
},
"departure": {
"time": "1768988167"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768988172"
},
"departure": {
"time": "1768988202"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768988212"
},
"departure": {
"time": "1768988217"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768988267"
},
"departure": {
"time": "1768988273"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768988302"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1768999452",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38062"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:965-37621",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768994303"
},
"departure": {
"time": "1768994344"
},
"stopId": "BJMAUBE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768994372"
},
"departure": {
"time": "1768994378"
},
"stopId": "MBHLM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768994398"
},
"departure": {
"time": "1768994404"
},
"stopId": "BJCHARG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768994581"
},
"departure": {
"time": "1768994626"
},
"stopId": "BJPOSTE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768994687"
},
"departure": {
"time": "1768994783"
},
"stopId": "BJLYCEE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768994874"
},
"departure": {
"time": "1768994907"
},
"stopId": "BJPMICH2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768994955"
},
"departure": {
"time": "1768994993"
},
"stopId": "BJFOLAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768995053"
},
"departure": {
"time": "1768995081"
},
"stopId": "BJEPARG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768995117"
},
"departure": {
"time": "1768995128"
},
"stopId": "BJPISCI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768995144"
},
"departure": {
"time": "1768995178"
},
"stopId": "BJCOPRE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768995242"
},
"departure": {
"time": "1768995252"
},
"stopId": "BJPREBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768995332"
},
"departure": {
"time": "1768995368"
},
"stopId": "BJMARS2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768995473"
},
"departure": {
"time": "1768995479"
},
"stopId": "BJTONKI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768995554"
},
"departure": {
"time": "1768995560"
},
"stopId": "BJBELRI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768995581"
},
"departure": {
"time": "1768995610"
},
"stopId": "BJPMONT2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768995646"
},
"departure": {
"time": "1768995675"
},
"stopId": "BJCHPAG2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768995691"
},
"departure": {
"time": "1768995708"
},
"stopId": "BJLOUP1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768995729"
},
"departure": {
"time": "1768995760"
},
"stopId": "BJALBIZ2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768995766"
},
"departure": {
"time": "1768995777"
},
"stopId": "BJBERNA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768995923"
},
"departure": {
"time": "1768995940"
},
"stopId": "SSMOLLA2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768995972"
},
"departure": {
"time": "1768996004"
},
"stopId": "SSDEMPT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768996104"
},
"stopId": "SSECOLC1",
"stopSequence": 21
}
],
"timestamp": "1768999453",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "965-37621"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:970-37609",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768992734"
},
"departure": {
"time": "1768992763"
},
"stopId": "SSFLOS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768992820"
},
"departure": {
"time": "1768992831"
},
"stopId": "SSSMART1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768992924"
},
"departure": {
"time": "1768992941"
},
"stopId": "SSZONEA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768993007"
},
"departure": {
"time": "1768993012"
},
"stopId": "SSPRECH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768993151"
},
"departure": {
"time": "1768993162"
},
"stopId": "SSEGLIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768993249"
},
"departure": {
"time": "1768993283"
},
"stopId": "SSTRUIT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768993503"
},
"stopId": "SSDEMPT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768993520"
},
"departure": {
"time": "1768993526"
},
"stopId": "SSDEMPT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768993638"
},
"departure": {
"time": "1768993643"
},
"stopId": "SSMOLLA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768993801"
},
"departure": {
"time": "1768993812"
},
"stopId": "BJALBIZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768993833"
},
"departure": {
"time": "1768993849"
},
"stopId": "BJLOUP2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768993865"
},
"departure": {
"time": "1768993870"
},
"stopId": "BJCHPAG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768993907"
},
"departure": {
"time": "1768993912"
},
"stopId": "BJPMONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768993928"
},
"departure": {
"time": "1768993938"
},
"stopId": "BJBELRI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768993960"
},
"departure": {
"time": "1768993970"
},
"stopId": "BJMAS1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768993992"
},
"departure": {
"time": "1768994008"
},
"stopId": "BJTONKI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768994095"
},
"departure": {
"time": "1768994105"
},
"stopId": "BJSQUAR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768994126"
},
"departure": {
"time": "1768994146"
},
"stopId": "BJPREBE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768994208"
},
"departure": {
"time": "1768994245"
},
"stopId": "BJCOPRE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768994255"
},
"departure": {
"time": "1768994276"
},
"stopId": "BJPISCI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768994323"
},
"departure": {
"time": "1768994345"
},
"stopId": "BJEPARG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768994397"
},
"departure": {
"time": "1768994430"
},
"stopId": "BJFOLAT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768994467"
},
"departure": {
"time": "1768994503"
},
"stopId": "BJPMICH1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768994561"
},
"departure": {
"time": "1768994617"
},
"stopId": "BJLYCEE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768994622"
},
"departure": {
"time": "1768994691"
},
"stopId": "BJPOSTE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768994790"
},
"departure": {
"time": "1768994847"
},
"stopId": "BJCHARG1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768994879"
},
"departure": {
"time": "1768994923"
},
"stopId": "MBHLM2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768994958"
},
"stopId": "BJMAUBE1",
"stopSequence": 27
}
],
"timestamp": "1768999373",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37609"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:960-38067",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768994626"
},
"departure": {
"time": "1768994681"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768994737"
},
"departure": {
"time": "1768994752"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768994763"
},
"departure": {
"time": "1768994768"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768994802"
},
"departure": {
"time": "1768994843"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768994880"
},
"departure": {
"time": "1768994915"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768994942"
},
"departure": {
"time": "1768994988"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768995009"
},
"departure": {
"time": "1768995085"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768995113"
},
"departure": {
"time": "1768995145"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768995199"
},
"departure": {
"time": "1768995229"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768995263"
},
"departure": {
"time": "1768995315"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768995338"
},
"departure": {
"time": "1768995378"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768995404"
},
"departure": {
"time": "1768995473"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768995530"
},
"departure": {
"time": "1768995580"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768995618"
},
"departure": {
"time": "1768995652"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768995657"
},
"departure": {
"time": "1768995722"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768995759"
},
"departure": {
"time": "1768995810"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768995939"
},
"departure": {
"time": "1768995970"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768996012"
},
"departure": {
"time": "1768996022"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768996112"
},
"departure": {
"time": "1768996117"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768996153"
},
"departure": {
"time": "1768996177"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768996205"
},
"departure": {
"time": "1768996245"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768996329"
},
"departure": {
"time": "1768996334"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768996397"
},
"departure": {
"time": "1768996434"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768996581"
},
"departure": {
"time": "1768996592"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768996682"
},
"departure": {
"time": "1768996730"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768996839"
},
"departure": {
"time": "1768996874"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768996967"
},
"departure": {
"time": "1768996990"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768997028"
},
"departure": {
"time": "1768997057"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768997200"
},
"departure": {
"time": "1768997200"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768997200"
},
"departure": {
"time": "1768997200"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768997260"
},
"departure": {
"time": "1768997260"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768997320"
},
"departure": {
"time": "1768997320"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768997380"
},
"departure": {
"time": "1768997380"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "960-38067"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "trip:959-38830",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768982995"
},
"departure": {
"time": "1768983550"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768983582"
},
"departure": {
"time": "1768983615"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768983641"
},
"departure": {
"time": "1768983672"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768983712"
},
"departure": {
"time": "1768983730"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768983764"
},
"departure": {
"time": "1768983799"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768983807"
},
"departure": {
"time": "1768983855"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768983892"
},
"departure": {
"time": "1768983910"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768983930"
},
"departure": {
"time": "1768983962"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768984070"
},
"departure": {
"time": "1768984081"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768984284"
},
"departure": {
"time": "1768984297"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768984363"
},
"departure": {
"time": "1768984393"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768984423"
},
"departure": {
"time": "1768984437"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768984456"
},
"departure": {
"time": "1768984468"
},
"stopId": "IDRIMBA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768984482"
},
"departure": {
"time": "1768984499"
},
"stopId": "IDAPOLL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768984525"
},
"departure": {
"time": "1768984592"
},
"stopId": "IDMISTR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768984640"
},
"departure": {
"time": "1768984705"
},
"stopId": "IDRASPE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768984774"
},
"departure": {
"time": "1768984823"
},
"stopId": "IDALICA1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768984882"
},
"departure": {
"time": "1768984895"
},
"stopId": "IDAPOLL2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768984910"
},
"departure": {
"time": "1768984920"
},
"stopId": "IDRIMBA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768985057"
},
"departure": {
"time": "1768985069"
},
"stopId": "BJZACHA1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768985134"
},
"departure": {
"time": "1768985148"
},
"stopId": "BJCHFLE3",
"stopSequence": 20
},
{
"arrival": {
"time": "1768985178"
},
"departure": {
"time": "1768985247"
},
"stopId": "BJCHARM1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768985262"
},
"departure": {
"time": "1768985308"
},
"stopId": "BJROSTA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768985334"
},
"departure": {
"time": "1768985381"
},
"stopId": "BJCHANT1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768985423"
},
"departure": {
"time": "1768985451"
},
"stopId": "BJSTRAU1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768985494"
},
"departure": {
"time": "1768985534"
},
"stopId": "BJVSCOT1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768985556"
},
"departure": {
"time": "1768985573"
},
"stopId": "BJHBARB1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768985599"
},
"departure": {
"time": "1768985661"
},
"stopId": "BJEBARB1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768985724"
},
"departure": {
"time": "1768985791"
},
"stopId": "BJVAUCA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768985864"
},
"departure": {
"time": "1768985915"
},
"stopId": "BJPMICH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768985949"
},
"departure": {
"time": "1768985993"
},
"stopId": "BJFOLAT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768986034"
},
"departure": {
"time": "1768986065"
},
"stopId": "BJEPARG1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768986106"
},
"departure": {
"time": "1768986143"
},
"stopId": "BJPROYA1",
"stopSequence": 32
},
{
"arrival": {
"time": "1768986176"
},
"departure": {
"time": "1768986207"
},
"stopId": "BJCFA1",
"stopSequence": 33
},
{
"arrival": {
"time": "1768986248"
},
"departure": {
"time": "1768986273"
},
"stopId": "RMTILLE1",
"stopSequence": 34
},
{
"arrival": {
"time": "1768986306"
},
"departure": {
"time": "1768986319"
},
"stopId": "RMPHARM2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768986373"
},
"departure": {
"time": "1768986412"
},
"stopId": "RMRPLAC2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768986425"
},
"departure": {
"time": "1768986437"
},
"stopId": "RMHOTLV2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768986466"
},
"departure": {
"time": "1768986484"
},
"stopId": "RMHALLS2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768986502"
},
"departure": {
"time": "1768986513"
},
"stopId": "RMLAVAI2",
"stopSequence": 39
},
{
"arrival": {
"time": "1768986592"
},
"stopId": "RMZAPER2",
"stopSequence": 40
}
],
"timestamp": "1768999447",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38830"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:959-38832",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768990087"
},
"departure": {
"time": "1768990775"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768990819"
},
"departure": {
"time": "1768990873"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768990899"
},
"departure": {
"time": "1768990916"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768990955"
},
"departure": {
"time": "1768991016"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768991048"
},
"departure": {
"time": "1768991116"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768991122"
},
"departure": {
"time": "1768991139"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768991173"
},
"departure": {
"time": "1768991188"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768991211"
},
"departure": {
"time": "1768991245"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768991350"
},
"departure": {
"time": "1768991360"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768991608"
},
"departure": {
"time": "1768991637"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768991697"
},
"departure": {
"time": "1768991738"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768991776"
},
"departure": {
"time": "1768991804"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768991913"
},
"departure": {
"time": "1768991956"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768992013"
},
"departure": {
"time": "1768992029"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768992059"
},
"departure": {
"time": "1768992126"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768992143"
},
"departure": {
"time": "1768992173"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768992200"
},
"departure": {
"time": "1768992232"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768992270"
},
"departure": {
"time": "1768992286"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768992313"
},
"departure": {
"time": "1768992364"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768992386"
},
"departure": {
"time": "1768992401"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768992433"
},
"departure": {
"time": "1768992470"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768992528"
},
"departure": {
"time": "1768992571"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768992652"
},
"departure": {
"time": "1768992721"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768992766"
},
"departure": {
"time": "1768992823"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768992883"
},
"departure": {
"time": "1768992910"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768992974"
},
"departure": {
"time": "1768993022"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768993056"
},
"departure": {
"time": "1768993093"
},
"stopId": "BJCFA1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768993127"
},
"departure": {
"time": "1768993158"
},
"stopId": "RMTILLE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768993197"
},
"departure": {
"time": "1768993202"
},
"stopId": "RMPHARM2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768993253"
},
"departure": {
"time": "1768993287"
},
"stopId": "RMRPLAC2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768993297"
},
"departure": {
"time": "1768993312"
},
"stopId": "RMHOTLV2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768993345"
},
"departure": {
"time": "1768993370"
},
"stopId": "RMHALLS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768993391"
},
"departure": {
"time": "1768993426"
},
"stopId": "RMLAVAI2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768993509"
},
"stopId": "RMZAPER2",
"stopSequence": 33
}
],
"timestamp": "1768999447",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38832"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:954-38813",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768970963"
},
"departure": {
"time": "1768970986"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768971014"
},
"departure": {
"time": "1768971060"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768971086"
},
"departure": {
"time": "1768971118"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768971154"
},
"departure": {
"time": "1768971167"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768971205"
},
"departure": {
"time": "1768971241"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768971249"
},
"departure": {
"time": "1768971261"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768971301"
},
"departure": {
"time": "1768971317"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768971340"
},
"departure": {
"time": "1768971370"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768971484"
},
"departure": {
"time": "1768971495"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768971744"
},
"departure": {
"time": "1768971762"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768971834"
},
"departure": {
"time": "1768971851"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768971892"
},
"departure": {
"time": "1768971912"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768972073"
},
"departure": {
"time": "1768972090"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768972163"
},
"departure": {
"time": "1768972189"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768972226"
},
"departure": {
"time": "1768972287"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768972310"
},
"departure": {
"time": "1768972329"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768972369"
},
"departure": {
"time": "1768972385"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768972433"
},
"departure": {
"time": "1768972455"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768972490"
},
"departure": {
"time": "1768972510"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768972545"
},
"departure": {
"time": "1768972558"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768972594"
},
"departure": {
"time": "1768972722"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768972800"
},
"departure": {
"time": "1768972860"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768972978"
},
"departure": {
"time": "1768972996"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768973027"
},
"departure": {
"time": "1768973064"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768973104"
},
"departure": {
"time": "1768973119"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768973163"
},
"departure": {
"time": "1768973178"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768973193"
},
"departure": {
"time": "1768973210"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768973220"
},
"departure": {
"time": "1768973238"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768973268"
},
"departure": {
"time": "1768973286"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768973410"
},
"departure": {
"time": "1768973429"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768973512"
},
"departure": {
"time": "1768973521"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768973563"
},
"departure": {
"time": "1768973572"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768973686"
},
"departure": {
"time": "1768973753"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768973819"
},
"departure": {
"time": "1768974172"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768974215"
},
"departure": {
"time": "1768974227"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768974368"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1768999439",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38813"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:963-38818",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768988264"
},
"departure": {
"time": "1768989039"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768989071"
},
"departure": {
"time": "1768989082"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768989110"
},
"departure": {
"time": "1768989121"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768989170"
},
"departure": {
"time": "1768989202"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768989237"
},
"departure": {
"time": "1768989282"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768989292"
},
"departure": {
"time": "1768989304"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768989343"
},
"departure": {
"time": "1768989361"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768989381"
},
"departure": {
"time": "1768989398"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768989530"
},
"departure": {
"time": "1768989546"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768989735"
},
"departure": {
"time": "1768989771"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768989835"
},
"departure": {
"time": "1768989872"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768989903"
},
"departure": {
"time": "1768989933"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768990037"
},
"departure": {
"time": "1768990048"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768990108"
},
"departure": {
"time": "1768990128"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768990155"
},
"departure": {
"time": "1768990272"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768990293"
},
"departure": {
"time": "1768990310"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768990343"
},
"departure": {
"time": "1768990375"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768990411"
},
"departure": {
"time": "1768990444"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768990470"
},
"departure": {
"time": "1768990507"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768990529"
},
"departure": {
"time": "1768990546"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768990574"
},
"departure": {
"time": "1768990677"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768990739"
},
"departure": {
"time": "1768990811"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768990919"
},
"departure": {
"time": "1768990959"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768991002"
},
"departure": {
"time": "1768991049"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768991115"
},
"departure": {
"time": "1768991121"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768991168"
},
"departure": {
"time": "1768991201"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768991213"
},
"departure": {
"time": "1768991228"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768991243"
},
"departure": {
"time": "1768991276"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768991297"
},
"departure": {
"time": "1768991333"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768991427"
},
"departure": {
"time": "1768991462"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768991665"
},
"departure": {
"time": "1768991692"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768991586"
},
"departure": {
"time": "1768991632"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768991796"
},
"departure": {
"time": "1768991807"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768991860"
},
"departure": {
"time": "1768991898"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768991929"
},
"departure": {
"time": "1768991954"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768992063"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38818"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:4_0_6",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768987309"
},
"departure": {
"time": "1768987324"
},
"stopId": "BJGARE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768987535"
},
"departure": {
"time": "1768987540"
},
"stopId": "BJLIBE1",
"stopSequence": 1
},
{
"stopId": "BJHUGO1",
"stopSequence": 2
},
{
"stopId": "BJMLECL1",
"stopSequence": 3
},
{
"stopId": "BJMARS2",
"stopSequence": 4
},
{
"stopId": "BJTEMPL2",
"stopSequence": 5
},
{
"stopId": "BJHOTEL2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768987868"
},
"departure": {
"time": "1768987890"
},
"stopId": "BJLIBER2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768987911"
},
"departure": {
"time": "1768987921"
},
"stopId": "BJPTJAL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768987994"
},
"departure": {
"time": "1768988015"
},
"stopId": "BJPASTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768988078"
},
"departure": {
"time": "1768988111"
},
"stopId": "BJEBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768988194"
},
"departure": {
"time": "1768988217"
},
"stopId": "BJVAUCA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768988282"
},
"departure": {
"time": "1768988336"
},
"stopId": "BJLYCEE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768988365"
},
"departure": {
"time": "1768988380"
},
"stopId": "BJPOSTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768988442"
},
"stopId": "BJGARE1",
"stopSequence": 14
}
],
"timestamp": "1768999373",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_0_6"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:958-38855",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768976835"
},
"departure": {
"time": "1768976842"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768976937"
},
"departure": {
"time": "1768976980"
},
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768977006"
},
"departure": {
"time": "1768977021"
},
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768977051"
},
"departure": {
"time": "1768977081"
},
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768977096"
},
"departure": {
"time": "1768977142"
},
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768977199"
},
"departure": {
"time": "1768977235"
},
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768977268"
},
"departure": {
"time": "1768977296"
},
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768977337"
},
"departure": {
"time": "1768977349"
},
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768977398"
},
"departure": {
"time": "1768977458"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768977502"
},
"departure": {
"time": "1768977577"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768977635"
},
"departure": {
"time": "1768977680"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768977711"
},
"departure": {
"time": "1768977762"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768977824"
},
"departure": {
"time": "1768977911"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768977979"
},
"departure": {
"time": "1768978012"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768978067"
},
"departure": {
"time": "1768978078"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768978115"
},
"departure": {
"time": "1768978146"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768978184"
},
"departure": {
"time": "1768978200"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768978239"
},
"departure": {
"time": "1768978251"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768978306"
},
"departure": {
"time": "1768978342"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768978361"
},
"departure": {
"time": "1768978401"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768978426"
},
"departure": {
"time": "1768978441"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768978519"
},
"departure": {
"time": "1768978531"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768978682"
},
"departure": {
"time": "1768978719"
},
"stopId": "IDRIMBA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768978733"
},
"departure": {
"time": "1768978778"
},
"stopId": "IDAPOLL1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768978802"
},
"departure": {
"time": "1768978838"
},
"stopId": "IDMISTR1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768978879"
},
"departure": {
"time": "1768978907"
},
"stopId": "IDRASPE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768978968"
},
"departure": {
"time": "1768979022"
},
"stopId": "IDALICA1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768979076"
},
"departure": {
"time": "1768979106"
},
"stopId": "IDAPOLL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768979115"
},
"departure": {
"time": "1768979126"
},
"stopId": "IDRIMBA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768979142"
},
"departure": {
"time": "1768979171"
},
"stopId": "IDPLOUV2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768979203"
},
"departure": {
"time": "1768979253"
},
"stopId": "IDCHASS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768979283"
},
"departure": {
"time": "1768979313"
},
"stopId": "IDBRANC2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768979381"
},
"departure": {
"time": "1768979432"
},
"stopId": "IDADMIN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768979451"
},
"departure": {
"time": "1768979486"
},
"stopId": "IDHOTEL2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768979521"
},
"departure": {
"time": "1768979585"
},
"stopId": "IDTRUFF2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768979595"
},
"departure": {
"time": "1768979633"
},
"stopId": "IDHUBER2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768979669"
},
"departure": {
"time": "1768979684"
},
"stopId": "IDDELOR2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768979731"
},
"departure": {
"time": "1768979738"
},
"stopId": "IDATLAN2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768979776"
},
"departure": {
"time": "1768979816"
},
"stopId": "IDDOISN2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768979836"
},
"stopId": "IDPISCI2",
"stopSequence": 39
}
],
"timestamp": "1768999368",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38855"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:976-38040",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768998696"
},
"departure": {
"time": "1768998750"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768998787"
},
"departure": {
"time": "1768998838"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768998888"
},
"departure": {
"time": "1768998894"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768998906"
},
"departure": {
"time": "1768998936"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768998942"
},
"departure": {
"time": "1768998977"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768999009"
},
"departure": {
"time": "1768999021"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768999067"
},
"departure": {
"time": "1768999098"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768999198"
},
"departure": {
"time": "1768999251"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768999377"
},
"departure": {
"time": "1768999437"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768999660"
},
"departure": {
"time": "1768999660"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768999840"
},
"departure": {
"time": "1768999840"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769000080"
},
"departure": {
"time": "1769000080"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769000200"
},
"departure": {
"time": "1769000200"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769000260"
},
"departure": {
"time": "1769000260"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769000500"
},
"departure": {
"time": "1769000500"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769000560"
},
"departure": {
"time": "1769000560"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769000680"
},
"departure": {
"time": "1769000680"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769000800"
},
"departure": {
"time": "1769000800"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769000860"
},
"departure": {
"time": "1769000860"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769000920"
},
"departure": {
"time": "1769000920"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769001040"
},
"departure": {
"time": "1769001040"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769001040"
},
"departure": {
"time": "1769001040"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769001220"
},
"departure": {
"time": "1769001220"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769001280"
},
"departure": {
"time": "1769001280"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769001340"
},
"departure": {
"time": "1769001340"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769001400"
},
"departure": {
"time": "1769001400"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769001400"
},
"departure": {
"time": "1769001400"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769001460"
},
"departure": {
"time": "1769001460"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769001520"
},
"departure": {
"time": "1769001520"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769001640"
},
"departure": {
"time": "1769001640"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769001640"
},
"departure": {
"time": "1769001640"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769001760"
},
"departure": {
"time": "1769001760"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "976-38040"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "trip:966-38031",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768981532"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768982457"
},
"departure": {
"time": "1768982487"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768982524"
},
"departure": {
"time": "1768982552"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768982565"
},
"departure": {
"time": "1768982602"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768982607"
},
"departure": {
"time": "1768982627"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768982664"
},
"departure": {
"time": "1768982696"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768982727"
},
"departure": {
"time": "1768982738"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768982830"
},
"departure": {
"time": "1768982854"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768982963"
},
"departure": {
"time": "1768983049"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768983327"
},
"departure": {
"time": "1768983362"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768983484"
},
"departure": {
"time": "1768983517"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768983636"
},
"departure": {
"time": "1768983671"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768983703"
},
"departure": {
"time": "1768983727"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768983772"
},
"departure": {
"time": "1768983780"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768983862"
},
"departure": {
"time": "1768983874"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768983916"
},
"departure": {
"time": "1768983942"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768984045"
},
"departure": {
"time": "1768984098"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768984241"
},
"departure": {
"time": "1768984319"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768984334"
},
"departure": {
"time": "1768984361"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768984422"
},
"departure": {
"time": "1768984510"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768984575"
},
"departure": {
"time": "1768984609"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768984657"
},
"departure": {
"time": "1768984673"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768984697"
},
"departure": {
"time": "1768984728"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768984763"
},
"departure": {
"time": "1768984794"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768984828"
},
"departure": {
"time": "1768984842"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768984882"
},
"departure": {
"time": "1768984911"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768984932"
},
"departure": {
"time": "1768984942"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768984968"
},
"departure": {
"time": "1768984980"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768985022"
},
"departure": {
"time": "1768985054"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768985092"
},
"departure": {
"time": "1768985117"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768985126"
},
"departure": {
"time": "1768985155"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768985196"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999452",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38031"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:965-37613",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768996109"
},
"departure": {
"time": "1768996159"
},
"stopId": "SSECOLC1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768996249"
},
"departure": {
"time": "1768996266"
},
"stopId": "SSDEMPT1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768996298"
},
"departure": {
"time": "1768996303"
},
"stopId": "SSMOLLA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768996428"
},
"departure": {
"time": "1768996434"
},
"stopId": "BJALBIZ1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768996460"
},
"departure": {
"time": "1768996476"
},
"stopId": "BJLOUP2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768996492"
},
"departure": {
"time": "1768996498"
},
"stopId": "BJCHPAG1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768996531"
},
"departure": {
"time": "1768996537"
},
"stopId": "BJPMONT1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768996549"
},
"departure": {
"time": "1768996555"
},
"stopId": "BJBELRI2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768996581"
},
"departure": {
"time": "1768996592"
},
"stopId": "BJMAS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768996614"
},
"departure": {
"time": "1768996625"
},
"stopId": "BJTONKI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768996678"
},
"departure": {
"time": "1768996688"
},
"stopId": "BJSQUAR2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768996717"
},
"departure": {
"time": "1768996739"
},
"stopId": "BJPREBE2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768996791"
},
"departure": {
"time": "1768996825"
},
"stopId": "BJCOPRE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768996843"
},
"departure": {
"time": "1768996858"
},
"stopId": "BJPISCI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768996900"
},
"departure": {
"time": "1768996929"
},
"stopId": "BJEPARG2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768996974"
},
"departure": {
"time": "1768997006"
},
"stopId": "BJFOLAT1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768997032"
},
"departure": {
"time": "1768997061"
},
"stopId": "BJPMICH1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768997150"
},
"departure": {
"time": "1768997179"
},
"stopId": "BJLYCEE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768997179"
},
"departure": {
"time": "1768997217"
},
"stopId": "BJPOSTE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768997334"
},
"departure": {
"time": "1768997344"
},
"stopId": "BJJARDI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768997564"
},
"stopId": "BJPLANB1",
"stopSequence": 20
}
],
"timestamp": "1768999453",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "965-37613"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:968-38821",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768998979"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768999800"
},
"departure": {
"time": "1768999800"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768999800"
},
"departure": {
"time": "1768999800"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768999920"
},
"departure": {
"time": "1768999920"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768999980"
},
"departure": {
"time": "1768999980"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769000040"
},
"departure": {
"time": "1769000040"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769000100"
},
"departure": {
"time": "1769000100"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769000160"
},
"departure": {
"time": "1769000160"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769000340"
},
"departure": {
"time": "1769000340"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769000520"
},
"departure": {
"time": "1769000520"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769000580"
},
"departure": {
"time": "1769000580"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769000700"
},
"departure": {
"time": "1769000700"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769000880"
},
"departure": {
"time": "1769000880"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769001000"
},
"departure": {
"time": "1769001000"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1769001060"
},
"departure": {
"time": "1769001060"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769001120"
},
"departure": {
"time": "1769001120"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769001180"
},
"departure": {
"time": "1769001180"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769001240"
},
"departure": {
"time": "1769001240"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769001300"
},
"departure": {
"time": "1769001300"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769001360"
},
"departure": {
"time": "1769001360"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769001420"
},
"departure": {
"time": "1769001420"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769001600"
},
"departure": {
"time": "1769001600"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769001720"
},
"departure": {
"time": "1769001720"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769001780"
},
"departure": {
"time": "1769001780"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769001840"
},
"departure": {
"time": "1769001840"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769001960"
},
"departure": {
"time": "1769001960"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769002020"
},
"departure": {
"time": "1769002020"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769002020"
},
"departure": {
"time": "1769002020"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769002080"
},
"departure": {
"time": "1769002080"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769002200"
},
"departure": {
"time": "1769002200"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769002320"
},
"departure": {
"time": "1769002320"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769002380"
},
"departure": {
"time": "1769002380"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769002560"
},
"departure": {
"time": "1769002560"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769002800"
},
"departure": {
"time": "1769002800"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769002800"
},
"departure": {
"time": "1769002800"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769002920"
},
"departure": {
"time": "1769002920"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1768999439",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "968-38821"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:964-37619",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768983930"
},
"departure": {
"time": "1768983955"
},
"stopId": "BJMAUBE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768983992"
},
"departure": {
"time": "1768984003"
},
"stopId": "MBHLM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768984030"
},
"departure": {
"time": "1768984083"
},
"stopId": "BJCHARG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768984153"
},
"departure": {
"time": "1768984203"
},
"stopId": "BJPOSTE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768984215"
},
"departure": {
"time": "1768984226"
},
"stopId": "BJLYCEE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768984316"
},
"departure": {
"time": "1768984355"
},
"stopId": "BJPMICH2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768984386"
},
"departure": {
"time": "1768984407"
},
"stopId": "BJFOLAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768984444"
},
"departure": {
"time": "1768984456"
},
"stopId": "BJEPARG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768984495"
},
"departure": {
"time": "1768984509"
},
"stopId": "BJPISCI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768984526"
},
"departure": {
"time": "1768984602"
},
"stopId": "BJCOPRE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768984690"
},
"departure": {
"time": "1768984703"
},
"stopId": "BJPREBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768984795"
},
"departure": {
"time": "1768984814"
},
"stopId": "BJMARS2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768984889"
},
"departure": {
"time": "1768984900"
},
"stopId": "BJTONKI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768984970"
},
"departure": {
"time": "1768984981"
},
"stopId": "BJBELRI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768984996"
},
"departure": {
"time": "1768985008"
},
"stopId": "BJPMONT2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768985039"
},
"departure": {
"time": "1768985051"
},
"stopId": "BJCHPAG2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768985066"
},
"departure": {
"time": "1768985081"
},
"stopId": "BJLOUP1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768985110"
},
"departure": {
"time": "1768985118"
},
"stopId": "BJALBIZ2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768985129"
},
"departure": {
"time": "1768985138"
},
"stopId": "BJBERNA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768985265"
},
"departure": {
"time": "1768985278"
},
"stopId": "SSMOLLA2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768985392"
},
"departure": {
"time": "1768985405"
},
"stopId": "SSDEMPT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768985387"
},
"departure": {
"time": "1768985335"
},
"stopId": "SSDEMPT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768985685"
},
"departure": {
"time": "1768985696"
},
"stopId": "SSTRUIT2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768985780"
},
"departure": {
"time": "1768985794"
},
"stopId": "SSEGLIS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768985933"
},
"departure": {
"time": "1768985945"
},
"stopId": "SSPRECH2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768986028"
},
"departure": {
"time": "1768986043"
},
"stopId": "SSZONEA2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768986145"
},
"departure": {
"time": "1768986153"
},
"stopId": "SSSMART2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768986222"
},
"stopId": "SSFLOS2",
"stopSequence": 27
}
],
"timestamp": "1768999453",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37619"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:7_0_6",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768988137"
},
"departure": {
"time": "1768988147"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768988163"
},
"departure": {
"time": "1768988178"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768988226"
},
"departure": {
"time": "1768988237"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768988254"
},
"departure": {
"time": "1768988280"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768988326"
},
"departure": {
"time": "1768988361"
},
"stopId": "QFLIEUS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768988384"
},
"departure": {
"time": "1768988419"
},
"stopId": "QFALLIN1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768988473"
},
"departure": {
"time": "1768988483"
},
"stopId": "QFCOCHE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768988505"
},
"departure": {
"time": "1768988521"
},
"stopId": "QFCHARR1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768988548"
},
"departure": {
"time": "1768988559"
},
"stopId": "QFGARGU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768988618"
},
"departure": {
"time": "1768988653"
},
"stopId": "VFJBREL1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768988684"
},
"departure": {
"time": "1768988702"
},
"stopId": "VFTENNI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768988707"
},
"departure": {
"time": "1768988736"
},
"stopId": "VFCRUIZ2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768988801"
},
"departure": {
"time": "1768988829"
},
"stopId": "QF3COMM2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768988860"
},
"stopId": "QFMOINE2",
"stopSequence": 13
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "7",
"scheduleRelationship": "SCHEDULED",
"tripId": "7_0_6"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e4f3",
"label": "1316",
"licensePlate": "CD-847-QX"
}
}
},
{
"id": "trip:4_3_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768983643"
},
"departure": {
"time": "1768983689"
},
"stopId": "BJGARE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768983870"
},
"departure": {
"time": "1768983875"
},
"stopId": "BJLIBE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768983916"
},
"departure": {
"time": "1768983921"
},
"stopId": "BJHUGO1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768984003"
},
"departure": {
"time": "1768984009"
},
"stopId": "BJMLECL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768984039"
},
"departure": {
"time": "1768984050"
},
"stopId": "BJMARS2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768984096"
},
"departure": {
"time": "1768984101"
},
"stopId": "BJTEMPL2",
"stopSequence": 5
},
{
"stopId": "BJHOTEL2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768984209"
},
"departure": {
"time": "1768984219"
},
"stopId": "BJLIBER2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768984240"
},
"departure": {
"time": "1768984245"
},
"stopId": "BJPTJAL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768984322"
},
"departure": {
"time": "1768984327"
},
"stopId": "BJPASTE2",
"stopSequence": 9
},
{
"stopId": "BJEBARB1",
"stopSequence": 10
},
{
"stopId": "BJVAUCA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768984573"
},
"departure": {
"time": "1768984604"
},
"stopId": "BJLYCEE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768984650"
},
"departure": {
"time": "1768984665"
},
"stopId": "BJPOSTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768985434"
},
"stopId": "BJGARE1",
"stopSequence": 14
}
],
"timestamp": "1768999373",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_3_4"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:1174-38734",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDCHAMP1",
"stopSequence": 0
},
{
"stopId": "IDGARE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768981928"
},
"stopId": "IDCECOM2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768995240"
},
"departure": {
"time": "1768995240"
},
"stopId": "IDADMIN2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768995300"
},
"departure": {
"time": "1768995300"
},
"stopId": "IDHOTEL2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768995360"
},
"departure": {
"time": "1768995360"
},
"stopId": "IDTRUFF2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768995360"
},
"departure": {
"time": "1768995360"
},
"stopId": "IDHUBER2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768995420"
},
"departure": {
"time": "1768995420"
},
"stopId": "IDDELOR2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768995480"
},
"departure": {
"time": "1768995480"
},
"stopId": "IDATLAN2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768995540"
},
"departure": {
"time": "1768995540"
},
"stopId": "IDDOISN2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768995600"
},
"departure": {
"time": "1768995600"
},
"stopId": "IDGERMA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768995720"
},
"departure": {
"time": "1768995720"
},
"stopId": "IDSEIGL2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768995840"
},
"departure": {
"time": "1768995840"
},
"stopId": "VMBELMO2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768995960"
},
"departure": {
"time": "1768995960"
},
"stopId": "VMNAUTA2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768996020"
},
"departure": {
"time": "1768996020"
},
"stopId": "VMGARE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768996080"
},
"departure": {
"time": "1768996080"
},
"stopId": "VMKIOSQ2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768996080"
},
"departure": {
"time": "1768996080"
},
"stopId": "VMPOSTE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768996140"
},
"departure": {
"time": "1768996140"
},
"stopId": "VMLAVOI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768996140"
},
"departure": {
"time": "1768996140"
},
"stopId": "VMGREEN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768996200"
},
"departure": {
"time": "1768996200"
},
"stopId": "VMCIME2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768996320"
},
"departure": {
"time": "1768996320"
},
"stopId": "VMBIZET2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768996380"
},
"departure": {
"time": "1768996380"
},
"stopId": "VFRPMUI2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768996440"
},
"departure": {
"time": "1768996440"
},
"stopId": "VFMUISS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768996500"
},
"departure": {
"time": "1768996500"
},
"stopId": "VFPONT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768996560"
},
"departure": {
"time": "1768996560"
},
"stopId": "VFAILLA2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768996620"
},
"departure": {
"time": "1768996620"
},
"stopId": "VFSECU2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768996740"
},
"departure": {
"time": "1768996740"
},
"stopId": "VFSTBC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768996800"
},
"departure": {
"time": "1768996800"
},
"stopId": "VFREPUB2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768996860"
},
"departure": {
"time": "1768996860"
},
"stopId": "VFBOURG2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768996980"
},
"departure": {
"time": "1768996980"
},
"stopId": "VFROCHE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768997040"
},
"departure": {
"time": "1768997040"
},
"stopId": "VFBRET2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768997040"
},
"departure": {
"time": "1768997040"
},
"stopId": "VFBOIS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768997100"
},
"departure": {
"time": "1768997100"
},
"stopId": "VFARMIE2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768997160"
},
"departure": {
"time": "1768997160"
},
"stopId": "VFCRUIZ2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768997220"
},
"departure": {
"time": "1768997220"
},
"stopId": "QF3COMM2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768997280"
},
"departure": {
"time": "1768997280"
},
"stopId": "QFMOINE2",
"stopSequence": 35
}
],
"timestamp": "1768999435",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1174-38734"
},
"vehicle": {
"id": "636a2e22c520d5a13c77dee7",
"label": "1322",
"licensePlate": "DQ-973-PT"
}
}
},
{
"id": "trip:1174-38746",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768976623"
},
"departure": {
"time": "1768976655"
},
"stopId": "IDGBUIS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768976686"
},
"departure": {
"time": "1768976718"
},
"stopId": "ID3VALL1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768976727"
},
"departure": {
"time": "1768976753"
},
"stopId": "IDPVINC1",
"stopSequence": 2
},
{
"stopId": "IDTEMPL1",
"stopSequence": 3
},
{
"stopId": "IDVICAT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768976796"
},
"departure": {
"time": "1768976806"
},
"stopId": "IDCHAMP1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768976935"
},
"departure": {
"time": "1768976980"
},
"stopId": "IDGARE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768977108"
},
"departure": {
"time": "1768977133"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768977248"
},
"departure": {
"time": "1768977265"
},
"stopId": "IDADMIN2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768977286"
},
"departure": {
"time": "1768977305"
},
"stopId": "IDHOTEL2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768977352"
},
"departure": {
"time": "1768977369"
},
"stopId": "IDTRUFF2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768977383"
},
"departure": {
"time": "1768977425"
},
"stopId": "IDHUBER2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768977477"
},
"departure": {
"time": "1768977681"
},
"stopId": "IDDELOR2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768977732"
},
"departure": {
"time": "1768977763"
},
"stopId": "IDATLAN2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768977795"
},
"departure": {
"time": "1768977819"
},
"stopId": "IDDOISN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768977862"
},
"departure": {
"time": "1768977878"
},
"stopId": "IDGERMA2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768977934"
},
"departure": {
"time": "1768977946"
},
"stopId": "IDSEIGL2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768978043"
},
"departure": {
"time": "1768978095"
},
"stopId": "VMBELMO2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768978217"
},
"departure": {
"time": "1768978230"
},
"stopId": "VMNAUTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768978293"
},
"departure": {
"time": "1768978311"
},
"stopId": "VMGARE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768978336"
},
"departure": {
"time": "1768978365"
},
"stopId": "VMKIOSQ2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768978375"
},
"departure": {
"time": "1768978418"
},
"stopId": "VMPOSTE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768978505"
},
"departure": {
"time": "1768978520"
},
"stopId": "VMLAVOI2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768978566"
},
"departure": {
"time": "1768978583"
},
"stopId": "VMGREEN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768978595"
},
"departure": {
"time": "1768978601"
},
"stopId": "VMCIME2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768978684"
},
"departure": {
"time": "1768978700"
},
"stopId": "VMBIZET2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768978789"
},
"departure": {
"time": "1768978807"
},
"stopId": "VFRPMUI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768978826"
},
"departure": {
"time": "1768978854"
},
"stopId": "VFMUISS2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768978881"
},
"departure": {
"time": "1768978942"
},
"stopId": "VFPONT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768978976"
},
"departure": {
"time": "1768979021"
},
"stopId": "VFAILLA2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768979038"
},
"departure": {
"time": "1768979088"
},
"stopId": "VFSECU2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768979104"
},
"departure": {
"time": "1768979142"
},
"stopId": "VFSTBC2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768979197"
},
"departure": {
"time": "1768979239"
},
"stopId": "VFREPUB2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768979262"
},
"departure": {
"time": "1768979275"
},
"stopId": "VFBOURG2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768979369"
},
"stopId": "VFCOLAR2",
"stopSequence": 34
}
],
"timestamp": "1768999435",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1174-38746"
},
"vehicle": {
"id": "636a2e22c520d5a13c77dee7",
"label": "1322",
"licensePlate": "DQ-973-PT"
}
}
},
{
"id": "trip:966-38058",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768978374"
},
"departure": {
"time": "1768978513"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768978592"
},
"departure": {
"time": "1768978627"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768978644"
},
"departure": {
"time": "1768978671"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768978724"
},
"departure": {
"time": "1768978763"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768978822"
},
"departure": {
"time": "1768978841"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768978875"
},
"departure": {
"time": "1768978932"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768978957"
},
"departure": {
"time": "1768979002"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768979036"
},
"departure": {
"time": "1768979066"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768979105"
},
"departure": {
"time": "1768979143"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768979175"
},
"departure": {
"time": "1768979189"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768979213"
},
"departure": {
"time": "1768979229"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768979253"
},
"departure": {
"time": "1768979289"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768979348"
},
"departure": {
"time": "1768979407"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768979448"
},
"departure": {
"time": "1768979507"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768979523"
},
"departure": {
"time": "1768979581"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768979688"
},
"departure": {
"time": "1768979744"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768979928"
},
"departure": {
"time": "1768979965"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768980045"
},
"departure": {
"time": "1768980053"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768980162"
},
"departure": {
"time": "1768980193"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768980232"
},
"departure": {
"time": "1768980244"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768980269"
},
"departure": {
"time": "1768980330"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768980423"
},
"departure": {
"time": "1768980464"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768980545"
},
"departure": {
"time": "1768980672"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768980720"
},
"departure": {
"time": "1768980737"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768980860"
},
"departure": {
"time": "1768980930"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768981015"
},
"departure": {
"time": "1768981048"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768981125"
},
"departure": {
"time": "1768981136"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768981174"
},
"departure": {
"time": "1768981200"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768981239"
},
"departure": {
"time": "1768981266"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768981273"
},
"departure": {
"time": "1768981291"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768981301"
},
"departure": {
"time": "1768981312"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768981348"
},
"departure": {
"time": "1768981386"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768981412"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1768999452",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38058"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:8_2_21",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768995046"
},
"departure": {
"time": "1768995069"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768995118"
},
"departure": {
"time": "1768995128"
},
"stopId": "BJBUGEY1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768995182"
},
"departure": {
"time": "1768995210"
},
"stopId": "BJROSTA2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768995227"
},
"departure": {
"time": "1768995276"
},
"stopId": "BJCHARM2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768995334"
},
"departure": {
"time": "1768995365"
},
"stopId": "BJVSCOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768995409"
},
"departure": {
"time": "1768995425"
},
"stopId": "BJCRROU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768995467"
},
"departure": {
"time": "1768995482"
},
"stopId": "BJPTJAL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768995515"
},
"departure": {
"time": "1768995540"
},
"stopId": "BJETISS2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768995592"
},
"departure": {
"time": "1768995638"
},
"stopId": "BJEBARB3",
"stopSequence": 8
},
{
"arrival": {
"time": "1768995659"
},
"departure": {
"time": "1768995684"
},
"stopId": "BJPALAI1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768995699"
},
"departure": {
"time": "1768995704"
},
"stopId": "BJFRERE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768995764"
},
"departure": {
"time": "1768995784"
},
"stopId": "BJEMMAU1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768995849"
},
"departure": {
"time": "1768995902"
},
"stopId": "BJMEDCL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768995929"
},
"departure": {
"time": "1768995974"
},
"stopId": "BJMEDHO1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768996112"
},
"departure": {
"time": "1768996139"
},
"stopId": "BJGRIPR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768996285"
},
"departure": {
"time": "1768996322"
},
"stopId": "IDCECOM1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768996379"
},
"departure": {
"time": "1768996406"
},
"stopId": "IDGUA2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768996485"
},
"departure": {
"time": "1768996495"
},
"stopId": "IDSEIGL2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768996561"
},
"departure": {
"time": "1768996573"
},
"stopId": "VMBELMO2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768996629"
},
"departure": {
"time": "1768996639"
},
"stopId": "VMNAUTA2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768996688"
},
"departure": {
"time": "1768996699"
},
"stopId": "VMGARE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768996719"
},
"departure": {
"time": "1768996740"
},
"stopId": "VMKIOSQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768996771"
},
"departure": {
"time": "1768996782"
},
"stopId": "VMILOTS1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768996830"
},
"departure": {
"time": "1768996840"
},
"stopId": "VMCHATE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768996898"
},
"departure": {
"time": "1768996904"
},
"stopId": "VMTECHE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768996946"
},
"departure": {
"time": "1768996951"
},
"stopId": "VMDESCA2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768997000"
},
"departure": {
"time": "1768997011"
},
"stopId": "VFRPMUI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768997089"
},
"departure": {
"time": "1768997111"
},
"stopId": "VFTECHO1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768997240"
},
"departure": {
"time": "1768997273"
},
"stopId": "VPALPES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768997401"
},
"departure": {
"time": "1768997459"
},
"stopId": "VPGARE1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768997539"
},
"departure": {
"time": "1768997584"
},
"stopId": "VFROCHE1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768997660"
},
"departure": {
"time": "1768997689"
},
"stopId": "VFBOURG1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768997716"
},
"departure": {
"time": "1768997757"
},
"stopId": "VFREPUB1",
"stopSequence": 32
},
{
"arrival": {
"time": "1768997811"
},
"stopId": "VFSTBC9",
"stopSequence": 33
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_2_21"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e657",
"label": "1526",
"licensePlate": "FB-994-BM"
}
}
},
{
"id": "trip:1169-38733",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768991553"
},
"departure": {
"time": "1768991594"
},
"stopId": "IDCECOM2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768991695"
},
"departure": {
"time": "1768991710"
},
"stopId": "IDADMIN2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768991726"
},
"departure": {
"time": "1768991737"
},
"stopId": "IDHOTEL2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768991771"
},
"departure": {
"time": "1768991787"
},
"stopId": "IDTRUFF2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768991797"
},
"departure": {
"time": "1768991824"
},
"stopId": "IDHUBER2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768991856"
},
"departure": {
"time": "1768991913"
},
"stopId": "IDDELOR2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768991953"
},
"departure": {
"time": "1768992013"
},
"stopId": "IDATLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768992043"
},
"departure": {
"time": "1768992076"
},
"stopId": "IDDOISN2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768992119"
},
"departure": {
"time": "1768992148"
},
"stopId": "IDGERMA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768992201"
},
"departure": {
"time": "1768992206"
},
"stopId": "IDSEIGL2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768992290"
},
"departure": {
"time": "1768992317"
},
"stopId": "VMBELMO2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768992382"
},
"departure": {
"time": "1768992392"
},
"stopId": "VMNAUTA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768992436"
},
"departure": {
"time": "1768992446"
},
"stopId": "VMGARE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768992472"
},
"departure": {
"time": "1768992513"
},
"stopId": "VMKIOSQ2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768992518"
},
"departure": {
"time": "1768992535"
},
"stopId": "VMPOSTE2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768992603"
},
"departure": {
"time": "1768992619"
},
"stopId": "VMLAVOI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768992662"
},
"departure": {
"time": "1768992672"
},
"stopId": "VMGREEN2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768992682"
},
"departure": {
"time": "1768992688"
},
"stopId": "VMCIME2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768992758"
},
"departure": {
"time": "1768992779"
},
"stopId": "VMBIZET2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768992837"
},
"departure": {
"time": "1768992849"
},
"stopId": "VFRPMUI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768992873"
},
"departure": {
"time": "1768992878"
},
"stopId": "VFMUISS2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768992906"
},
"departure": {
"time": "1768992954"
},
"stopId": "VFPONT2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768992990"
},
"departure": {
"time": "1768993020"
},
"stopId": "VFAILLA2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768993037"
},
"departure": {
"time": "1768993107"
},
"stopId": "VFSECU2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768993133"
},
"departure": {
"time": "1768993168"
},
"stopId": "VFSTBC2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768993304"
},
"departure": {
"time": "1768993397"
},
"stopId": "VFREPUB2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768993465"
},
"departure": {
"time": "1768993494"
},
"stopId": "VFBOURG2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768993612"
},
"departure": {
"time": "1768993652"
},
"stopId": "VFROCHE2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768993678"
},
"departure": {
"time": "1768993740"
},
"stopId": "VFBRET2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768993750"
},
"departure": {
"time": "1768993775"
},
"stopId": "VFBOIS2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768993797"
},
"departure": {
"time": "1768993828"
},
"stopId": "VFARMIE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768993844"
},
"departure": {
"time": "1768993872"
},
"stopId": "VFCRUIZ2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768993924"
},
"departure": {
"time": "1768993956"
},
"stopId": "QF3COMM2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768993987"
},
"stopId": "QFMOINE2",
"stopSequence": 33
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1169-38733"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e4f3",
"label": "1316",
"licensePlate": "CD-847-QX"
}
}
},
{
"id": "trip:966-38027",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768975039"
},
"departure": {
"time": "1768975222"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768975253"
},
"departure": {
"time": "1768975315"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768975358"
},
"departure": {
"time": "1768975392"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768975401"
},
"departure": {
"time": "1768975433"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768975441"
},
"departure": {
"time": "1768975473"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768975511"
},
"departure": {
"time": "1768975542"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768975583"
},
"departure": {
"time": "1768975612"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768975706"
},
"departure": {
"time": "1768975733"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768975863"
},
"departure": {
"time": "1768975925"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768976101"
},
"departure": {
"time": "1768976142"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768976224"
},
"departure": {
"time": "1768976263"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768976406"
},
"departure": {
"time": "1768976477"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768976518"
},
"departure": {
"time": "1768976530"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768976573"
},
"departure": {
"time": "1768976614"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768976711"
},
"departure": {
"time": "1768976753"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768976811"
},
"departure": {
"time": "1768976821"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768977007"
},
"departure": {
"time": "1768977070"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768977252"
},
"departure": {
"time": "1768977403"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768977417"
},
"departure": {
"time": "1768977484"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768977503"
},
"departure": {
"time": "1768977585"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768977654"
},
"departure": {
"time": "1768977682"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768977731"
},
"departure": {
"time": "1768977741"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768977781"
},
"departure": {
"time": "1768977813"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768977844"
},
"departure": {
"time": "1768977886"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768977920"
},
"departure": {
"time": "1768977946"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768978007"
},
"departure": {
"time": "1768978055"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768978071"
},
"departure": {
"time": "1768978087"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768978109"
},
"departure": {
"time": "1768978127"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768978178"
},
"departure": {
"time": "1768978232"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768978277"
},
"departure": {
"time": "1768978285"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768978292"
},
"departure": {
"time": "1768978314"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768978356"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999452",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38027"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:1179-38370",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768998534"
},
"departure": {
"time": "1768998593"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768998652"
},
"departure": {
"time": "1768998659"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768998700"
},
"departure": {
"time": "1768998742"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768998782"
},
"departure": {
"time": "1768998799"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768998859"
},
"departure": {
"time": "1768998888"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768998927"
},
"departure": {
"time": "1768998965"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768998985"
},
"departure": {
"time": "1768999036"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768999132"
},
"departure": {
"time": "1768999162"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768999189"
},
"departure": {
"time": "1768999196"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768999215"
},
"departure": {
"time": "1768999215"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768999232"
},
"departure": {
"time": "1768999242"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768999268"
},
"departure": {
"time": "1768999289"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768999314"
},
"departure": {
"time": "1768999322"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768999398"
},
"departure": {
"time": "1768999422"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768999470"
},
"departure": {
"time": "1768999470"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768999470"
},
"departure": {
"time": "1768999470"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768999530"
},
"departure": {
"time": "1768999530"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768999650"
},
"departure": {
"time": "1768999650"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1768999453",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1179-38370"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e10f",
"label": "1330",
"licensePlate": "FS-755-LT"
}
}
},
{
"id": "trip:8_2_4",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "VFSTBC4",
"stopSequence": 0
},
{
"arrival": {
"time": "1768991610"
},
"departure": {
"time": "1768991721"
},
"stopId": "VFREPUB2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768991749"
},
"departure": {
"time": "1768991785"
},
"stopId": "VFBOURG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768991882"
},
"departure": {
"time": "1768991932"
},
"stopId": "VFROCHE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768991996"
},
"departure": {
"time": "1768992028"
},
"stopId": "VPGARE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768992191"
},
"departure": {
"time": "1768992228"
},
"stopId": "VFTECHO2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768992304"
},
"departure": {
"time": "1768992314"
},
"stopId": "VFRPMUI1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768992356"
},
"departure": {
"time": "1768992361"
},
"stopId": "VMDESCA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768992410"
},
"departure": {
"time": "1768992425"
},
"stopId": "VMTECHE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768992436"
},
"departure": {
"time": "1768992447"
},
"stopId": "VMCHATE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768992488"
},
"departure": {
"time": "1768992498"
},
"stopId": "VMILOTS2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768992539"
},
"departure": {
"time": "1768992567"
},
"stopId": "VMKIOSQ1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768992590"
},
"departure": {
"time": "1768992605"
},
"stopId": "VMGARE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768992642"
},
"departure": {
"time": "1768992652"
},
"stopId": "VMNAUTA1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768992711"
},
"departure": {
"time": "1768992739"
},
"stopId": "VMBELMO1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768992809"
},
"departure": {
"time": "1768992814"
},
"stopId": "IDSEIGL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768992882"
},
"departure": {
"time": "1768992888"
},
"stopId": "IDGUA1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768992948"
},
"departure": {
"time": "1768992992"
},
"stopId": "IDCECOM2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768993158"
},
"departure": {
"time": "1768993204"
},
"stopId": "BJGRIPR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768993350"
},
"departure": {
"time": "1768993383"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768993421"
},
"departure": {
"time": "1768993432"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768993501"
},
"departure": {
"time": "1768993511"
},
"stopId": "BJEMMAU2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768993577"
},
"departure": {
"time": "1768993582"
},
"stopId": "BJFRERE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768993599"
},
"departure": {
"time": "1768993615"
},
"stopId": "BJPALAI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768993642"
},
"departure": {
"time": "1768993679"
},
"stopId": "BJEBARB4",
"stopSequence": 24
},
{
"arrival": {
"time": "1768993766"
},
"departure": {
"time": "1768993850"
},
"stopId": "BJETISS1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768993885"
},
"departure": {
"time": "1768993895"
},
"stopId": "BJPTJAL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768993939"
},
"departure": {
"time": "1768993950"
},
"stopId": "BJCRROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768993996"
},
"departure": {
"time": "1768994012"
},
"stopId": "BJVSCOT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768994066"
},
"departure": {
"time": "1768994102"
},
"stopId": "BJCHARM1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768994119"
},
"departure": {
"time": "1768994135"
},
"stopId": "BJROSTA1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768994206"
},
"departure": {
"time": "1768994211"
},
"stopId": "BJBUGEY2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768994256"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_2_4"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e657",
"label": "1526",
"licensePlate": "FB-994-BM"
}
}
},
{
"id": "trip:959-38847",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768993515"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768995361"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768995475"
},
"departure": {
"time": "1768995511"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768995570"
},
"departure": {
"time": "1768995618"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768995644"
},
"departure": {
"time": "1768995727"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768995793"
},
"departure": {
"time": "1768995831"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768995897"
},
"departure": {
"time": "1768995954"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768995991"
},
"departure": {
"time": "1768996001"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768996031"
},
"departure": {
"time": "1768996061"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768996094"
},
"departure": {
"time": "1768996136"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768996171"
},
"departure": {
"time": "1768996204"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768996243"
},
"departure": {
"time": "1768996270"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768996286"
},
"departure": {
"time": "1768996313"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768996335"
},
"departure": {
"time": "1768996352"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768996437"
},
"departure": {
"time": "1768996454"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768996577"
},
"departure": {
"time": "1768996594"
},
"stopId": "IDPLOUV2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768996621"
},
"departure": {
"time": "1768996662"
},
"stopId": "IDCHASS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768996740"
},
"departure": {
"time": "1768996750"
},
"stopId": "IDSAYES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768996853"
},
"departure": {
"time": "1768996870"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768997093"
},
"departure": {
"time": "1768997129"
},
"stopId": "IDADMIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768997139"
},
"departure": {
"time": "1768997150"
},
"stopId": "IDHOTEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768997188"
},
"departure": {
"time": "1768997220"
},
"stopId": "IDTRUFF2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768997230"
},
"departure": {
"time": "1768997262"
},
"stopId": "IDHUBER2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768997293"
},
"departure": {
"time": "1768997304"
},
"stopId": "IDDELOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768997346"
},
"departure": {
"time": "1768997381"
},
"stopId": "IDATLAN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768997401"
},
"departure": {
"time": "1768997443"
},
"stopId": "IDDOISN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768997459"
},
"stopId": "IDPISCI2",
"stopSequence": 33
}
],
"timestamp": "1768999447",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38847"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:8_1_9",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768998419"
},
"departure": {
"time": "1768998617"
},
"stopId": "VFSTBC4",
"stopSequence": 0
},
{
"arrival": {
"time": "1768998671"
},
"departure": {
"time": "1768998729"
},
"stopId": "VFREPUB2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768998800"
},
"departure": {
"time": "1768998810"
},
"stopId": "VFBOURG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768998870"
},
"departure": {
"time": "1768998910"
},
"stopId": "VFROCHE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768999077"
},
"departure": {
"time": "1768999122"
},
"stopId": "VPGARE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768999291"
},
"departure": {
"time": "1768999358"
},
"stopId": "VFTECHO2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768999460"
},
"departure": {
"time": "1768999460"
},
"stopId": "VFRPMUI1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768999520"
},
"departure": {
"time": "1768999520"
},
"stopId": "VMDESCA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768999520"
},
"departure": {
"time": "1768999520"
},
"stopId": "VMTECHE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768999580"
},
"departure": {
"time": "1768999580"
},
"stopId": "VMCHATE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768999640"
},
"departure": {
"time": "1768999640"
},
"stopId": "VMILOTS2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768999700"
},
"departure": {
"time": "1768999700"
},
"stopId": "VMKIOSQ1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768999700"
},
"departure": {
"time": "1768999700"
},
"stopId": "VMGARE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768999760"
},
"departure": {
"time": "1768999760"
},
"stopId": "VMNAUTA1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768999880"
},
"departure": {
"time": "1768999880"
},
"stopId": "VMBELMO1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769000000"
},
"departure": {
"time": "1769000000"
},
"stopId": "IDSEIGL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769000120"
},
"departure": {
"time": "1769000120"
},
"stopId": "IDGUA1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769000240"
},
"departure": {
"time": "1769000240"
},
"stopId": "IDCECOM2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769000480"
},
"departure": {
"time": "1769000480"
},
"stopId": "BJGRIPR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769000780"
},
"departure": {
"time": "1769000780"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769000840"
},
"departure": {
"time": "1769000840"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769000900"
},
"departure": {
"time": "1769000900"
},
"stopId": "BJEMMAU2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769001020"
},
"departure": {
"time": "1769001020"
},
"stopId": "BJFRERE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769001080"
},
"departure": {
"time": "1769001080"
},
"stopId": "BJPALAI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769001140"
},
"departure": {
"time": "1769001140"
},
"stopId": "BJEBARB4",
"stopSequence": 24
},
{
"arrival": {
"time": "1769001200"
},
"departure": {
"time": "1769001200"
},
"stopId": "BJETISS1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769001260"
},
"departure": {
"time": "1769001260"
},
"stopId": "BJPTJAL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769001320"
},
"departure": {
"time": "1769001320"
},
"stopId": "BJCRROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769001440"
},
"departure": {
"time": "1769001440"
},
"stopId": "BJVSCOT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769001500"
},
"departure": {
"time": "1769001500"
},
"stopId": "BJCHARM1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769001560"
},
"departure": {
"time": "1769001560"
},
"stopId": "BJROSTA1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769001620"
},
"departure": {
"time": "1769001620"
},
"stopId": "BJBUGEY2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769001740"
},
"departure": {
"time": "1769001740"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_1_9"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e657",
"label": "1526",
"licensePlate": "FB-994-BM"
}
}
},
{
"id": "trip:975-38834",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768997882"
},
"departure": {
"time": "1768998179"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768998214"
},
"departure": {
"time": "1768998224"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768998247"
},
"departure": {
"time": "1768998257"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768998297"
},
"departure": {
"time": "1768998338"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768998365"
},
"departure": {
"time": "1768998398"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768998409"
},
"departure": {
"time": "1768998437"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768998469"
},
"departure": {
"time": "1768998493"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768998514"
},
"departure": {
"time": "1768998531"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768998642"
},
"departure": {
"time": "1768998648"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768998860"
},
"departure": {
"time": "1768998891"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768998949"
},
"departure": {
"time": "1768998960"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768998994"
},
"departure": {
"time": "1768999022"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768999038"
},
"departure": {
"time": "1768999065"
},
"stopId": "IDRIMBA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768999086"
},
"departure": {
"time": "1768999097"
},
"stopId": "IDAPOLL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768999118"
},
"departure": {
"time": "1768999145"
},
"stopId": "IDMISTR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768999188"
},
"departure": {
"time": "1768999213"
},
"stopId": "IDRASPE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768999275"
},
"departure": {
"time": "1768999290"
},
"stopId": "IDALICA1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768999356"
},
"departure": {
"time": "1768999371"
},
"stopId": "IDAPOLL2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768999381"
},
"departure": {
"time": "1768999391"
},
"stopId": "IDRIMBA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768999530"
},
"departure": {
"time": "1768999530"
},
"stopId": "BJZACHA1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768999650"
},
"departure": {
"time": "1768999650"
},
"stopId": "BJCHFLE3",
"stopSequence": 20
},
{
"arrival": {
"time": "1768999710"
},
"departure": {
"time": "1768999710"
},
"stopId": "BJCHARM1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768999770"
},
"departure": {
"time": "1768999770"
},
"stopId": "BJROSTA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768999830"
},
"departure": {
"time": "1768999830"
},
"stopId": "BJCHANT1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768999890"
},
"departure": {
"time": "1768999890"
},
"stopId": "BJSTRAU1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768999950"
},
"departure": {
"time": "1768999950"
},
"stopId": "BJVSCOT1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769000010"
},
"departure": {
"time": "1769000010"
},
"stopId": "BJHBARB1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769000070"
},
"departure": {
"time": "1769000070"
},
"stopId": "BJEBARB1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769000250"
},
"departure": {
"time": "1769000250"
},
"stopId": "BJVAUCA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769000370"
},
"departure": {
"time": "1769000370"
},
"stopId": "BJPMICH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769000430"
},
"departure": {
"time": "1769000430"
},
"stopId": "BJFOLAT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769000490"
},
"departure": {
"time": "1769000490"
},
"stopId": "BJEPARG1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769000610"
},
"departure": {
"time": "1769000610"
},
"stopId": "BJPROYA1",
"stopSequence": 32
},
{
"arrival": {
"time": "1769000670"
},
"departure": {
"time": "1769000670"
},
"stopId": "BJCFA1",
"stopSequence": 33
},
{
"arrival": {
"time": "1769000730"
},
"departure": {
"time": "1769000730"
},
"stopId": "RMTILLE1",
"stopSequence": 34
},
{
"arrival": {
"time": "1769000790"
},
"departure": {
"time": "1769000790"
},
"stopId": "RMPHARM2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769000850"
},
"departure": {
"time": "1769000850"
},
"stopId": "RMRPLAC2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769000850"
},
"departure": {
"time": "1769000850"
},
"stopId": "RMHOTLV2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769000910"
},
"departure": {
"time": "1769000910"
},
"stopId": "RMHALLS2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769000970"
},
"departure": {
"time": "1769000970"
},
"stopId": "RMLAVAI2",
"stopSequence": 39
},
{
"arrival": {
"time": "1769001090"
},
"departure": {
"time": "1769001090"
},
"stopId": "RMZAPER2",
"stopSequence": 40
}
],
"timestamp": "1768999447",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "975-38834"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:1173-38701",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768998762"
},
"stopId": "QFMOINE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768999560"
},
"departure": {
"time": "1768999560"
},
"stopId": "QF3COMM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768999620"
},
"departure": {
"time": "1768999620"
},
"stopId": "VFCRUIZ1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768999680"
},
"departure": {
"time": "1768999680"
},
"stopId": "VFARMIE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768999680"
},
"departure": {
"time": "1768999680"
},
"stopId": "VFBOIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768999740"
},
"departure": {
"time": "1768999740"
},
"stopId": "VFBRET1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768999800"
},
"departure": {
"time": "1768999800"
},
"stopId": "VFROCHE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768999920"
},
"departure": {
"time": "1768999920"
},
"stopId": "VFBOURG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768999980"
},
"departure": {
"time": "1768999980"
},
"stopId": "VFREPUB1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769000040"
},
"departure": {
"time": "1769000040"
},
"stopId": "VFSTBC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769000100"
},
"departure": {
"time": "1769000100"
},
"stopId": "VFSECU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769000160"
},
"departure": {
"time": "1769000160"
},
"stopId": "VFAILLA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769000220"
},
"departure": {
"time": "1769000220"
},
"stopId": "VFPONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769000280"
},
"departure": {
"time": "1769000280"
},
"stopId": "VFMUISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769000400"
},
"departure": {
"time": "1769000400"
},
"stopId": "VFTECHO1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769000400"
},
"departure": {
"time": "1769000400"
},
"stopId": "VFCCIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769000460"
},
"departure": {
"time": "1769000460"
},
"stopId": "VMCOND1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769000460"
},
"departure": {
"time": "1769000460"
},
"stopId": "VMGUING1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769000640"
},
"departure": {
"time": "1769000640"
},
"stopId": "VMCHATE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769000700"
},
"departure": {
"time": "1769000700"
},
"stopId": "VMILOTS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769000700"
},
"departure": {
"time": "1769000700"
},
"stopId": "VMKIOSQ1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769000760"
},
"departure": {
"time": "1769000760"
},
"stopId": "VMGARE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769000820"
},
"departure": {
"time": "1769000820"
},
"stopId": "VMNAUTA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769000940"
},
"departure": {
"time": "1769000940"
},
"stopId": "VMBELMO1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769001060"
},
"departure": {
"time": "1769001060"
},
"stopId": "IDSEIGL1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769001180"
},
"departure": {
"time": "1769001180"
},
"stopId": "IDGERMA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769001240"
},
"departure": {
"time": "1769001240"
},
"stopId": "IDDOISN1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769001240"
},
"departure": {
"time": "1769001240"
},
"stopId": "IDATLAN1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769001360"
},
"departure": {
"time": "1769001360"
},
"stopId": "IDDELOR1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769001360"
},
"departure": {
"time": "1769001360"
},
"stopId": "IDHUBER1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769001420"
},
"departure": {
"time": "1769001420"
},
"stopId": "IDTRUFF1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769001480"
},
"departure": {
"time": "1769001480"
},
"stopId": "IDHOTEL1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769001540"
},
"departure": {
"time": "1769001540"
},
"stopId": "IDADMIN1",
"stopSequence": 32
},
{
"arrival": {
"time": "1769001720"
},
"departure": {
"time": "1769001720"
},
"stopId": "IDCECOM1",
"stopSequence": 33
},
{
"arrival": {
"time": "1769001960"
},
"departure": {
"time": "1769001960"
},
"stopId": "IDGARE1",
"stopSequence": 34
},
{
"arrival": {
"time": "1769002140"
},
"departure": {
"time": "1769002140"
},
"stopId": "IDCHAMP2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769002140"
},
"departure": {
"time": "1769002140"
},
"stopId": "IDVICAT2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769002260"
},
"departure": {
"time": "1769002260"
},
"stopId": "IDPVINC2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769002260"
},
"departure": {
"time": "1769002260"
},
"stopId": "ID3VALL2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769002320"
},
"departure": {
"time": "1769002320"
},
"stopId": "IDGALOU1",
"stopSequence": 39
},
{
"arrival": {
"time": "1769002440"
},
"departure": {
"time": "1769002440"
},
"stopId": "IDGBUIS1",
"stopSequence": 40
}
],
"timestamp": "1768999435",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1173-38701"
},
"vehicle": {
"id": "636a2e22c520d5a13c77dee7",
"label": "1322",
"licensePlate": "DQ-973-PT"
}
}
},
{
"id": "trip:965-37606",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768977643"
},
"departure": {
"time": "1768977648"
},
"stopId": "SSFLOS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768977756"
},
"departure": {
"time": "1768977761"
},
"stopId": "SSSMART1",
"stopSequence": 1
},
{
"stopId": "SSZONEA1",
"stopSequence": 2
},
{
"stopId": "SSPRECH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768978156"
},
"departure": {
"time": "1768978166"
},
"stopId": "SSEGLIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768978269"
},
"departure": {
"time": "1768978284"
},
"stopId": "SSTRUIT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768978550"
},
"departure": {
"time": "1768978581"
},
"stopId": "SSDEMPT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768978740"
},
"departure": {
"time": "1768978761"
},
"stopId": "SSECOLC1",
"stopSequence": 7
},
{
"stopId": "SSDEMPT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768978936"
},
"departure": {
"time": "1768978956"
},
"stopId": "SSMOLLA1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768979120"
},
"stopId": "BJBERNA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768979201"
},
"departure": {
"time": "1768979207"
},
"stopId": "BJMTBER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768979314"
},
"departure": {
"time": "1768979335"
},
"stopId": "BJLOUP3",
"stopSequence": 12
},
{
"arrival": {
"time": "1768979376"
},
"departure": {
"time": "1768979381"
},
"stopId": "BJPLATE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768979478"
},
"departure": {
"time": "1768979488"
},
"stopId": "BJRIVOI1",
"stopSequence": 14
},
{
"stopId": "BJBELVE1",
"stopSequence": 15
},
{
"stopId": "BJBELRI2",
"stopSequence": 16
},
{
"stopId": "BJMAS1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768979652"
},
"departure": {
"time": "1768979657"
},
"stopId": "BJTONKI2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768979719"
},
"departure": {
"time": "1768979739"
},
"stopId": "BJSQUAR2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768979786"
},
"departure": {
"time": "1768979796"
},
"stopId": "BJPREBE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768982739"
},
"departure": {
"time": "1768980430"
},
"stopId": "BJCOPRE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768982719"
},
"departure": {
"time": "1768980430"
},
"stopId": "BJPISCI2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768982678"
},
"departure": {
"time": "1768980490"
},
"stopId": "BJEPARG2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768982637"
},
"departure": {
"time": "1768980550"
},
"stopId": "BJFOLAT1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768982559"
},
"departure": {
"time": "1768980670"
},
"stopId": "BJPMICH1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768982498"
},
"departure": {
"time": "1768980790"
},
"stopId": "BJLYCEE1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768982411"
},
"departure": {
"time": "1768980850"
},
"stopId": "BJPOSTE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768980628"
},
"departure": {
"time": "1768981150"
},
"stopId": "BJJARDI2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768981450"
},
"departure": {
"time": "1768981450"
},
"stopId": "BJPLANB1",
"stopSequence": 29
}
],
"timestamp": "1768999373",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "965-37606"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:959-38845",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768987191"
},
"departure": {
"time": "1768987511"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768987608"
},
"departure": {
"time": "1768987645"
},
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768987665"
},
"departure": {
"time": "1768987738"
},
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768987776"
},
"departure": {
"time": "1768987793"
},
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768987808"
},
"departure": {
"time": "1768987849"
},
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768987903"
},
"departure": {
"time": "1768987919"
},
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768987945"
},
"departure": {
"time": "1768987975"
},
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768988008"
},
"departure": {
"time": "1768988014"
},
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768988060"
},
"departure": {
"time": "1768988107"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768988182"
},
"departure": {
"time": "1768988198"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768988256"
},
"departure": {
"time": "1768988299"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768988350"
},
"departure": {
"time": "1768988401"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768988465"
},
"departure": {
"time": "1768988525"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768988591"
},
"departure": {
"time": "1768988622"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768988660"
},
"departure": {
"time": "1768988670"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768988698"
},
"departure": {
"time": "1768988714"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768988751"
},
"departure": {
"time": "1768988767"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768988801"
},
"departure": {
"time": "1768988812"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768988860"
},
"departure": {
"time": "1768988887"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768988902"
},
"departure": {
"time": "1768988936"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768988958"
},
"departure": {
"time": "1768988976"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768989059"
},
"departure": {
"time": "1768989075"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768989196"
},
"departure": {
"time": "1768989208"
},
"stopId": "IDPLOUV2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768989236"
},
"departure": {
"time": "1768989252"
},
"stopId": "IDCHASS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768989324"
},
"departure": {
"time": "1768989352"
},
"stopId": "IDSAYES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768989459"
},
"departure": {
"time": "1768989470"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768989727"
},
"departure": {
"time": "1768989760"
},
"stopId": "IDADMIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768989776"
},
"departure": {
"time": "1768989786"
},
"stopId": "IDHOTEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768989820"
},
"departure": {
"time": "1768989832"
},
"stopId": "IDTRUFF2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768989842"
},
"departure": {
"time": "1768989865"
},
"stopId": "IDHUBER2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768989899"
},
"departure": {
"time": "1768989926"
},
"stopId": "IDDELOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768989975"
},
"departure": {
"time": "1768989987"
},
"stopId": "IDATLAN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768990016"
},
"departure": {
"time": "1768990051"
},
"stopId": "IDDOISN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768990072"
},
"stopId": "IDPISCI2",
"stopSequence": 33
}
],
"timestamp": "1768999447",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38845"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:964-37607",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768981550"
},
"departure": {
"time": "1768981571"
},
"stopId": "SSFLOS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768981635"
},
"departure": {
"time": "1768981663"
},
"stopId": "SSSMART1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768981759"
},
"departure": {
"time": "1768981773"
},
"stopId": "SSZONEA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768981851"
},
"departure": {
"time": "1768981860"
},
"stopId": "SSPRECH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768982008"
},
"departure": {
"time": "1768982037"
},
"stopId": "SSEGLIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768982135"
},
"departure": {
"time": "1768982149"
},
"stopId": "SSTRUIT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768982376"
},
"stopId": "SSDEMPT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768982386"
},
"departure": {
"time": "1768982394"
},
"stopId": "SSDEMPT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768982505"
},
"departure": {
"time": "1768982512"
},
"stopId": "SSMOLLA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768982654"
},
"departure": {
"time": "1768982661"
},
"stopId": "BJALBIZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768982691"
},
"departure": {
"time": "1768982705"
},
"stopId": "BJLOUP2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768982721"
},
"departure": {
"time": "1768982733"
},
"stopId": "BJCHPAG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768982773"
},
"departure": {
"time": "1768982786"
},
"stopId": "BJPMONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768982801"
},
"departure": {
"time": "1768982813"
},
"stopId": "BJBELRI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768982841"
},
"departure": {
"time": "1768982851"
},
"stopId": "BJMAS1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768982874"
},
"departure": {
"time": "1768982890"
},
"stopId": "BJTONKI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768982957"
},
"departure": {
"time": "1768982974"
},
"stopId": "BJSQUAR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768982998"
},
"departure": {
"time": "1768983015"
},
"stopId": "BJPREBE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768983084"
},
"departure": {
"time": "1768983097"
},
"stopId": "BJCOPRE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768983112"
},
"departure": {
"time": "1768983135"
},
"stopId": "BJPISCI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768983197"
},
"departure": {
"time": "1768983228"
},
"stopId": "BJEPARG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768983280"
},
"departure": {
"time": "1768983301"
},
"stopId": "BJFOLAT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768983335"
},
"departure": {
"time": "1768983357"
},
"stopId": "BJPMICH1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768983419"
},
"departure": {
"time": "1768983475"
},
"stopId": "BJLYCEE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768983484"
},
"departure": {
"time": "1768983526"
},
"stopId": "BJPOSTE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768983630"
},
"departure": {
"time": "1768983676"
},
"stopId": "BJCHARG1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768983709"
},
"departure": {
"time": "1768983714"
},
"stopId": "MBHLM2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768983749"
},
"stopId": "BJMAUBE1",
"stopSequence": 27
}
],
"timestamp": "1768999453",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37607"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:4_0_5",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768985460"
},
"departure": {
"time": "1768985471"
},
"stopId": "BJGARE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768985702"
},
"departure": {
"time": "1768985712"
},
"stopId": "BJLIBE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768985779"
},
"departure": {
"time": "1768985784"
},
"stopId": "BJHUGO1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768985872"
},
"departure": {
"time": "1768985877"
},
"stopId": "BJMLECL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768985923"
},
"departure": {
"time": "1768985928"
},
"stopId": "BJMARS2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768985964"
},
"departure": {
"time": "1768985970"
},
"stopId": "BJTEMPL2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768986036"
},
"departure": {
"time": "1768986041"
},
"stopId": "BJHOTEL2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768986067"
},
"departure": {
"time": "1768986072"
},
"stopId": "BJLIBER2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768986108"
},
"departure": {
"time": "1768986118"
},
"stopId": "BJPTJAL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768986154"
},
"departure": {
"time": "1768986164"
},
"stopId": "BJPASTE2",
"stopSequence": 9
},
{
"stopId": "BJEBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768986365"
},
"departure": {
"time": "1768986386"
},
"stopId": "BJVAUCA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768986437"
},
"departure": {
"time": "1768986442"
},
"stopId": "BJLYCEE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768986519"
},
"departure": {
"time": "1768986524"
},
"stopId": "BJPOSTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768986965"
},
"stopId": "BJGARE1",
"stopSequence": 14
}
],
"timestamp": "1768999373",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_0_5"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:954-38815",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768977903"
},
"departure": {
"time": "1768978146"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768978183"
},
"departure": {
"time": "1768978235"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768978270"
},
"departure": {
"time": "1768978322"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768978362"
},
"departure": {
"time": "1768978413"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768978448"
},
"departure": {
"time": "1768978466"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768978475"
},
"departure": {
"time": "1768978504"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768978551"
},
"departure": {
"time": "1768978584"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768978605"
},
"departure": {
"time": "1768978647"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768978782"
},
"departure": {
"time": "1768978791"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768979036"
},
"departure": {
"time": "1768979049"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768979135"
},
"departure": {
"time": "1768979181"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768979221"
},
"departure": {
"time": "1768979231"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768979372"
},
"departure": {
"time": "1768979395"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768979455"
},
"departure": {
"time": "1768979503"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768979533"
},
"departure": {
"time": "1768979592"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768979609"
},
"departure": {
"time": "1768979649"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768979681"
},
"departure": {
"time": "1768979692"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768979733"
},
"departure": {
"time": "1768979767"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768979806"
},
"departure": {
"time": "1768979838"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768979867"
},
"departure": {
"time": "1768979879"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768979906"
},
"departure": {
"time": "1768980004"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768980073"
},
"departure": {
"time": "1768980138"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768980226"
},
"departure": {
"time": "1768980284"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768980310"
},
"departure": {
"time": "1768980344"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768980386"
},
"departure": {
"time": "1768980436"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768980496"
},
"departure": {
"time": "1768980541"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768980553"
},
"departure": {
"time": "1768980590"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768980605"
},
"departure": {
"time": "1768980632"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768980657"
},
"departure": {
"time": "1768980693"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768980816"
},
"departure": {
"time": "1768980825"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768981051"
},
"departure": {
"time": "1768981067"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768980959"
},
"departure": {
"time": "1768981014"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768981166"
},
"departure": {
"time": "1768981269"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768981336"
},
"departure": {
"time": "1768981345"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768981382"
},
"departure": {
"time": "1768981605"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768981667"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1768999439",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38815"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:963-38857",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768977691"
},
"departure": {
"time": "1768978227"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768978375"
},
"departure": {
"time": "1768978412"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768978454"
},
"departure": {
"time": "1768978502"
},
"stopId": "NVPONTA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768978567"
},
"departure": {
"time": "1768978610"
},
"stopId": "NVRUFF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768978725"
},
"departure": {
"time": "1768978762"
},
"stopId": "BJBOUSS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768978797"
},
"departure": {
"time": "1768978903"
},
"stopId": "BJMBLAN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768978930"
},
"departure": {
"time": "1768978963"
},
"stopId": "BJRIVET2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768979067"
},
"departure": {
"time": "1768979104"
},
"stopId": "BJCHAMP2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768979127"
},
"departure": {
"time": "1768979166"
},
"stopId": "BJTOUR2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768979197"
},
"departure": {
"time": "1768979227"
},
"stopId": "BJMOULI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768979277"
},
"departure": {
"time": "1768979329"
},
"stopId": "BJPROYA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768979372"
},
"departure": {
"time": "1768979392"
},
"stopId": "BJEPARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768979450"
},
"departure": {
"time": "1768979484"
},
"stopId": "BJFOLAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768979512"
},
"departure": {
"time": "1768979557"
},
"stopId": "BJPMICH1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768979613"
},
"departure": {
"time": "1768979662"
},
"stopId": "BJVAUCA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768979720"
},
"departure": {
"time": "1768979789"
},
"stopId": "BJEBARB2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768979821"
},
"departure": {
"time": "1768979828"
},
"stopId": "BJHBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768979859"
},
"departure": {
"time": "1768979888"
},
"stopId": "BJVSCOT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768979912"
},
"departure": {
"time": "1768979951"
},
"stopId": "BJSTRAU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768979986"
},
"departure": {
"time": "1768980007"
},
"stopId": "BJCHANT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768980046"
},
"departure": {
"time": "1768980078"
},
"stopId": "BJROSTA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768980090"
},
"departure": {
"time": "1768980124"
},
"stopId": "BJCHARM2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768980146"
},
"departure": {
"time": "1768980163"
},
"stopId": "BJCHFLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768980247"
},
"departure": {
"time": "1768980266"
},
"stopId": "BJZACHA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768980433"
},
"departure": {
"time": "1768980443"
},
"stopId": "IDRIMBA1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768980461"
},
"departure": {
"time": "1768980488"
},
"stopId": "IDAPOLL1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768980507"
},
"departure": {
"time": "1768980541"
},
"stopId": "IDMISTR1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768980578"
},
"departure": {
"time": "1768980601"
},
"stopId": "IDRASPE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768980664"
},
"departure": {
"time": "1768980699"
},
"stopId": "IDALICA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768980755"
},
"departure": {
"time": "1768980771"
},
"stopId": "IDAPOLL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768980780"
},
"departure": {
"time": "1768980801"
},
"stopId": "IDRIMBA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768980821"
},
"departure": {
"time": "1768980830"
},
"stopId": "IDPLOUV2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768980864"
},
"departure": {
"time": "1768980897"
},
"stopId": "IDCHASS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768980928"
},
"departure": {
"time": "1768980947"
},
"stopId": "IDBRANC2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768981023"
},
"departure": {
"time": "1768981035"
},
"stopId": "IDADMIN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768981055"
},
"departure": {
"time": "1768981073"
},
"stopId": "IDHOTEL2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768981110"
},
"departure": {
"time": "1768981127"
},
"stopId": "IDTRUFF2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768981135"
},
"departure": {
"time": "1768981167"
},
"stopId": "IDHUBER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768981196"
},
"departure": {
"time": "1768981241"
},
"stopId": "IDDELOR2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768981287"
},
"departure": {
"time": "1768981299"
},
"stopId": "IDATLAN2",
"stopSequence": 39
},
{
"arrival": {
"time": "1768981328"
},
"departure": {
"time": "1768981367"
},
"stopId": "IDDOISN2",
"stopSequence": 40
},
{
"arrival": {
"time": "1768981390"
},
"stopId": "IDPISCI2",
"stopSequence": 41
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38857"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:1174-38723",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768980089"
},
"departure": {
"time": "1768980122"
},
"stopId": "VFBRET1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768980153"
},
"departure": {
"time": "1768980200"
},
"stopId": "VFROCHE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768980276"
},
"departure": {
"time": "1768980300"
},
"stopId": "VFBOURG1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768980327"
},
"departure": {
"time": "1768980366"
},
"stopId": "VFREPUB1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768980402"
},
"departure": {
"time": "1768980440"
},
"stopId": "VFSTBC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768980490"
},
"departure": {
"time": "1768980505"
},
"stopId": "VFSECU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768980522"
},
"departure": {
"time": "1768980536"
},
"stopId": "VFAILLA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768980577"
},
"departure": {
"time": "1768980627"
},
"stopId": "VFPONT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768980653"
},
"departure": {
"time": "1768980675"
},
"stopId": "VFMUISS1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768980692"
},
"departure": {
"time": "1768980700"
},
"stopId": "VFRPMUI1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768980757"
},
"departure": {
"time": "1768980770"
},
"stopId": "VMBIZET1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768980798"
},
"departure": {
"time": "1768980808"
},
"stopId": "VMCIME1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768980825"
},
"departure": {
"time": "1768980836"
},
"stopId": "VMGREEN1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768980896"
},
"departure": {
"time": "1768980906"
},
"stopId": "VMLAVOI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768980974"
},
"stopId": "VMPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768981010"
},
"departure": {
"time": "1768981023"
},
"stopId": "VMKIOSQ1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768981037"
},
"departure": {
"time": "1768981059"
},
"stopId": "VMGARE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768981097"
},
"departure": {
"time": "1768981126"
},
"stopId": "VMNAUTA1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768981183"
},
"departure": {
"time": "1768981191"
},
"stopId": "VMBELMO1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768981285"
},
"departure": {
"time": "1768981290"
},
"stopId": "IDSEIGL1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768981356"
},
"departure": {
"time": "1768981394"
},
"stopId": "IDGERMA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768981444"
},
"departure": {
"time": "1768981475"
},
"stopId": "IDDOISN1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768981505"
},
"departure": {
"time": "1768981529"
},
"stopId": "IDATLAN1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768981578"
},
"departure": {
"time": "1768981619"
},
"stopId": "IDDELOR1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768981655"
},
"departure": {
"time": "1768981687"
},
"stopId": "IDHUBER1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768981692"
},
"departure": {
"time": "1768981715"
},
"stopId": "IDTRUFF1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768981751"
},
"departure": {
"time": "1768981782"
},
"stopId": "IDHOTEL1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768981804"
},
"departure": {
"time": "1768981821"
},
"stopId": "IDADMIN1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768981926"
},
"stopId": "IDCECOM1",
"stopSequence": 28
}
],
"timestamp": "1768999435",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1174-38723"
},
"vehicle": {
"id": "636a2e22c520d5a13c77dee7",
"label": "1322",
"licensePlate": "DQ-973-PT"
}
}
},
{
"id": "trip:954-38860",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768988400"
},
"departure": {
"time": "1768989013"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768989085"
},
"departure": {
"time": "1768989096"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768989135"
},
"departure": {
"time": "1768989174"
},
"stopId": "NVPONTA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768989240"
},
"departure": {
"time": "1768989246"
},
"stopId": "NVRUFF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768989364"
},
"departure": {
"time": "1768989439"
},
"stopId": "BJBOUSS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768989470"
},
"departure": {
"time": "1768989568"
},
"stopId": "BJMBLAN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768989589"
},
"departure": {
"time": "1768989623"
},
"stopId": "BJRIVET2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768989711"
},
"departure": {
"time": "1768989722"
},
"stopId": "BJCHAMP2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768989738"
},
"departure": {
"time": "1768989774"
},
"stopId": "BJTOUR2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768989790"
},
"departure": {
"time": "1768989801"
},
"stopId": "BJMOULI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768989811"
},
"departure": {
"time": "1768989853"
},
"stopId": "BJPROYA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768989890"
},
"departure": {
"time": "1768989901"
},
"stopId": "BJEPARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768989968"
},
"departure": {
"time": "1768990017"
},
"stopId": "BJFOLAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768990064"
},
"departure": {
"time": "1768990126"
},
"stopId": "BJPMICH1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768990183"
},
"departure": {
"time": "1768990225"
},
"stopId": "BJVAUCA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768990297"
},
"departure": {
"time": "1768990331"
},
"stopId": "BJEBARB2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768990364"
},
"departure": {
"time": "1768990375"
},
"stopId": "BJHBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768990408"
},
"departure": {
"time": "1768990443"
},
"stopId": "BJVSCOT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768990480"
},
"departure": {
"time": "1768990510"
},
"stopId": "BJSTRAU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768990542"
},
"departure": {
"time": "1768990573"
},
"stopId": "BJCHANT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768990607"
},
"departure": {
"time": "1768990635"
},
"stopId": "BJROSTA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768990652"
},
"departure": {
"time": "1768990704"
},
"stopId": "BJCHARM2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768990737"
},
"departure": {
"time": "1768990748"
},
"stopId": "BJCHFLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768990832"
},
"departure": {
"time": "1768990844"
},
"stopId": "BJZACHA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768991002"
},
"departure": {
"time": "1768991042"
},
"stopId": "IDPLOUV2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768991069"
},
"departure": {
"time": "1768991112"
},
"stopId": "IDCHASS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768991188"
},
"departure": {
"time": "1768991199"
},
"stopId": "IDSAYES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768991301"
},
"departure": {
"time": "1768991312"
},
"stopId": "IDCECOM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768991556"
},
"departure": {
"time": "1768991597"
},
"stopId": "IDADMIN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768991608"
},
"departure": {
"time": "1768991619"
},
"stopId": "IDHOTEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768991650"
},
"departure": {
"time": "1768991666"
},
"stopId": "IDTRUFF2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768991671"
},
"departure": {
"time": "1768991706"
},
"stopId": "IDHUBER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768991741"
},
"departure": {
"time": "1768991806"
},
"stopId": "IDDELOR2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768991843"
},
"departure": {
"time": "1768991855"
},
"stopId": "IDATLAN2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768991887"
},
"departure": {
"time": "1768991925"
},
"stopId": "IDDOISN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768991951"
},
"stopId": "IDPISCI2",
"stopSequence": 35
}
],
"timestamp": "1768999439",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38860"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:974-38820",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768996467"
},
"departure": {
"time": "1768996621"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768996653"
},
"departure": {
"time": "1768996678"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768996704"
},
"departure": {
"time": "1768996724"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768996756"
},
"departure": {
"time": "1768996798"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768996828"
},
"departure": {
"time": "1768996838"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768996843"
},
"departure": {
"time": "1768996902"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768996929"
},
"departure": {
"time": "1768996940"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768996957"
},
"departure": {
"time": "1768996991"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768997105"
},
"departure": {
"time": "1768997110"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768997297"
},
"departure": {
"time": "1768997331"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768997389"
},
"departure": {
"time": "1768997424"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768997457"
},
"departure": {
"time": "1768997480"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768997582"
},
"departure": {
"time": "1768997597"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768997648"
},
"departure": {
"time": "1768997678"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768997704"
},
"departure": {
"time": "1768997757"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768997773"
},
"departure": {
"time": "1768997808"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768997834"
},
"departure": {
"time": "1768997884"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768997925"
},
"departure": {
"time": "1768997966"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768997999"
},
"departure": {
"time": "1768998046"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768998068"
},
"departure": {
"time": "1768998079"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768998104"
},
"departure": {
"time": "1768998145"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768998201"
},
"departure": {
"time": "1768998247"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768998337"
},
"departure": {
"time": "1768998383"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768998421"
},
"departure": {
"time": "1768998462"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768998493"
},
"departure": {
"time": "1768998522"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768998575"
},
"departure": {
"time": "1768998609"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768998619"
},
"departure": {
"time": "1768998641"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768998656"
},
"departure": {
"time": "1768998695"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768998711"
},
"departure": {
"time": "1768998760"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768998861"
},
"departure": {
"time": "1768998891"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768999093"
},
"departure": {
"time": "1768999119"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768999033"
},
"departure": {
"time": "1768999060"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768999251"
},
"departure": {
"time": "1768999287"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768999352"
},
"departure": {
"time": "1768999379"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768999417"
},
"departure": {
"time": "1768999449"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768999560"
},
"departure": {
"time": "1768999560"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "974-38820"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:1173-38740",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768992256"
},
"departure": {
"time": "1768992328"
},
"stopId": "QFMOINE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768992360"
},
"departure": {
"time": "1768992385"
},
"stopId": "QF3COMM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768992425"
},
"departure": {
"time": "1768992448"
},
"stopId": "VFCRUIZ1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768992479"
},
"departure": {
"time": "1768992506"
},
"stopId": "VFARMIE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768992523"
},
"departure": {
"time": "1768992545"
},
"stopId": "VFBOIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768992562"
},
"departure": {
"time": "1768992578"
},
"stopId": "VFBRET1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768992612"
},
"departure": {
"time": "1768992677"
},
"stopId": "VFROCHE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768992786"
},
"departure": {
"time": "1768992813"
},
"stopId": "VFBOURG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768992850"
},
"departure": {
"time": "1768992903"
},
"stopId": "VFREPUB1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768992993"
},
"departure": {
"time": "1768993023"
},
"stopId": "VFSTBC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768993068"
},
"departure": {
"time": "1768993116"
},
"stopId": "VFSECU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768993131"
},
"departure": {
"time": "1768993172"
},
"stopId": "VFAILLA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768993205"
},
"departure": {
"time": "1768993284"
},
"stopId": "VFPONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768993304"
},
"departure": {
"time": "1768993332"
},
"stopId": "VFMUISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768993446"
},
"departure": {
"time": "1768993482"
},
"stopId": "VFTECHO1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768993514"
},
"departure": {
"time": "1768993524"
},
"stopId": "VFCCIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768993540"
},
"departure": {
"time": "1768993550"
},
"stopId": "VMCOND1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768993580"
},
"departure": {
"time": "1768993585"
},
"stopId": "VMGUING1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768993790"
},
"departure": {
"time": "1768993801"
},
"stopId": "VMCHATE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768993839"
},
"departure": {
"time": "1768993849"
},
"stopId": "VMILOTS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768993877"
},
"departure": {
"time": "1768993893"
},
"stopId": "VMKIOSQ1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768993913"
},
"departure": {
"time": "1768993923"
},
"stopId": "VMGARE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768994013"
},
"departure": {
"time": "1768994039"
},
"stopId": "VMNAUTA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768994097"
},
"departure": {
"time": "1768994112"
},
"stopId": "VMBELMO1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768994185"
},
"departure": {
"time": "1768994190"
},
"stopId": "IDSEIGL1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768994252"
},
"departure": {
"time": "1768994268"
},
"stopId": "IDGERMA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768994315"
},
"departure": {
"time": "1768994363"
},
"stopId": "IDDOISN1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768994385"
},
"departure": {
"time": "1768994417"
},
"stopId": "IDATLAN1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768994459"
},
"departure": {
"time": "1768994506"
},
"stopId": "IDDELOR1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768994536"
},
"departure": {
"time": "1768994569"
},
"stopId": "IDHUBER1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768994575"
},
"departure": {
"time": "1768994607"
},
"stopId": "IDTRUFF1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768994638"
},
"departure": {
"time": "1768994669"
},
"stopId": "IDHOTEL1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768994686"
},
"departure": {
"time": "1768994713"
},
"stopId": "IDADMIN1",
"stopSequence": 32
},
{
"arrival": {
"time": "1768994823"
},
"departure": {
"time": "1768994875"
},
"stopId": "IDCECOM1",
"stopSequence": 33
},
{
"arrival": {
"time": "1768995002"
},
"departure": {
"time": "1768995065"
},
"stopId": "IDGARE1",
"stopSequence": 34
},
{
"arrival": {
"time": "1768995166"
},
"departure": {
"time": "1768995194"
},
"stopId": "IDCHAMP2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768995209"
},
"departure": {
"time": "1768995220"
},
"stopId": "IDVICAT2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768995264"
},
"departure": {
"time": "1768995287"
},
"stopId": "IDTEMPL1",
"stopSequence": 37
},
{
"arrival": {
"time": "1768995387"
},
"departure": {
"time": "1768995417"
},
"stopId": "IDPVINC2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768995423"
},
"departure": {
"time": "1768995462"
},
"stopId": "ID3VALL2",
"stopSequence": 39
},
{
"arrival": {
"time": "1768995479"
},
"departure": {
"time": "1768995490"
},
"stopId": "IDGALOU1",
"stopSequence": 40
},
{
"arrival": {
"time": "1768995537"
},
"stopId": "IDGBUIS1",
"stopSequence": 41
}
],
"timestamp": "1768999435",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1173-38740"
},
"vehicle": {
"id": "636a2e22c520d5a13c77dee7",
"label": "1322",
"licensePlate": "DQ-973-PT"
}
}
},
{
"id": "trip:954-38817",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768984852"
},
"departure": {
"time": "1768985422"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768985475"
},
"departure": {
"time": "1768985524"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768985545"
},
"departure": {
"time": "1768985554"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768985593"
},
"departure": {
"time": "1768985637"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768985675"
},
"departure": {
"time": "1768985708"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768985716"
},
"departure": {
"time": "1768985728"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768985768"
},
"departure": {
"time": "1768985782"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768985802"
},
"departure": {
"time": "1768985821"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768985929"
},
"departure": {
"time": "1768985959"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768986170"
},
"departure": {
"time": "1768986188"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768986264"
},
"departure": {
"time": "1768986279"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768986319"
},
"departure": {
"time": "1768986334"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768986481"
},
"departure": {
"time": "1768986505"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768986563"
},
"departure": {
"time": "1768986603"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768986638"
},
"departure": {
"time": "1768986721"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768986737"
},
"departure": {
"time": "1768986751"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768986786"
},
"departure": {
"time": "1768986822"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768986852"
},
"departure": {
"time": "1768986886"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768986910"
},
"departure": {
"time": "1768986931"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768986957"
},
"departure": {
"time": "1768986988"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768987020"
},
"departure": {
"time": "1768987087"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768987151"
},
"departure": {
"time": "1768987234"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768987348"
},
"departure": {
"time": "1768987397"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768987470"
},
"departure": {
"time": "1768987515"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768987560"
},
"departure": {
"time": "1768987592"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768987594"
},
"departure": {
"time": "1768987724"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768987745"
},
"departure": {
"time": "1768987757"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768987860"
},
"departure": {
"time": "1768987885"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768988092"
},
"departure": {
"time": "1768988103"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768988025"
},
"departure": {
"time": "1768988064"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768988202"
},
"departure": {
"time": "1768988217"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768988277"
},
"departure": {
"time": "1768988282"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768988320"
},
"departure": {
"time": "1768988330"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768988400"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1768999439",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38817"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:963-38859",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768984872"
},
"departure": {
"time": "1768985523"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768985588"
},
"departure": {
"time": "1768985612"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768985656"
},
"departure": {
"time": "1768985667"
},
"stopId": "NVPONTA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768985725"
},
"departure": {
"time": "1768985756"
},
"stopId": "NVRUFF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768985867"
},
"departure": {
"time": "1768985906"
},
"stopId": "BJBOUSS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768985942"
},
"departure": {
"time": "1768985954"
},
"stopId": "BJMBLAN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768985981"
},
"departure": {
"time": "1768985991"
},
"stopId": "BJRIVET2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768986088"
},
"departure": {
"time": "1768986133"
},
"stopId": "BJCHAMP2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768986153"
},
"departure": {
"time": "1768986220"
},
"stopId": "BJTOUR2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768986241"
},
"departure": {
"time": "1768986256"
},
"stopId": "BJMOULI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768986294"
},
"departure": {
"time": "1768986338"
},
"stopId": "BJPROYA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768986378"
},
"departure": {
"time": "1768986422"
},
"stopId": "BJEPARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768986488"
},
"departure": {
"time": "1768986546"
},
"stopId": "BJFOLAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768986571"
},
"departure": {
"time": "1768986612"
},
"stopId": "BJPMICH1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768986672"
},
"departure": {
"time": "1768986715"
},
"stopId": "BJVAUCA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768986779"
},
"departure": {
"time": "1768986825"
},
"stopId": "BJEBARB2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768986863"
},
"departure": {
"time": "1768986871"
},
"stopId": "BJHBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768986900"
},
"departure": {
"time": "1768986938"
},
"stopId": "BJVSCOT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768986971"
},
"departure": {
"time": "1768986988"
},
"stopId": "BJSTRAU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768987025"
},
"departure": {
"time": "1768987034"
},
"stopId": "BJCHANT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768987073"
},
"departure": {
"time": "1768987101"
},
"stopId": "BJROSTA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768987129"
},
"departure": {
"time": "1768987168"
},
"stopId": "BJCHARM2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768987189"
},
"departure": {
"time": "1768987206"
},
"stopId": "BJCHFLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768987275"
},
"departure": {
"time": "1768987288"
},
"stopId": "BJZACHA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768987403"
},
"departure": {
"time": "1768987414"
},
"stopId": "IDPLOUV2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768987456"
},
"departure": {
"time": "1768987492"
},
"stopId": "IDCHASS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768987574"
},
"departure": {
"time": "1768987604"
},
"stopId": "IDSAYES2",
"stopSequence": 26
},
{
"stopId": "IDCECOM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768987921"
},
"departure": {
"time": "1768987937"
},
"stopId": "IDADMIN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768987952"
},
"departure": {
"time": "1768987967"
},
"stopId": "IDHOTEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768988005"
},
"departure": {
"time": "1768988020"
},
"stopId": "IDTRUFF2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768988030"
},
"departure": {
"time": "1768988042"
},
"stopId": "IDHUBER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768988087"
},
"departure": {
"time": "1768988119"
},
"stopId": "IDDELOR2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768988166"
},
"departure": {
"time": "1768988177"
},
"stopId": "IDATLAN2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768988207"
},
"departure": {
"time": "1768988243"
},
"stopId": "IDDOISN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768988258"
},
"stopId": "IDPISCI2",
"stopSequence": 35
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38859"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:964-37617",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768977623"
},
"departure": {
"time": "1768977637"
},
"stopId": "BJPLANB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768977699"
},
"departure": {
"time": "1768977710"
},
"stopId": "BJSERVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768977726"
},
"departure": {
"time": "1768977746"
},
"stopId": "BJCHATI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768977785"
},
"departure": {
"time": "1768977804"
},
"stopId": "BJBOIS1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768977833"
},
"departure": {
"time": "1768977861"
},
"stopId": "BJTILLA1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768977886"
},
"departure": {
"time": "1768977900"
},
"stopId": "BJSOMME1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768978226"
},
"departure": {
"time": "1768978239"
},
"stopId": "BJJARDI1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768978597"
},
"departure": {
"time": "1768978605"
},
"stopId": "BJCHARG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768978522"
},
"departure": {
"time": "1768978557"
},
"stopId": "MBHLM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768978464"
},
"departure": {
"time": "1768978484"
},
"stopId": "BJMAUBE1",
"stopSequence": 9
},
{
"stopId": "MBHLM1",
"stopSequence": 10
},
{
"stopId": "BJCHARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768978931"
},
"departure": {
"time": "1768979135"
},
"stopId": "BJPOSTE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768979163"
},
"departure": {
"time": "1768979197"
},
"stopId": "BJLYCEE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768979272"
},
"departure": {
"time": "1768979322"
},
"stopId": "BJPMICH2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768979352"
},
"departure": {
"time": "1768979446"
},
"stopId": "BJFOLAT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768979517"
},
"departure": {
"time": "1768979529"
},
"stopId": "BJEPARG1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768979568"
},
"departure": {
"time": "1768979598"
},
"stopId": "BJPISCI1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768979618"
},
"departure": {
"time": "1768979667"
},
"stopId": "BJCOPRE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768979741"
},
"departure": {
"time": "1768979754"
},
"stopId": "BJPREBE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768979857"
},
"departure": {
"time": "1768979891"
},
"stopId": "BJMARS2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768979955"
},
"departure": {
"time": "1768979966"
},
"stopId": "BJTONKI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768980037"
},
"departure": {
"time": "1768980044"
},
"stopId": "BJBELRI1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768980061"
},
"departure": {
"time": "1768980073"
},
"stopId": "BJPMONT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768980103"
},
"departure": {
"time": "1768980113"
},
"stopId": "BJCHPAG2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768980125"
},
"departure": {
"time": "1768980145"
},
"stopId": "BJLOUP1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768980167"
},
"departure": {
"time": "1768980181"
},
"stopId": "BJALBIZ2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768980193"
},
"departure": {
"time": "1768980202"
},
"stopId": "BJBERNA2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768980329"
},
"departure": {
"time": "1768980335"
},
"stopId": "SSMOLLA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768980467"
},
"departure": {
"time": "1768980475"
},
"stopId": "SSDEMPT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768980457"
},
"departure": {
"time": "1768980404"
},
"stopId": "SSDEMPT1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768980721"
},
"departure": {
"time": "1768980734"
},
"stopId": "SSTRUIT2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768980819"
},
"departure": {
"time": "1768980846"
},
"stopId": "SSEGLIS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768980976"
},
"departure": {
"time": "1768981002"
},
"stopId": "SSPRECH2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768981078"
},
"departure": {
"time": "1768981095"
},
"stopId": "SSZONEA2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768981187"
},
"departure": {
"time": "1768981198"
},
"stopId": "SSSMART2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768981260"
},
"stopId": "SSFLOS2",
"stopSequence": 36
}
],
"timestamp": "1768999453",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37617"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:963-38814",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768974525"
},
"departure": {
"time": "1768974625"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768974664"
},
"departure": {
"time": "1768974689"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768974721"
},
"departure": {
"time": "1768974731"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768974778"
},
"departure": {
"time": "1768974806"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768974851"
},
"departure": {
"time": "1768974865"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768974874"
},
"departure": {
"time": "1768974905"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768974943"
},
"departure": {
"time": "1768974968"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768974987"
},
"departure": {
"time": "1768975023"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768975146"
},
"departure": {
"time": "1768975159"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768975371"
},
"departure": {
"time": "1768975382"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768975450"
},
"departure": {
"time": "1768975464"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768975507"
},
"departure": {
"time": "1768975536"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768975656"
},
"departure": {
"time": "1768975676"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768975740"
},
"departure": {
"time": "1768975764"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768975797"
},
"departure": {
"time": "1768975909"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768975926"
},
"departure": {
"time": "1768975964"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768975995"
},
"departure": {
"time": "1768976011"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768976046"
},
"departure": {
"time": "1768976067"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768976106"
},
"departure": {
"time": "1768976119"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768976147"
},
"departure": {
"time": "1768976177"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768976207"
},
"departure": {
"time": "1768976237"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768976298"
},
"departure": {
"time": "1768976356"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768976437"
},
"departure": {
"time": "1768976500"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768976533"
},
"departure": {
"time": "1768976582"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768976651"
},
"departure": {
"time": "1768976664"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768976716"
},
"departure": {
"time": "1768976751"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768976766"
},
"departure": {
"time": "1768976782"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768976795"
},
"departure": {
"time": "1768976811"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768976833"
},
"departure": {
"time": "1768976873"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768976988"
},
"departure": {
"time": "1768977001"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768977086"
},
"departure": {
"time": "1768977101"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768977200"
},
"departure": {
"time": "1768977222"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768977386"
},
"departure": {
"time": "1768977414"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768977472"
},
"departure": {
"time": "1768977505"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768977545"
},
"departure": {
"time": "1768977552"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768977687"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38814"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:965-37616",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768975193"
},
"departure": {
"time": "1768975178"
},
"stopId": "BJPLANB1",
"stopSequence": 0
},
{
"stopId": "BJSERVE1",
"stopSequence": 1
},
{
"stopId": "BJCHATI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768975393"
},
"departure": {
"time": "1768975403"
},
"stopId": "BJBOIS1",
"stopSequence": 3
},
{
"stopId": "BJTILLA1",
"stopSequence": 4
},
{
"stopId": "BJSOMME1",
"stopSequence": 5
},
{
"stopId": "BJJARDI1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768975786"
},
"departure": {
"time": "1768975807"
},
"stopId": "BJCHARG1",
"stopSequence": 7
},
{
"stopId": "MBHLM2",
"stopSequence": 8
},
{
"stopId": "BJMAUBE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768976027"
},
"departure": {
"time": "1768976048"
},
"stopId": "MBHLM1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768976079"
},
"departure": {
"time": "1768976100"
},
"stopId": "BJCHARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768976217"
},
"departure": {
"time": "1768976270"
},
"stopId": "BJPOSTE2",
"stopSequence": 12
},
{
"stopId": "BJLYCEE2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768976408"
},
"stopId": "BJPMICH2",
"stopSequence": 14
}
],
"timestamp": "1768999373",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "965-37616"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:968-38861",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768995898"
},
"departure": {
"time": "1768996245"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768996320"
},
"departure": {
"time": "1768996348"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768996387"
},
"departure": {
"time": "1768996392"
},
"stopId": "NVPONTA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768996447"
},
"departure": {
"time": "1768996458"
},
"stopId": "NVRUFF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768996561"
},
"departure": {
"time": "1768996598"
},
"stopId": "BJBOUSS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768996619"
},
"departure": {
"time": "1768996661"
},
"stopId": "BJMBLAN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768996683"
},
"departure": {
"time": "1768996709"
},
"stopId": "BJRIVET2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768996818"
},
"departure": {
"time": "1768996857"
},
"stopId": "BJCHAMP2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768996879"
},
"departure": {
"time": "1768996919"
},
"stopId": "BJTOUR2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768996939"
},
"departure": {
"time": "1768996989"
},
"stopId": "BJMOULI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768997019"
},
"departure": {
"time": "1768997063"
},
"stopId": "BJPROYA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768997105"
},
"departure": {
"time": "1768997116"
},
"stopId": "BJEPARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768997162"
},
"departure": {
"time": "1768997207"
},
"stopId": "BJFOLAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768997242"
},
"departure": {
"time": "1768997302"
},
"stopId": "BJPMICH1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768997361"
},
"departure": {
"time": "1768997412"
},
"stopId": "BJVAUCA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768997479"
},
"departure": {
"time": "1768997530"
},
"stopId": "BJEBARB2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768997599"
},
"departure": {
"time": "1768997609"
},
"stopId": "BJHBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768997629"
},
"departure": {
"time": "1768997661"
},
"stopId": "BJVSCOT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768997686"
},
"departure": {
"time": "1768997724"
},
"stopId": "BJSTRAU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768997750"
},
"departure": {
"time": "1768997779"
},
"stopId": "BJCHANT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768997801"
},
"departure": {
"time": "1768997841"
},
"stopId": "BJROSTA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768997857"
},
"departure": {
"time": "1768997886"
},
"stopId": "BJCHARM2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768997903"
},
"departure": {
"time": "1768997920"
},
"stopId": "BJCHFLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768997995"
},
"departure": {
"time": "1768998006"
},
"stopId": "BJZACHA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768998119"
},
"departure": {
"time": "1768998130"
},
"stopId": "IDPLOUV2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768998158"
},
"departure": {
"time": "1768998193"
},
"stopId": "IDCHASS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768998258"
},
"departure": {
"time": "1768998283"
},
"stopId": "IDSAYES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768998377"
},
"departure": {
"time": "1768998388"
},
"stopId": "IDCECOM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768998630"
},
"departure": {
"time": "1768998665"
},
"stopId": "IDADMIN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768998676"
},
"departure": {
"time": "1768998706"
},
"stopId": "IDHOTEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768998740"
},
"departure": {
"time": "1768998750"
},
"stopId": "IDTRUFF2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768998756"
},
"departure": {
"time": "1768998767"
},
"stopId": "IDHUBER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768998798"
},
"departure": {
"time": "1768998841"
},
"stopId": "IDDELOR2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768998890"
},
"departure": {
"time": "1768998900"
},
"stopId": "IDATLAN2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768998932"
},
"departure": {
"time": "1768998963"
},
"stopId": "IDDOISN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768998979"
},
"stopId": "IDPISCI2",
"stopSequence": 35
}
],
"timestamp": "1768999439",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "968-38861"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:655_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768982550"
},
"departure": {
"time": "1768982586"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768982616"
},
"departure": {
"time": "1768982651"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768982700"
},
"departure": {
"time": "1768982708"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768982856"
},
"departure": {
"time": "1768982865"
},
"stopId": "VFSORBI2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768982886"
},
"departure": {
"time": "1768982891"
},
"stopId": "VFCSDEL2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768982915"
},
"departure": {
"time": "1768982928"
},
"stopId": "VFETANG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768982970"
},
"departure": {
"time": "1768982970"
},
"stopId": "VFSTBC2",
"stopSequence": 6
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "655_0"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e4f3",
"label": "1316",
"licensePlate": "CD-847-QX"
}
}
},
{
"id": "trip:954-38858",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768981668"
},
"departure": {
"time": "1768981807"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768981893"
},
"departure": {
"time": "1768981904"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768981953"
},
"departure": {
"time": "1768981977"
},
"stopId": "NVPONTA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768982047"
},
"departure": {
"time": "1768982054"
},
"stopId": "NVRUFF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768982178"
},
"departure": {
"time": "1768982229"
},
"stopId": "BJBOUSS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768982273"
},
"departure": {
"time": "1768982363"
},
"stopId": "BJMBLAN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768982394"
},
"departure": {
"time": "1768982448"
},
"stopId": "BJRIVET2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768982556"
},
"departure": {
"time": "1768982616"
},
"stopId": "BJCHAMP2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768982641"
},
"departure": {
"time": "1768982680"
},
"stopId": "BJTOUR2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768982695"
},
"departure": {
"time": "1768982719"
},
"stopId": "BJMOULI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768982761"
},
"departure": {
"time": "1768982803"
},
"stopId": "BJPROYA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768982875"
},
"departure": {
"time": "1768982953"
},
"stopId": "BJEPARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768983020"
},
"departure": {
"time": "1768983056"
},
"stopId": "BJFOLAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768983081"
},
"departure": {
"time": "1768983146"
},
"stopId": "BJPMICH1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768983207"
},
"departure": {
"time": "1768983272"
},
"stopId": "BJVAUCA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768983340"
},
"departure": {
"time": "1768983380"
},
"stopId": "BJEBARB2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768983410"
},
"departure": {
"time": "1768983414"
},
"stopId": "BJHBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768983442"
},
"departure": {
"time": "1768983472"
},
"stopId": "BJVSCOT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768983513"
},
"departure": {
"time": "1768983545"
},
"stopId": "BJSTRAU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768983573"
},
"departure": {
"time": "1768983581"
},
"stopId": "BJCHANT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768983610"
},
"departure": {
"time": "1768983625"
},
"stopId": "BJROSTA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768983639"
},
"departure": {
"time": "1768983669"
},
"stopId": "BJCHARM2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768983691"
},
"departure": {
"time": "1768983708"
},
"stopId": "BJCHFLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768983793"
},
"departure": {
"time": "1768983804"
},
"stopId": "BJZACHA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768983936"
},
"departure": {
"time": "1768983970"
},
"stopId": "IDPLOUV2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768984000"
},
"departure": {
"time": "1768984042"
},
"stopId": "IDCHASS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768984127"
},
"departure": {
"time": "1768984137"
},
"stopId": "IDSAYES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768984257"
},
"departure": {
"time": "1768984268"
},
"stopId": "IDCECOM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768984519"
},
"departure": {
"time": "1768984539"
},
"stopId": "IDADMIN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768984556"
},
"departure": {
"time": "1768984566"
},
"stopId": "IDHOTEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768984604"
},
"departure": {
"time": "1768984621"
},
"stopId": "IDTRUFF2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768984631"
},
"departure": {
"time": "1768984644"
},
"stopId": "IDHUBER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768984684"
},
"departure": {
"time": "1768984729"
},
"stopId": "IDDELOR2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768984774"
},
"departure": {
"time": "1768984782"
},
"stopId": "IDATLAN2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768984808"
},
"departure": {
"time": "1768984819"
},
"stopId": "IDDOISN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768984841"
},
"stopId": "IDPISCI2",
"stopSequence": 35
}
],
"timestamp": "1768999439",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38858"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:966-38039",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768995788"
},
"departure": {
"time": "1768996821"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768996852"
},
"departure": {
"time": "1768996885"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768996927"
},
"departure": {
"time": "1768996956"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768996966"
},
"departure": {
"time": "1768996981"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768996981"
},
"departure": {
"time": "1768997003"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768997031"
},
"departure": {
"time": "1768997043"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768997078"
},
"departure": {
"time": "1768997112"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768997212"
},
"departure": {
"time": "1768997247"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768997367"
},
"departure": {
"time": "1768997441"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768997700"
},
"departure": {
"time": "1768997728"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768997789"
},
"departure": {
"time": "1768997822"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768997928"
},
"departure": {
"time": "1768998089"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768998122"
},
"departure": {
"time": "1768998132"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768998188"
},
"departure": {
"time": "1768998218"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768998305"
},
"departure": {
"time": "1768998315"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768998359"
},
"departure": {
"time": "1768998369"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768998425"
},
"departure": {
"time": "1768998476"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768998608"
},
"departure": {
"time": "1768998689"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768998720"
},
"departure": {
"time": "1768998761"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768998782"
},
"departure": {
"time": "1768998846"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768998915"
},
"departure": {
"time": "1768999003"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768999059"
},
"departure": {
"time": "1768999069"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768999095"
},
"departure": {
"time": "1768999111"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768999139"
},
"departure": {
"time": "1768999156"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768999193"
},
"departure": {
"time": "1768999203"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768999241"
},
"departure": {
"time": "1768999294"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768999310"
},
"departure": {
"time": "1768999341"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768999363"
},
"departure": {
"time": "1768999397"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768999441"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768999570"
},
"departure": {
"time": "1768999570"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768999570"
},
"departure": {
"time": "1768999570"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768999690"
},
"departure": {
"time": "1768999690"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999452",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38039"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:958-38829",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768979848"
},
"departure": {
"time": "1768979933"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768979974"
},
"departure": {
"time": "1768980006"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768980031"
},
"departure": {
"time": "1768980038"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768980078"
},
"departure": {
"time": "1768980110"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768980148"
},
"departure": {
"time": "1768980159"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768980168"
},
"departure": {
"time": "1768980178"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768980212"
},
"departure": {
"time": "1768980228"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768980243"
},
"departure": {
"time": "1768980275"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768980356"
},
"departure": {
"time": "1768980382"
},
"stopId": "IDBRANC1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768980407"
},
"departure": {
"time": "1768980441"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768980472"
},
"departure": {
"time": "1768980488"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768980503"
},
"departure": {
"time": "1768980513"
},
"stopId": "IDRIMBA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768980524"
},
"departure": {
"time": "1768980553"
},
"stopId": "IDAPOLL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768980577"
},
"departure": {
"time": "1768980586"
},
"stopId": "IDMISTR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768980622"
},
"departure": {
"time": "1768980635"
},
"stopId": "IDRASPE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768980699"
},
"departure": {
"time": "1768980711"
},
"stopId": "IDALICA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768980765"
},
"departure": {
"time": "1768980791"
},
"stopId": "IDAPOLL2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768980801"
},
"departure": {
"time": "1768980811"
},
"stopId": "IDRIMBA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768980969"
},
"departure": {
"time": "1768981021"
},
"stopId": "BJZACHA1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768981075"
},
"departure": {
"time": "1768981107"
},
"stopId": "BJCHFLE3",
"stopSequence": 19
},
{
"arrival": {
"time": "1768981133"
},
"departure": {
"time": "1768981167"
},
"stopId": "BJCHARM1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768981181"
},
"departure": {
"time": "1768981224"
},
"stopId": "BJROSTA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768981252"
},
"departure": {
"time": "1768981292"
},
"stopId": "BJCHANT1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768981324"
},
"departure": {
"time": "1768981367"
},
"stopId": "BJSTRAU1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768981409"
},
"departure": {
"time": "1768981456"
},
"stopId": "BJVSCOT1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768981484"
},
"departure": {
"time": "1768981511"
},
"stopId": "BJHBARB1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768981542"
},
"departure": {
"time": "1768981569"
},
"stopId": "BJEBARB1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768981628"
},
"departure": {
"time": "1768981674"
},
"stopId": "BJVAUCA1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768981746"
},
"departure": {
"time": "1768981781"
},
"stopId": "BJPMICH2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768981806"
},
"departure": {
"time": "1768981843"
},
"stopId": "BJFOLAT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768981915"
},
"departure": {
"time": "1768981942"
},
"stopId": "BJEPARG1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768981976"
},
"departure": {
"time": "1768982003"
},
"stopId": "BJPROYA1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768982051"
},
"departure": {
"time": "1768982083"
},
"stopId": "BJCFA1",
"stopSequence": 32
},
{
"arrival": {
"time": "1768982119"
},
"departure": {
"time": "1768982130"
},
"stopId": "RMTILLE1",
"stopSequence": 33
},
{
"arrival": {
"time": "1768982169"
},
"departure": {
"time": "1768982174"
},
"stopId": "RMPHARM2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768982234"
},
"departure": {
"time": "1768982245"
},
"stopId": "RMRPLAC2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768982255"
},
"departure": {
"time": "1768982272"
},
"stopId": "RMHOTLV2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768982298"
},
"departure": {
"time": "1768982315"
},
"stopId": "RMHALLS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768982331"
},
"departure": {
"time": "1768982338"
},
"stopId": "RMLAVAI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768983963"
},
"stopId": "RMZAPER2",
"stopSequence": 39
}
],
"timestamp": "1768999368",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38829"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:963-38894",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768992063"
},
"departure": {
"time": "1768992583"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768992662"
},
"departure": {
"time": "1768992691"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768993065"
},
"departure": {
"time": "1768993075"
},
"stopId": "NVLYSTM1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768993150"
},
"departure": {
"time": "1768993179"
},
"stopId": "NVPONTA1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768993243"
},
"departure": {
"time": "1768993278"
},
"stopId": "NVRUFF1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768993379"
},
"departure": {
"time": "1768993389"
},
"stopId": "BJBOUSS1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768993422"
},
"departure": {
"time": "1768993485"
},
"stopId": "BJMBLAN2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768993506"
},
"departure": {
"time": "1768993560"
},
"stopId": "BJRIVET2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768993653"
},
"departure": {
"time": "1768993690"
},
"stopId": "BJCHAMP2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768993705"
},
"departure": {
"time": "1768993742"
},
"stopId": "BJTOUR2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768993754"
},
"departure": {
"time": "1768993800"
},
"stopId": "BJMOULI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768993845"
},
"departure": {
"time": "1768993884"
},
"stopId": "BJPROYA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768993951"
},
"departure": {
"time": "1768993967"
},
"stopId": "BJEPARG2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768994030"
},
"departure": {
"time": "1768994117"
},
"stopId": "BJFOLAT1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768994153"
},
"departure": {
"time": "1768994234"
},
"stopId": "BJPMICH1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768994365"
},
"departure": {
"time": "1768994445"
},
"stopId": "BJVAUCA2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768994573"
},
"departure": {
"time": "1768994651"
},
"stopId": "BJEBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768994708"
},
"departure": {
"time": "1768994718"
},
"stopId": "BJHBARB2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768994759"
},
"departure": {
"time": "1768994804"
},
"stopId": "BJVSCOT2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768994836"
},
"departure": {
"time": "1768994873"
},
"stopId": "BJSTRAU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768994904"
},
"departure": {
"time": "1768994935"
},
"stopId": "BJCHANT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768994967"
},
"departure": {
"time": "1768995000"
},
"stopId": "BJROSTA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768995023"
},
"departure": {
"time": "1768995056"
},
"stopId": "BJCHARM2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768995076"
},
"departure": {
"time": "1768995092"
},
"stopId": "BJCHFLE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768995165"
},
"departure": {
"time": "1768995175"
},
"stopId": "BJZACHA2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768995312"
},
"departure": {
"time": "1768995339"
},
"stopId": "IDRIMBA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768995356"
},
"departure": {
"time": "1768995383"
},
"stopId": "IDAPOLL1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768995405"
},
"departure": {
"time": "1768995436"
},
"stopId": "IDMISTR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768995473"
},
"departure": {
"time": "1768995505"
},
"stopId": "IDRASPE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768995564"
},
"departure": {
"time": "1768995603"
},
"stopId": "IDALICA1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768995670"
},
"departure": {
"time": "1768995681"
},
"stopId": "IDAPOLL2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768995691"
},
"departure": {
"time": "1768995701"
},
"stopId": "IDRIMBA2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768995712"
},
"departure": {
"time": "1768995723"
},
"stopId": "IDPLOUV2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768995750"
},
"departure": {
"time": "1768995786"
},
"stopId": "IDCHASS2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768995810"
},
"departure": {
"time": "1768995822"
},
"stopId": "IDBRANC2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768995885"
},
"departure": {
"time": "1768995921"
},
"stopId": "IDADMIN2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768995943"
},
"departure": {
"time": "1768995953"
},
"stopId": "IDHOTEL2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768995984"
},
"departure": {
"time": "1768996019"
},
"stopId": "IDTRUFF2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768996025"
},
"departure": {
"time": "1768996054"
},
"stopId": "IDHUBER2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768996087"
},
"departure": {
"time": "1768996125"
},
"stopId": "IDDELOR2",
"stopSequence": 39
},
{
"arrival": {
"time": "1768996163"
},
"stopId": "IDATLAN2",
"stopSequence": 40
},
{
"arrival": {
"time": "1768996080"
},
"departure": {
"time": "1768996080"
},
"stopId": "IDDOISN2",
"stopSequence": 41
},
{
"arrival": {
"time": "1768996140"
},
"departure": {
"time": "1768996140"
},
"stopId": "IDPISCI2",
"stopSequence": 42
}
],
"timestamp": "1768999449",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38894"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:964-37605",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768974375"
},
"departure": {
"time": "1768974403"
},
"stopId": "SSFLOS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768974466"
},
"departure": {
"time": "1768974483"
},
"stopId": "SSSMART1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768974595"
},
"departure": {
"time": "1768974622"
},
"stopId": "SSZONEA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768974708"
},
"departure": {
"time": "1768974720"
},
"stopId": "SSPRECH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768974884"
},
"departure": {
"time": "1768974915"
},
"stopId": "SSEGLIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768975011"
},
"departure": {
"time": "1768975030"
},
"stopId": "SSTRUIT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768975625"
},
"departure": {
"time": "1768975642"
},
"stopId": "SSDEMPT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768975443"
},
"departure": {
"time": "1768975494"
},
"stopId": "SSECOLC1",
"stopSequence": 7
},
{
"stopId": "SSDEMPT1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768975678"
},
"departure": {
"time": "1768975701"
},
"stopId": "SSMOLLA1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768975837"
},
"departure": {
"time": "1768975871"
},
"stopId": "BJBERNA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768975920"
},
"departure": {
"time": "1768975945"
},
"stopId": "BJMTBER1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768976003"
},
"departure": {
"time": "1768976045"
},
"stopId": "BJLOUP3",
"stopSequence": 12
},
{
"arrival": {
"time": "1768976104"
},
"departure": {
"time": "1768976117"
},
"stopId": "BJPLATE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768976191"
},
"departure": {
"time": "1768976219"
},
"stopId": "BJRIVOI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768976243"
},
"departure": {
"time": "1768976272"
},
"stopId": "BJBELVE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768976317"
},
"departure": {
"time": "1768976341"
},
"stopId": "BJBELRI2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768976378"
},
"departure": {
"time": "1768976388"
},
"stopId": "BJMAS1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768976414"
},
"departure": {
"time": "1768976431"
},
"stopId": "BJTONKI2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768976477"
},
"departure": {
"time": "1768976496"
},
"stopId": "BJSQUAR2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768976517"
},
"departure": {
"time": "1768976552"
},
"stopId": "BJPREBE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768976630"
},
"departure": {
"time": "1768976660"
},
"stopId": "BJCOPRE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768976676"
},
"departure": {
"time": "1768976711"
},
"stopId": "BJPISCI2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768976754"
},
"departure": {
"time": "1768976782"
},
"stopId": "BJEPARG2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768976848"
},
"departure": {
"time": "1768976881"
},
"stopId": "BJFOLAT1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768976924"
},
"departure": {
"time": "1768976965"
},
"stopId": "BJPMICH1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768977048"
},
"departure": {
"time": "1768977084"
},
"stopId": "BJLYCEE1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768977094"
},
"departure": {
"time": "1768977198"
},
"stopId": "BJPOSTE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768977332"
},
"departure": {
"time": "1768977344"
},
"stopId": "BJJARDI2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768977618"
},
"stopId": "BJPLANB1",
"stopSequence": 29
}
],
"timestamp": "1768999453",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37605"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:4_0_7",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768988442"
},
"departure": {
"time": "1768989098"
},
"stopId": "BJGARE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768989470"
},
"departure": {
"time": "1768989490"
},
"stopId": "BJLIBE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768989550"
},
"departure": {
"time": "1768989562"
},
"stopId": "BJHUGO1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768989582"
},
"departure": {
"time": "1768989598"
},
"stopId": "BJMLECL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768989624"
},
"departure": {
"time": "1768989639"
},
"stopId": "BJMARS2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768989665"
},
"departure": {
"time": "1768989681"
},
"stopId": "BJTEMPL2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768989709"
},
"departure": {
"time": "1768989725"
},
"stopId": "BJHOTEL2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768989753"
},
"departure": {
"time": "1768989769"
},
"stopId": "BJLIBER2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768989786"
},
"departure": {
"time": "1768989816"
},
"stopId": "BJPTJAL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768989869"
},
"departure": {
"time": "1768989897"
},
"stopId": "BJPASTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768989937"
},
"departure": {
"time": "1768989968"
},
"stopId": "BJEBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768990029"
},
"departure": {
"time": "1768990081"
},
"stopId": "BJVAUCA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768990126"
},
"departure": {
"time": "1768990191"
},
"stopId": "BJLYCEE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768990231"
},
"departure": {
"time": "1768990320"
},
"stopId": "BJPOSTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768990750"
},
"departure": {
"time": "1768990750"
},
"stopId": "BJGARE1",
"stopSequence": 14
}
],
"timestamp": "1768999373",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_0_7"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:958-38831",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768986736"
},
"departure": {
"time": "1768987180"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768987222"
},
"departure": {
"time": "1768987266"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768987291"
},
"departure": {
"time": "1768987303"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768987342"
},
"departure": {
"time": "1768987401"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768987436"
},
"departure": {
"time": "1768987457"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768987467"
},
"departure": {
"time": "1768987510"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768987542"
},
"departure": {
"time": "1768987554"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768987572"
},
"departure": {
"time": "1768987588"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768987789"
},
"departure": {
"time": "1768987821"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768987918"
},
"departure": {
"time": "1768987949"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768988010"
},
"departure": {
"time": "1768988076"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768988108"
},
"departure": {
"time": "1768988119"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768988224"
},
"departure": {
"time": "1768988306"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768988356"
},
"departure": {
"time": "1768988388"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1768988420"
},
"departure": {
"time": "1768988516"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768988533"
},
"departure": {
"time": "1768988544"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768988576"
},
"departure": {
"time": "1768988586"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768988625"
},
"departure": {
"time": "1768988637"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768988698"
},
"departure": {
"time": "1768988726"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768988754"
},
"departure": {
"time": "1768988778"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768988805"
},
"departure": {
"time": "1768988862"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768988918"
},
"departure": {
"time": "1768988991"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768989082"
},
"departure": {
"time": "1768989124"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768989151"
},
"departure": {
"time": "1768989195"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768989233"
},
"departure": {
"time": "1768989243"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768989296"
},
"departure": {
"time": "1768989338"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768989366"
},
"departure": {
"time": "1768989397"
},
"stopId": "BJCFA1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768989430"
},
"departure": {
"time": "1768989440"
},
"stopId": "RMTILLE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768989484"
},
"departure": {
"time": "1768989515"
},
"stopId": "RMPHARM2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768989559"
},
"departure": {
"time": "1768989600"
},
"stopId": "RMRPLAC2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768989615"
},
"departure": {
"time": "1768989630"
},
"stopId": "RMHOTLV2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768989658"
},
"departure": {
"time": "1768989669"
},
"stopId": "RMHALLS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768989689"
},
"departure": {
"time": "1768989712"
},
"stopId": "RMLAVAI2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768991186"
},
"stopId": "RMZAPER2",
"stopSequence": 33
}
],
"timestamp": "1768999368",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38831"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:1169-38725",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768995047"
},
"departure": {
"time": "1768995178"
},
"stopId": "QFMOINE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768995207"
},
"departure": {
"time": "1768995212"
},
"stopId": "QF3COMM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768995247"
},
"departure": {
"time": "1768995247"
},
"stopId": "VFCRUIZ1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768995268"
},
"departure": {
"time": "1768995314"
},
"stopId": "VFARMIE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768995330"
},
"departure": {
"time": "1768995340"
},
"stopId": "VFBOIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768995386"
},
"departure": {
"time": "1768995567"
},
"stopId": "VFCOLAR1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768995736"
},
"departure": {
"time": "1768995777"
},
"stopId": "VFBOURG1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768995809"
},
"departure": {
"time": "1768995882"
},
"stopId": "VFREPUB1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768995924"
},
"departure": {
"time": "1768995995"
},
"stopId": "VFSTBC1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768996030"
},
"departure": {
"time": "1768996064"
},
"stopId": "VFSECU1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768996080"
},
"departure": {
"time": "1768996113"
},
"stopId": "VFAILLA1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768996151"
},
"departure": {
"time": "1768996215"
},
"stopId": "VFPONT1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768996231"
},
"departure": {
"time": "1768996262"
},
"stopId": "VFMUISS1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768996280"
},
"departure": {
"time": "1768996290"
},
"stopId": "VFRPMUI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768996338"
},
"departure": {
"time": "1768996367"
},
"stopId": "VMBIZET1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768996383"
},
"departure": {
"time": "1768996441"
},
"stopId": "VMCIME1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768996457"
},
"stopId": "VMGREEN1",
"stopSequence": 16
}
],
"timestamp": "1768999450",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1169-38725"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e4f3",
"label": "1316",
"licensePlate": "CD-847-QX"
}
}
},
{
"id": "trip:958-38827",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768972857"
},
"departure": {
"time": "1768972981"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768973028"
},
"departure": {
"time": "1768973040"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768973065"
},
"departure": {
"time": "1768973076"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768973110"
},
"departure": {
"time": "1768973124"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768973156"
},
"departure": {
"time": "1768973192"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768973206"
},
"departure": {
"time": "1768973217"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768973250"
},
"departure": {
"time": "1768973265"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768973281"
},
"departure": {
"time": "1768973299"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768973381"
},
"departure": {
"time": "1768973390"
},
"stopId": "IDBRANC1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768973414"
},
"departure": {
"time": "1768973425"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768973454"
},
"departure": {
"time": "1768973467"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768973480"
},
"departure": {
"time": "1768973492"
},
"stopId": "IDRIMBA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768973505"
},
"departure": {
"time": "1768973521"
},
"stopId": "IDAPOLL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768973541"
},
"departure": {
"time": "1768973548"
},
"stopId": "IDMISTR1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768973585"
},
"departure": {
"time": "1768973623"
},
"stopId": "IDRASPE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768973682"
},
"departure": {
"time": "1768973694"
},
"stopId": "IDALICA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768973747"
},
"departure": {
"time": "1768973760"
},
"stopId": "IDAPOLL2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768973773"
},
"departure": {
"time": "1768973781"
},
"stopId": "IDRIMBA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768973905"
},
"departure": {
"time": "1768973925"
},
"stopId": "BJZACHA1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768973980"
},
"departure": {
"time": "1768973992"
},
"stopId": "BJCHFLE3",
"stopSequence": 19
},
{
"arrival": {
"time": "1768974017"
},
"departure": {
"time": "1768974113"
},
"stopId": "BJCHARM1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768974134"
},
"departure": {
"time": "1768974147"
},
"stopId": "BJROSTA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768974179"
},
"departure": {
"time": "1768974191"
},
"stopId": "BJCHANT1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768974227"
},
"departure": {
"time": "1768974245"
},
"stopId": "BJSTRAU1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768974273"
},
"departure": {
"time": "1768974302"
},
"stopId": "BJVSCOT1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768974328"
},
"departure": {
"time": "1768974357"
},
"stopId": "BJHBARB1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768974381"
},
"departure": {
"time": "1768974417"
},
"stopId": "BJEBARB1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768974476"
},
"departure": {
"time": "1768974521"
},
"stopId": "BJVAUCA1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768974597"
},
"departure": {
"time": "1768974720"
},
"stopId": "BJPMICH2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768974750"
},
"departure": {
"time": "1768974767"
},
"stopId": "BJFOLAT2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768974809"
},
"departure": {
"time": "1768974820"
},
"stopId": "BJEPARG1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768974853"
},
"departure": {
"time": "1768974897"
},
"stopId": "BJPROYA1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768974948"
},
"departure": {
"time": "1768974952"
},
"stopId": "BJCFA1",
"stopSequence": 32
},
{
"arrival": {
"time": "1768974986"
},
"departure": {
"time": "1768974999"
},
"stopId": "RMTILLE1",
"stopSequence": 33
},
{
"arrival": {
"time": "1768975035"
},
"departure": {
"time": "1768975045"
},
"stopId": "RMPHARM2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768975116"
},
"departure": {
"time": "1768975146"
},
"stopId": "RMRPLAC2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768975161"
},
"departure": {
"time": "1768975177"
},
"stopId": "RMHOTLV2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768975206"
},
"departure": {
"time": "1768975218"
},
"stopId": "RMHALLS2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768975236"
},
"departure": {
"time": "1768975268"
},
"stopId": "RMLAVAI2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768975358"
},
"stopId": "RMZAPER2",
"stopSequence": 39
}
],
"timestamp": "1768999368",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38827"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:970-37610",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768998316"
},
"departure": {
"time": "1768998331"
},
"stopId": "SSFLOS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768998393"
},
"departure": {
"time": "1768998404"
},
"stopId": "SSSMART1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768998498"
},
"departure": {
"time": "1768998569"
},
"stopId": "SSZONEA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768998640"
},
"departure": {
"time": "1768998651"
},
"stopId": "SSPRECH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768998804"
},
"departure": {
"time": "1768998832"
},
"stopId": "SSEGLIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768998915"
},
"departure": {
"time": "1768998958"
},
"stopId": "SSTRUIT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768999223"
},
"stopId": "SSDEMPT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768999255"
},
"departure": {
"time": "1768999266"
},
"stopId": "SSDEMPT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768999390"
},
"departure": {
"time": "1768999390"
},
"stopId": "SSMOLLA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768999510"
},
"departure": {
"time": "1768999510"
},
"stopId": "BJALBIZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768999570"
},
"departure": {
"time": "1768999570"
},
"stopId": "BJLOUP2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768999570"
},
"departure": {
"time": "1768999570"
},
"stopId": "BJCHPAG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768999630"
},
"departure": {
"time": "1768999630"
},
"stopId": "BJPMONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768999630"
},
"departure": {
"time": "1768999630"
},
"stopId": "BJBELRI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768999690"
},
"departure": {
"time": "1768999690"
},
"stopId": "BJMAS1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768999750"
},
"departure": {
"time": "1768999750"
},
"stopId": "BJTONKI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768999810"
},
"departure": {
"time": "1768999810"
},
"stopId": "BJSQUAR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768999870"
},
"departure": {
"time": "1768999870"
},
"stopId": "BJPREBE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768999930"
},
"departure": {
"time": "1768999930"
},
"stopId": "BJCOPRE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768999990"
},
"departure": {
"time": "1768999990"
},
"stopId": "BJPISCI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769000050"
},
"departure": {
"time": "1769000050"
},
"stopId": "BJEPARG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769000110"
},
"departure": {
"time": "1769000110"
},
"stopId": "BJFOLAT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769000170"
},
"departure": {
"time": "1769000170"
},
"stopId": "BJPMICH1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769000290"
},
"departure": {
"time": "1769000290"
},
"stopId": "BJLYCEE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769000350"
},
"departure": {
"time": "1769000350"
},
"stopId": "BJPOSTE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769000530"
},
"departure": {
"time": "1769000530"
},
"stopId": "BJCHARG1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769000590"
},
"departure": {
"time": "1769000590"
},
"stopId": "MBHLM2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769000650"
},
"departure": {
"time": "1769000650"
},
"stopId": "BJMAUBE1",
"stopSequence": 27
}
],
"timestamp": "1768999373",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37610"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:959-38843",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768980326"
},
"departure": {
"time": "1768980354"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768980445"
},
"departure": {
"time": "1768980491"
},
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768980516"
},
"departure": {
"time": "1768980531"
},
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768980566"
},
"departure": {
"time": "1768980595"
},
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768980611"
},
"departure": {
"time": "1768980668"
},
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768980726"
},
"departure": {
"time": "1768980755"
},
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768980786"
},
"departure": {
"time": "1768980821"
},
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768980863"
},
"departure": {
"time": "1768980870"
},
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768980919"
},
"departure": {
"time": "1768980968"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768981011"
},
"departure": {
"time": "1768981063"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768981113"
},
"departure": {
"time": "1768981165"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768981194"
},
"departure": {
"time": "1768981232"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768981294"
},
"departure": {
"time": "1768981365"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768981434"
},
"departure": {
"time": "1768981471"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768981504"
},
"departure": {
"time": "1768981518"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768981548"
},
"departure": {
"time": "1768981583"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768981608"
},
"departure": {
"time": "1768981626"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768981655"
},
"departure": {
"time": "1768981666"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768981699"
},
"departure": {
"time": "1768981734"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768981748"
},
"departure": {
"time": "1768981796"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768981818"
},
"departure": {
"time": "1768981833"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768981923"
},
"departure": {
"time": "1768981937"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768982048"
},
"departure": {
"time": "1768982072"
},
"stopId": "IDPLOUV2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768982103"
},
"departure": {
"time": "1768982142"
},
"stopId": "IDCHASS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768982215"
},
"departure": {
"time": "1768982239"
},
"stopId": "IDSAYES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768982346"
},
"departure": {
"time": "1768982358"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768982582"
},
"departure": {
"time": "1768982595"
},
"stopId": "IDADMIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768982616"
},
"departure": {
"time": "1768982623"
},
"stopId": "IDHOTEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768982658"
},
"departure": {
"time": "1768982695"
},
"stopId": "IDTRUFF2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768982707"
},
"departure": {
"time": "1768982730"
},
"stopId": "IDHUBER2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768982769"
},
"departure": {
"time": "1768982806"
},
"stopId": "IDDELOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768982843"
},
"departure": {
"time": "1768982872"
},
"stopId": "IDATLAN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768982899"
},
"departure": {
"time": "1768982938"
},
"stopId": "IDDOISN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768982967"
},
"stopId": "IDPISCI2",
"stopSequence": 33
}
],
"timestamp": "1768999447",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38843"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:983-38051",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "983-38051"
}
}
},
{
"id": "trip:983-38047",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "983-38047"
}
}
},
{
"id": "trip:983-38043",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "983-38043"
}
}
},
{
"id": "trip:981-38053",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "981-38053"
}
}
},
{
"id": "trip:981-38050",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "981-38050"
}
}
},
{
"id": "trip:981-38046",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "981-38046"
}
}
},
{
"id": "trip:981-38042",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "981-38042"
}
}
},
{
"id": "trip:979-38049",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "979-38049"
}
}
},
{
"id": "trip:979-38045",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "979-38045"
}
}
},
{
"id": "trip:979-38041",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "979-38041"
}
}
},
{
"id": "trip:976-38052",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "976-38052"
}
}
},
{
"id": "trip:976-38048",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "976-38048"
}
}
},
{
"id": "trip:976-38044",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "976-38044"
}
}
},
{
"id": "trip:961-38038",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "961-38038"
}
}
},
{
"id": "trip:961-38034",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "961-38034"
}
}
},
{
"id": "trip:961-38030",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "961-38030"
}
}
},
{
"id": "trip:961-38026",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "961-38026"
}
}
},
{
"id": "trip:960-38032",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "960-38032"
}
}
},
{
"id": "trip:960-38028",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "960-38028"
}
}
},
{
"id": "trip:956-38037",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "956-38037"
}
}
},
{
"id": "trip:956-38033",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "956-38033"
}
}
},
{
"id": "trip:956-38029",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "956-38029"
}
}
},
{
"id": "trip:956-38025",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "956-38025"
}
}
},
{
"id": "trip:1071-38141",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1071-38141"
}
}
},
{
"id": "trip:1071-38138",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1071-38138"
}
}
},
{
"id": "trip:1071-38134",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1071-38134"
}
}
},
{
"id": "trip:1071-38130",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1071-38130"
}
}
},
{
"id": "trip:1069-38137",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1069-38137"
}
}
},
{
"id": "trip:1069-38133",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1069-38133"
}
}
},
{
"id": "trip:1069-38129",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1069-38129"
}
}
},
{
"id": "trip:1066-38140",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1066-38140"
}
}
},
{
"id": "trip:1066-38136",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1066-38136"
}
}
},
{
"id": "trip:1066-38132",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1066-38132"
}
}
},
{
"id": "trip:1066-38128",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1066-38128"
}
}
},
{
"id": "trip:1063-38139",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1063-38139"
}
}
},
{
"id": "trip:1063-38135",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1063-38135"
}
}
},
{
"id": "trip:1063-38131",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1063-38131"
}
}
},
{
"id": "trip:1056-38127",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1056-38127"
}
}
},
{
"id": "trip:1056-38123",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1056-38123"
}
}
},
{
"id": "trip:1056-38119",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1056-38119"
}
}
},
{
"id": "trip:1056-38115",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1056-38115"
}
}
},
{
"id": "trip:1052-38126",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1052-38126"
}
}
},
{
"id": "trip:1052-38122",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1052-38122"
}
}
},
{
"id": "trip:1052-38118",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1052-38118"
}
}
},
{
"id": "trip:1052-38114",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1052-38114"
}
}
},
{
"id": "trip:1051-38124",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1051-38124"
}
}
},
{
"id": "trip:1051-38120",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1051-38120"
}
}
},
{
"id": "trip:1051-38116",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1051-38116"
}
}
},
{
"id": "trip:1046-38125",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1046-38125"
}
}
},
{
"id": "trip:1046-38121",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1046-38121"
}
}
},
{
"id": "trip:1046-38117",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1046-38117"
}
}
},
{
"id": "trip:1046-38113",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "1046-38113"
}
}
},
{
"id": "trip:951-38053",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "951-38053"
}
}
},
{
"id": "trip:951-38050",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "951-38050"
}
}
},
{
"id": "trip:951-38046",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "951-38046"
}
}
},
{
"id": "trip:951-38042",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "951-38042"
}
}
},
{
"id": "trip:949-38049",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "949-38049"
}
}
},
{
"id": "trip:949-38045",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "949-38045"
}
}
},
{
"id": "trip:949-38041",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "949-38041"
}
}
},
{
"id": "trip:946-38052",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "946-38052"
}
}
},
{
"id": "trip:946-38048",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "946-38048"
}
}
},
{
"id": "trip:946-38044",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "946-38044"
}
}
},
{
"id": "trip:946-38040",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "946-38040"
}
}
},
{
"id": "trip:944-38051",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "944-38051"
}
}
},
{
"id": "trip:944-38047",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "944-38047"
}
}
},
{
"id": "trip:944-38043",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "944-38043"
}
}
},
{
"id": "trip:935-38039",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "935-38039"
}
}
},
{
"id": "trip:935-38035",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "935-38035"
}
}
},
{
"id": "trip:935-38031",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "935-38031"
}
}
},
{
"id": "trip:935-38027",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "935-38027"
}
}
},
{
"id": "trip:930-38038",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "930-38038"
}
}
},
{
"id": "trip:930-38034",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "930-38034"
}
}
},
{
"id": "trip:930-38030",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "930-38030"
}
}
},
{
"id": "trip:930-38026",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "930-38026"
}
}
},
{
"id": "trip:929-38036",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "929-38036"
}
}
},
{
"id": "trip:929-38032",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "929-38032"
}
}
},
{
"id": "trip:929-38028",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "929-38028"
}
}
},
{
"id": "trip:924-38037",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "924-38037"
}
}
},
{
"id": "trip:924-38033",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "924-38033"
}
}
},
{
"id": "trip:924-38029",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "924-38029"
}
}
},
{
"id": "trip:924-38025",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "924-38025"
}
}
},
{
"id": "trip:1071-38141",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1071-38141"
}
}
},
{
"id": "trip:1071-38138",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1071-38138"
}
}
},
{
"id": "trip:1071-38134",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1071-38134"
}
}
},
{
"id": "trip:1071-38130",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1071-38130"
}
}
},
{
"id": "trip:1069-38137",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1069-38137"
}
}
},
{
"id": "trip:1069-38133",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1069-38133"
}
}
},
{
"id": "trip:1069-38129",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1069-38129"
}
}
},
{
"id": "trip:1066-38140",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1066-38140"
}
}
},
{
"id": "trip:1066-38136",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1066-38136"
}
}
},
{
"id": "trip:1066-38132",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1066-38132"
}
}
},
{
"id": "trip:1066-38128",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1066-38128"
}
}
},
{
"id": "trip:1063-38139",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1063-38139"
}
}
},
{
"id": "trip:1063-38135",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1063-38135"
}
}
},
{
"id": "trip:1063-38131",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1063-38131"
}
}
},
{
"id": "trip:1056-38127",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1056-38127"
}
}
},
{
"id": "trip:1056-38123",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1056-38123"
}
}
},
{
"id": "trip:1056-38119",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1056-38119"
}
}
},
{
"id": "trip:1056-38115",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1056-38115"
}
}
},
{
"id": "trip:1052-38126",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1052-38126"
}
}
},
{
"id": "trip:1052-38122",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1052-38122"
}
}
},
{
"id": "trip:1052-38118",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1052-38118"
}
}
},
{
"id": "trip:1052-38114",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1052-38114"
}
}
},
{
"id": "trip:1051-38124",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1051-38124"
}
}
},
{
"id": "trip:1051-38120",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1051-38120"
}
}
},
{
"id": "trip:1051-38116",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1051-38116"
}
}
},
{
"id": "trip:1046-38125",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1046-38125"
}
}
},
{
"id": "trip:1046-38121",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1046-38121"
}
}
},
{
"id": "trip:1046-38117",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1046-38117"
}
}
},
{
"id": "trip:1046-38113",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260122",
"tripId": "1046-38113"
}
}
},
{
"id": "trip:951-38053",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "951-38053"
}
}
},
{
"id": "trip:951-38050",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "951-38050"
}
}
},
{
"id": "trip:951-38046",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "951-38046"
}
}
},
{
"id": "trip:951-38042",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "951-38042"
}
}
},
{
"id": "trip:949-38049",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "949-38049"
}
}
},
{
"id": "trip:949-38045",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "949-38045"
}
}
},
{
"id": "trip:949-38041",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "949-38041"
}
}
},
{
"id": "trip:946-38052",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "946-38052"
}
}
},
{
"id": "trip:946-38048",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "946-38048"
}
}
},
{
"id": "trip:946-38044",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "946-38044"
}
}
},
{
"id": "trip:946-38040",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "946-38040"
}
}
},
{
"id": "trip:944-38051",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "944-38051"
}
}
},
{
"id": "trip:944-38047",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "944-38047"
}
}
},
{
"id": "trip:944-38043",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "944-38043"
}
}
},
{
"id": "trip:935-38039",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "935-38039"
}
}
},
{
"id": "trip:935-38035",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "935-38035"
}
}
},
{
"id": "trip:935-38031",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "935-38031"
}
}
},
{
"id": "trip:935-38027",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "935-38027"
}
}
},
{
"id": "trip:930-38038",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "930-38038"
}
}
},
{
"id": "trip:930-38034",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "930-38034"
}
}
},
{
"id": "trip:930-38030",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "930-38030"
}
}
},
{
"id": "trip:930-38026",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "930-38026"
}
}
},
{
"id": "trip:929-38036",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "929-38036"
}
}
},
{
"id": "trip:929-38032",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "929-38032"
}
}
},
{
"id": "trip:929-38028",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "929-38028"
}
}
},
{
"id": "trip:924-38037",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "924-38037"
}
}
},
{
"id": "trip:924-38033",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "924-38033"
}
}
},
{
"id": "trip:924-38029",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "924-38029"
}
}
},
{
"id": "trip:924-38025",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "924-38025"
}
}
},
{
"id": "trip:1071-38141",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1071-38141"
}
}
},
{
"id": "trip:1071-38138",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1071-38138"
}
}
},
{
"id": "trip:1071-38134",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1071-38134"
}
}
},
{
"id": "trip:1071-38130",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1071-38130"
}
}
},
{
"id": "trip:1069-38137",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1069-38137"
}
}
},
{
"id": "trip:1069-38133",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1069-38133"
}
}
},
{
"id": "trip:1069-38129",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1069-38129"
}
}
},
{
"id": "trip:1066-38140",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1066-38140"
}
}
},
{
"id": "trip:1066-38136",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1066-38136"
}
}
},
{
"id": "trip:1066-38132",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1066-38132"
}
}
},
{
"id": "trip:1066-38128",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1066-38128"
}
}
},
{
"id": "trip:1063-38139",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1063-38139"
}
}
},
{
"id": "trip:1063-38135",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1063-38135"
}
}
},
{
"id": "trip:1063-38131",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1063-38131"
}
}
},
{
"id": "trip:1056-38127",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1056-38127"
}
}
},
{
"id": "trip:1056-38123",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1056-38123"
}
}
},
{
"id": "trip:1056-38119",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1056-38119"
}
}
},
{
"id": "trip:1056-38115",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1056-38115"
}
}
},
{
"id": "trip:1052-38126",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1052-38126"
}
}
},
{
"id": "trip:1052-38122",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1052-38122"
}
}
},
{
"id": "trip:1052-38118",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1052-38118"
}
}
},
{
"id": "trip:1052-38114",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1052-38114"
}
}
},
{
"id": "trip:1051-38124",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1051-38124"
}
}
},
{
"id": "trip:1051-38120",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1051-38120"
}
}
},
{
"id": "trip:1051-38116",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1051-38116"
}
}
},
{
"id": "trip:1046-38125",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1046-38125"
}
}
},
{
"id": "trip:1046-38121",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1046-38121"
}
}
},
{
"id": "trip:1046-38117",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1046-38117"
}
}
},
{
"id": "trip:1046-38113",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260123",
"tripId": "1046-38113"
}
}
},
{
"id": "trip:1040-38181",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1040-38181"
}
}
},
{
"id": "trip:1040-38179",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1040-38179"
}
}
},
{
"id": "trip:1028-38184",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1028-38184"
}
}
},
{
"id": "trip:1028-38182",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1028-38182"
}
}
},
{
"id": "trip:1028-38180",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1028-38180"
}
}
},
{
"id": "trip:1028-38178",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1028-38178"
}
}
},
{
"id": "trip:1022-38185",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1022-38185"
}
}
},
{
"id": "trip:1022-38183",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1022-38183"
}
}
},
{
"id": "trip:1007-38177",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1007-38177"
}
}
},
{
"id": "trip:1007-38175",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1007-38175"
}
}
},
{
"id": "trip:1007-38173",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1007-38173"
}
}
},
{
"id": "trip:1007-38171",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1007-38171"
}
}
},
{
"id": "trip:1004-38176",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1004-38176"
}
}
},
{
"id": "trip:1004-38174",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1004-38174"
}
}
},
{
"id": "trip:1004-38172",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260124",
"tripId": "1004-38172"
}
}
},
{
"id": "trip:951-38053",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "951-38053"
}
}
},
{
"id": "trip:951-38050",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "951-38050"
}
}
},
{
"id": "trip:951-38046",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "951-38046"
}
}
},
{
"id": "trip:951-38042",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "951-38042"
}
}
},
{
"id": "trip:949-38049",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "949-38049"
}
}
},
{
"id": "trip:949-38045",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "949-38045"
}
}
},
{
"id": "trip:949-38041",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "949-38041"
}
}
},
{
"id": "trip:946-38052",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "946-38052"
}
}
},
{
"id": "trip:946-38048",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "946-38048"
}
}
},
{
"id": "trip:946-38044",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "946-38044"
}
}
},
{
"id": "trip:946-38040",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "946-38040"
}
}
},
{
"id": "trip:944-38051",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "944-38051"
}
}
},
{
"id": "trip:944-38047",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "944-38047"
}
}
},
{
"id": "trip:944-38043",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "944-38043"
}
}
},
{
"id": "trip:935-38039",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "935-38039"
}
}
},
{
"id": "trip:935-38035",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "935-38035"
}
}
},
{
"id": "trip:935-38031",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "935-38031"
}
}
},
{
"id": "trip:935-38027",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "935-38027"
}
}
},
{
"id": "trip:930-38038",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "930-38038"
}
}
},
{
"id": "trip:930-38034",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "930-38034"
}
}
},
{
"id": "trip:930-38030",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "930-38030"
}
}
},
{
"id": "trip:930-38026",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "930-38026"
}
}
},
{
"id": "trip:929-38036",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "929-38036"
}
}
},
{
"id": "trip:929-38032",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "929-38032"
}
}
},
{
"id": "trip:929-38028",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "929-38028"
}
}
},
{
"id": "trip:924-38037",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "924-38037"
}
}
},
{
"id": "trip:924-38033",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "924-38033"
}
}
},
{
"id": "trip:924-38029",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "924-38029"
}
}
},
{
"id": "trip:924-38025",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "924-38025"
}
}
},
{
"id": "trip:1071-38141",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1071-38141"
}
}
},
{
"id": "trip:1071-38138",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1071-38138"
}
}
},
{
"id": "trip:1071-38134",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1071-38134"
}
}
},
{
"id": "trip:1071-38130",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1071-38130"
}
}
},
{
"id": "trip:1069-38137",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1069-38137"
}
}
},
{
"id": "trip:1069-38133",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1069-38133"
}
}
},
{
"id": "trip:1069-38129",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1069-38129"
}
}
},
{
"id": "trip:1066-38140",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1066-38140"
}
}
},
{
"id": "trip:1066-38136",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1066-38136"
}
}
},
{
"id": "trip:1066-38132",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1066-38132"
}
}
},
{
"id": "trip:1066-38128",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1066-38128"
}
}
},
{
"id": "trip:1063-38139",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1063-38139"
}
}
},
{
"id": "trip:1063-38135",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1063-38135"
}
}
},
{
"id": "trip:1063-38131",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1063-38131"
}
}
},
{
"id": "trip:1056-38127",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1056-38127"
}
}
},
{
"id": "trip:1056-38123",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1056-38123"
}
}
},
{
"id": "trip:1056-38119",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1056-38119"
}
}
},
{
"id": "trip:1056-38115",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1056-38115"
}
}
},
{
"id": "trip:1052-38126",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1052-38126"
}
}
},
{
"id": "trip:1052-38122",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1052-38122"
}
}
},
{
"id": "trip:1052-38118",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1052-38118"
}
}
},
{
"id": "trip:1052-38114",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1052-38114"
}
}
},
{
"id": "trip:1051-38124",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1051-38124"
}
}
},
{
"id": "trip:1051-38120",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1051-38120"
}
}
},
{
"id": "trip:1051-38116",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1051-38116"
}
}
},
{
"id": "trip:1046-38125",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1046-38125"
}
}
},
{
"id": "trip:1046-38121",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1046-38121"
}
}
},
{
"id": "trip:1046-38117",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1046-38117"
}
}
},
{
"id": "trip:1046-38113",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1768999454",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1046-38113"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1768999454"
}
}