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 17:00 Europe/Paris.
trip_updates (396) vehicle_positions (16) 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 17:00 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "vehicle:636a2e22c520d5a13c77e0ce",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 12,
"position": {
"latitude": 45.6146240234375,
"longitude": 5.160658359527588
},
"stopId": "VFPONT1",
"timestamp": "1769011245",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1177-38741"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e0ce",
"label": "1338",
"licensePlate": "HE-068-TT"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e634",
"vehicle": {
"currentStopSequence": 10,
"position": {
"latitude": 45.61455154418945,
"longitude": 5.2388434410095215
},
"stopId": "IDPLOUV1",
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "973-36264"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e532",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 0,
"position": {
"latitude": 45.578392028808594,
"longitude": 5.281163215637207
},
"stopId": "BJPLANB1",
"timestamp": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37628"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77ded0",
"vehicle": {
"currentStopSequence": 9,
"position": {
"latitude": 45.61423110961914,
"longitude": 5.223743438720703
},
"stopId": "IDSAYES1",
"timestamp": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "974-38824"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "vehicle:636a2e23c520d5a13c77e731",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 8,
"position": {
"latitude": 45.586509704589844,
"longitude": 5.273116588592529
},
"stopId": "BJPOSTE1",
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "977-36353"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e37c",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 11,
"position": {
"latitude": 45.62276840209961,
"longitude": 5.2195048332214355
},
"stopId": "IDDELOR2",
"timestamp": "1769011243",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1183-38719"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e23a",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 24,
"position": {
"latitude": 45.58897399902344,
"longitude": 5.283635139465332
},
"stopId": "BJEPARG1",
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "972-38837"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "vehicle:636a2e23c520d5a13c77e751",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 10,
"position": {
"latitude": 45.601078033447266,
"longitude": 5.266296863555908
},
"stopId": "BJHBARB1",
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "979-38076"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"id": "vehicle:63c518f7e70e2cf76f8f8063",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 24,
"position": {
"latitude": 45.60783004760742,
"longitude": 5.219566822052002
},
"stopId": "IDGARE1",
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "976-38075"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e290",
"vehicle": {
"currentStopSequence": 4,
"position": {
"latitude": 45.6282958984375,
"longitude": 5.29763650894165
},
"stopId": "SSEGLIS1",
"timestamp": "1769011242",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37615"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e290",
"label": "1302",
"licensePlate": "194-DDZ-38"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e50d",
"vehicle": {
"currentStopSequence": 7,
"position": {
"latitude": 45.583045959472656,
"longitude": 5.299141883850098
},
"stopId": "BJCHAMP2",
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "971-38867"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77deb2",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 23,
"position": {
"latitude": 45.615211486816406,
"longitude": 5.237873077392578
},
"stopId": "IDCHASS2",
"timestamp": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "975-38851"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e3cb",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 0,
"position": {
"latitude": 45.62061309814453,
"longitude": 5.219693183898926
},
"stopId": "IDTRIFO2",
"timestamp": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "983-38047"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e127",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 6,
"position": {
"latitude": 45.59336853027344,
"longitude": 5.276676654815674
},
"stopId": "BJHOTEL2",
"timestamp": "1769011240",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_0_19"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "vehicle:6786a347ca2c086ed76eadba",
"vehicle": {
"currentStopSequence": 22,
"position": {
"latitude": 45.60331344604492,
"longitude": 5.159831523895264
},
"stopId": "VFSTADE1",
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1175-38347"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"id": "vehicle:636a2e22c520d5a13c77e657",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 15,
"position": {
"latitude": 45.614742279052734,
"longitude": 5.224681854248047
},
"stopId": "IDCECOM1",
"timestamp": "1769011228",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_3_23"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e657",
"label": "1526",
"licensePlate": "FB-994-BM"
}
}
},
{
"id": "trip:1164-38693",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768970552"
},
"departure": {
"time": "1768970737"
},
"stopId": "QFMOINE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768970772"
},
"departure": {
"time": "1768970782"
},
"stopId": "QF3COMM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768970846"
},
"departure": {
"time": "1768970848"
},
"stopId": "VFCRUIZ1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768970890"
},
"departure": {
"time": "1768970896"
},
"stopId": "VFARMIE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768970911"
},
"departure": {
"time": "1768970922"
},
"stopId": "VFBOIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768970940"
},
"departure": {
"time": "1768970973"
},
"stopId": "VFBRET1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768971008"
},
"departure": {
"time": "1768971037"
},
"stopId": "VFROCHE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768971136"
},
"departure": {
"time": "1768971146"
},
"stopId": "VFBOURG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768971174"
},
"departure": {
"time": "1768971187"
},
"stopId": "VFREPUB1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768971226"
},
"departure": {
"time": "1768971296"
},
"stopId": "VFSTBC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768971329"
},
"departure": {
"time": "1768971341"
},
"stopId": "VFSECU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768971356"
},
"departure": {
"time": "1768971396"
},
"stopId": "VFAILLA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768971429"
},
"departure": {
"time": "1768971447"
},
"stopId": "VFPONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768971467"
},
"departure": {
"time": "1768971475"
},
"stopId": "VFMUISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768971579"
},
"departure": {
"time": "1768971621"
},
"stopId": "VFTECHO1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768971641"
},
"departure": {
"time": "1768971651"
},
"stopId": "VFCCIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768971674"
},
"departure": {
"time": "1768971682"
},
"stopId": "VMCOND1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768971721"
},
"departure": {
"time": "1768971726"
},
"stopId": "VMGUING1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768971880"
},
"departure": {
"time": "1768971895"
},
"stopId": "VMCHATE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768971945"
},
"departure": {
"time": "1768971956"
},
"stopId": "VMILOTS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768972006"
},
"departure": {
"time": "1768972021"
},
"stopId": "VMKIOSQ1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768972044"
},
"departure": {
"time": "1768972058"
},
"stopId": "VMGARE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768972096"
},
"departure": {
"time": "1768972105"
},
"stopId": "VMNAUTA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768972163"
},
"departure": {
"time": "1768972183"
},
"stopId": "VMBELMO1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768972254"
},
"departure": {
"time": "1768972264"
},
"stopId": "IDSEIGL1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768972332"
},
"departure": {
"time": "1768972349"
},
"stopId": "IDGERMA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768972394"
},
"departure": {
"time": "1768972403"
},
"stopId": "IDDOISN1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768972426"
},
"departure": {
"time": "1768972437"
},
"stopId": "IDATLAN1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768972474"
},
"departure": {
"time": "1768972490"
},
"stopId": "IDDELOR1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768972520"
},
"departure": {
"time": "1768972534"
},
"stopId": "IDHUBER1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768972542"
},
"departure": {
"time": "1768972552"
},
"stopId": "IDTRUFF1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768972587"
},
"departure": {
"time": "1768972624"
},
"stopId": "IDHOTEL1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768972650"
},
"departure": {
"time": "1768972662"
},
"stopId": "IDADMIN1",
"stopSequence": 32
},
{
"arrival": {
"time": "1768972759"
},
"departure": {
"time": "1768972792"
},
"stopId": "IDCECOM1",
"stopSequence": 33
},
{
"arrival": {
"time": "1768972899"
},
"departure": {
"time": "1768973126"
},
"stopId": "IDGARE1",
"stopSequence": 34
},
{
"arrival": {
"time": "1768973230"
},
"departure": {
"time": "1768973242"
},
"stopId": "IDCHAMP2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768973255"
},
"departure": {
"time": "1768973273"
},
"stopId": "IDVICAT2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768973308"
},
"departure": {
"time": "1768973316"
},
"stopId": "IDPVINC2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768973326"
},
"departure": {
"time": "1768973342"
},
"stopId": "ID3VALL2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768973363"
},
"departure": {
"time": "1768973379"
},
"stopId": "IDGALOU1",
"stopSequence": 39
},
{
"arrival": {
"time": "1768973431"
},
"stopId": "IDGBUIS1",
"stopSequence": 40
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1164-38693"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e0ce",
"label": "1338",
"licensePlate": "HE-068-TT"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38858"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:973-36351",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769006761"
},
"departure": {
"time": "1769006807"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769006830"
},
"departure": {
"time": "1769006869"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769006889"
},
"departure": {
"time": "1769006906"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769006937"
},
"departure": {
"time": "1769006969"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769007005"
},
"departure": {
"time": "1769007011"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769007073"
},
"departure": {
"time": "1769007118"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769007151"
},
"departure": {
"time": "1769007192"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769007290"
},
"departure": {
"time": "1769007345"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769007351"
},
"departure": {
"time": "1769007367"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769007475"
},
"departure": {
"time": "1769007522"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769007659"
},
"departure": {
"time": "1769007664"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769007675"
},
"departure": {
"time": "1769007717"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769007732"
},
"departure": {
"time": "1769007743"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769007784"
},
"departure": {
"time": "1769007809"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769007863"
},
"departure": {
"time": "1769007879"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769007910"
},
"departure": {
"time": "1769007920"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769007946"
},
"departure": {
"time": "1769007998"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769008058"
},
"departure": {
"time": "1769008069"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769008080"
},
"departure": {
"time": "1769008117"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769008206"
},
"departure": {
"time": "1769008254"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769008286"
},
"departure": {
"time": "1769008317"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769008567"
},
"departure": {
"time": "1769008578"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769008614"
},
"departure": {
"time": "1769008659"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769008731"
},
"departure": {
"time": "1769008741"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769008841"
},
"departure": {
"time": "1769008851"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769009026"
},
"departure": {
"time": "1769009050"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769009083"
},
"departure": {
"time": "1769009088"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769009125"
},
"departure": {
"time": "1769009159"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769009159"
},
"departure": {
"time": "1769009192"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769009204"
},
"departure": {
"time": "1769009237"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769009274"
},
"departure": {
"time": "1769009289"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769009316"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "973-36351"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"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"
},
"departure": {
"time": "1768999457"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768999498"
},
"departure": {
"time": "1768999524"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768999534"
},
"departure": {
"time": "1768999555"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768999599"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38039"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:973-36264",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769010423"
},
"departure": {
"time": "1769010477"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769010510"
},
"departure": {
"time": "1769010541"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769010584"
},
"departure": {
"time": "1769010600"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769010622"
},
"departure": {
"time": "1769010662"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769010667"
},
"departure": {
"time": "1769010720"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769010746"
},
"departure": {
"time": "1769010751"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769010779"
},
"departure": {
"time": "1769010814"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769010896"
},
"departure": {
"time": "1769010906"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769011114"
},
"departure": {
"time": "1769011126"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769011193"
},
"departure": {
"time": "1769011224"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769011300"
},
"departure": {
"time": "1769011300"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769011480"
},
"departure": {
"time": "1769011480"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769011540"
},
"departure": {
"time": "1769011540"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769011720"
},
"departure": {
"time": "1769011720"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769011780"
},
"departure": {
"time": "1769011780"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769011840"
},
"departure": {
"time": "1769011840"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769011960"
},
"departure": {
"time": "1769011960"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769012020"
},
"departure": {
"time": "1769012020"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769012140"
},
"departure": {
"time": "1769012140"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769012380"
},
"departure": {
"time": "1769012380"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769012500"
},
"departure": {
"time": "1769012500"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769012560"
},
"departure": {
"time": "1769012560"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769012800"
},
"departure": {
"time": "1769012800"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769012920"
},
"departure": {
"time": "1769012920"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769012980"
},
"departure": {
"time": "1769012980"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769013220"
},
"departure": {
"time": "1769013220"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769013220"
},
"departure": {
"time": "1769013220"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769013280"
},
"departure": {
"time": "1769013280"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769013340"
},
"departure": {
"time": "1769013340"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769013400"
},
"departure": {
"time": "1769013400"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769013400"
},
"departure": {
"time": "1769013400"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769013460"
},
"departure": {
"time": "1769013460"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "973-36264"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"id": "trip:1161-38329",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768976807"
},
"departure": {
"time": "1768976821"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768976831"
},
"departure": {
"time": "1768976866"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768976921"
},
"departure": {
"time": "1768976946"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768976970"
},
"departure": {
"time": "1768977007"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768977061"
},
"departure": {
"time": "1768977093"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768977185"
},
"departure": {
"time": "1768977199"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768977222"
},
"departure": {
"time": "1768977236"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1768977256"
},
"departure": {
"time": "1768977264"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768977310"
},
"departure": {
"time": "1768977346"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768977365"
},
"departure": {
"time": "1768977373"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768977398"
},
"departure": {
"time": "1768977406"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768977431"
},
"departure": {
"time": "1768977438"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768977521"
},
"departure": {
"time": "1768977547"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768977559"
},
"departure": {
"time": "1768977594"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768977639"
},
"departure": {
"time": "1768977674"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768977709"
},
"departure": {
"time": "1768977718"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768977784"
},
"departure": {
"time": "1768977812"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768978114"
},
"departure": {
"time": "1768978269"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768978375"
},
"departure": {
"time": "1768978452"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768978536"
},
"departure": {
"time": "1768978572"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768978594"
},
"departure": {
"time": "1768978635"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768978960"
},
"departure": {
"time": "1768978973"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768979006"
},
"departure": {
"time": "1768979017"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768979037"
},
"departure": {
"time": "1768979073"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768979175"
},
"departure": {
"time": "1768979227"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768979255"
},
"departure": {
"time": "1768979301"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768979355"
},
"departure": {
"time": "1768979418"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768979422"
},
"departure": {
"time": "1768979430"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768979440"
},
"departure": {
"time": "1768979452"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768979456"
},
"departure": {
"time": "1768979467"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768979480"
},
"departure": {
"time": "1768979495"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768979520"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38329"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"id": "trip:977-36349",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769003163"
},
"departure": {
"time": "1769003236"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769003257"
},
"departure": {
"time": "1769003294"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769003323"
},
"departure": {
"time": "1769003356"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769003399"
},
"departure": {
"time": "1769003426"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769003510"
},
"departure": {
"time": "1769003575"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769003637"
},
"departure": {
"time": "1769003674"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769003701"
},
"departure": {
"time": "1769003784"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769003873"
},
"departure": {
"time": "1769003925"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769003960"
},
"departure": {
"time": "1769004008"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769004072"
},
"departure": {
"time": "1769004442"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769004631"
},
"departure": {
"time": "1769004642"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769004658"
},
"departure": {
"time": "1769004704"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769004720"
},
"departure": {
"time": "1769004766"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769004809"
},
"departure": {
"time": "1769004837"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769004906"
},
"departure": {
"time": "1769004939"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769004977"
},
"departure": {
"time": "1769005001"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769005028"
},
"departure": {
"time": "1769005059"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769005117"
},
"departure": {
"time": "1769005132"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769005153"
},
"departure": {
"time": "1769005178"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769005331"
},
"departure": {
"time": "1769005374"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769005389"
},
"departure": {
"time": "1769005431"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769005696"
},
"departure": {
"time": "1769005724"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769005760"
},
"departure": {
"time": "1769005797"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769005871"
},
"departure": {
"time": "1769005900"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769006002"
},
"departure": {
"time": "1769006017"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769006221"
},
"departure": {
"time": "1769006255"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769006297"
},
"departure": {
"time": "1769006308"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769006349"
},
"departure": {
"time": "1769006373"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769006378"
},
"departure": {
"time": "1769006394"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769006404"
},
"departure": {
"time": "1769006441"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769006483"
},
"departure": {
"time": "1769006684"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769006715"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "977-36349"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"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": "1768995880"
},
"departure": {
"time": "1768995880"
},
"stopId": "IDDOISN2",
"stopSequence": 41
},
{
"arrival": {
"time": "1768995940"
},
"departure": {
"time": "1768995940"
},
"stopId": "IDPISCI2",
"stopSequence": 42
}
],
"timestamp": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38894"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38859"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:1161-38315",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768968544"
},
"departure": {
"time": "1768968557"
},
"stopId": "VFSTBC1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768968743"
},
"departure": {
"time": "1768968749"
},
"stopId": "VFSTADE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768968785"
},
"departure": {
"time": "1768968800"
},
"stopId": "VFFOUGE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768968819"
},
"departure": {
"time": "1768968830"
},
"stopId": "VFEUROP1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768968942"
},
"departure": {
"time": "1768968979"
},
"stopId": "VFHUDSO2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768969009"
},
"departure": {
"time": "1768969051"
},
"stopId": "VFQUINC2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768969090"
},
"departure": {
"time": "1768969127"
},
"stopId": "VFFOUGH2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768969130"
},
"departure": {
"time": "1768969141"
},
"stopId": "VFESSAR2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768969156"
},
"departure": {
"time": "1768969167"
},
"stopId": "VFCHENE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768969171"
},
"departure": {
"time": "1768969206"
},
"stopId": "VFAUBEP2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768969222"
},
"departure": {
"time": "1768969232"
},
"stopId": "VFHALLE2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768969257"
},
"stopId": "VFEUROP2",
"stopSequence": 11
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38315"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"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": "1769011244",
"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": "1769011240",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "965-37616"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:974-38862",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768999503"
},
"departure": {
"time": "1768999804"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768999873"
},
"departure": {
"time": "1768999884"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768999928"
},
"departure": {
"time": "1768999951"
},
"stopId": "NVPONTA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769000010"
},
"departure": {
"time": "1769000020"
},
"stopId": "NVRUFF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769000121"
},
"departure": {
"time": "1769000137"
},
"stopId": "BJBOUSS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769000169"
},
"departure": {
"time": "1769000226"
},
"stopId": "BJMBLAN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769000249"
},
"departure": {
"time": "1769000264"
},
"stopId": "BJRIVET2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769000375"
},
"departure": {
"time": "1769000412"
},
"stopId": "BJCHAMP2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769000438"
},
"departure": {
"time": "1769000546"
},
"stopId": "BJTOUR2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769000578"
},
"departure": {
"time": "1769000607"
},
"stopId": "BJMOULI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769000617"
},
"departure": {
"time": "1769000650"
},
"stopId": "BJPROYA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769000682"
},
"departure": {
"time": "1769000716"
},
"stopId": "BJEPARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769000763"
},
"departure": {
"time": "1769000801"
},
"stopId": "BJFOLAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769000826"
},
"departure": {
"time": "1769000865"
},
"stopId": "BJPMICH1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769000925"
},
"departure": {
"time": "1769000975"
},
"stopId": "BJVAUCA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769001039"
},
"departure": {
"time": "1769001082"
},
"stopId": "BJEBARB2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769001112"
},
"departure": {
"time": "1769001123"
},
"stopId": "BJHBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769001149"
},
"departure": {
"time": "1769001170"
},
"stopId": "BJVSCOT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769001213"
},
"departure": {
"time": "1769001245"
},
"stopId": "BJSTRAU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769001277"
},
"departure": {
"time": "1769001299"
},
"stopId": "BJCHANT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769001331"
},
"departure": {
"time": "1769001342"
},
"stopId": "BJROSTA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769001357"
},
"departure": {
"time": "1769001389"
},
"stopId": "BJCHARM2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769001411"
},
"departure": {
"time": "1769001426"
},
"stopId": "BJCHFLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769001516"
},
"departure": {
"time": "1769001526"
},
"stopId": "BJZACHA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769001642"
},
"departure": {
"time": "1769001669"
},
"stopId": "IDPLOUV2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769001706"
},
"departure": {
"time": "1769001839"
},
"stopId": "IDCHASS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769001911"
},
"departure": {
"time": "1769001921"
},
"stopId": "IDSAYES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769002019"
},
"departure": {
"time": "1769002039"
},
"stopId": "IDCECOM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769002255"
},
"departure": {
"time": "1769002271"
},
"stopId": "IDADMIN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769002288"
},
"departure": {
"time": "1769002298"
},
"stopId": "IDHOTEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769002329"
},
"departure": {
"time": "1769002355"
},
"stopId": "IDTRUFF2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769002361"
},
"departure": {
"time": "1769002390"
},
"stopId": "IDHUBER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769002425"
},
"departure": {
"time": "1769002463"
},
"stopId": "IDDELOR2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769002505"
},
"departure": {
"time": "1769002515"
},
"stopId": "IDATLAN2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769002542"
},
"departure": {
"time": "1769002559"
},
"stopId": "IDDOISN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769002574"
},
"stopId": "IDPISCI2",
"stopSequence": 35
}
],
"timestamp": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "974-38862"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:1183-38703",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769006094"
},
"departure": {
"time": "1769006964"
},
"stopId": "QFMOINE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769007001"
},
"departure": {
"time": "1769007006"
},
"stopId": "QF3COMM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769007038"
},
"departure": {
"time": "1769007064"
},
"stopId": "VFCRUIZ1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769007086"
},
"departure": {
"time": "1769007096"
},
"stopId": "VFARMIE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769007111"
},
"departure": {
"time": "1769007116"
},
"stopId": "VFBOIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769007133"
},
"departure": {
"time": "1769007149"
},
"stopId": "VFBRET1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769007179"
},
"departure": {
"time": "1769007253"
},
"stopId": "VFROCHE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769007358"
},
"departure": {
"time": "1769007387"
},
"stopId": "VFBOURG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769007418"
},
"departure": {
"time": "1769007469"
},
"stopId": "VFREPUB1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769007516"
},
"departure": {
"time": "1769007549"
},
"stopId": "VFSTBC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769007579"
},
"departure": {
"time": "1769007606"
},
"stopId": "VFSECU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769007638"
},
"departure": {
"time": "1769007676"
},
"stopId": "VFAILLA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769007728"
},
"departure": {
"time": "1769007773"
},
"stopId": "VFPONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769007795"
},
"departure": {
"time": "1769007823"
},
"stopId": "VFMUISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769007929"
},
"departure": {
"time": "1769007972"
},
"stopId": "VFTECHO1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769008000"
},
"departure": {
"time": "1769008027"
},
"stopId": "VFCCIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769008047"
},
"departure": {
"time": "1769008052"
},
"stopId": "VMCOND1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769008085"
},
"departure": {
"time": "1769008090"
},
"stopId": "VMGUING1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769008222"
},
"departure": {
"time": "1769008255"
},
"stopId": "VMCHATE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769008294"
},
"departure": {
"time": "1769008305"
},
"stopId": "VMILOTS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769008332"
},
"departure": {
"time": "1769008371"
},
"stopId": "VMKIOSQ1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769008387"
},
"departure": {
"time": "1769008407"
},
"stopId": "VMGARE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769008453"
},
"departure": {
"time": "1769008465"
},
"stopId": "VMNAUTA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769008524"
},
"departure": {
"time": "1769008553"
},
"stopId": "VMBELMO1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769008658"
},
"departure": {
"time": "1769008669"
},
"stopId": "IDSEIGL1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769008727"
},
"departure": {
"time": "1769008748"
},
"stopId": "IDGERMA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769008792"
},
"departure": {
"time": "1769008839"
},
"stopId": "IDDOISN1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769008864"
},
"departure": {
"time": "1769008885"
},
"stopId": "IDATLAN1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769008928"
},
"departure": {
"time": "1769008964"
},
"stopId": "IDDELOR1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769008996"
},
"departure": {
"time": "1769009037"
},
"stopId": "IDHUBER1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769009048"
},
"departure": {
"time": "1769009059"
},
"stopId": "IDTRUFF1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769009092"
},
"departure": {
"time": "1769009121"
},
"stopId": "IDHOTEL1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769009137"
},
"departure": {
"time": "1769009153"
},
"stopId": "IDADMIN1",
"stopSequence": 32
},
{
"arrival": {
"time": "1769009266"
},
"departure": {
"time": "1769009305"
},
"stopId": "IDCECOM1",
"stopSequence": 33
},
{
"arrival": {
"time": "1769009440"
},
"departure": {
"time": "1769009490"
},
"stopId": "IDGARE1",
"stopSequence": 34
},
{
"arrival": {
"time": "1769009601"
},
"departure": {
"time": "1769009611"
},
"stopId": "IDCHAMP2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769009626"
},
"departure": {
"time": "1769009636"
},
"stopId": "IDVICAT2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769009670"
},
"departure": {
"time": "1769009681"
},
"stopId": "IDPVINC2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769009692"
},
"departure": {
"time": "1769009702"
},
"stopId": "ID3VALL2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769009722"
},
"departure": {
"time": "1769009737"
},
"stopId": "IDGALOU1",
"stopSequence": 39
},
{
"arrival": {
"time": "1769009803"
},
"stopId": "IDGBUIS1",
"stopSequence": 40
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1183-38703"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:956-38033",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768985098"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768986072"
},
"departure": {
"time": "1768986120"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768986162"
},
"departure": {
"time": "1768986186"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768986200"
},
"departure": {
"time": "1768986221"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768986226"
},
"departure": {
"time": "1768986257"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768986294"
},
"departure": {
"time": "1768986304"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768986333"
},
"departure": {
"time": "1768986367"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768986460"
},
"departure": {
"time": "1768986488"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768986603"
},
"departure": {
"time": "1768986660"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768986950"
},
"departure": {
"time": "1768986986"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768987051"
},
"departure": {
"time": "1768987077"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768987213"
},
"departure": {
"time": "1768987223"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768987265"
},
"departure": {
"time": "1768987273"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768987311"
},
"departure": {
"time": "1768987342"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768987486"
},
"departure": {
"time": "1768987497"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768987547"
},
"departure": {
"time": "1768987554"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768987626"
},
"departure": {
"time": "1768987656"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768987799"
},
"departure": {
"time": "1768987858"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768987874"
},
"departure": {
"time": "1768987904"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768987930"
},
"departure": {
"time": "1768987967"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768988028"
},
"departure": {
"time": "1768988080"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768988140"
},
"departure": {
"time": "1768988151"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768988172"
},
"departure": {
"time": "1768988208"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768988236"
},
"departure": {
"time": "1768988268"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768988300"
},
"departure": {
"time": "1768988311"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768988344"
},
"departure": {
"time": "1768988360"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768988381"
},
"departure": {
"time": "1768988428"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768988451"
},
"departure": {
"time": "1768988488"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768988536"
},
"departure": {
"time": "1768988546"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768988593"
},
"departure": {
"time": "1768988624"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768988630"
},
"departure": {
"time": "1768988646"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768988699"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "956-38033"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"id": "trip:973-36347",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768999578"
},
"departure": {
"time": "1768999681"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768999697"
},
"departure": {
"time": "1768999730"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768999746"
},
"departure": {
"time": "1768999779"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768999813"
},
"departure": {
"time": "1768999823"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768999855"
},
"departure": {
"time": "1768999881"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768999938"
},
"departure": {
"time": "1769000026"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769000054"
},
"departure": {
"time": "1769000114"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769000235"
},
"departure": {
"time": "1769000274"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769000279"
},
"departure": {
"time": "1769000330"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769000428"
},
"departure": {
"time": "1769000623"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769000772"
},
"departure": {
"time": "1769000783"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769000794"
},
"departure": {
"time": "1769000819"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769000835"
},
"departure": {
"time": "1769000878"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769000920"
},
"departure": {
"time": "1769000944"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769000993"
},
"departure": {
"time": "1769000998"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769001037"
},
"departure": {
"time": "1769001048"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769001070"
},
"departure": {
"time": "1769001099"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769001149"
},
"departure": {
"time": "1769001160"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769001176"
},
"departure": {
"time": "1769001193"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769001280"
},
"departure": {
"time": "1769001317"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769001344"
},
"departure": {
"time": "1769001355"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769001603"
},
"departure": {
"time": "1769001614"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769001647"
},
"departure": {
"time": "1769001678"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769001750"
},
"departure": {
"time": "1769001782"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769001885"
},
"departure": {
"time": "1769001924"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769002092"
},
"departure": {
"time": "1769002138"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769002164"
},
"departure": {
"time": "1769002169"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769002206"
},
"departure": {
"time": "1769002241"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769002241"
},
"departure": {
"time": "1769002261"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769002272"
},
"departure": {
"time": "1769002304"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769002381"
},
"departure": {
"time": "1769002396"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769002467"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "973-36347"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38827"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:962-36341",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768988742"
},
"departure": {
"time": "1768988784"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768988804"
},
"departure": {
"time": "1768988839"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768988855"
},
"departure": {
"time": "1768988865"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768988883"
},
"departure": {
"time": "1768988916"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768988977"
},
"departure": {
"time": "1768989019"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768989073"
},
"departure": {
"time": "1768989106"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768989133"
},
"departure": {
"time": "1768989169"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768989251"
},
"departure": {
"time": "1768989276"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768989282"
},
"departure": {
"time": "1768989320"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768989426"
},
"departure": {
"time": "1768989485"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768989662"
},
"departure": {
"time": "1768989673"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768989688"
},
"departure": {
"time": "1768989744"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768989760"
},
"departure": {
"time": "1768989770"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768989811"
},
"departure": {
"time": "1768989821"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768989868"
},
"departure": {
"time": "1768989894"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768989929"
},
"departure": {
"time": "1768989940"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768989968"
},
"departure": {
"time": "1768989979"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768990029"
},
"departure": {
"time": "1768990039"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768990061"
},
"departure": {
"time": "1768990083"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768990204"
},
"departure": {
"time": "1768990244"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768990256"
},
"departure": {
"time": "1768990323"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768990579"
},
"departure": {
"time": "1768990614"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768990646"
},
"departure": {
"time": "1768990657"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768990733"
},
"departure": {
"time": "1768990764"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768990868"
},
"departure": {
"time": "1768990880"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768991066"
},
"departure": {
"time": "1768991093"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768991136"
},
"departure": {
"time": "1768991168"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768991215"
},
"departure": {
"time": "1768991256"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768991261"
},
"departure": {
"time": "1768991277"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768991282"
},
"departure": {
"time": "1768991294"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768991335"
},
"departure": {
"time": "1768991351"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768991377"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "962-36341"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"id": "trip:956-38029",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768977935"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768978885"
},
"departure": {
"time": "1768978952"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768978993"
},
"departure": {
"time": "1768979021"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768979032"
},
"departure": {
"time": "1768979072"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768979078"
},
"departure": {
"time": "1768979133"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768979168"
},
"departure": {
"time": "1768979197"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768979230"
},
"departure": {
"time": "1768979283"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768979362"
},
"departure": {
"time": "1768979393"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768979501"
},
"departure": {
"time": "1768979559"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768979675"
},
"departure": {
"time": "1768979716"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768979799"
},
"departure": {
"time": "1768979811"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768979935"
},
"departure": {
"time": "1768979970"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768980014"
},
"departure": {
"time": "1768980025"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768980071"
},
"departure": {
"time": "1768980114"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768980221"
},
"departure": {
"time": "1768980377"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768980431"
},
"departure": {
"time": "1768980441"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768980534"
},
"departure": {
"time": "1768980595"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768980768"
},
"departure": {
"time": "1768980818"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768980854"
},
"departure": {
"time": "1768980909"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768980935"
},
"departure": {
"time": "1768980985"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768981049"
},
"departure": {
"time": "1768981086"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768981138"
},
"departure": {
"time": "1768981146"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768981173"
},
"departure": {
"time": "1768981187"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768981220"
},
"departure": {
"time": "1768981252"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768981284"
},
"departure": {
"time": "1768981297"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768981329"
},
"departure": {
"time": "1768981360"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768981376"
},
"departure": {
"time": "1768981412"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768981432"
},
"departure": {
"time": "1768981472"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768981514"
},
"departure": {
"time": "1768981553"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768981601"
},
"departure": {
"time": "1768981608"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768981615"
},
"departure": {
"time": "1768981633"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768981680"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "956-38029"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"id": "trip:1175-38347",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769009239"
},
"departure": {
"time": "1769009258"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769009268"
},
"departure": {
"time": "1769009299"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769009385"
},
"departure": {
"time": "1769009435"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769009453"
},
"departure": {
"time": "1769009486"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769009529"
},
"departure": {
"time": "1769009539"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769009623"
},
"departure": {
"time": "1769009661"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769009683"
},
"departure": {
"time": "1769009716"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1769009733"
},
"departure": {
"time": "1769009765"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769009793"
},
"departure": {
"time": "1769009839"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769009859"
},
"departure": {
"time": "1769009895"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769009920"
},
"departure": {
"time": "1769009956"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769009979"
},
"departure": {
"time": "1769009989"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769010059"
},
"departure": {
"time": "1769010098"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769010114"
},
"departure": {
"time": "1769010146"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769010180"
},
"departure": {
"time": "1769010215"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769010259"
},
"departure": {
"time": "1769010269"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769010303"
},
"departure": {
"time": "1769010349"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769010423"
},
"departure": {
"time": "1769010478"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769010556"
},
"departure": {
"time": "1769010611"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769010726"
},
"departure": {
"time": "1769010744"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769010817"
},
"departure": {
"time": "1769010844"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769010902"
},
"departure": {
"time": "1769010984"
},
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769011310"
},
"departure": {
"time": "1769011310"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769011370"
},
"departure": {
"time": "1769011370"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769011430"
},
"departure": {
"time": "1769011430"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769011550"
},
"departure": {
"time": "1769011550"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769011610"
},
"departure": {
"time": "1769011610"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769011610"
},
"departure": {
"time": "1769011610"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769011670"
},
"departure": {
"time": "1769011670"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769011670"
},
"departure": {
"time": "1769011670"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769011730"
},
"departure": {
"time": "1769011730"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769011790"
},
"departure": {
"time": "1769011790"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769011850"
},
"departure": {
"time": "1769011850"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1175-38347"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"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": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38828"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:4_2_17",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769006918"
},
"departure": {
"time": "1769007155"
},
"stopId": "BJGARE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769007454"
},
"departure": {
"time": "1769007507"
},
"stopId": "BJLIBE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769007562"
},
"departure": {
"time": "1769007593"
},
"stopId": "BJHUGO1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769007621"
},
"departure": {
"time": "1769007650"
},
"stopId": "BJMLECL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769007675"
},
"departure": {
"time": "1769007725"
},
"stopId": "BJMARS2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769007748"
},
"departure": {
"time": "1769007759"
},
"stopId": "BJTEMPL2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769007785"
},
"departure": {
"time": "1769007820"
},
"stopId": "BJHOTEL2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769007843"
},
"departure": {
"time": "1769007878"
},
"stopId": "BJLIBER2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769007889"
},
"departure": {
"time": "1769007901"
},
"stopId": "BJPTJAL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769007960"
},
"departure": {
"time": "1769007998"
},
"stopId": "BJPASTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769008044"
},
"departure": {
"time": "1769008087"
},
"stopId": "BJEBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769008162"
},
"departure": {
"time": "1769008199"
},
"stopId": "BJVAUCA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769008237"
},
"departure": {
"time": "1769008290"
},
"stopId": "BJLYCEE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769008301"
},
"departure": {
"time": "1769008484"
},
"stopId": "BJPOSTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769008552"
},
"stopId": "BJGARE1",
"stopSequence": 14
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_2_17"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:970-37626",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769005124"
},
"departure": {
"time": "1769005162"
},
"stopId": "BJMAUBE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769005283"
},
"departure": {
"time": "1769005311"
},
"stopId": "MBHLM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769005338"
},
"departure": {
"time": "1769005344"
},
"stopId": "BJCHARG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769005847"
},
"departure": {
"time": "1769005895"
},
"stopId": "BJPOSTE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769005907"
},
"departure": {
"time": "1769005925"
},
"stopId": "BJLYCEE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769006012"
},
"departure": {
"time": "1769006038"
},
"stopId": "BJPMICH2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769006069"
},
"departure": {
"time": "1769006106"
},
"stopId": "BJFOLAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769006135"
},
"departure": {
"time": "1769006140"
},
"stopId": "BJEPARG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769006191"
},
"departure": {
"time": "1769006202"
},
"stopId": "BJPISCI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769006214"
},
"departure": {
"time": "1769006240"
},
"stopId": "BJCOPRE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769006293"
},
"departure": {
"time": "1769006303"
},
"stopId": "BJPREBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769006367"
},
"departure": {
"time": "1769006379"
},
"stopId": "BJMARS2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769006464"
},
"departure": {
"time": "1769006475"
},
"stopId": "BJTONKI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769006540"
},
"departure": {
"time": "1769006545"
},
"stopId": "BJBELRI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769006565"
},
"departure": {
"time": "1769006594"
},
"stopId": "BJPMONT2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769006620"
},
"departure": {
"time": "1769006630"
},
"stopId": "BJCHPAG2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769006641"
},
"departure": {
"time": "1769006651"
},
"stopId": "BJLOUP1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769006673"
},
"departure": {
"time": "1769006684"
},
"stopId": "BJALBIZ2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769006689"
},
"departure": {
"time": "1769006695"
},
"stopId": "BJBERNA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769006800"
},
"departure": {
"time": "1769006805"
},
"stopId": "SSMOLLA2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769006918"
},
"departure": {
"time": "1769006928"
},
"stopId": "SSDEMPT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769006912"
},
"departure": {
"time": "1769006866"
},
"stopId": "SSDEMPT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769007118"
},
"departure": {
"time": "1769007128"
},
"stopId": "SSTRUIT2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769007194"
},
"departure": {
"time": "1769007215"
},
"stopId": "SSEGLIS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769007320"
},
"departure": {
"time": "1769007343"
},
"stopId": "SSPRECH2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769007406"
},
"departure": {
"time": "1769007429"
},
"stopId": "SSZONEA2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769007517"
},
"departure": {
"time": "1769007523"
},
"stopId": "SSSMART2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769007571"
},
"stopId": "SSFLOS2",
"stopSequence": 27
}
],
"timestamp": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37626"
},
"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": "1768990370"
},
"departure": {
"time": "1768990370"
},
"stopId": "BJGARE1",
"stopSequence": 14
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_0_7"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:1161-38335",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768986580"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768987790"
},
"departure": {
"time": "1768987790"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768987850"
},
"departure": {
"time": "1768987850"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768987910"
},
"departure": {
"time": "1768987910"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768987970"
},
"departure": {
"time": "1768987970"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768988030"
},
"departure": {
"time": "1768988030"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768988090"
},
"departure": {
"time": "1768988090"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1768988150"
},
"departure": {
"time": "1768988150"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768988210"
},
"departure": {
"time": "1768988210"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768988210"
},
"departure": {
"time": "1768988210"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768988270"
},
"departure": {
"time": "1768988270"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768988330"
},
"departure": {
"time": "1768988330"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768988330"
},
"departure": {
"time": "1768988330"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768988390"
},
"departure": {
"time": "1768988390"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768988450"
},
"departure": {
"time": "1768988450"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768988570"
},
"departure": {
"time": "1768988570"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768988630"
},
"departure": {
"time": "1768988630"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768988750"
},
"departure": {
"time": "1768988750"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768989050"
},
"departure": {
"time": "1768989050"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768989230"
},
"departure": {
"time": "1768989230"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768989290"
},
"departure": {
"time": "1768989290"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768989410"
},
"departure": {
"time": "1768989410"
},
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768989650"
},
"departure": {
"time": "1768989650"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768989710"
},
"departure": {
"time": "1768989710"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768989770"
},
"departure": {
"time": "1768989770"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768989890"
},
"departure": {
"time": "1768989890"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768989950"
},
"departure": {
"time": "1768989950"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768989950"
},
"departure": {
"time": "1768989950"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768990010"
},
"departure": {
"time": "1768990010"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768990010"
},
"departure": {
"time": "1768990010"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768990070"
},
"departure": {
"time": "1768990070"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768990130"
},
"departure": {
"time": "1768990130"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768990190"
},
"departure": {
"time": "1768990190"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38335"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"id": "trip:962-36246",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768978045"
},
"departure": {
"time": "1768978097"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768978130"
},
"departure": {
"time": "1768978172"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768978215"
},
"departure": {
"time": "1768978240"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768978251"
},
"departure": {
"time": "1768978265"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768978270"
},
"departure": {
"time": "1768978298"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768978332"
},
"departure": {
"time": "1768978358"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768978391"
},
"departure": {
"time": "1768978427"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768978541"
},
"departure": {
"time": "1768978553"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768978741"
},
"departure": {
"time": "1768978751"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768978808"
},
"departure": {
"time": "1768978837"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768978872"
},
"departure": {
"time": "1768978905"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768979140"
},
"departure": {
"time": "1768979172"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768979192"
},
"departure": {
"time": "1768979232"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768979350"
},
"departure": {
"time": "1768979368"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768979387"
},
"departure": {
"time": "1768979413"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768979459"
},
"departure": {
"time": "1768979486"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768979517"
},
"departure": {
"time": "1768979527"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768979567"
},
"departure": {
"time": "1768979591"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768979624"
},
"departure": {
"time": "1768979672"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768979718"
},
"departure": {
"time": "1768979725"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768979765"
},
"departure": {
"time": "1768979789"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768980214"
},
"departure": {
"time": "1768980219"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768980037"
},
"departure": {
"time": "1768980078"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768980271"
},
"departure": {
"time": "1768980298"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768980324"
},
"departure": {
"time": "1768980349"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768980402"
},
"departure": {
"time": "1768980420"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768980442"
},
"departure": {
"time": "1768980455"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768980508"
},
"departure": {
"time": "1768980515"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768980549"
},
"departure": {
"time": "1768980589"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768980601"
},
"departure": {
"time": "1768980615"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768980625"
},
"departure": {
"time": "1768980637"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768980667"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "962-36246"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"id": "trip:979-38072",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769003325"
},
"departure": {
"time": "1769003399"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769003448"
},
"departure": {
"time": "1769003484"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769003499"
},
"departure": {
"time": "1769003509"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769003558"
},
"departure": {
"time": "1769003691"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769003741"
},
"departure": {
"time": "1769003768"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769003801"
},
"departure": {
"time": "1769003831"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769003841"
},
"departure": {
"time": "1769003858"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769003889"
},
"departure": {
"time": "1769003899"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769003937"
},
"departure": {
"time": "1769003968"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769004000"
},
"departure": {
"time": "1769004030"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769004056"
},
"departure": {
"time": "1769004067"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769004100"
},
"departure": {
"time": "1769004178"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769004243"
},
"departure": {
"time": "1769004296"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769004368"
},
"departure": {
"time": "1769004424"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769004435"
},
"departure": {
"time": "1769004499"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769004624"
},
"departure": {
"time": "1769004650"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769004774"
},
"departure": {
"time": "1769004824"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769004889"
},
"departure": {
"time": "1769004915"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769005004"
},
"departure": {
"time": "1769005035"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769005066"
},
"departure": {
"time": "1769005072"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769005099"
},
"departure": {
"time": "1769005128"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769005225"
},
"departure": {
"time": "1769005251"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769005299"
},
"departure": {
"time": "1769005334"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769005404"
},
"departure": {
"time": "1769005416"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769005563"
},
"departure": {
"time": "1769005606"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769005718"
},
"departure": {
"time": "1769005760"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769005835"
},
"departure": {
"time": "1769005864"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769005896"
},
"departure": {
"time": "1769005901"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769005940"
},
"departure": {
"time": "1769005971"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769005971"
},
"departure": {
"time": "1769005992"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769006003"
},
"departure": {
"time": "1769006014"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769006045"
},
"departure": {
"time": "1769006072"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769006098"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "979-38072"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"id": "trip:977-36262",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769006847"
},
"departure": {
"time": "1769006884"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769006915"
},
"departure": {
"time": "1769007220"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769007269"
},
"departure": {
"time": "1769007303"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769007313"
},
"departure": {
"time": "1769007355"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769007361"
},
"departure": {
"time": "1769007384"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769007422"
},
"departure": {
"time": "1769007448"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769007486"
},
"departure": {
"time": "1769007517"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769007610"
},
"departure": {
"time": "1769007621"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769007847"
},
"departure": {
"time": "1769007880"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769007945"
},
"departure": {
"time": "1769007980"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769008011"
},
"departure": {
"time": "1769008023"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769008267"
},
"departure": {
"time": "1769008297"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769008333"
},
"departure": {
"time": "1769008415"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769008721"
},
"departure": {
"time": "1769008749"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769008766"
},
"departure": {
"time": "1769008815"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769008880"
},
"departure": {
"time": "1769008911"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769008944"
},
"departure": {
"time": "1769008955"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769008994"
},
"departure": {
"time": "1769009085"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769009168"
},
"departure": {
"time": "1769009198"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769009234"
},
"departure": {
"time": "1769009272"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769009300"
},
"departure": {
"time": "1769009335"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769009345"
},
"departure": {
"time": "1769009383"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769009579"
},
"departure": {
"time": "1769009630"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769009790"
},
"departure": {
"time": "1769009860"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769009905"
},
"departure": {
"time": "1769009975"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769010091"
},
"departure": {
"time": "1769010123"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769010149"
},
"departure": {
"time": "1769010184"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769010246"
},
"departure": {
"time": "1769010252"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769010310"
},
"departure": {
"time": "1769010321"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769010342"
},
"departure": {
"time": "1769010374"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769010401"
},
"departure": {
"time": "1769010411"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769010432"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "977-36262"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38831"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"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": "1768980050"
},
"stopId": "BJCOPRE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768982719"
},
"departure": {
"time": "1768980050"
},
"stopId": "BJPISCI2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768982678"
},
"departure": {
"time": "1768980110"
},
"stopId": "BJEPARG2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768982637"
},
"departure": {
"time": "1768980170"
},
"stopId": "BJFOLAT1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768982559"
},
"departure": {
"time": "1768980290"
},
"stopId": "BJPMICH1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768982498"
},
"departure": {
"time": "1768980410"
},
"stopId": "BJLYCEE1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768982411"
},
"departure": {
"time": "1768980470"
},
"stopId": "BJPOSTE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768980628"
},
"departure": {
"time": "1768980770"
},
"stopId": "BJJARDI2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768981070"
},
"departure": {
"time": "1768981070"
},
"stopId": "BJPLANB1",
"stopSequence": 29
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "965-37606"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:1177-38741",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769010267"
},
"departure": {
"time": "1769010322"
},
"stopId": "QFMOINE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769010361"
},
"departure": {
"time": "1769010513"
},
"stopId": "QF3COMM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769010575"
},
"departure": {
"time": "1769010601"
},
"stopId": "VFCRUIZ1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769010636"
},
"departure": {
"time": "1769010641"
},
"stopId": "VFARMIE1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769010653"
},
"departure": {
"time": "1769010663"
},
"stopId": "VFBOIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769010685"
},
"departure": {
"time": "1769010716"
},
"stopId": "VFBRET1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769010748"
},
"departure": {
"time": "1769010819"
},
"stopId": "VFROCHE1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769010885"
},
"departure": {
"time": "1769010921"
},
"stopId": "VFBOURG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769010948"
},
"departure": {
"time": "1769010997"
},
"stopId": "VFREPUB1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769011036"
},
"departure": {
"time": "1769011075"
},
"stopId": "VFSTBC1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769011132"
},
"departure": {
"time": "1769011170"
},
"stopId": "VFSECU1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769011186"
},
"departure": {
"time": "1769011207"
},
"stopId": "VFAILLA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769011239"
},
"stopId": "VFPONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769011310"
},
"departure": {
"time": "1769011310"
},
"stopId": "VFMUISS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769011430"
},
"departure": {
"time": "1769011430"
},
"stopId": "VFTECHO1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769011430"
},
"departure": {
"time": "1769011430"
},
"stopId": "VFCCIN1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769011490"
},
"departure": {
"time": "1769011490"
},
"stopId": "VMCOND1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769011490"
},
"departure": {
"time": "1769011490"
},
"stopId": "VMGUING1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769011670"
},
"departure": {
"time": "1769011670"
},
"stopId": "VMCHATE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769011730"
},
"departure": {
"time": "1769011730"
},
"stopId": "VMILOTS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769011730"
},
"departure": {
"time": "1769011730"
},
"stopId": "VMKIOSQ1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769011790"
},
"departure": {
"time": "1769011790"
},
"stopId": "VMGARE2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769011850"
},
"departure": {
"time": "1769011850"
},
"stopId": "VMNAUTA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769011970"
},
"departure": {
"time": "1769011970"
},
"stopId": "VMBELMO1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769012090"
},
"departure": {
"time": "1769012090"
},
"stopId": "IDSEIGL1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769012210"
},
"departure": {
"time": "1769012210"
},
"stopId": "IDGERMA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769012270"
},
"departure": {
"time": "1769012270"
},
"stopId": "IDDOISN1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769012270"
},
"departure": {
"time": "1769012270"
},
"stopId": "IDATLAN1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769012390"
},
"departure": {
"time": "1769012390"
},
"stopId": "IDDELOR1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769012510"
},
"departure": {
"time": "1769012510"
},
"stopId": "IDHUBER1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769012570"
},
"departure": {
"time": "1769012570"
},
"stopId": "IDTRUFF1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769012630"
},
"departure": {
"time": "1769012630"
},
"stopId": "IDHOTEL1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769012690"
},
"departure": {
"time": "1769012690"
},
"stopId": "IDADMIN1",
"stopSequence": 32
},
{
"arrival": {
"time": "1769012930"
},
"departure": {
"time": "1769012930"
},
"stopId": "IDCECOM1",
"stopSequence": 33
},
{
"arrival": {
"time": "1769013170"
},
"departure": {
"time": "1769013170"
},
"stopId": "IDGARE1",
"stopSequence": 34
},
{
"arrival": {
"time": "1769013350"
},
"departure": {
"time": "1769013350"
},
"stopId": "IDCHAMP2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769013350"
},
"departure": {
"time": "1769013350"
},
"stopId": "IDVICAT2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769013470"
},
"departure": {
"time": "1769013470"
},
"stopId": "IDPVINC2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769013470"
},
"departure": {
"time": "1769013470"
},
"stopId": "ID3VALL2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769013530"
},
"departure": {
"time": "1769013530"
},
"stopId": "IDGALOU1",
"stopSequence": 39
},
{
"arrival": {
"time": "1769013650"
},
"departure": {
"time": "1769013650"
},
"stopId": "IDGBUIS1",
"stopSequence": 40
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1177-38741"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e0ce",
"label": "1338",
"licensePlate": "HE-068-TT"
}
}
},
{
"id": "trip:1165-38356",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768972018"
},
"departure": {
"time": "1768972051"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768972100"
},
"departure": {
"time": "1768972123"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768972168"
},
"departure": {
"time": "1768972182"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768972409"
},
"departure": {
"time": "1768972447"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768972572"
},
"departure": {
"time": "1768972611"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768972650"
},
"departure": {
"time": "1768972660"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768972739"
},
"departure": {
"time": "1768972789"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768972945"
},
"departure": {
"time": "1768972978"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768973033"
},
"departure": {
"time": "1768973063"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768973105"
},
"departure": {
"time": "1768973118"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768973159"
},
"departure": {
"time": "1768973177"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768973230"
},
"departure": {
"time": "1768973243"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768973288"
},
"departure": {
"time": "1768973311"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768973352"
},
"departure": {
"time": "1768973365"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768973385"
},
"departure": {
"time": "1768973419"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768973448"
},
"departure": {
"time": "1768973459"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768973482"
},
"departure": {
"time": "1768973487"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768973506"
},
"departure": {
"time": "1768973521"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768973559"
},
"departure": {
"time": "1768973602"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768973641"
},
"departure": {
"time": "1768973672"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768973727"
},
"departure": {
"time": "1768973760"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768973805"
},
"departure": {
"time": "1768973817"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768973850"
},
"departure": {
"time": "1768973873"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768973894"
},
"departure": {
"time": "1768973912"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768973947"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38356"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"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": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38845"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:956-38037",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768992579"
},
"departure": {
"time": "1768993516"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768993559"
},
"departure": {
"time": "1768993628"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768993682"
},
"departure": {
"time": "1768993712"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768993723"
},
"departure": {
"time": "1768993762"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768993767"
},
"departure": {
"time": "1768993800"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768993832"
},
"departure": {
"time": "1768993843"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768993904"
},
"departure": {
"time": "1768993950"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768994034"
},
"departure": {
"time": "1768994079"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768994190"
},
"departure": {
"time": "1768994251"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768994519"
},
"departure": {
"time": "1768994552"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768994621"
},
"departure": {
"time": "1768994656"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768994757"
},
"departure": {
"time": "1768994781"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768994817"
},
"departure": {
"time": "1768994823"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768994878"
},
"departure": {
"time": "1768994890"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768995028"
},
"departure": {
"time": "1768995044"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768995094"
},
"departure": {
"time": "1768995104"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768995196"
},
"departure": {
"time": "1768995237"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768995389"
},
"departure": {
"time": "1768995437"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768995466"
},
"departure": {
"time": "1768995495"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768995551"
},
"departure": {
"time": "1768995628"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768995691"
},
"departure": {
"time": "1768995741"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768995815"
},
"departure": {
"time": "1768995825"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768995851"
},
"departure": {
"time": "1768995888"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768995921"
},
"departure": {
"time": "1768995956"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768995986"
},
"departure": {
"time": "1768996021"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768996053"
},
"departure": {
"time": "1768996069"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768996085"
},
"departure": {
"time": "1768996122"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768996145"
},
"departure": {
"time": "1768996161"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768996209"
},
"departure": {
"time": "1768996224"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768996270"
},
"departure": {
"time": "1768996299"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768996309"
},
"departure": {
"time": "1768996329"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768996371"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "956-38037"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"id": "trip:976-38071",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769001733"
},
"departure": {
"time": "1769001786"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769001849"
},
"departure": {
"time": "1769001877"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769001894"
},
"departure": {
"time": "1769001923"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769001970"
},
"departure": {
"time": "1769002001"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769002053"
},
"departure": {
"time": "1769002087"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769002115"
},
"departure": {
"time": "1769002160"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769002177"
},
"departure": {
"time": "1769002225"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769002252"
},
"departure": {
"time": "1769002281"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769002312"
},
"departure": {
"time": "1769002346"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769002381"
},
"departure": {
"time": "1769002419"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769002441"
},
"departure": {
"time": "1769002472"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769002494"
},
"departure": {
"time": "1769002532"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769002593"
},
"departure": {
"time": "1769002633"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769002688"
},
"departure": {
"time": "1769002726"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769002747"
},
"departure": {
"time": "1769002856"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769002996"
},
"departure": {
"time": "1769003331"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769003476"
},
"departure": {
"time": "1769003507"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769003562"
},
"departure": {
"time": "1769003593"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769003705"
},
"departure": {
"time": "1769003730"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769003762"
},
"departure": {
"time": "1769003789"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769003816"
},
"departure": {
"time": "1769003849"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769003954"
},
"departure": {
"time": "1769003965"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769004019"
},
"departure": {
"time": "1769004068"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769004163"
},
"departure": {
"time": "1769004174"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769004264"
},
"departure": {
"time": "1769004304"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769004407"
},
"departure": {
"time": "1769004431"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769004505"
},
"departure": {
"time": "1769004540"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769004573"
},
"departure": {
"time": "1769004579"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769004618"
},
"departure": {
"time": "1769004642"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769004648"
},
"departure": {
"time": "1769004670"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769004681"
},
"departure": {
"time": "1769004704"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769004742"
},
"departure": {
"time": "1769004758"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769004787"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "976-38071"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "trip:4_3_16",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "BJGARE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769006077"
},
"departure": {
"time": "1769006094"
},
"stopId": "BJLIBE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769006161"
},
"departure": {
"time": "1769006172"
},
"stopId": "BJHUGO1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769006201"
},
"departure": {
"time": "1769006223"
},
"stopId": "BJMLECL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769006241"
},
"departure": {
"time": "1769006259"
},
"stopId": "BJMARS2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769006285"
},
"departure": {
"time": "1769006301"
},
"stopId": "BJTEMPL2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769006323"
},
"departure": {
"time": "1769006343"
},
"stopId": "BJHOTEL2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769006364"
},
"departure": {
"time": "1769006375"
},
"stopId": "BJLIBER2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769006391"
},
"departure": {
"time": "1769006401"
},
"stopId": "BJPTJAL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769006452"
},
"departure": {
"time": "1769006473"
},
"stopId": "BJPASTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769006531"
},
"departure": {
"time": "1769006621"
},
"stopId": "BJEBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769006683"
},
"departure": {
"time": "1769006745"
},
"stopId": "BJVAUCA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769006768"
},
"departure": {
"time": "1769006789"
},
"stopId": "BJLYCEE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769006801"
},
"departure": {
"time": "1769006875"
},
"stopId": "BJPOSTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769006912"
},
"stopId": "BJGARE1",
"stopSequence": 14
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_3_16"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:1175-38375",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769006243"
},
"departure": {
"time": "1769006371"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769006403"
},
"departure": {
"time": "1769006492"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769006536"
},
"departure": {
"time": "1769006559"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769006738"
},
"departure": {
"time": "1769006743"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769006803"
},
"departure": {
"time": "1769006875"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769006901"
},
"departure": {
"time": "1769006906"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769006956"
},
"departure": {
"time": "1769006990"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769007057"
},
"departure": {
"time": "1769007184"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769007238"
},
"departure": {
"time": "1769007250"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769007293"
},
"departure": {
"time": "1769007380"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769007421"
},
"departure": {
"time": "1769007432"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769007471"
},
"departure": {
"time": "1769007476"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769007520"
},
"departure": {
"time": "1769007549"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769007566"
},
"departure": {
"time": "1769007609"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769007633"
},
"departure": {
"time": "1769007638"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769007671"
},
"departure": {
"time": "1769007676"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769007697"
},
"departure": {
"time": "1769007703"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769007719"
},
"departure": {
"time": "1769007729"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769007753"
},
"departure": {
"time": "1769007771"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769007875"
},
"departure": {
"time": "1769007881"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769007912"
},
"departure": {
"time": "1769007944"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769007976"
},
"departure": {
"time": "1769007993"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769008020"
},
"departure": {
"time": "1769008047"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769008075"
},
"departure": {
"time": "1769008086"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769008109"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1175-38375"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"id": "trip:956-38068",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768996401"
},
"departure": {
"time": "1768996448"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768996503"
},
"departure": {
"time": "1768996515"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768996532"
},
"departure": {
"time": "1768996591"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768996642"
},
"departure": {
"time": "1768996717"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768996771"
},
"departure": {
"time": "1768996793"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768996820"
},
"departure": {
"time": "1768996854"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768996870"
},
"departure": {
"time": "1768996905"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768996931"
},
"departure": {
"time": "1768996958"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768996996"
},
"departure": {
"time": "1768997013"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768997046"
},
"departure": {
"time": "1768997083"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768997110"
},
"departure": {
"time": "1768997139"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768997170"
},
"departure": {
"time": "1768997215"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768997270"
},
"departure": {
"time": "1768997341"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768997374"
},
"departure": {
"time": "1768997449"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768997471"
},
"departure": {
"time": "1768997559"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768997641"
},
"departure": {
"time": "1768997686"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768997802"
},
"departure": {
"time": "1768997834"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768997883"
},
"departure": {
"time": "1768997907"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768998008"
},
"departure": {
"time": "1768998019"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768998058"
},
"departure": {
"time": "1768998090"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768998121"
},
"departure": {
"time": "1768998153"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768998284"
},
"departure": {
"time": "1768998316"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768998376"
},
"departure": {
"time": "1768998450"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768998529"
},
"departure": {
"time": "1768998551"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768998652"
},
"departure": {
"time": "1768998706"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768998805"
},
"departure": {
"time": "1768998857"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768998941"
},
"departure": {
"time": "1768998968"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768999013"
},
"departure": {
"time": "1768999071"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768999118"
},
"departure": {
"time": "1768999128"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768999128"
},
"departure": {
"time": "1768999148"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768999158"
},
"departure": {
"time": "1768999186"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768999219"
},
"departure": {
"time": "1768999234"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768999261"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "956-38068"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-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": "1769011228",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_2_4"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e657",
"label": "1526",
"licensePlate": "FB-994-BM"
}
}
},
{
"id": "trip:956-38056",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768974365"
},
"departure": {
"time": "1768974643"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768974701"
},
"departure": {
"time": "1768974720"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768974734"
},
"departure": {
"time": "1768974765"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768974816"
},
"departure": {
"time": "1768974855"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768974905"
},
"departure": {
"time": "1768974951"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768974984"
},
"departure": {
"time": "1768975019"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768975041"
},
"departure": {
"time": "1768975053"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768975086"
},
"departure": {
"time": "1768975116"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768975154"
},
"departure": {
"time": "1768975168"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768975195"
},
"departure": {
"time": "1768975243"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768975274"
},
"departure": {
"time": "1768975285"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768975314"
},
"departure": {
"time": "1768975343"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768975409"
},
"departure": {
"time": "1768975449"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768975487"
},
"departure": {
"time": "1768975522"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768975534"
},
"departure": {
"time": "1768975608"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768975689"
},
"departure": {
"time": "1768975961"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768976148"
},
"departure": {
"time": "1768976154"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768976209"
},
"departure": {
"time": "1768976219"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768976312"
},
"departure": {
"time": "1768976347"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768976383"
},
"departure": {
"time": "1768976395"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768976421"
},
"departure": {
"time": "1768976437"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768976566"
},
"departure": {
"time": "1768976597"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768977007"
},
"departure": {
"time": "1768977044"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768977081"
},
"departure": {
"time": "1768977092"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768977211"
},
"departure": {
"time": "1768977273"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768977407"
},
"departure": {
"time": "1768977439"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768977522"
},
"departure": {
"time": "1768977538"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768977571"
},
"departure": {
"time": "1768977578"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768977632"
},
"departure": {
"time": "1768977645"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768977651"
},
"departure": {
"time": "1768977685"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768977696"
},
"departure": {
"time": "1768977708"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768977755"
},
"departure": {
"time": "1768977802"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768977828"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "956-38056"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"id": "trip:1165-38331",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768980095"
},
"departure": {
"time": "1768980107"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768980121"
},
"departure": {
"time": "1768980139"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768980192"
},
"departure": {
"time": "1768980222"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768980244"
},
"departure": {
"time": "1768980262"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768980309"
},
"departure": {
"time": "1768980362"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768980485"
},
"departure": {
"time": "1768980497"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768980519"
},
"departure": {
"time": "1768980585"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1768980602"
},
"departure": {
"time": "1768980610"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768980661"
},
"departure": {
"time": "1768980670"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768980693"
},
"departure": {
"time": "1768980696"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768980721"
},
"departure": {
"time": "1768980727"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768980751"
},
"departure": {
"time": "1768980776"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768980856"
},
"departure": {
"time": "1768980888"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768980902"
},
"departure": {
"time": "1768980911"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768980953"
},
"departure": {
"time": "1768980981"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768981035"
},
"departure": {
"time": "1768981044"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768981107"
},
"departure": {
"time": "1768981143"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768981230"
},
"departure": {
"time": "1768981269"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768981353"
},
"departure": {
"time": "1768981401"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768981505"
},
"departure": {
"time": "1768981537"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768981564"
},
"departure": {
"time": "1768981596"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768981654"
},
"departure": {
"time": "1768981676"
},
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768981904"
},
"departure": {
"time": "1768981913"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768981951"
},
"departure": {
"time": "1768981985"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768982007"
},
"departure": {
"time": "1768982047"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768982175"
},
"departure": {
"time": "1768982230"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768982268"
},
"departure": {
"time": "1768982296"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768982340"
},
"departure": {
"time": "1768982370"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768982378"
},
"departure": {
"time": "1768982430"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768982446"
},
"departure": {
"time": "1768982458"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768982463"
},
"departure": {
"time": "1768982476"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768982492"
},
"departure": {
"time": "1768982504"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768982527"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38331"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:1165-38334",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768985766"
},
"departure": {
"time": "1768985780"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768985791"
},
"departure": {
"time": "1768985830"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768985889"
},
"departure": {
"time": "1768985905"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768985937"
},
"departure": {
"time": "1768985976"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768986019"
},
"departure": {
"time": "1768986069"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768986180"
},
"departure": {
"time": "1768986196"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768986215"
},
"departure": {
"time": "1768986222"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1768986240"
},
"departure": {
"time": "1768986260"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768986293"
},
"departure": {
"time": "1768986305"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768986325"
},
"departure": {
"time": "1768986330"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768986356"
},
"departure": {
"time": "1768986364"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768986388"
},
"departure": {
"time": "1768986407"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768986487"
},
"departure": {
"time": "1768986518"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768986531"
},
"departure": {
"time": "1768986543"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768986591"
},
"departure": {
"time": "1768986621"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768986682"
},
"departure": {
"time": "1768986714"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768986780"
},
"departure": {
"time": "1768986823"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768986920"
},
"departure": {
"time": "1768986965"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768987049"
},
"departure": {
"time": "1768987150"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768987225"
},
"departure": {
"time": "1768987235"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768987269"
},
"departure": {
"time": "1768987407"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768987479"
},
"departure": {
"time": "1768987527"
},
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768987751"
},
"departure": {
"time": "1768987761"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768987803"
},
"departure": {
"time": "1768987819"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768987839"
},
"departure": {
"time": "1768987898"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768988025"
},
"departure": {
"time": "1768988098"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768988134"
},
"departure": {
"time": "1768988172"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768988217"
},
"departure": {
"time": "1768988253"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768988258"
},
"departure": {
"time": "1768988297"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768988313"
},
"departure": {
"time": "1768988323"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768988329"
},
"departure": {
"time": "1768988363"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768988379"
},
"departure": {
"time": "1768988401"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768988428"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38334"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:1161-38363",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768984653"
},
"departure": {
"time": "1768984772"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768984807"
},
"departure": {
"time": "1768984863"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768984900"
},
"departure": {
"time": "1768984911"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768985123"
},
"departure": {
"time": "1768985157"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768985225"
},
"departure": {
"time": "1768985267"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768985316"
},
"departure": {
"time": "1768985352"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768985409"
},
"departure": {
"time": "1768985450"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768985526"
},
"departure": {
"time": "1768985608"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768985658"
},
"departure": {
"time": "1768985687"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768985729"
},
"departure": {
"time": "1768985783"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768985822"
},
"departure": {
"time": "1768985839"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768985882"
},
"departure": {
"time": "1768985912"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768985955"
},
"departure": {
"time": "1768985986"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768986005"
},
"departure": {
"time": "1768986036"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768986060"
},
"departure": {
"time": "1768986074"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768986099"
},
"departure": {
"time": "1768986112"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768986136"
},
"departure": {
"time": "1768986166"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768986185"
},
"departure": {
"time": "1768986193"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768986237"
},
"departure": {
"time": "1768986258"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768986320"
},
"departure": {
"time": "1768986328"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768986381"
},
"departure": {
"time": "1768986402"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768986438"
},
"departure": {
"time": "1768986470"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768986505"
},
"departure": {
"time": "1768986518"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768986536"
},
"departure": {
"time": "1768986554"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768986576"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38363"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"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": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38843"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:977-36258",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768999608"
},
"departure": {
"time": "1768999649"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768999685"
},
"departure": {
"time": "1768999717"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768999759"
},
"departure": {
"time": "1768999802"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768999812"
},
"departure": {
"time": "1768999849"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768999854"
},
"departure": {
"time": "1768999895"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768999928"
},
"departure": {
"time": "1768999938"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768999970"
},
"departure": {
"time": "1769000020"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769000113"
},
"departure": {
"time": "1769000123"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769000366"
},
"departure": {
"time": "1769000400"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769000458"
},
"departure": {
"time": "1769000505"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769000537"
},
"departure": {
"time": "1769000564"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769000763"
},
"departure": {
"time": "1769000773"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769000814"
},
"departure": {
"time": "1769000852"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769000991"
},
"departure": {
"time": "1769001030"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769001058"
},
"departure": {
"time": "1769001074"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769001131"
},
"departure": {
"time": "1769001164"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769001200"
},
"departure": {
"time": "1769001206"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769001249"
},
"departure": {
"time": "1769001287"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769001332"
},
"departure": {
"time": "1769001359"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769001402"
},
"departure": {
"time": "1769001408"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769001440"
},
"departure": {
"time": "1769001476"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769001492"
},
"departure": {
"time": "1769001529"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769001671"
},
"departure": {
"time": "1769002047"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769002187"
},
"departure": {
"time": "1769002279"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769002307"
},
"departure": {
"time": "1769002349"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769002455"
},
"departure": {
"time": "1769002502"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769002537"
},
"departure": {
"time": "1769002568"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769002612"
},
"departure": {
"time": "1769002623"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769002661"
},
"departure": {
"time": "1769002671"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769002682"
},
"departure": {
"time": "1769002699"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769002716"
},
"departure": {
"time": "1769002744"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769002764"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "977-36258"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"id": "trip:1161-38326",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768971383"
},
"departure": {
"time": "1768971390"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768971408"
},
"departure": {
"time": "1768971427"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768971473"
},
"departure": {
"time": "1768971509"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768971532"
},
"departure": {
"time": "1768971548"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768971586"
},
"departure": {
"time": "1768971619"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768971729"
},
"departure": {
"time": "1768971741"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768971762"
},
"departure": {
"time": "1768971771"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1768971789"
},
"departure": {
"time": "1768971805"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768971844"
},
"departure": {
"time": "1768971852"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768971871"
},
"departure": {
"time": "1768971880"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768971912"
},
"departure": {
"time": "1768971921"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768971951"
},
"departure": {
"time": "1768971962"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768972006"
},
"departure": {
"time": "1768972047"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768972065"
},
"departure": {
"time": "1768972070"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768972114"
},
"departure": {
"time": "1768972144"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768972185"
},
"departure": {
"time": "1768972195"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768972242"
},
"departure": {
"time": "1768972258"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768972357"
},
"departure": {
"time": "1768972399"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768972482"
},
"departure": {
"time": "1768972634"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768972700"
},
"departure": {
"time": "1768972712"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768972738"
},
"departure": {
"time": "1768972752"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768972799"
},
"departure": {
"time": "1768973007"
},
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768973217"
},
"departure": {
"time": "1768973227"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768973265"
},
"departure": {
"time": "1768973277"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768973298"
},
"departure": {
"time": "1768973329"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768973442"
},
"departure": {
"time": "1768973478"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768973512"
},
"departure": {
"time": "1768973556"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768973595"
},
"departure": {
"time": "1768973633"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768973642"
},
"departure": {
"time": "1768973665"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768973681"
},
"departure": {
"time": "1768973692"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768973698"
},
"departure": {
"time": "1768973707"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768973723"
},
"departure": {
"time": "1768973737"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768973765"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38326"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38817"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"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": "1769011240",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_0_5"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:1177-38718",
"tripUpdate": {
"stopTimeUpdate": [
{
"stopId": "IDGBUIS1",
"stopSequence": 0
},
{
"stopId": "ID3VALL1",
"stopSequence": 1
},
{
"stopId": "IDPVINC1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769006862"
},
"departure": {
"time": "1769006879"
},
"stopId": "IDVICAT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769006920"
},
"departure": {
"time": "1769006988"
},
"stopId": "IDCHAMP1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769007113"
},
"departure": {
"time": "1769007215"
},
"stopId": "IDGARE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769007349"
},
"departure": {
"time": "1769007540"
},
"stopId": "IDCECOM2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769007668"
},
"departure": {
"time": "1769007693"
},
"stopId": "IDADMIN2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769007710"
},
"departure": {
"time": "1769007745"
},
"stopId": "IDHOTEL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769007780"
},
"departure": {
"time": "1769007792"
},
"stopId": "IDTRUFF2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769007803"
},
"departure": {
"time": "1769007841"
},
"stopId": "IDHUBER2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769007878"
},
"departure": {
"time": "1769008375"
},
"stopId": "IDDELOR2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769008412"
},
"departure": {
"time": "1769008445"
},
"stopId": "IDATLAN2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769008470"
},
"departure": {
"time": "1769008498"
},
"stopId": "IDDOISN2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769008543"
},
"departure": {
"time": "1769008585"
},
"stopId": "IDGERMA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769008635"
},
"departure": {
"time": "1769008640"
},
"stopId": "IDSEIGL2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769008710"
},
"departure": {
"time": "1769008720"
},
"stopId": "VMBELMO2",
"stopSequence": 16
},
{
"stopId": "VMNAUTA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769008790"
},
"departure": {
"time": "1769008817"
},
"stopId": "VMGARE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769008842"
},
"departure": {
"time": "1769008891"
},
"stopId": "VMKIOSQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769008926"
},
"departure": {
"time": "1769008931"
},
"stopId": "VMILOTS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769008972"
},
"departure": {
"time": "1769008998"
},
"stopId": "VMCHATE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769009066"
},
"departure": {
"time": "1769009089"
},
"stopId": "VMGUING2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769009116"
},
"departure": {
"time": "1769009121"
},
"stopId": "VMCOND2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769009142"
},
"departure": {
"time": "1769009188"
},
"stopId": "VFCCIN2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769009245"
},
"departure": {
"time": "1769009292"
},
"stopId": "VFTECHO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769009395"
},
"departure": {
"time": "1769009406"
},
"stopId": "VFMUISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769009433"
},
"departure": {
"time": "1769009500"
},
"stopId": "VFPONT2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769009527"
},
"departure": {
"time": "1769009563"
},
"stopId": "VFAILLA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769009579"
},
"departure": {
"time": "1769009619"
},
"stopId": "VFSECU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769009652"
},
"departure": {
"time": "1769009686"
},
"stopId": "VFSTBC2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769009733"
},
"departure": {
"time": "1769009780"
},
"stopId": "VFREPUB2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769009841"
},
"departure": {
"time": "1769009847"
},
"stopId": "VFBOURG2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769009905"
},
"departure": {
"time": "1769009953"
},
"stopId": "VFROCHE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769009979"
},
"departure": {
"time": "1769010013"
},
"stopId": "VFBRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769010025"
},
"departure": {
"time": "1769010036"
},
"stopId": "VFBOIS2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769010053"
},
"departure": {
"time": "1769010064"
},
"stopId": "VFARMIE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769010112"
},
"departure": {
"time": "1769010124"
},
"stopId": "VFCRUIZ2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769010204"
},
"departure": {
"time": "1769010236"
},
"stopId": "QF3COMM2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769010267"
},
"stopId": "QFMOINE2",
"stopSequence": 39
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1177-38718"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e0ce",
"label": "1338",
"licensePlate": "HE-068-TT"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38857"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:8_3_7",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769005682"
},
"departure": {
"time": "1769005874"
},
"stopId": "VFSTBC4",
"stopSequence": 0
},
{
"arrival": {
"time": "1769005929"
},
"departure": {
"time": "1769005990"
},
"stopId": "VFREPUB2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769006015"
},
"departure": {
"time": "1769006041"
},
"stopId": "VFBOURG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769006093"
},
"departure": {
"time": "1769006130"
},
"stopId": "VFROCHE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769006207"
},
"departure": {
"time": "1769006289"
},
"stopId": "VPGARE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769006477"
},
"departure": {
"time": "1769006517"
},
"stopId": "VFTECHO2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769006604"
},
"departure": {
"time": "1769006629"
},
"stopId": "VFRPMUI1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769006678"
},
"departure": {
"time": "1769006684"
},
"stopId": "VMDESCA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769006740"
},
"departure": {
"time": "1769006751"
},
"stopId": "VMTECHE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769006761"
},
"departure": {
"time": "1769006776"
},
"stopId": "VMCHATE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769006822"
},
"departure": {
"time": "1769006827"
},
"stopId": "VMILOTS2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769006859"
},
"departure": {
"time": "1769006876"
},
"stopId": "VMKIOSQ1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769006897"
},
"departure": {
"time": "1769006908"
},
"stopId": "VMGARE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769006953"
},
"departure": {
"time": "1769006981"
},
"stopId": "VMNAUTA1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769007037"
},
"departure": {
"time": "1769007055"
},
"stopId": "VMBELMO1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769007137"
},
"departure": {
"time": "1769007143"
},
"stopId": "IDSEIGL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769007220"
},
"departure": {
"time": "1769007226"
},
"stopId": "IDGUA1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769007305"
},
"departure": {
"time": "1769007446"
},
"stopId": "IDCECOM2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769007634"
},
"departure": {
"time": "1769007842"
},
"stopId": "BJGRIPR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769008019"
},
"departure": {
"time": "1769008075"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769008102"
},
"departure": {
"time": "1769008112"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769008209"
},
"departure": {
"time": "1769008224"
},
"stopId": "BJEMMAU2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769008294"
},
"departure": {
"time": "1769008299"
},
"stopId": "BJFRERE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769008319"
},
"departure": {
"time": "1769008353"
},
"stopId": "BJPALAI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769008383"
},
"departure": {
"time": "1769008417"
},
"stopId": "BJEBARB4",
"stopSequence": 24
},
{
"arrival": {
"time": "1769008507"
},
"departure": {
"time": "1769008593"
},
"stopId": "BJETISS1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769008620"
},
"departure": {
"time": "1769008637"
},
"stopId": "BJPTJAL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769008684"
},
"departure": {
"time": "1769008716"
},
"stopId": "BJCRROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769008758"
},
"departure": {
"time": "1769008773"
},
"stopId": "BJVSCOT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769008826"
},
"departure": {
"time": "1769008842"
},
"stopId": "BJCHARM1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769008857"
},
"departure": {
"time": "1769008896"
},
"stopId": "BJROSTA1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769008960"
},
"departure": {
"time": "1769008971"
},
"stopId": "BJBUGEY2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769009021"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011228",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_3_7"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e657",
"label": "1526",
"licensePlate": "FB-994-BM"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38860"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:955-36248",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768981644"
},
"departure": {
"time": "1768981687"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768981718"
},
"departure": {
"time": "1768981753"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768981795"
},
"departure": {
"time": "1768981807"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768981835"
},
"departure": {
"time": "1768981851"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768981856"
},
"departure": {
"time": "1768981872"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768981907"
},
"departure": {
"time": "1768981917"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768981948"
},
"departure": {
"time": "1768982005"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768982088"
},
"departure": {
"time": "1768982095"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768982313"
},
"departure": {
"time": "1768982352"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768982419"
},
"departure": {
"time": "1768982432"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768982462"
},
"departure": {
"time": "1768982504"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768982728"
},
"departure": {
"time": "1768982756"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768982783"
},
"departure": {
"time": "1768982816"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768982918"
},
"departure": {
"time": "1768982959"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768982979"
},
"departure": {
"time": "1768982998"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768983065"
},
"departure": {
"time": "1768983091"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768983120"
},
"departure": {
"time": "1768983132"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768983173"
},
"departure": {
"time": "1768983207"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768983246"
},
"departure": {
"time": "1768983251"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768983305"
},
"departure": {
"time": "1768983313"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768983357"
},
"departure": {
"time": "1768983390"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768983403"
},
"departure": {
"time": "1768983441"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768983558"
},
"departure": {
"time": "1768983612"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768983775"
},
"departure": {
"time": "1768983788"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768983832"
},
"departure": {
"time": "1768983874"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768983992"
},
"departure": {
"time": "1768984026"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768984055"
},
"departure": {
"time": "1768984072"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768984105"
},
"departure": {
"time": "1768984112"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768984154"
},
"departure": {
"time": "1768984182"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768984193"
},
"departure": {
"time": "1768984206"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768984231"
},
"departure": {
"time": "1768984244"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768984259"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "955-36248"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"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": "1768999503"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "974-38820"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:974-38864",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769006465"
},
"departure": {
"time": "1769006999"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769007109"
},
"departure": {
"time": "1769007131"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769007179"
},
"departure": {
"time": "1769007205"
},
"stopId": "NVPONTA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769007268"
},
"departure": {
"time": "1769007294"
},
"stopId": "NVRUFF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769007407"
},
"departure": {
"time": "1769007429"
},
"stopId": "BJBOUSS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769007461"
},
"departure": {
"time": "1769007503"
},
"stopId": "BJMBLAN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769007523"
},
"departure": {
"time": "1769007540"
},
"stopId": "BJRIVET2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769007654"
},
"departure": {
"time": "1769007683"
},
"stopId": "BJCHAMP2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769007704"
},
"departure": {
"time": "1769007732"
},
"stopId": "BJTOUR2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769007759"
},
"departure": {
"time": "1769007774"
},
"stopId": "BJMOULI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769007800"
},
"departure": {
"time": "1769007839"
},
"stopId": "BJPROYA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769007904"
},
"departure": {
"time": "1769007971"
},
"stopId": "BJEPARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769008033"
},
"departure": {
"time": "1769008080"
},
"stopId": "BJFOLAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769008124"
},
"departure": {
"time": "1769008167"
},
"stopId": "BJPMICH1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769008221"
},
"departure": {
"time": "1769008271"
},
"stopId": "BJVAUCA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769008358"
},
"departure": {
"time": "1769008389"
},
"stopId": "BJEBARB2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769008436"
},
"departure": {
"time": "1769008441"
},
"stopId": "BJHBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769008492"
},
"departure": {
"time": "1769008503"
},
"stopId": "BJVSCOT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769008534"
},
"departure": {
"time": "1769008551"
},
"stopId": "BJSTRAU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769008585"
},
"departure": {
"time": "1769008596"
},
"stopId": "BJCHANT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769008628"
},
"departure": {
"time": "1769008661"
},
"stopId": "BJROSTA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769008678"
},
"departure": {
"time": "1769008707"
},
"stopId": "BJCHARM2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769008729"
},
"departure": {
"time": "1769008745"
},
"stopId": "BJCHFLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769008841"
},
"departure": {
"time": "1769008857"
},
"stopId": "BJZACHA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769009100"
},
"departure": {
"time": "1769009111"
},
"stopId": "IDPLOUV2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769009144"
},
"departure": {
"time": "1769009190"
},
"stopId": "IDCHASS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769009268"
},
"departure": {
"time": "1769009304"
},
"stopId": "IDSAYES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769009418"
},
"departure": {
"time": "1769009428"
},
"stopId": "IDCECOM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769009649"
},
"departure": {
"time": "1769009683"
},
"stopId": "IDADMIN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769009700"
},
"departure": {
"time": "1769009728"
},
"stopId": "IDHOTEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769009767"
},
"departure": {
"time": "1769009795"
},
"stopId": "IDTRUFF2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769009807"
},
"departure": {
"time": "1769009835"
},
"stopId": "IDHUBER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769009870"
},
"departure": {
"time": "1769009920"
},
"stopId": "IDDELOR2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769009965"
},
"departure": {
"time": "1769009997"
},
"stopId": "IDATLAN2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769010023"
},
"departure": {
"time": "1769010064"
},
"stopId": "IDDOISN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769010080"
},
"stopId": "IDPISCI2",
"stopSequence": 35
}
],
"timestamp": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "974-38864"
},
"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": "1769011240",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_0_6"
},
"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": "1768997020"
},
"departure": {
"time": "1768997020"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768997020"
},
"departure": {
"time": "1768997020"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768997080"
},
"departure": {
"time": "1768997080"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768997140"
},
"departure": {
"time": "1768997140"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768997200"
},
"departure": {
"time": "1768997200"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "960-38067"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "trip:962-36345",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768995934"
},
"departure": {
"time": "1768995975"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768995997"
},
"departure": {
"time": "1768996033"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768996053"
},
"departure": {
"time": "1768996095"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768996107"
},
"departure": {
"time": "1768996157"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768996194"
},
"departure": {
"time": "1768996206"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768996265"
},
"departure": {
"time": "1768996281"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768996307"
},
"departure": {
"time": "1768996352"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768996442"
},
"departure": {
"time": "1768996502"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768996518"
},
"departure": {
"time": "1768996580"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768996700"
},
"departure": {
"time": "1768996747"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768996856"
},
"departure": {
"time": "1768996894"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768996910"
},
"departure": {
"time": "1768996969"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768996984"
},
"departure": {
"time": "1768997019"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768997061"
},
"departure": {
"time": "1768997088"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768997126"
},
"departure": {
"time": "1768997136"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768997166"
},
"departure": {
"time": "1768997178"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768997200"
},
"departure": {
"time": "1768997249"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768997295"
},
"departure": {
"time": "1768997306"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768997323"
},
"departure": {
"time": "1768997357"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768997495"
},
"departure": {
"time": "1768997527"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768997539"
},
"departure": {
"time": "1768997550"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768997773"
},
"departure": {
"time": "1768997784"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768997817"
},
"departure": {
"time": "1768997849"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768997920"
},
"departure": {
"time": "1768997930"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768998028"
},
"departure": {
"time": "1768998039"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768998213"
},
"departure": {
"time": "1768998249"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768998276"
},
"departure": {
"time": "1768998306"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768998344"
},
"departure": {
"time": "1768998355"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768998355"
},
"departure": {
"time": "1768998393"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768998403"
},
"departure": {
"time": "1768998425"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768998464"
},
"departure": {
"time": "1768998493"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768998520"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "962-36345"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"id": "trip:973-36256",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768995920"
},
"departure": {
"time": "1768996007"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768996043"
},
"departure": {
"time": "1768996065"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768996107"
},
"departure": {
"time": "1768996141"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768996153"
},
"departure": {
"time": "1768996189"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768996194"
},
"departure": {
"time": "1768996210"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768996257"
},
"departure": {
"time": "1768996263"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768996295"
},
"departure": {
"time": "1768996367"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768996448"
},
"departure": {
"time": "1768996465"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768996667"
},
"departure": {
"time": "1768996696"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768996766"
},
"departure": {
"time": "1768996801"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768996833"
},
"departure": {
"time": "1768996865"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768997046"
},
"departure": {
"time": "1768997056"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768997072"
},
"departure": {
"time": "1768997107"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768997220"
},
"departure": {
"time": "1768997236"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768997252"
},
"departure": {
"time": "1768997267"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768997316"
},
"departure": {
"time": "1768997332"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768997361"
},
"departure": {
"time": "1768997371"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768997408"
},
"departure": {
"time": "1768997443"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768997483"
},
"departure": {
"time": "1768997488"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768997528"
},
"departure": {
"time": "1768997558"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768997610"
},
"departure": {
"time": "1768997652"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768997662"
},
"departure": {
"time": "1768997694"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768997892"
},
"departure": {
"time": "1768998054"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768998186"
},
"departure": {
"time": "1768998253"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768998263"
},
"departure": {
"time": "1768998295"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768998380"
},
"departure": {
"time": "1768998416"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768998455"
},
"departure": {
"time": "1768998492"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768998549"
},
"departure": {
"time": "1768998581"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768998631"
},
"departure": {
"time": "1768998659"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768998671"
},
"departure": {
"time": "1768998683"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768998694"
},
"departure": {
"time": "1768998700"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768998718"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "973-36256"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"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": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38830"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:955-38054",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768971171"
},
"departure": {
"time": "1768971213"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768971268"
},
"departure": {
"time": "1768971277"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768971289"
},
"departure": {
"time": "1768971299"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768971344"
},
"departure": {
"time": "1768971356"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768971410"
},
"departure": {
"time": "1768971422"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768971451"
},
"departure": {
"time": "1768971468"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768971484"
},
"departure": {
"time": "1768971521"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768971551"
},
"departure": {
"time": "1768971563"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768971593"
},
"departure": {
"time": "1768971617"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768971644"
},
"departure": {
"time": "1768971657"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768971682"
},
"departure": {
"time": "1768971694"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768971724"
},
"departure": {
"time": "1768971732"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768971787"
},
"departure": {
"time": "1768971839"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768971881"
},
"departure": {
"time": "1768971895"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768971901"
},
"departure": {
"time": "1768971930"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768972035"
},
"departure": {
"time": "1768972230"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768972358"
},
"departure": {
"time": "1768972365"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768972412"
},
"departure": {
"time": "1768972425"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768972522"
},
"departure": {
"time": "1768972530"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768972570"
},
"departure": {
"time": "1768972575"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768972605"
},
"departure": {
"time": "1768972622"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768972736"
},
"departure": {
"time": "1768972743"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768972804"
},
"departure": {
"time": "1768972978"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768973012"
},
"departure": {
"time": "1768973023"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768973156"
},
"departure": {
"time": "1768973205"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768973309"
},
"departure": {
"time": "1768973333"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768973423"
},
"departure": {
"time": "1768973435"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768973475"
},
"departure": {
"time": "1768973483"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768973530"
},
"departure": {
"time": "1768973545"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768973549"
},
"departure": {
"time": "1768973568"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768973582"
},
"departure": {
"time": "1768973594"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768973641"
},
"departure": {
"time": "1768973653"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768973684"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "955-38054"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"id": "trip:975-38851",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769009095"
},
"departure": {
"time": "1769009190"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769009290"
},
"departure": {
"time": "1769009300"
},
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769009317"
},
"departure": {
"time": "1769009333"
},
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769009371"
},
"departure": {
"time": "1769009386"
},
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769009403"
},
"departure": {
"time": "1769009472"
},
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769009531"
},
"departure": {
"time": "1769009541"
},
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769009568"
},
"departure": {
"time": "1769009579"
},
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769009615"
},
"departure": {
"time": "1769009626"
},
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769009694"
},
"departure": {
"time": "1769009745"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769009778"
},
"departure": {
"time": "1769009789"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769009849"
},
"departure": {
"time": "1769009909"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769009945"
},
"departure": {
"time": "1769010008"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769010088"
},
"departure": {
"time": "1769010150"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769010215"
},
"departure": {
"time": "1769010271"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769010324"
},
"departure": {
"time": "1769010334"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769010429"
},
"departure": {
"time": "1769010476"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769010515"
},
"departure": {
"time": "1769010551"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769010596"
},
"departure": {
"time": "1769010606"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769010638"
},
"departure": {
"time": "1769010691"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769010707"
},
"departure": {
"time": "1769010794"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769010816"
},
"departure": {
"time": "1769010828"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769010911"
},
"departure": {
"time": "1769010948"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769011205"
},
"departure": {
"time": "1769011216"
},
"stopId": "IDPLOUV2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769011260"
},
"departure": {
"time": "1769011260"
},
"stopId": "IDCHASS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769011380"
},
"departure": {
"time": "1769011380"
},
"stopId": "IDSAYES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769011620"
},
"departure": {
"time": "1769011620"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769011800"
},
"departure": {
"time": "1769011800"
},
"stopId": "IDADMIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769011800"
},
"departure": {
"time": "1769011800"
},
"stopId": "IDHOTEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769011920"
},
"departure": {
"time": "1769011920"
},
"stopId": "IDTRUFF2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769011920"
},
"departure": {
"time": "1769011920"
},
"stopId": "IDHUBER2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769012040"
},
"departure": {
"time": "1769012040"
},
"stopId": "IDDELOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769012100"
},
"departure": {
"time": "1769012100"
},
"stopId": "IDATLAN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769012160"
},
"departure": {
"time": "1769012160"
},
"stopId": "IDDOISN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769012220"
},
"departure": {
"time": "1769012220"
},
"stopId": "IDPISCI2",
"stopSequence": 33
}
],
"timestamp": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "975-38851"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"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": "1769011228",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_2_21"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e657",
"label": "1526",
"licensePlate": "FB-994-BM"
}
}
},
{
"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": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38027"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:1161-38338",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768993065"
},
"departure": {
"time": "1768993071"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768993087"
},
"departure": {
"time": "1768993128"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768993175"
},
"departure": {
"time": "1768993187"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768993212"
},
"departure": {
"time": "1768993254"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768993314"
},
"departure": {
"time": "1768993324"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768993431"
},
"departure": {
"time": "1768993441"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768993456"
},
"departure": {
"time": "1768993466"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1768993487"
},
"departure": {
"time": "1768993497"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768993525"
},
"departure": {
"time": "1768993575"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768993591"
},
"departure": {
"time": "1768993596"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768993622"
},
"departure": {
"time": "1768993632"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768993657"
},
"departure": {
"time": "1768993743"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768993835"
},
"departure": {
"time": "1768993877"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768993889"
},
"departure": {
"time": "1768993899"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768993941"
},
"departure": {
"time": "1768993977"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768994019"
},
"departure": {
"time": "1768994030"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768994093"
},
"departure": {
"time": "1768994142"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768994238"
},
"departure": {
"time": "1768994283"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768994373"
},
"departure": {
"time": "1768994428"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768994492"
},
"departure": {
"time": "1768994530"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768994572"
},
"departure": {
"time": "1768994646"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768994725"
},
"departure": {
"time": "1768994760"
},
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768995051"
},
"departure": {
"time": "1768995056"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768995099"
},
"departure": {
"time": "1768995159"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768995182"
},
"departure": {
"time": "1768995306"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768995442"
},
"departure": {
"time": "1768995508"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768995535"
},
"departure": {
"time": "1768995588"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768995624"
},
"departure": {
"time": "1768995687"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768995693"
},
"departure": {
"time": "1768995728"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768995738"
},
"departure": {
"time": "1768995775"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768995775"
},
"departure": {
"time": "1768995809"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768995824"
},
"departure": {
"time": "1768995835"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768995856"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38338"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"id": "trip:974-38824",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769010080"
},
"departure": {
"time": "1769010593"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769010626"
},
"departure": {
"time": "1769010653"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769010686"
},
"departure": {
"time": "1769010697"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769010741"
},
"departure": {
"time": "1769010775"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769010812"
},
"departure": {
"time": "1769010842"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769010848"
},
"departure": {
"time": "1769010887"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769010920"
},
"departure": {
"time": "1769010951"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769010966"
},
"departure": {
"time": "1769010988"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769011107"
},
"departure": {
"time": "1769011118"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769011360"
},
"departure": {
"time": "1769011360"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769011420"
},
"departure": {
"time": "1769011420"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769011540"
},
"departure": {
"time": "1769011540"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769011720"
},
"departure": {
"time": "1769011720"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769011840"
},
"departure": {
"time": "1769011840"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1769011900"
},
"departure": {
"time": "1769011900"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769011960"
},
"departure": {
"time": "1769011960"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769012020"
},
"departure": {
"time": "1769012020"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769012080"
},
"departure": {
"time": "1769012080"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769012140"
},
"departure": {
"time": "1769012140"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769012200"
},
"departure": {
"time": "1769012200"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769012320"
},
"departure": {
"time": "1769012320"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769012440"
},
"departure": {
"time": "1769012440"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769012620"
},
"departure": {
"time": "1769012620"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769012680"
},
"departure": {
"time": "1769012680"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769012800"
},
"departure": {
"time": "1769012800"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769012920"
},
"departure": {
"time": "1769012920"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769012980"
},
"departure": {
"time": "1769012980"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769012980"
},
"departure": {
"time": "1769012980"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769013100"
},
"departure": {
"time": "1769013100"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769013220"
},
"departure": {
"time": "1769013220"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769013280"
},
"departure": {
"time": "1769013280"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769013400"
},
"departure": {
"time": "1769013400"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769013640"
},
"departure": {
"time": "1769013640"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769013880"
},
"departure": {
"time": "1769013880"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769013880"
},
"departure": {
"time": "1769013880"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769014000"
},
"departure": {
"time": "1769014000"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "974-38824"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:966-38070",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768999620"
},
"departure": {
"time": "1768999835"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768999895"
},
"departure": {
"time": "1768999925"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768999936"
},
"departure": {
"time": "1768999976"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769000019"
},
"departure": {
"time": "1769000030"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769000085"
},
"departure": {
"time": "1769000096"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769000144"
},
"departure": {
"time": "1769000193"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769000215"
},
"departure": {
"time": "1769000246"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769000274"
},
"departure": {
"time": "1769000285"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769000323"
},
"departure": {
"time": "1769000344"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769000383"
},
"departure": {
"time": "1769000418"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769000444"
},
"departure": {
"time": "1769000455"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769000481"
},
"departure": {
"time": "1769000522"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769000594"
},
"departure": {
"time": "1769000618"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769000660"
},
"departure": {
"time": "1769000689"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769000694"
},
"departure": {
"time": "1769000781"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769000847"
},
"departure": {
"time": "1769000918"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769001075"
},
"departure": {
"time": "1769001086"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769001139"
},
"departure": {
"time": "1769001149"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769001268"
},
"departure": {
"time": "1769001294"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769001323"
},
"departure": {
"time": "1769001334"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769001359"
},
"departure": {
"time": "1769001380"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769001509"
},
"departure": {
"time": "1769001533"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769001585"
},
"departure": {
"time": "1769001669"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769001718"
},
"departure": {
"time": "1769001729"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769001842"
},
"departure": {
"time": "1769001895"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769001997"
},
"departure": {
"time": "1769002036"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769002122"
},
"departure": {
"time": "1769002157"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769002185"
},
"departure": {
"time": "1769002210"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769002254"
},
"departure": {
"time": "1769002265"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769002265"
},
"departure": {
"time": "1769002294"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769002306"
},
"departure": {
"time": "1769002316"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769002349"
},
"departure": {
"time": "1769002361"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769002394"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38070"
},
"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": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "965-37613"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37619"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:955-36244",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768974410"
},
"departure": {
"time": "1768974491"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768974532"
},
"departure": {
"time": "1768974565"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768974610"
},
"departure": {
"time": "1768974627"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768974636"
},
"departure": {
"time": "1768974655"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768974663"
},
"departure": {
"time": "1768974693"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768974732"
},
"departure": {
"time": "1768974757"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768974799"
},
"departure": {
"time": "1768974835"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768974918"
},
"departure": {
"time": "1768974925"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768975122"
},
"departure": {
"time": "1768975131"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768975201"
},
"departure": {
"time": "1768975229"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768975262"
},
"departure": {
"time": "1768975292"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768975499"
},
"departure": {
"time": "1768975510"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768975556"
},
"departure": {
"time": "1768975594"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768975683"
},
"departure": {
"time": "1768975728"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768975750"
},
"departure": {
"time": "1768975782"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768975834"
},
"departure": {
"time": "1768975872"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768975907"
},
"departure": {
"time": "1768975916"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768975956"
},
"departure": {
"time": "1768975967"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768976005"
},
"departure": {
"time": "1768976015"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768976062"
},
"departure": {
"time": "1768976088"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768976118"
},
"departure": {
"time": "1768976313"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768976333"
},
"departure": {
"time": "1768976385"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768976518"
},
"departure": {
"time": "1768976578"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768976665"
},
"departure": {
"time": "1768976728"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768976738"
},
"departure": {
"time": "1768976755"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768976824"
},
"departure": {
"time": "1768976962"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768976990"
},
"departure": {
"time": "1768977043"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768977079"
},
"departure": {
"time": "1768977091"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768977133"
},
"departure": {
"time": "1768977175"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768977186"
},
"departure": {
"time": "1768977205"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768977216"
},
"departure": {
"time": "1768977243"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768977261"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "955-36244"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"id": "trip:973-36260",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769002467"
},
"departure": {
"time": "1769003117"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769003151"
},
"departure": {
"time": "1769003172"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769003209"
},
"departure": {
"time": "1769003221"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769003232"
},
"departure": {
"time": "1769003266"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769003271"
},
"departure": {
"time": "1769003304"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769003331"
},
"departure": {
"time": "1769003357"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769003391"
},
"departure": {
"time": "1769003433"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769003515"
},
"departure": {
"time": "1769003526"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769003731"
},
"departure": {
"time": "1769003767"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769003825"
},
"departure": {
"time": "1769003873"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769003905"
},
"departure": {
"time": "1769003945"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769004149"
},
"departure": {
"time": "1769004185"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769004205"
},
"departure": {
"time": "1769004265"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769004584"
},
"departure": {
"time": "1769004595"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769004617"
},
"departure": {
"time": "1769004648"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769004696"
},
"departure": {
"time": "1769004734"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769004764"
},
"departure": {
"time": "1769004776"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769004808"
},
"departure": {
"time": "1769004851"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769004922"
},
"departure": {
"time": "1769004955"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769004997"
},
"departure": {
"time": "1769005008"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769005030"
},
"departure": {
"time": "1769005062"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769005072"
},
"departure": {
"time": "1769005105"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769005186"
},
"departure": {
"time": "1769005226"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769005400"
},
"departure": {
"time": "1769005475"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769005487"
},
"departure": {
"time": "1769005518"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769005600"
},
"departure": {
"time": "1769005646"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769005691"
},
"departure": {
"time": "1769005742"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769005803"
},
"departure": {
"time": "1769005841"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769005902"
},
"departure": {
"time": "1769005918"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769005930"
},
"departure": {
"time": "1769005946"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769005957"
},
"departure": {
"time": "1769005991"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769006007"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "973-36260"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"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": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38031"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:4_0_19",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769010161"
},
"stopId": "BJGARE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769010891"
},
"departure": {
"time": "1769010914"
},
"stopId": "BJLIBE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769010974"
},
"departure": {
"time": "1769010985"
},
"stopId": "BJHUGO1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769011018"
},
"departure": {
"time": "1769011063"
},
"stopId": "BJMLECL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769011100"
},
"departure": {
"time": "1769011131"
},
"stopId": "BJMARS2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769011176"
},
"departure": {
"time": "1769011197"
},
"stopId": "BJTEMPL2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769011235"
},
"stopId": "BJHOTEL2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769011310"
},
"departure": {
"time": "1769011310"
},
"stopId": "BJLIBER2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769011370"
},
"departure": {
"time": "1769011370"
},
"stopId": "BJPTJAL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769011430"
},
"departure": {
"time": "1769011430"
},
"stopId": "BJPASTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769011550"
},
"departure": {
"time": "1769011550"
},
"stopId": "BJEBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769011670"
},
"departure": {
"time": "1769011670"
},
"stopId": "BJVAUCA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769011790"
},
"departure": {
"time": "1769011790"
},
"stopId": "BJLYCEE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769011850"
},
"departure": {
"time": "1769011850"
},
"stopId": "BJPOSTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769011970"
},
"departure": {
"time": "1769011970"
},
"stopId": "BJGARE1",
"stopSequence": 14
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_0_19"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"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": "1769011242",
"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": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38066"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:971-38823",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769006605"
},
"departure": {
"time": "1769007080"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769007113"
},
"departure": {
"time": "1769007160"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769007188"
},
"departure": {
"time": "1769007234"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769007271"
},
"departure": {
"time": "1769007669"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769007696"
},
"departure": {
"time": "1769007748"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769007759"
},
"departure": {
"time": "1769007788"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769007822"
},
"departure": {
"time": "1769007859"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769007876"
},
"departure": {
"time": "1769007904"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769008006"
},
"departure": {
"time": "1769008023"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769008223"
},
"departure": {
"time": "1769008234"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769008303"
},
"departure": {
"time": "1769008313"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769008347"
},
"departure": {
"time": "1769008374"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769008563"
},
"departure": {
"time": "1769008603"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769008651"
},
"departure": {
"time": "1769008688"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1769008714"
},
"departure": {
"time": "1769008776"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769008792"
},
"departure": {
"time": "1769008828"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769008853"
},
"departure": {
"time": "1769008897"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769008930"
},
"departure": {
"time": "1769008965"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769008991"
},
"departure": {
"time": "1769009025"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769009052"
},
"departure": {
"time": "1769009079"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769009106"
},
"departure": {
"time": "1769009161"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769009269"
},
"departure": {
"time": "1769009323"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769009400"
},
"departure": {
"time": "1769009483"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769009542"
},
"departure": {
"time": "1769009592"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769009629"
},
"departure": {
"time": "1769009635"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769009679"
},
"departure": {
"time": "1769009718"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769009728"
},
"departure": {
"time": "1769009760"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769009771"
},
"departure": {
"time": "1769009812"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769009830"
},
"departure": {
"time": "1769009867"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769009958"
},
"departure": {
"time": "1769010010"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769010296"
},
"departure": {
"time": "1769010301"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769010143"
},
"departure": {
"time": "1769010208"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769010349"
},
"departure": {
"time": "1769010385"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769010444"
},
"departure": {
"time": "1769010472"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769010542"
},
"departure": {
"time": "1769010573"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769010676"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "971-38823"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:970-37628",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769011238"
},
"stopId": "BJPLANB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769011300"
},
"departure": {
"time": "1769011300"
},
"stopId": "BJSERVE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769011360"
},
"departure": {
"time": "1769011360"
},
"stopId": "BJCHATI1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769011420"
},
"departure": {
"time": "1769011420"
},
"stopId": "BJBOIS1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769011420"
},
"departure": {
"time": "1769011420"
},
"stopId": "BJTILLA1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769011480"
},
"departure": {
"time": "1769011480"
},
"stopId": "BJSOMME1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769011780"
},
"departure": {
"time": "1769011780"
},
"stopId": "BJJARDI1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769012140"
},
"departure": {
"time": "1769012140"
},
"stopId": "BJPOSTE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769012200"
},
"departure": {
"time": "1769012200"
},
"stopId": "BJLYCEE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769012320"
},
"departure": {
"time": "1769012320"
},
"stopId": "BJPMICH2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769012380"
},
"departure": {
"time": "1769012380"
},
"stopId": "BJFOLAT2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769012440"
},
"departure": {
"time": "1769012440"
},
"stopId": "BJEPARG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769012500"
},
"departure": {
"time": "1769012500"
},
"stopId": "BJPISCI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769012560"
},
"departure": {
"time": "1769012560"
},
"stopId": "BJCOPRE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769012680"
},
"departure": {
"time": "1769012680"
},
"stopId": "BJPREBE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769012740"
},
"departure": {
"time": "1769012740"
},
"stopId": "BJMARS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769012860"
},
"departure": {
"time": "1769012860"
},
"stopId": "BJTONKI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769012980"
},
"departure": {
"time": "1769012980"
},
"stopId": "BJBELRI1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769012980"
},
"departure": {
"time": "1769012980"
},
"stopId": "BJBELVE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769013040"
},
"departure": {
"time": "1769013040"
},
"stopId": "BJRIVOI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769013040"
},
"departure": {
"time": "1769013040"
},
"stopId": "BJPLATE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769013100"
},
"departure": {
"time": "1769013100"
},
"stopId": "BJLOUP1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769013160"
},
"departure": {
"time": "1769013160"
},
"stopId": "BJALBIZ2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769013160"
},
"departure": {
"time": "1769013160"
},
"stopId": "BJBERNA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769013340"
},
"departure": {
"time": "1769013340"
},
"stopId": "SSMOLLA2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769013400"
},
"departure": {
"time": "1769013400"
},
"stopId": "SSDEMPT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769013520"
},
"departure": {
"time": "1769013520"
},
"stopId": "SSECOLC1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769013640"
},
"departure": {
"time": "1769013640"
},
"stopId": "SSDEMPT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769013940"
},
"departure": {
"time": "1769013940"
},
"stopId": "SSTRUIT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769014000"
},
"departure": {
"time": "1769014000"
},
"stopId": "SSEGLIS2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769014180"
},
"departure": {
"time": "1769014180"
},
"stopId": "SSPRECH2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769014300"
},
"departure": {
"time": "1769014300"
},
"stopId": "SSZONEA2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769014420"
},
"departure": {
"time": "1769014420"
},
"stopId": "SSSMART2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769014540"
},
"departure": {
"time": "1769014540"
},
"stopId": "SSFLOS2",
"stopSequence": 33
}
],
"timestamp": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37628"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"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": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38842"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:955-36335",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768977925"
},
"departure": {
"time": "1768977971"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768977998"
},
"departure": {
"time": "1768978035"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768978051"
},
"departure": {
"time": "1768978071"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768978096"
},
"departure": {
"time": "1768978130"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768978202"
},
"departure": {
"time": "1768978228"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768978287"
},
"departure": {
"time": "1768978323"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768978359"
},
"departure": {
"time": "1768978418"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768978532"
},
"departure": {
"time": "1768978563"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768978568"
},
"departure": {
"time": "1768978634"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768978742"
},
"departure": {
"time": "1768978801"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768978953"
},
"departure": {
"time": "1768978980"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768978991"
},
"departure": {
"time": "1768979025"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768979045"
},
"departure": {
"time": "1768979056"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768979101"
},
"departure": {
"time": "1768979106"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768979157"
},
"departure": {
"time": "1768979183"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768979221"
},
"departure": {
"time": "1768979229"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768979255"
},
"departure": {
"time": "1768979457"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768979503"
},
"departure": {
"time": "1768979513"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768979536"
},
"departure": {
"time": "1768979564"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768979631"
},
"departure": {
"time": "1768979668"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768979682"
},
"departure": {
"time": "1768979707"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768979933"
},
"departure": {
"time": "1768979944"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768979976"
},
"departure": {
"time": "1768980021"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768980093"
},
"departure": {
"time": "1768980105"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768980216"
},
"departure": {
"time": "1768980228"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768980402"
},
"departure": {
"time": "1768980420"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768980458"
},
"departure": {
"time": "1768980468"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768980509"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768980519"
},
"departure": {
"time": "1768980535"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768980546"
},
"departure": {
"time": "1768980557"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768980590"
},
"departure": {
"time": "1768980621"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768980647"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "955-36335"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"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": "1769011240",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37623"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:1165-38316",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768971304"
},
"departure": {
"time": "1768971307"
},
"stopId": "VFSTBC1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768971511"
},
"departure": {
"time": "1768971520"
},
"stopId": "VFSTADE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768971558"
},
"departure": {
"time": "1768971561"
},
"stopId": "VFFOUGE1",
"stopSequence": 2
},
{
"stopId": "VFEUROP1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768971681"
},
"departure": {
"time": "1768971710"
},
"stopId": "VFHUDSO2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768971750"
},
"departure": {
"time": "1768971782"
},
"stopId": "VFQUINC2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768971835"
},
"departure": {
"time": "1768971867"
},
"stopId": "VFFOUGH2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768971877"
},
"departure": {
"time": "1768971910"
},
"stopId": "VFESSAR2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768971925"
},
"departure": {
"time": "1768971937"
},
"stopId": "VFCHENE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768971942"
},
"departure": {
"time": "1768971955"
},
"stopId": "VFAUBEP2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768971976"
},
"departure": {
"time": "1768971989"
},
"stopId": "VFHALLE2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768972016"
},
"stopId": "VFEUROP2",
"stopSequence": 11
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38316"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "960-38063"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "trip:1161-38366",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768990351"
},
"departure": {
"time": "1768990375"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768990409"
},
"departure": {
"time": "1768990419"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768990461"
},
"departure": {
"time": "1768990467"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768990641"
},
"departure": {
"time": "1768990689"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768990748"
},
"departure": {
"time": "1768990820"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768990841"
},
"departure": {
"time": "1768990851"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768990908"
},
"departure": {
"time": "1768990960"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768991066"
},
"departure": {
"time": "1768991377"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768991432"
},
"departure": {
"time": "1768991438"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768991481"
},
"departure": {
"time": "1768991509"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768991547"
},
"departure": {
"time": "1768991558"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768991622"
},
"departure": {
"time": "1768991651"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768991690"
},
"departure": {
"time": "1768991719"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768991735"
},
"departure": {
"time": "1768991774"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768991868"
},
"departure": {
"time": "1768991898"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768991924"
},
"departure": {
"time": "1768991951"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768991972"
},
"departure": {
"time": "1768991978"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768991994"
},
"departure": {
"time": "1768992005"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768992031"
},
"departure": {
"time": "1768992052"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768992126"
},
"departure": {
"time": "1768992131"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768992157"
},
"departure": {
"time": "1768992168"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768992206"
},
"departure": {
"time": "1768992216"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768992248"
},
"departure": {
"time": "1768992278"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768992299"
},
"departure": {
"time": "1768992338"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768992360"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38366"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"id": "trip:971-38867",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769010676"
},
"departure": {
"time": "1769010832"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769010886"
},
"departure": {
"time": "1769010897"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769010936"
},
"departure": {
"time": "1769010941"
},
"stopId": "NVPONTA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769010992"
},
"departure": {
"time": "1769011003"
},
"stopId": "NVRUFF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769011107"
},
"departure": {
"time": "1769011118"
},
"stopId": "BJBOUSS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769011150"
},
"departure": {
"time": "1769011196"
},
"stopId": "BJMBLAN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769011216"
},
"departure": {
"time": "1769011231"
},
"stopId": "BJRIVET2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769011390"
},
"departure": {
"time": "1769011390"
},
"stopId": "BJCHAMP2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769011510"
},
"departure": {
"time": "1769011510"
},
"stopId": "BJTOUR2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769011510"
},
"departure": {
"time": "1769011510"
},
"stopId": "BJMOULI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769011570"
},
"departure": {
"time": "1769011570"
},
"stopId": "BJPROYA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769011690"
},
"departure": {
"time": "1769011690"
},
"stopId": "BJEPARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769011750"
},
"departure": {
"time": "1769011750"
},
"stopId": "BJFOLAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769011810"
},
"departure": {
"time": "1769011810"
},
"stopId": "BJPMICH1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769011930"
},
"departure": {
"time": "1769011930"
},
"stopId": "BJVAUCA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769012110"
},
"departure": {
"time": "1769012110"
},
"stopId": "BJEBARB2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769012170"
},
"departure": {
"time": "1769012170"
},
"stopId": "BJHBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769012230"
},
"departure": {
"time": "1769012230"
},
"stopId": "BJVSCOT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769012290"
},
"departure": {
"time": "1769012290"
},
"stopId": "BJSTRAU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769012290"
},
"departure": {
"time": "1769012290"
},
"stopId": "BJCHANT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769012350"
},
"departure": {
"time": "1769012350"
},
"stopId": "BJROSTA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769012410"
},
"departure": {
"time": "1769012410"
},
"stopId": "BJCHARM2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769012470"
},
"departure": {
"time": "1769012470"
},
"stopId": "BJCHFLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769012590"
},
"departure": {
"time": "1769012590"
},
"stopId": "BJZACHA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769012650"
},
"departure": {
"time": "1769012650"
},
"stopId": "IDRIMBA1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769012710"
},
"departure": {
"time": "1769012710"
},
"stopId": "IDAPOLL1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769012770"
},
"departure": {
"time": "1769012770"
},
"stopId": "IDMISTR1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769012830"
},
"departure": {
"time": "1769012830"
},
"stopId": "IDRASPE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769012890"
},
"departure": {
"time": "1769012890"
},
"stopId": "IDALICA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769013010"
},
"departure": {
"time": "1769013010"
},
"stopId": "IDAPOLL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769013010"
},
"departure": {
"time": "1769013010"
},
"stopId": "IDRIMBA2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769013070"
},
"departure": {
"time": "1769013070"
},
"stopId": "IDPLOUV2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769013190"
},
"departure": {
"time": "1769013190"
},
"stopId": "IDCHASS2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769013250"
},
"departure": {
"time": "1769013250"
},
"stopId": "IDBRANC2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769013370"
},
"departure": {
"time": "1769013370"
},
"stopId": "IDADMIN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769013370"
},
"departure": {
"time": "1769013370"
},
"stopId": "IDHOTEL2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769013490"
},
"departure": {
"time": "1769013490"
},
"stopId": "IDTRUFF2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769013490"
},
"departure": {
"time": "1769013490"
},
"stopId": "IDHUBER2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769013610"
},
"departure": {
"time": "1769013610"
},
"stopId": "IDDELOR2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769013670"
},
"departure": {
"time": "1769013670"
},
"stopId": "IDATLAN2",
"stopSequence": 39
},
{
"arrival": {
"time": "1769013730"
},
"departure": {
"time": "1769013730"
},
"stopId": "IDDOISN2",
"stopSequence": 40
},
{
"arrival": {
"time": "1769013790"
},
"departure": {
"time": "1769013790"
},
"stopId": "IDPISCI2",
"stopSequence": 41
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "971-38867"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:8_3_23",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769009026"
},
"departure": {
"time": "1769009483"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769009562"
},
"departure": {
"time": "1769009567"
},
"stopId": "BJBUGEY1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769009618"
},
"departure": {
"time": "1769009634"
},
"stopId": "BJROSTA2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769009651"
},
"departure": {
"time": "1769009667"
},
"stopId": "BJCHARM2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769009715"
},
"departure": {
"time": "1769009735"
},
"stopId": "BJVSCOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769009784"
},
"departure": {
"time": "1769009807"
},
"stopId": "BJCRROU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769009857"
},
"departure": {
"time": "1769009868"
},
"stopId": "BJPTJAL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769009910"
},
"departure": {
"time": "1769009933"
},
"stopId": "BJETISS2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769010010"
},
"departure": {
"time": "1769010043"
},
"stopId": "BJEBARB3",
"stopSequence": 8
},
{
"arrival": {
"time": "1769010074"
},
"departure": {
"time": "1769010096"
},
"stopId": "BJPALAI1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769010117"
},
"departure": {
"time": "1769010128"
},
"stopId": "BJFRERE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769010196"
},
"departure": {
"time": "1769010217"
},
"stopId": "BJEMMAU1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769010324"
},
"departure": {
"time": "1769010354"
},
"stopId": "BJMEDCL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769010389"
},
"departure": {
"time": "1769010430"
},
"stopId": "BJMEDHO1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769010946"
},
"departure": {
"time": "1769011026"
},
"stopId": "BJGRIPR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769011211"
},
"stopId": "IDCECOM1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769011300"
},
"departure": {
"time": "1769011300"
},
"stopId": "IDGUA2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769011420"
},
"departure": {
"time": "1769011420"
},
"stopId": "IDSEIGL2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769011540"
},
"departure": {
"time": "1769011540"
},
"stopId": "VMBELMO2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769011600"
},
"departure": {
"time": "1769011600"
},
"stopId": "VMNAUTA2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769011660"
},
"departure": {
"time": "1769011660"
},
"stopId": "VMGARE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769011720"
},
"departure": {
"time": "1769011720"
},
"stopId": "VMKIOSQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769011780"
},
"departure": {
"time": "1769011780"
},
"stopId": "VMILOTS1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769011840"
},
"departure": {
"time": "1769011840"
},
"stopId": "VMCHATE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769011900"
},
"departure": {
"time": "1769011900"
},
"stopId": "VMTECHE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769011960"
},
"departure": {
"time": "1769011960"
},
"stopId": "VMDESCA2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769012080"
},
"departure": {
"time": "1769012080"
},
"stopId": "VFRPMUI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769012200"
},
"departure": {
"time": "1769012200"
},
"stopId": "VFTECHO1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769012380"
},
"departure": {
"time": "1769012380"
},
"stopId": "VPALPES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769012560"
},
"departure": {
"time": "1769012560"
},
"stopId": "VPGARE1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769012740"
},
"departure": {
"time": "1769012740"
},
"stopId": "VFROCHE1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769012800"
},
"departure": {
"time": "1769012800"
},
"stopId": "VFBOURG1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769012860"
},
"departure": {
"time": "1769012860"
},
"stopId": "VFREPUB1",
"stopSequence": 32
},
{
"arrival": {
"time": "1769012920"
},
"departure": {
"time": "1769012920"
},
"stopId": "VFSTBC9",
"stopSequence": 33
}
],
"timestamp": "1769011228",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_3_23"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e657",
"label": "1526",
"licensePlate": "FB-994-BM"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "965-37621"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:964-37615",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769010909"
},
"departure": {
"time": "1769010932"
},
"stopId": "SSFLOS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769010990"
},
"departure": {
"time": "1769011001"
},
"stopId": "SSSMART1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769011111"
},
"departure": {
"time": "1769011121"
},
"stopId": "SSZONEA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769011193"
},
"departure": {
"time": "1769011216"
},
"stopId": "SSPRECH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769011390"
},
"departure": {
"time": "1769011390"
},
"stopId": "SSEGLIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769011450"
},
"departure": {
"time": "1769011450"
},
"stopId": "SSTRUIT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769011690"
},
"departure": {
"time": "1769011690"
},
"stopId": "SSDEMPT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769011750"
},
"departure": {
"time": "1769011750"
},
"stopId": "SSDEMPT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769011810"
},
"departure": {
"time": "1769011810"
},
"stopId": "SSMOLLA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769011930"
},
"departure": {
"time": "1769011930"
},
"stopId": "BJALBIZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769011990"
},
"departure": {
"time": "1769011990"
},
"stopId": "BJLOUP2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769011990"
},
"departure": {
"time": "1769011990"
},
"stopId": "BJCHPAG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769012050"
},
"departure": {
"time": "1769012050"
},
"stopId": "BJPMONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769012050"
},
"departure": {
"time": "1769012050"
},
"stopId": "BJBELRI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769012110"
},
"departure": {
"time": "1769012110"
},
"stopId": "BJMAS1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769012170"
},
"departure": {
"time": "1769012170"
},
"stopId": "BJTONKI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769012230"
},
"departure": {
"time": "1769012230"
},
"stopId": "BJSQUAR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769012290"
},
"departure": {
"time": "1769012290"
},
"stopId": "BJPREBE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769012350"
},
"departure": {
"time": "1769012350"
},
"stopId": "BJCOPRE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769012410"
},
"departure": {
"time": "1769012410"
},
"stopId": "BJPISCI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769012470"
},
"departure": {
"time": "1769012470"
},
"stopId": "BJEPARG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769012530"
},
"departure": {
"time": "1769012530"
},
"stopId": "BJFOLAT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769012590"
},
"departure": {
"time": "1769012590"
},
"stopId": "BJPMICH1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769012710"
},
"departure": {
"time": "1769012710"
},
"stopId": "BJLYCEE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769012770"
},
"departure": {
"time": "1769012770"
},
"stopId": "BJPOSTE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769013010"
},
"departure": {
"time": "1769013010"
},
"stopId": "BJCHARG1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769013070"
},
"departure": {
"time": "1769013070"
},
"stopId": "MBHLM2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769013130"
},
"departure": {
"time": "1769013130"
},
"stopId": "BJMAUBE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769013190"
},
"departure": {
"time": "1769013190"
},
"stopId": "MBHLM1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769013250"
},
"departure": {
"time": "1769013250"
},
"stopId": "BJCHARG2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769013310"
},
"departure": {
"time": "1769013310"
},
"stopId": "BJJARDI2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769013550"
},
"departure": {
"time": "1769013550"
},
"stopId": "BJPLANB1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769013610"
},
"departure": {
"time": "1769013610"
},
"stopId": "BJSERVE1",
"stopSequence": 32
},
{
"arrival": {
"time": "1769013610"
},
"departure": {
"time": "1769013610"
},
"stopId": "BJCHATI1",
"stopSequence": 33
},
{
"arrival": {
"time": "1769013670"
},
"departure": {
"time": "1769013670"
},
"stopId": "BJBOIS1",
"stopSequence": 34
},
{
"arrival": {
"time": "1769013670"
},
"departure": {
"time": "1769013670"
},
"stopId": "BJTILLA1",
"stopSequence": 35
},
{
"arrival": {
"time": "1769013730"
},
"departure": {
"time": "1769013730"
},
"stopId": "BJSOMME1",
"stopSequence": 36
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37615"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e290",
"label": "1302",
"licensePlate": "194-DDZ-38"
}
}
},
{
"id": "trip:970-37625",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769000655"
},
"departure": {
"time": "1769000689"
},
"stopId": "BJMAUBE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769000721"
},
"departure": {
"time": "1769000745"
},
"stopId": "MBHLM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769000800"
},
"departure": {
"time": "1769000810"
},
"stopId": "BJCHARG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769001160"
},
"departure": {
"time": "1769001180"
},
"stopId": "BJPOSTE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769001191"
},
"departure": {
"time": "1769001292"
},
"stopId": "BJLYCEE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769001334"
},
"departure": {
"time": "1769001354"
},
"stopId": "BJPMICH2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769001385"
},
"departure": {
"time": "1769001411"
},
"stopId": "BJFOLAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769001443"
},
"departure": {
"time": "1769001475"
},
"stopId": "BJEPARG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769001507"
},
"departure": {
"time": "1769001518"
},
"stopId": "BJPISCI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769001534"
},
"departure": {
"time": "1769001549"
},
"stopId": "BJCOPRE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769001605"
},
"departure": {
"time": "1769001616"
},
"stopId": "BJPREBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769001692"
},
"departure": {
"time": "1769001720"
},
"stopId": "BJMARS2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769001797"
},
"departure": {
"time": "1769001826"
},
"stopId": "BJTONKI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769001905"
},
"departure": {
"time": "1769001915"
},
"stopId": "BJBELRI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769001930"
},
"departure": {
"time": "1769001941"
},
"stopId": "BJPMONT2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769001974"
},
"departure": {
"time": "1769002008"
},
"stopId": "BJCHPAG2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769002018"
},
"departure": {
"time": "1769002034"
},
"stopId": "BJLOUP1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769002062"
},
"departure": {
"time": "1769002077"
},
"stopId": "BJALBIZ2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769002082"
},
"departure": {
"time": "1769002092"
},
"stopId": "BJBERNA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769002218"
},
"departure": {
"time": "1769002229"
},
"stopId": "SSMOLLA2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769002358"
},
"departure": {
"time": "1769002368"
},
"stopId": "SSDEMPT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769002352"
},
"departure": {
"time": "1769002291"
},
"stopId": "SSDEMPT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769002610"
},
"departure": {
"time": "1769002628"
},
"stopId": "SSTRUIT2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769002709"
},
"departure": {
"time": "1769002719"
},
"stopId": "SSEGLIS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769002836"
},
"departure": {
"time": "1769002847"
},
"stopId": "SSPRECH2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769002920"
},
"departure": {
"time": "1769002953"
},
"stopId": "SSZONEA2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769003037"
},
"departure": {
"time": "1769003047"
},
"stopId": "SSSMART2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769003108"
},
"stopId": "SSFLOS2",
"stopSequence": 27
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37625"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:1165-38328",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768974727"
},
"departure": {
"time": "1768974739"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768974752"
},
"departure": {
"time": "1768974781"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768974833"
},
"departure": {
"time": "1768974849"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768974875"
},
"departure": {
"time": "1768974914"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768974956"
},
"departure": {
"time": "1768974974"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768975120"
},
"departure": {
"time": "1768975161"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768975182"
},
"departure": {
"time": "1768975201"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1768975217"
},
"departure": {
"time": "1768975237"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768975282"
},
"departure": {
"time": "1768975293"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768975315"
},
"departure": {
"time": "1768975320"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768975344"
},
"departure": {
"time": "1768975353"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768975374"
},
"departure": {
"time": "1768975390"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768975419"
},
"departure": {
"time": "1768975447"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768975466"
},
"departure": {
"time": "1768975490"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768975538"
},
"departure": {
"time": "1768975551"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768975603"
},
"departure": {
"time": "1768975621"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768975673"
},
"departure": {
"time": "1768975683"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768975783"
},
"departure": {
"time": "1768975926"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768976020"
},
"departure": {
"time": "1768976087"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768976151"
},
"departure": {
"time": "1768976184"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768976208"
},
"departure": {
"time": "1768976271"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768976320"
},
"departure": {
"time": "1768976330"
},
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768976581"
},
"departure": {
"time": "1768976592"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768976630"
},
"departure": {
"time": "1768976651"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768976672"
},
"departure": {
"time": "1768976719"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768976862"
},
"departure": {
"time": "1768976915"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768976959"
},
"departure": {
"time": "1768977010"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768977050"
},
"departure": {
"time": "1768977110"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768977118"
},
"departure": {
"time": "1768977160"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768977177"
},
"departure": {
"time": "1768977206"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768977208"
},
"departure": {
"time": "1768977265"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768977281"
},
"departure": {
"time": "1768977295"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768977320"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38328"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:956-38025",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768971417"
},
"departure": {
"time": "1768971676"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768971714"
},
"departure": {
"time": "1768971731"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768971777"
},
"departure": {
"time": "1768971786"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768971796"
},
"departure": {
"time": "1768971840"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768971847"
},
"departure": {
"time": "1768971879"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768971917"
},
"departure": {
"time": "1768971956"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768971985"
},
"departure": {
"time": "1768972041"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768972130"
},
"departure": {
"time": "1768972141"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768972281"
},
"departure": {
"time": "1768972345"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768972491"
},
"departure": {
"time": "1768972527"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768972646"
},
"departure": {
"time": "1768972692"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768972817"
},
"departure": {
"time": "1768972876"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768972918"
},
"departure": {
"time": "1768972933"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768972980"
},
"departure": {
"time": "1768972992"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768973106"
},
"departure": {
"time": "1768973117"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768973163"
},
"departure": {
"time": "1768973193"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768973294"
},
"departure": {
"time": "1768973351"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768973523"
},
"departure": {
"time": "1768973573"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768973616"
},
"departure": {
"time": "1768973645"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768973710"
},
"departure": {
"time": "1768973745"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768973811"
},
"departure": {
"time": "1768973843"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768973876"
},
"departure": {
"time": "1768973883"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768973907"
},
"departure": {
"time": "1768973924"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768973953"
},
"departure": {
"time": "1768973968"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768974003"
},
"departure": {
"time": "1768974015"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768974059"
},
"departure": {
"time": "1768974086"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768974106"
},
"departure": {
"time": "1768974121"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768974144"
},
"departure": {
"time": "1768974156"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768974211"
},
"departure": {
"time": "1768974226"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768974271"
},
"departure": {
"time": "1768974279"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768974290"
},
"departure": {
"time": "1768974303"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768974354"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "956-38025"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"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": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38035"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:972-38835",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769001207"
},
"departure": {
"time": "1769001596"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769001645"
},
"departure": {
"time": "1769001656"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769001684"
},
"departure": {
"time": "1769001731"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769001793"
},
"departure": {
"time": "1769001835"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769001876"
},
"departure": {
"time": "1769001922"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769001932"
},
"departure": {
"time": "1769001947"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769001993"
},
"departure": {
"time": "1769002041"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769002057"
},
"departure": {
"time": "1769002094"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769002225"
},
"departure": {
"time": "1769002246"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769002483"
},
"departure": {
"time": "1769002525"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769002599"
},
"departure": {
"time": "1769002637"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769002676"
},
"departure": {
"time": "1769002693"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769002810"
},
"departure": {
"time": "1769002871"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769002931"
},
"departure": {
"time": "1769002951"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1769002987"
},
"departure": {
"time": "1769003082"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769003104"
},
"departure": {
"time": "1769003139"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769003176"
},
"departure": {
"time": "1769003212"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769003265"
},
"departure": {
"time": "1769003303"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769003346"
},
"departure": {
"time": "1769003389"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769003421"
},
"departure": {
"time": "1769003450"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769003484"
},
"departure": {
"time": "1769003537"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769003601"
},
"departure": {
"time": "1769003651"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769003737"
},
"departure": {
"time": "1769003806"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769003838"
},
"departure": {
"time": "1769003903"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769003966"
},
"departure": {
"time": "1769004016"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769004089"
},
"departure": {
"time": "1769004141"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769004174"
},
"departure": {
"time": "1769004179"
},
"stopId": "BJCFA1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769004216"
},
"departure": {
"time": "1769004247"
},
"stopId": "RMTILLE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769004290"
},
"departure": {
"time": "1769004306"
},
"stopId": "RMPHARM2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769004366"
},
"departure": {
"time": "1769004409"
},
"stopId": "RMRPLAC2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769004424"
},
"departure": {
"time": "1769004440"
},
"stopId": "RMHOTLV2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769004481"
},
"departure": {
"time": "1769004493"
},
"stopId": "RMHALLS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769004515"
},
"departure": {
"time": "1769004550"
},
"stopId": "RMLAVAI2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769004637"
},
"stopId": "RMZAPER2",
"stopSequence": 33
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "972-38835"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:979-38076",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769010458"
},
"departure": {
"time": "1769010654"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769010716"
},
"departure": {
"time": "1769010728"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769010739"
},
"departure": {
"time": "1769010771"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769010812"
},
"departure": {
"time": "1769010853"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769010896"
},
"departure": {
"time": "1769010926"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769010955"
},
"departure": {
"time": "1769011004"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769011021"
},
"departure": {
"time": "1769011072"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769011099"
},
"departure": {
"time": "1769011120"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769011152"
},
"departure": {
"time": "1769011167"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769011210"
},
"departure": {
"time": "1769011227"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769011270"
},
"departure": {
"time": "1769011270"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769011330"
},
"departure": {
"time": "1769011330"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769011390"
},
"departure": {
"time": "1769011390"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769011510"
},
"departure": {
"time": "1769011510"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769011630"
},
"departure": {
"time": "1769011630"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769011930"
},
"departure": {
"time": "1769011930"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769011990"
},
"departure": {
"time": "1769011990"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769012110"
},
"departure": {
"time": "1769012110"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769012290"
},
"departure": {
"time": "1769012290"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769012350"
},
"departure": {
"time": "1769012350"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769012410"
},
"departure": {
"time": "1769012410"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769012650"
},
"departure": {
"time": "1769012650"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769012770"
},
"departure": {
"time": "1769012770"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769012830"
},
"departure": {
"time": "1769012830"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769013010"
},
"departure": {
"time": "1769013010"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769013130"
},
"departure": {
"time": "1769013130"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769013250"
},
"departure": {
"time": "1769013250"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769013310"
},
"departure": {
"time": "1769013310"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769013370"
},
"departure": {
"time": "1769013370"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769013370"
},
"departure": {
"time": "1769013370"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769013430"
},
"departure": {
"time": "1769013430"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769013490"
},
"departure": {
"time": "1769013490"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769013550"
},
"departure": {
"time": "1769013550"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "979-38076"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38829"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:956-38064",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768988704"
},
"departure": {
"time": "1768989012"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768989083"
},
"departure": {
"time": "1768989094"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768989110"
},
"departure": {
"time": "1768989133"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768989188"
},
"departure": {
"time": "1768989218"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768989277"
},
"departure": {
"time": "1768989313"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768989352"
},
"departure": {
"time": "1768989421"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768989437"
},
"departure": {
"time": "1768989481"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768989511"
},
"departure": {
"time": "1768989522"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768989558"
},
"departure": {
"time": "1768989575"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768989603"
},
"departure": {
"time": "1768989647"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768989680"
},
"departure": {
"time": "1768989690"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768989715"
},
"departure": {
"time": "1768989780"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768989847"
},
"departure": {
"time": "1768989889"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768989954"
},
"departure": {
"time": "1768989993"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768990015"
},
"departure": {
"time": "1768990092"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768990174"
},
"departure": {
"time": "1768990216"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768990368"
},
"departure": {
"time": "1768990379"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768990428"
},
"departure": {
"time": "1768990438"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768990531"
},
"departure": {
"time": "1768990565"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768990603"
},
"departure": {
"time": "1768990614"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768990646"
},
"departure": {
"time": "1768990671"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768990803"
},
"departure": {
"time": "1768990828"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768990882"
},
"departure": {
"time": "1768990918"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768990986"
},
"departure": {
"time": "1768991007"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768991103"
},
"departure": {
"time": "1768991155"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768991258"
},
"departure": {
"time": "1768991287"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768991368"
},
"departure": {
"time": "1768991404"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768991435"
},
"departure": {
"time": "1768991446"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768991486"
},
"departure": {
"time": "1768991497"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768991497"
},
"departure": {
"time": "1768991539"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768991551"
},
"departure": {
"time": "1768991581"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768991614"
},
"departure": {
"time": "1768991631"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768991663"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "956-38064"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"id": "trip:972-38850",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769005456"
},
"departure": {
"time": "1769005514"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769005633"
},
"departure": {
"time": "1769005666"
},
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769005694"
},
"departure": {
"time": "1769005710"
},
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769005752"
},
"departure": {
"time": "1769005787"
},
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769005808"
},
"departure": {
"time": "1769005851"
},
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769005922"
},
"departure": {
"time": "1769005937"
},
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769005974"
},
"departure": {
"time": "1769006022"
},
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769006067"
},
"departure": {
"time": "1769006078"
},
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769006161"
},
"departure": {
"time": "1769006200"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769006247"
},
"departure": {
"time": "1769006257"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769006329"
},
"departure": {
"time": "1769006405"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769006437"
},
"departure": {
"time": "1769006500"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769006569"
},
"departure": {
"time": "1769006616"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769006702"
},
"departure": {
"time": "1769006757"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769006807"
},
"departure": {
"time": "1769006818"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769006845"
},
"departure": {
"time": "1769006894"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769006931"
},
"departure": {
"time": "1769006979"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769007018"
},
"departure": {
"time": "1769007054"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769007098"
},
"departure": {
"time": "1769007137"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769007163"
},
"departure": {
"time": "1769007213"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769007241"
},
"departure": {
"time": "1769007258"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769007355"
},
"departure": {
"time": "1769007366"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769007528"
},
"departure": {
"time": "1769007538"
},
"stopId": "IDPLOUV2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769007582"
},
"departure": {
"time": "1769007627"
},
"stopId": "IDCHASS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769007711"
},
"departure": {
"time": "1769007746"
},
"stopId": "IDSAYES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769007874"
},
"departure": {
"time": "1769007885"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769008132"
},
"departure": {
"time": "1769008189"
},
"stopId": "IDADMIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769008206"
},
"departure": {
"time": "1769008223"
},
"stopId": "IDHOTEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769008256"
},
"departure": {
"time": "1769008273"
},
"stopId": "IDTRUFF2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769008279"
},
"departure": {
"time": "1769008315"
},
"stopId": "IDHUBER2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769008353"
},
"departure": {
"time": "1769008412"
},
"stopId": "IDDELOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769008464"
},
"departure": {
"time": "1769008474"
},
"stopId": "IDATLAN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769008506"
},
"departure": {
"time": "1769008547"
},
"stopId": "IDDOISN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769008569"
},
"stopId": "IDPISCI2",
"stopSequence": 33
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "972-38850"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37617"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:975-38836",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769005126"
},
"departure": {
"time": "1769005341"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769005380"
},
"departure": {
"time": "1769005410"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769005438"
},
"departure": {
"time": "1769005443"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769005486"
},
"departure": {
"time": "1769005525"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769005553"
},
"departure": {
"time": "1769005587"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769005593"
},
"departure": {
"time": "1769005635"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769005671"
},
"departure": {
"time": "1769005714"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769005730"
},
"departure": {
"time": "1769005764"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769005906"
},
"departure": {
"time": "1769005924"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769006136"
},
"departure": {
"time": "1769006147"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769006224"
},
"departure": {
"time": "1769006235"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769006266"
},
"departure": {
"time": "1769006301"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769006316"
},
"departure": {
"time": "1769006327"
},
"stopId": "IDRIMBA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769006343"
},
"departure": {
"time": "1769006384"
},
"stopId": "IDAPOLL1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769006399"
},
"departure": {
"time": "1769006409"
},
"stopId": "IDMISTR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769006448"
},
"departure": {
"time": "1769006459"
},
"stopId": "IDRASPE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769006515"
},
"departure": {
"time": "1769006526"
},
"stopId": "IDALICA1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769006588"
},
"departure": {
"time": "1769006600"
},
"stopId": "IDAPOLL2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769006611"
},
"departure": {
"time": "1769006640"
},
"stopId": "IDRIMBA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769006832"
},
"departure": {
"time": "1769006847"
},
"stopId": "BJZACHA1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769006911"
},
"departure": {
"time": "1769006952"
},
"stopId": "BJCHFLE3",
"stopSequence": 20
},
{
"arrival": {
"time": "1769006977"
},
"departure": {
"time": "1769007032"
},
"stopId": "BJCHARM1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769007049"
},
"departure": {
"time": "1769007090"
},
"stopId": "BJROSTA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769007119"
},
"departure": {
"time": "1769007130"
},
"stopId": "BJCHANT1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769007163"
},
"departure": {
"time": "1769007212"
},
"stopId": "BJSTRAU1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769007244"
},
"departure": {
"time": "1769007277"
},
"stopId": "BJVSCOT1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769007298"
},
"departure": {
"time": "1769007365"
},
"stopId": "BJHBARB1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769007392"
},
"departure": {
"time": "1769007442"
},
"stopId": "BJEBARB1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769007493"
},
"departure": {
"time": "1769007545"
},
"stopId": "BJVAUCA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769007641"
},
"departure": {
"time": "1769007703"
},
"stopId": "BJPMICH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769007730"
},
"departure": {
"time": "1769007772"
},
"stopId": "BJFOLAT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769007813"
},
"departure": {
"time": "1769007825"
},
"stopId": "BJEPARG1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769007858"
},
"departure": {
"time": "1769007892"
},
"stopId": "BJPROYA1",
"stopSequence": 32
},
{
"arrival": {
"time": "1769007950"
},
"departure": {
"time": "1769007980"
},
"stopId": "BJCFA1",
"stopSequence": 33
},
{
"arrival": {
"time": "1769008016"
},
"departure": {
"time": "1769008043"
},
"stopId": "RMTILLE1",
"stopSequence": 34
},
{
"arrival": {
"time": "1769008077"
},
"departure": {
"time": "1769008087"
},
"stopId": "RMPHARM2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769008137"
},
"departure": {
"time": "1769008164"
},
"stopId": "RMRPLAC2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769008174"
},
"departure": {
"time": "1769008189"
},
"stopId": "RMHOTLV2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769008218"
},
"departure": {
"time": "1769008233"
},
"stopId": "RMHALLS2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769008249"
},
"departure": {
"time": "1769008254"
},
"stopId": "RMLAVAI2",
"stopSequence": 39
},
{
"arrival": {
"time": "1769008335"
},
"stopId": "RMZAPER2",
"stopSequence": 40
}
],
"timestamp": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "975-38836"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "968-38861"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:983-38074",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769007590"
},
"departure": {
"time": "1769007641"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769007681"
},
"departure": {
"time": "1769007703"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769007714"
},
"departure": {
"time": "1769007737"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769007776"
},
"departure": {
"time": "1769007807"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769007851"
},
"departure": {
"time": "1769007879"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769007910"
},
"departure": {
"time": "1769007932"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769007943"
},
"departure": {
"time": "1769007977"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769008005"
},
"departure": {
"time": "1769008015"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769008048"
},
"departure": {
"time": "1769008074"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769008100"
},
"departure": {
"time": "1769008156"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769008184"
},
"departure": {
"time": "1769008195"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769008223"
},
"departure": {
"time": "1769008299"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769008410"
},
"departure": {
"time": "1769008473"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769009030"
},
"departure": {
"time": "1769009045"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769008997"
},
"departure": {
"time": "1769009024"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769008813"
},
"departure": {
"time": "1769008847"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769009144"
},
"departure": {
"time": "1769009160"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769009206"
},
"departure": {
"time": "1769009216"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769009304"
},
"departure": {
"time": "1769009333"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769009367"
},
"departure": {
"time": "1769009389"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769009416"
},
"departure": {
"time": "1769009458"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769009542"
},
"departure": {
"time": "1769009553"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769009613"
},
"departure": {
"time": "1769009682"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769009709"
},
"departure": {
"time": "1769009719"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769009858"
},
"departure": {
"time": "1769009925"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769010058"
},
"departure": {
"time": "1769010095"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769010185"
},
"departure": {
"time": "1769010237"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769010274"
},
"departure": {
"time": "1769010279"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769010320"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769010348"
},
"departure": {
"time": "1769010376"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769010386"
},
"departure": {
"time": "1769010420"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769010460"
},
"departure": {
"time": "1769010491"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769010521"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "983-38074"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:1165-38337",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768990994"
},
"departure": {
"time": "1768991015"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768991031"
},
"departure": {
"time": "1768991062"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768991149"
},
"departure": {
"time": "1768991165"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768991192"
},
"departure": {
"time": "1768991220"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768991279"
},
"departure": {
"time": "1768991410"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768991566"
},
"departure": {
"time": "1768991602"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768991623"
},
"departure": {
"time": "1768991679"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1768991838"
},
"departure": {
"time": "1768991854"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768991898"
},
"departure": {
"time": "1768991915"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768991937"
},
"departure": {
"time": "1768991942"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768991968"
},
"departure": {
"time": "1768991973"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768991999"
},
"departure": {
"time": "1768992010"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768992031"
},
"departure": {
"time": "1768992083"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768992098"
},
"departure": {
"time": "1768992121"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768992167"
},
"departure": {
"time": "1768992204"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768992267"
},
"departure": {
"time": "1768992283"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768992342"
},
"departure": {
"time": "1768992389"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768992485"
},
"departure": {
"time": "1768992545"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768992620"
},
"departure": {
"time": "1768992694"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768992788"
},
"departure": {
"time": "1768992803"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768992845"
},
"departure": {
"time": "1768992897"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768992982"
},
"departure": {
"time": "1768992992"
},
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768993253"
},
"departure": {
"time": "1768993263"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768993303"
},
"departure": {
"time": "1768993341"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768993361"
},
"departure": {
"time": "1768993420"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768993557"
},
"departure": {
"time": "1768993598"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768993636"
},
"departure": {
"time": "1768993681"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768993732"
},
"departure": {
"time": "1768993769"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768993774"
},
"departure": {
"time": "1768993810"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768993831"
},
"departure": {
"time": "1768993863"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768993868"
},
"departure": {
"time": "1768993879"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768993899"
},
"departure": {
"time": "1768993940"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768993962"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38337"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:976-38075",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769008950"
},
"departure": {
"time": "1769008978"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769009040"
},
"departure": {
"time": "1769009057"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769009069"
},
"departure": {
"time": "1769009079"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769009131"
},
"departure": {
"time": "1769009149"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769009207"
},
"departure": {
"time": "1769009219"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769009252"
},
"departure": {
"time": "1769009302"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769009319"
},
"departure": {
"time": "1769009356"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769009389"
},
"departure": {
"time": "1769009420"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769009454"
},
"departure": {
"time": "1769009472"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769009507"
},
"departure": {
"time": "1769009550"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769009577"
},
"departure": {
"time": "1769009592"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769009619"
},
"departure": {
"time": "1769009658"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769009757"
},
"departure": {
"time": "1769009799"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769009858"
},
"departure": {
"time": "1769009902"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769009927"
},
"departure": {
"time": "1769009993"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769010067"
},
"departure": {
"time": "1769010179"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769010350"
},
"departure": {
"time": "1769010383"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769010436"
},
"departure": {
"time": "1769010464"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769010581"
},
"departure": {
"time": "1769010587"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769010630"
},
"departure": {
"time": "1769010635"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769010666"
},
"departure": {
"time": "1769010755"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769010914"
},
"departure": {
"time": "1769010937"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769011020"
},
"departure": {
"time": "1769011060"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769011088"
},
"departure": {
"time": "1769011099"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769011197"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769011420"
},
"departure": {
"time": "1769011420"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769011540"
},
"departure": {
"time": "1769011540"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769011600"
},
"departure": {
"time": "1769011600"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769011660"
},
"departure": {
"time": "1769011660"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769011660"
},
"departure": {
"time": "1769011660"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769011720"
},
"departure": {
"time": "1769011720"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769011780"
},
"departure": {
"time": "1769011780"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769011840"
},
"departure": {
"time": "1769011840"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "976-38075"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "trip:970-37611",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769002843"
},
"departure": {
"time": "1769002858"
},
"stopId": "SSFLOS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769002918"
},
"departure": {
"time": "1769002928"
},
"stopId": "SSSMART1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769003031"
},
"departure": {
"time": "1769003047"
},
"stopId": "SSZONEA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769003105"
},
"departure": {
"time": "1769003110"
},
"stopId": "SSPRECH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769003246"
},
"departure": {
"time": "1769003273"
},
"stopId": "SSEGLIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769003344"
},
"departure": {
"time": "1769003384"
},
"stopId": "SSTRUIT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769003620"
},
"stopId": "SSDEMPT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769003642"
},
"departure": {
"time": "1769003652"
},
"stopId": "SSDEMPT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769003754"
},
"departure": {
"time": "1769003759"
},
"stopId": "SSMOLLA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769003880"
},
"departure": {
"time": "1769003890"
},
"stopId": "BJALBIZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769003916"
},
"departure": {
"time": "1769003932"
},
"stopId": "BJLOUP2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769003943"
},
"departure": {
"time": "1769003949"
},
"stopId": "BJCHPAG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769003993"
},
"departure": {
"time": "1769004003"
},
"stopId": "BJPMONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769004014"
},
"departure": {
"time": "1769004026"
},
"stopId": "BJBELRI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769004057"
},
"departure": {
"time": "1769004063"
},
"stopId": "BJMAS1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769004088"
},
"departure": {
"time": "1769004121"
},
"stopId": "BJTONKI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769004200"
},
"departure": {
"time": "1769004211"
},
"stopId": "BJSQUAR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769004227"
},
"departure": {
"time": "1769004254"
},
"stopId": "BJPREBE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769004314"
},
"departure": {
"time": "1769004324"
},
"stopId": "BJCOPRE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769004336"
},
"departure": {
"time": "1769004352"
},
"stopId": "BJPISCI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769004389"
},
"departure": {
"time": "1769004417"
},
"stopId": "BJEPARG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769004528"
},
"departure": {
"time": "1769004566"
},
"stopId": "BJFOLAT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769004609"
},
"departure": {
"time": "1769004661"
},
"stopId": "BJPMICH1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769004776"
},
"departure": {
"time": "1769004792"
},
"stopId": "BJLYCEE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769004797"
},
"departure": {
"time": "1769004832"
},
"stopId": "BJPOSTE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769005030"
},
"departure": {
"time": "1769005053"
},
"stopId": "BJCHARG1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769005086"
},
"departure": {
"time": "1769005096"
},
"stopId": "MBHLM2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769005124"
},
"stopId": "BJMAUBE1",
"stopSequence": 27
}
],
"timestamp": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37611"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:974-38822",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769002574"
},
"departure": {
"time": "1769003339"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769003375"
},
"departure": {
"time": "1769003406"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769003427"
},
"departure": {
"time": "1769003465"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769003504"
},
"departure": {
"time": "1769003535"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769003566"
},
"departure": {
"time": "1769003581"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769003586"
},
"departure": {
"time": "1769003597"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769003633"
},
"departure": {
"time": "1769003664"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769003679"
},
"departure": {
"time": "1769003711"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769003820"
},
"departure": {
"time": "1769003841"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769004081"
},
"departure": {
"time": "1769004108"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769004167"
},
"departure": {
"time": "1769004202"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769004230"
},
"departure": {
"time": "1769004251"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769004383"
},
"departure": {
"time": "1769004404"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769004464"
},
"departure": {
"time": "1769004497"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1769004523"
},
"departure": {
"time": "1769004579"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769004594"
},
"departure": {
"time": "1769004639"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769004666"
},
"departure": {
"time": "1769004677"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769004709"
},
"departure": {
"time": "1769004756"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769004789"
},
"departure": {
"time": "1769004827"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769004853"
},
"departure": {
"time": "1769004875"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769004896"
},
"departure": {
"time": "1769004953"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769005042"
},
"departure": {
"time": "1769005103"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769005200"
},
"departure": {
"time": "1769005278"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769005359"
},
"departure": {
"time": "1769005405"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769005438"
},
"departure": {
"time": "1769005472"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769005531"
},
"departure": {
"time": "1769005564"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769005575"
},
"departure": {
"time": "1769005591"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769005619"
},
"departure": {
"time": "1769005647"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769005668"
},
"departure": {
"time": "1769005724"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769005830"
},
"departure": {
"time": "1769005858"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769005932"
},
"departure": {
"time": "1769005943"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769005982"
},
"departure": {
"time": "1769006039"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769006189"
},
"departure": {
"time": "1769006226"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769006281"
},
"departure": {
"time": "1769006319"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769006358"
},
"departure": {
"time": "1769006369"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769006465"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "974-38822"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"id": "trip:983-38043",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769004726"
},
"departure": {
"time": "1769004781"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769004808"
},
"departure": {
"time": "1769004834"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769004871"
},
"departure": {
"time": "1769004896"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769004907"
},
"departure": {
"time": "1769004946"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769004951"
},
"departure": {
"time": "1769004978"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769005006"
},
"departure": {
"time": "1769005017"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769005044"
},
"departure": {
"time": "1769005067"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769005177"
},
"departure": {
"time": "1769005203"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769005303"
},
"departure": {
"time": "1769005346"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769005541"
},
"departure": {
"time": "1769005571"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769005661"
},
"departure": {
"time": "1769005692"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769005851"
},
"departure": {
"time": "1769005892"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769005930"
},
"departure": {
"time": "1769005941"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769005979"
},
"departure": {
"time": "1769006005"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769006106"
},
"departure": {
"time": "1769006117"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769006162"
},
"departure": {
"time": "1769006186"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769006333"
},
"departure": {
"time": "1769006369"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769006550"
},
"departure": {
"time": "1769006609"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769006619"
},
"departure": {
"time": "1769006682"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769006754"
},
"departure": {
"time": "1769006815"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769006876"
},
"departure": {
"time": "1769006913"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769006945"
},
"departure": {
"time": "1769006955"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769006977"
},
"departure": {
"time": "1769007010"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769007038"
},
"departure": {
"time": "1769007073"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769007106"
},
"departure": {
"time": "1769007117"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769007143"
},
"departure": {
"time": "1769007181"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769007193"
},
"departure": {
"time": "1769007250"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769007270"
},
"departure": {
"time": "1769007286"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769007325"
},
"departure": {
"time": "1769007356"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769007399"
},
"departure": {
"time": "1769007436"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769007441"
},
"departure": {
"time": "1769007470"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769007508"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "983-38043"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"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
},
{
"stopId": "SSMOLLA1",
"stopSequence": 8
},
{
"stopId": "BJALBIZ1",
"stopSequence": 9
},
{
"stopId": "BJLOUP2",
"stopSequence": 10
},
{
"stopId": "BJCHPAG1",
"stopSequence": 11
},
{
"stopId": "BJPMONT1",
"stopSequence": 12
},
{
"stopId": "BJBELRI2",
"stopSequence": 13
},
{
"stopId": "BJMAS1",
"stopSequence": 14
},
{
"stopId": "BJTONKI2",
"stopSequence": 15
},
{
"stopId": "BJSQUAR2",
"stopSequence": 16
},
{
"stopId": "BJPREBE2",
"stopSequence": 17
},
{
"stopId": "BJCOPRE2",
"stopSequence": 18
},
{
"stopId": "BJPISCI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769000105"
},
"departure": {
"time": "1769000115"
},
"stopId": "BJEPARG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769000180"
},
"departure": {
"time": "1769000215"
},
"stopId": "BJFOLAT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769000250"
},
"departure": {
"time": "1769000287"
},
"stopId": "BJPMICH1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769000378"
},
"departure": {
"time": "1769000418"
},
"stopId": "BJLYCEE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769000423"
},
"departure": {
"time": "1769000456"
},
"stopId": "BJPOSTE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769000553"
},
"departure": {
"time": "1769000585"
},
"stopId": "BJCHARG1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769000615"
},
"departure": {
"time": "1769000620"
},
"stopId": "MBHLM2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769000655"
},
"stopId": "BJMAUBE1",
"stopSequence": 27
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37610"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:1165-38365",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768988428"
},
"departure": {
"time": "1768988525"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768988554"
},
"departure": {
"time": "1768988574"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768988617"
},
"departure": {
"time": "1768988628"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768988832"
},
"departure": {
"time": "1768988885"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768988967"
},
"departure": {
"time": "1768989046"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768989095"
},
"departure": {
"time": "1768989129"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768989203"
},
"departure": {
"time": "1768989245"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768989316"
},
"departure": {
"time": "1768989617"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768989696"
},
"departure": {
"time": "1768989706"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768989753"
},
"departure": {
"time": "1768989793"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768989839"
},
"departure": {
"time": "1768989855"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768989923"
},
"departure": {
"time": "1768989969"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768990032"
},
"departure": {
"time": "1768990060"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768990076"
},
"departure": {
"time": "1768990107"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768990167"
},
"departure": {
"time": "1768990179"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768990210"
},
"departure": {
"time": "1768990216"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768990236"
},
"departure": {
"time": "1768990242"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768990252"
},
"departure": {
"time": "1768990267"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768990305"
},
"departure": {
"time": "1768990335"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768990402"
},
"departure": {
"time": "1768990436"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768990474"
},
"departure": {
"time": "1768990484"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768990532"
},
"departure": {
"time": "1768990565"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768990601"
},
"departure": {
"time": "1768990616"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768990645"
},
"departure": {
"time": "1768990656"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768990682"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38365"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:1173-38717",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769002954"
},
"departure": {
"time": "1769003126"
},
"stopId": "IDGBUIS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769003158"
},
"departure": {
"time": "1769003194"
},
"stopId": "ID3VALL1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769003206"
},
"departure": {
"time": "1769003234"
},
"stopId": "IDPVINC1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769003256"
},
"departure": {
"time": "1769003267"
},
"stopId": "IDVICAT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769003279"
},
"departure": {
"time": "1769003290"
},
"stopId": "IDCHAMP1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769003384"
},
"departure": {
"time": "1769003537"
},
"stopId": "IDGARE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769003660"
},
"departure": {
"time": "1769003748"
},
"stopId": "IDCECOM2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769003873"
},
"departure": {
"time": "1769003894"
},
"stopId": "IDADMIN2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769003915"
},
"departure": {
"time": "1769003936"
},
"stopId": "IDHOTEL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769003973"
},
"departure": {
"time": "1769003990"
},
"stopId": "IDTRUFF2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769004000"
},
"departure": {
"time": "1769004043"
},
"stopId": "IDHUBER2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769004080"
},
"departure": {
"time": "1769004140"
},
"stopId": "IDDELOR2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769004186"
},
"departure": {
"time": "1769004219"
},
"stopId": "IDATLAN2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769004246"
},
"departure": {
"time": "1769004287"
},
"stopId": "IDDOISN2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769004332"
},
"departure": {
"time": "1769004347"
},
"stopId": "IDGERMA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769004406"
},
"departure": {
"time": "1769004412"
},
"stopId": "IDSEIGL2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769004498"
},
"departure": {
"time": "1769004509"
},
"stopId": "VMBELMO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769004570"
},
"departure": {
"time": "1769004581"
},
"stopId": "VMNAUTA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769004635"
},
"departure": {
"time": "1769004651"
},
"stopId": "VMGARE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769004677"
},
"departure": {
"time": "1769004698"
},
"stopId": "VMKIOSQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769004731"
},
"departure": {
"time": "1769004741"
},
"stopId": "VMILOTS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769004785"
},
"departure": {
"time": "1769004801"
},
"stopId": "VMCHATE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769004880"
},
"departure": {
"time": "1769004885"
},
"stopId": "VMGUING2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769004915"
},
"departure": {
"time": "1769004921"
},
"stopId": "VMCOND2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769004948"
},
"departure": {
"time": "1769004958"
},
"stopId": "VFCCIN2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769005005"
},
"departure": {
"time": "1769005049"
},
"stopId": "VFTECHO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769005140"
},
"departure": {
"time": "1769005150"
},
"stopId": "VFMUISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769005176"
},
"departure": {
"time": "1769005254"
},
"stopId": "VFPONT2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769005285"
},
"departure": {
"time": "1769005331"
},
"stopId": "VFAILLA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769005357"
},
"departure": {
"time": "1769005414"
},
"stopId": "VFSECU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769005444"
},
"departure": {
"time": "1769005480"
},
"stopId": "VFSTBC2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769005518"
},
"departure": {
"time": "1769005569"
},
"stopId": "VFREPUB2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769005591"
},
"departure": {
"time": "1769005621"
},
"stopId": "VFBOURG2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769005664"
},
"departure": {
"time": "1769005697"
},
"stopId": "VFROCHE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769005728"
},
"departure": {
"time": "1769005767"
},
"stopId": "VFBRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769005778"
},
"departure": {
"time": "1769005783"
},
"stopId": "VFBOIS2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769005805"
},
"departure": {
"time": "1769005840"
},
"stopId": "VFARMIE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769005879"
},
"departure": {
"time": "1769005890"
},
"stopId": "VFCRUIZ2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769005922"
},
"departure": {
"time": "1769005928"
},
"stopId": "QF3COMM2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769005966"
},
"stopId": "QFMOINE2",
"stopSequence": 39
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1173-38717"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "968-38819"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37605"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:972-38837",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769008569"
},
"departure": {
"time": "1769008918"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769008957"
},
"departure": {
"time": "1769008988"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769009015"
},
"departure": {
"time": "1769009026"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769009076"
},
"departure": {
"time": "1769009091"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769009130"
},
"departure": {
"time": "1769009160"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769009166"
},
"departure": {
"time": "1769009204"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769009250"
},
"departure": {
"time": "1769009266"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769009283"
},
"departure": {
"time": "1769009306"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769009432"
},
"departure": {
"time": "1769009443"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769009674"
},
"departure": {
"time": "1769009691"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769009768"
},
"departure": {
"time": "1769009783"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769009822"
},
"departure": {
"time": "1769009854"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769010008"
},
"departure": {
"time": "1769010054"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769010122"
},
"departure": {
"time": "1769010172"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1769010206"
},
"departure": {
"time": "1769010259"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769010281"
},
"departure": {
"time": "1769010324"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769010368"
},
"departure": {
"time": "1769010384"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769010452"
},
"departure": {
"time": "1769010490"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769010528"
},
"departure": {
"time": "1769010546"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769010577"
},
"departure": {
"time": "1769010606"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769010636"
},
"departure": {
"time": "1769010709"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769010821"
},
"departure": {
"time": "1769010894"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769011032"
},
"departure": {
"time": "1769011091"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769011136"
},
"departure": {
"time": "1769011189"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769011280"
},
"departure": {
"time": "1769011280"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769011400"
},
"departure": {
"time": "1769011400"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769011460"
},
"departure": {
"time": "1769011460"
},
"stopId": "BJCFA1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769011520"
},
"departure": {
"time": "1769011520"
},
"stopId": "RMTILLE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769011580"
},
"departure": {
"time": "1769011580"
},
"stopId": "RMPHARM2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769011640"
},
"departure": {
"time": "1769011640"
},
"stopId": "RMRPLAC2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769011640"
},
"departure": {
"time": "1769011640"
},
"stopId": "RMHOTLV2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769011700"
},
"departure": {
"time": "1769011700"
},
"stopId": "RMHALLS2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769011760"
},
"departure": {
"time": "1769011760"
},
"stopId": "RMLAVAI2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769011880"
},
"departure": {
"time": "1769011880"
},
"stopId": "RMZAPER2",
"stopSequence": 33
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "972-38837"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:1165-38368",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768993962"
},
"departure": {
"time": "1768994018"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768994050"
},
"departure": {
"time": "1768994077"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768994113"
},
"departure": {
"time": "1768994123"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768994334"
},
"departure": {
"time": "1768994412"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768994474"
},
"departure": {
"time": "1768994577"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768994605"
},
"departure": {
"time": "1768994615"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768994674"
},
"departure": {
"time": "1768994743"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768994818"
},
"departure": {
"time": "1768994863"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768994936"
},
"departure": {
"time": "1768994966"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768995010"
},
"departure": {
"time": "1768995044"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768995094"
},
"departure": {
"time": "1768995109"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768995192"
},
"departure": {
"time": "1768995225"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768995273"
},
"departure": {
"time": "1768995303"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768995335"
},
"departure": {
"time": "1768995371"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768995431"
},
"departure": {
"time": "1768995442"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768995474"
},
"departure": {
"time": "1768995479"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768995497"
},
"departure": {
"time": "1768995521"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768995549"
},
"departure": {
"time": "1768995584"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768995617"
},
"departure": {
"time": "1768995652"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768995685"
},
"departure": {
"time": "1768995696"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768995771"
},
"departure": {
"time": "1768995782"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768995833"
},
"departure": {
"time": "1768995861"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768995893"
},
"departure": {
"time": "1768995934"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768995977"
},
"departure": {
"time": "1768995993"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768996019"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38368"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:1164-38709",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768973435"
},
"stopId": "IDGBUIS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768974290"
},
"departure": {
"time": "1768974290"
},
"stopId": "ID3VALL1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768974350"
},
"departure": {
"time": "1768974350"
},
"stopId": "IDPVINC1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768974410"
},
"departure": {
"time": "1768974410"
},
"stopId": "IDVICAT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768974470"
},
"departure": {
"time": "1768974470"
},
"stopId": "IDCHAMP1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768974710"
},
"departure": {
"time": "1768974710"
},
"stopId": "IDGARE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768974950"
},
"departure": {
"time": "1768974950"
},
"stopId": "IDCECOM2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768975130"
},
"departure": {
"time": "1768975130"
},
"stopId": "IDADMIN2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768975130"
},
"departure": {
"time": "1768975130"
},
"stopId": "IDHOTEL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768975250"
},
"departure": {
"time": "1768975250"
},
"stopId": "IDTRUFF2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768975250"
},
"departure": {
"time": "1768975250"
},
"stopId": "IDHUBER2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768975310"
},
"departure": {
"time": "1768975310"
},
"stopId": "IDDELOR2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768975370"
},
"departure": {
"time": "1768975370"
},
"stopId": "IDATLAN2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768975430"
},
"departure": {
"time": "1768975430"
},
"stopId": "IDDOISN2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768975490"
},
"departure": {
"time": "1768975490"
},
"stopId": "IDGERMA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768975670"
},
"departure": {
"time": "1768975670"
},
"stopId": "IDSEIGL2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768975790"
},
"departure": {
"time": "1768975790"
},
"stopId": "VMBELMO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768975910"
},
"departure": {
"time": "1768975910"
},
"stopId": "VMNAUTA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768975970"
},
"departure": {
"time": "1768975970"
},
"stopId": "VMGARE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768975970"
},
"departure": {
"time": "1768975970"
},
"stopId": "VMKIOSQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768976030"
},
"departure": {
"time": "1768976030"
},
"stopId": "VMILOTS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768976090"
},
"departure": {
"time": "1768976090"
},
"stopId": "VMCHATE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768976210"
},
"departure": {
"time": "1768976210"
},
"stopId": "VMGUING2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768976270"
},
"departure": {
"time": "1768976270"
},
"stopId": "VMCOND2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768976270"
},
"departure": {
"time": "1768976270"
},
"stopId": "VFCCIN2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768976330"
},
"departure": {
"time": "1768976330"
},
"stopId": "VFTECHO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768976450"
},
"departure": {
"time": "1768976450"
},
"stopId": "VFMUISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768976510"
},
"departure": {
"time": "1768976510"
},
"stopId": "VFPONT2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768976570"
},
"departure": {
"time": "1768976570"
},
"stopId": "VFAILLA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768976630"
},
"departure": {
"time": "1768976630"
},
"stopId": "VFSECU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768976750"
},
"departure": {
"time": "1768976750"
},
"stopId": "VFSTBC2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768976810"
},
"departure": {
"time": "1768976810"
},
"stopId": "VFREPUB2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768976870"
},
"departure": {
"time": "1768976870"
},
"stopId": "VFBOURG2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768976990"
},
"departure": {
"time": "1768976990"
},
"stopId": "VFROCHE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768977050"
},
"departure": {
"time": "1768977050"
},
"stopId": "VFBRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1768977110"
},
"departure": {
"time": "1768977110"
},
"stopId": "VFBOIS2",
"stopSequence": 35
},
{
"arrival": {
"time": "1768977170"
},
"departure": {
"time": "1768977170"
},
"stopId": "VFARMIE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1768977230"
},
"departure": {
"time": "1768977230"
},
"stopId": "VFCRUIZ2",
"stopSequence": 37
},
{
"arrival": {
"time": "1768977290"
},
"departure": {
"time": "1768977290"
},
"stopId": "QF3COMM2",
"stopSequence": 38
},
{
"arrival": {
"time": "1768977350"
},
"departure": {
"time": "1768977350"
},
"stopId": "QFMOINE2",
"stopSequence": 39
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1164-38709"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e0ce",
"label": "1338",
"licensePlate": "HE-068-TT"
}
}
},
{
"id": "trip:976-38044",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769005718"
},
"departure": {
"time": "1769005848"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769005886"
},
"departure": {
"time": "1769005909"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769005952"
},
"departure": {
"time": "1769005988"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769006010"
},
"departure": {
"time": "1769006027"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769006039"
},
"departure": {
"time": "1769006069"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769006102"
},
"departure": {
"time": "1769006114"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769006151"
},
"departure": {
"time": "1769006184"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769006294"
},
"departure": {
"time": "1769006317"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769006461"
},
"departure": {
"time": "1769006513"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769006688"
},
"departure": {
"time": "1769006722"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769006840"
},
"departure": {
"time": "1769006851"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769007019"
},
"departure": {
"time": "1769007030"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769007074"
},
"departure": {
"time": "1769007085"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769007142"
},
"departure": {
"time": "1769007188"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769007336"
},
"departure": {
"time": "1769007481"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769007535"
},
"departure": {
"time": "1769007547"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769007702"
},
"departure": {
"time": "1769007735"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769007917"
},
"departure": {
"time": "1769007969"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769008001"
},
"departure": {
"time": "1769008040"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769008083"
},
"departure": {
"time": "1769008155"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769008234"
},
"departure": {
"time": "1769008279"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769008332"
},
"departure": {
"time": "1769008342"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769008370"
},
"departure": {
"time": "1769008403"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769008435"
},
"departure": {
"time": "1769008478"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769008516"
},
"departure": {
"time": "1769008542"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769008573"
},
"departure": {
"time": "1769008602"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769008619"
},
"departure": {
"time": "1769008660"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769008687"
},
"departure": {
"time": "1769008711"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769008763"
},
"departure": {
"time": "1769008774"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769008822"
},
"departure": {
"time": "1769008850"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769008856"
},
"departure": {
"time": "1769008879"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769008925"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "976-38044"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37607"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:1161-38357",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768969259"
},
"departure": {
"time": "1768969467"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768969501"
},
"departure": {
"time": "1768969532"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768969574"
},
"departure": {
"time": "1768969584"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768969773"
},
"departure": {
"time": "1768969856"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768969908"
},
"departure": {
"time": "1768969941"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768969985"
},
"departure": {
"time": "1768970005"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768970111"
},
"departure": {
"time": "1768970159"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768970227"
},
"departure": {
"time": "1768970253"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768970304"
},
"departure": {
"time": "1768970316"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768970356"
},
"departure": {
"time": "1768970384"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768970421"
},
"departure": {
"time": "1768970434"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768970496"
},
"departure": {
"time": "1768970529"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768970571"
},
"departure": {
"time": "1768970600"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768970615"
},
"departure": {
"time": "1768970661"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768970679"
},
"departure": {
"time": "1768970716"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768970743"
},
"departure": {
"time": "1768970756"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768970776"
},
"departure": {
"time": "1768970816"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768970835"
},
"departure": {
"time": "1768970843"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768970877"
},
"departure": {
"time": "1768970918"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768970968"
},
"departure": {
"time": "1768971002"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768971027"
},
"departure": {
"time": "1768971062"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768971098"
},
"departure": {
"time": "1768971126"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768971155"
},
"departure": {
"time": "1768971169"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768971188"
},
"departure": {
"time": "1768971197"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768971315"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38357"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"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": "1768999450"
},
"departure": {
"time": "1768999489"
},
"stopId": "VFRPMUI1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768999534"
},
"departure": {
"time": "1768999544"
},
"stopId": "VMDESCA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768999601"
},
"departure": {
"time": "1768999613"
},
"stopId": "VMTECHE2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768999623"
},
"departure": {
"time": "1768999634"
},
"stopId": "VMCHATE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768999681"
},
"departure": {
"time": "1768999691"
},
"stopId": "VMILOTS2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768999719"
},
"departure": {
"time": "1768999734"
},
"stopId": "VMKIOSQ1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768999752"
},
"departure": {
"time": "1768999768"
},
"stopId": "VMGARE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768999811"
},
"departure": {
"time": "1768999822"
},
"stopId": "VMNAUTA1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768999878"
},
"departure": {
"time": "1768999894"
},
"stopId": "VMBELMO1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768999984"
},
"departure": {
"time": "1768999989"
},
"stopId": "IDSEIGL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769000074"
},
"departure": {
"time": "1769000107"
},
"stopId": "IDGUA1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769000174"
},
"departure": {
"time": "1769000233"
},
"stopId": "IDCECOM2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769000412"
},
"departure": {
"time": "1769000564"
},
"stopId": "BJGRIPR1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769000740"
},
"departure": {
"time": "1769000785"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769000819"
},
"departure": {
"time": "1769000830"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769000917"
},
"departure": {
"time": "1769000953"
},
"stopId": "BJEMMAU2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769001022"
},
"departure": {
"time": "1769001033"
},
"stopId": "BJFRERE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769001054"
},
"departure": {
"time": "1769001070"
},
"stopId": "BJPALAI2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769001098"
},
"departure": {
"time": "1769001134"
},
"stopId": "BJEBARB4",
"stopSequence": 24
},
{
"arrival": {
"time": "1769001203"
},
"departure": {
"time": "1769001240"
},
"stopId": "BJETISS1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769001267"
},
"departure": {
"time": "1769001313"
},
"stopId": "BJPTJAL2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769001356"
},
"departure": {
"time": "1769001383"
},
"stopId": "BJCRROU2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769001437"
},
"departure": {
"time": "1769001454"
},
"stopId": "BJVSCOT2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769001515"
},
"departure": {
"time": "1769001548"
},
"stopId": "BJCHARM1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769001565"
},
"departure": {
"time": "1769001575"
},
"stopId": "BJROSTA1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769001640"
},
"departure": {
"time": "1769001650"
},
"stopId": "BJBUGEY2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769001696"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011228",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_1_9"
},
"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": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38847"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"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": "1768999544"
},
"departure": {
"time": "1768999554"
},
"stopId": "BJZACHA1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768999618"
},
"departure": {
"time": "1768999635"
},
"stopId": "BJCHFLE3",
"stopSequence": 20
},
{
"arrival": {
"time": "1768999663"
},
"departure": {
"time": "1768999714"
},
"stopId": "BJCHARM1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768999737"
},
"departure": {
"time": "1768999766"
},
"stopId": "BJROSTA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768999807"
},
"departure": {
"time": "1768999854"
},
"stopId": "BJCHANT1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768999885"
},
"departure": {
"time": "1768999926"
},
"stopId": "BJSTRAU1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768999954"
},
"departure": {
"time": "1769000000"
},
"stopId": "BJVSCOT1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769000027"
},
"departure": {
"time": "1769000042"
},
"stopId": "BJHBARB1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769000063"
},
"departure": {
"time": "1769000151"
},
"stopId": "BJEBARB1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769000216"
},
"departure": {
"time": "1769000278"
},
"stopId": "BJVAUCA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769000372"
},
"departure": {
"time": "1769000441"
},
"stopId": "BJPMICH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769000483"
},
"departure": {
"time": "1769000527"
},
"stopId": "BJFOLAT2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769000594"
},
"departure": {
"time": "1769000623"
},
"stopId": "BJEPARG1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769000660"
},
"departure": {
"time": "1769000689"
},
"stopId": "BJPROYA1",
"stopSequence": 32
},
{
"arrival": {
"time": "1769000720"
},
"departure": {
"time": "1769000726"
},
"stopId": "BJCFA1",
"stopSequence": 33
},
{
"arrival": {
"time": "1769000757"
},
"departure": {
"time": "1769000768"
},
"stopId": "RMTILLE1",
"stopSequence": 34
},
{
"arrival": {
"time": "1769000820"
},
"departure": {
"time": "1769000846"
},
"stopId": "RMPHARM2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769000896"
},
"departure": {
"time": "1769000928"
},
"stopId": "RMRPLAC2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769000939"
},
"departure": {
"time": "1769000956"
},
"stopId": "RMHOTLV2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769000985"
},
"departure": {
"time": "1769001001"
},
"stopId": "RMHALLS2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769001018"
},
"departure": {
"time": "1769001030"
},
"stopId": "RMLAVAI2",
"stopSequence": 39
},
{
"arrival": {
"time": "1769001110"
},
"stopId": "RMZAPER2",
"stopSequence": 40
}
],
"timestamp": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "975-38834"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:977-36353",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769010538"
},
"departure": {
"time": "1769010580"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769010597"
},
"departure": {
"time": "1769010628"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769010643"
},
"departure": {
"time": "1769010658"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769010702"
},
"departure": {
"time": "1769010736"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769010794"
},
"departure": {
"time": "1769010804"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769010858"
},
"departure": {
"time": "1769010908"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769010950"
},
"departure": {
"time": "1769010994"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769011120"
},
"departure": {
"time": "1769011193"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769011227"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769011380"
},
"departure": {
"time": "1769011380"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769011680"
},
"departure": {
"time": "1769011680"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769011740"
},
"departure": {
"time": "1769011740"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769011920"
},
"departure": {
"time": "1769011920"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769012040"
},
"departure": {
"time": "1769012040"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769012160"
},
"departure": {
"time": "1769012160"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769012220"
},
"departure": {
"time": "1769012220"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769012220"
},
"departure": {
"time": "1769012220"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769012280"
},
"departure": {
"time": "1769012280"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769012340"
},
"departure": {
"time": "1769012340"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769012460"
},
"departure": {
"time": "1769012460"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769012520"
},
"departure": {
"time": "1769012520"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769012820"
},
"departure": {
"time": "1769012820"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769012880"
},
"departure": {
"time": "1769012880"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769013000"
},
"departure": {
"time": "1769013000"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769013240"
},
"departure": {
"time": "1769013240"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769013360"
},
"departure": {
"time": "1769013360"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769013420"
},
"departure": {
"time": "1769013420"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769013480"
},
"departure": {
"time": "1769013480"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769013540"
},
"departure": {
"time": "1769013540"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769013540"
},
"departure": {
"time": "1769013540"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769013660"
},
"departure": {
"time": "1769013660"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769013720"
},
"departure": {
"time": "1769013720"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "977-36353"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"id": "trip:956-38060",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768981688"
},
"departure": {
"time": "1768981912"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768981967"
},
"departure": {
"time": "1768981978"
},
"stopId": "BJCHPIN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768981994"
},
"departure": {
"time": "1768982044"
},
"stopId": "BJLINNE1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768982084"
},
"departure": {
"time": "1768982101"
},
"stopId": "BJPREPO1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768982153"
},
"departure": {
"time": "1768982170"
},
"stopId": "BJCHFLE1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768982196"
},
"departure": {
"time": "1768982239"
},
"stopId": "BJCHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768982258"
},
"departure": {
"time": "1768982289"
},
"stopId": "BJROSTA1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768982317"
},
"departure": {
"time": "1768982357"
},
"stopId": "BJCHANT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768982389"
},
"departure": {
"time": "1768982439"
},
"stopId": "BJSTRAU1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768982478"
},
"departure": {
"time": "1768982523"
},
"stopId": "BJVSCOT1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768982555"
},
"departure": {
"time": "1768982592"
},
"stopId": "BJHBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768982617"
},
"departure": {
"time": "1768982647"
},
"stopId": "BJEBARB1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768982709"
},
"departure": {
"time": "1768982770"
},
"stopId": "BJVAUCA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768982810"
},
"departure": {
"time": "1768982832"
},
"stopId": "BJLYCEE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768982884"
},
"departure": {
"time": "1768982946"
},
"stopId": "BJPOSTE1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768982986"
},
"departure": {
"time": "1768983008"
},
"stopId": "BJGARE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768983163"
},
"departure": {
"time": "1768983171"
},
"stopId": "BJALPES2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768983219"
},
"departure": {
"time": "1768983228"
},
"stopId": "BJCLESP2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768983331"
},
"departure": {
"time": "1768983343"
},
"stopId": "BJPAPIN2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768983384"
},
"departure": {
"time": "1768983391"
},
"stopId": "BJMALAS2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768983419"
},
"departure": {
"time": "1768983454"
},
"stopId": "BJMALBR2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768983558"
},
"departure": {
"time": "1768983590"
},
"stopId": "BJGRSOL2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768983667"
},
"departure": {
"time": "1768983682"
},
"stopId": "BJGRIVE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768983708"
},
"departure": {
"time": "1768983721"
},
"stopId": "BJXBLAN2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768983826"
},
"departure": {
"time": "1768983875"
},
"stopId": "IDGARE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768984018"
},
"departure": {
"time": "1768984037"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768984121"
},
"departure": {
"time": "1768984136"
},
"stopId": "IDLANS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768984166"
},
"departure": {
"time": "1768984175"
},
"stopId": "IDPLANT1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768984215"
},
"departure": {
"time": "1768984227"
},
"stopId": "IDFAUVE1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768984229"
},
"departure": {
"time": "1768984258"
},
"stopId": "IDPPLAT1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768984269"
},
"departure": {
"time": "1768984278"
},
"stopId": "IDATLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768984315"
},
"departure": {
"time": "1768984349"
},
"stopId": "IDDELOR1",
"stopSequence": 31
},
{
"arrival": {
"time": "1768984380"
},
"stopId": "IDTRIFO1",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "956-38060"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"id": "trip:4_2_18",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769008552"
},
"departure": {
"time": "1769008840"
},
"stopId": "BJGARE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769009067"
},
"departure": {
"time": "1769009130"
},
"stopId": "BJLIBE1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769009185"
},
"departure": {
"time": "1769009201"
},
"stopId": "BJHUGO1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769009245"
},
"departure": {
"time": "1769009262"
},
"stopId": "BJMLECL1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769009305"
},
"departure": {
"time": "1769009326"
},
"stopId": "BJMARS2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769009353"
},
"departure": {
"time": "1769009401"
},
"stopId": "BJTEMPL2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769009454"
},
"departure": {
"time": "1769009469"
},
"stopId": "BJHOTEL2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769009506"
},
"departure": {
"time": "1769009543"
},
"stopId": "BJLIBER2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769009563"
},
"departure": {
"time": "1769009578"
},
"stopId": "BJPTJAL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769009657"
},
"departure": {
"time": "1769009677"
},
"stopId": "BJPASTE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769009737"
},
"departure": {
"time": "1769009776"
},
"stopId": "BJEBARB1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769009852"
},
"departure": {
"time": "1769009882"
},
"stopId": "BJVAUCA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769009920"
},
"departure": {
"time": "1769009962"
},
"stopId": "BJLYCEE1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769009987"
},
"departure": {
"time": "1769010070"
},
"stopId": "BJPOSTE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769010161"
},
"stopId": "BJGARE1",
"stopSequence": 14
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_2_18"
},
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38815"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:1161-38358",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768973769"
},
"departure": {
"time": "1768974087"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768974137"
},
"departure": {
"time": "1768974146"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768974188"
},
"departure": {
"time": "1768974194"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768974410"
},
"departure": {
"time": "1768974425"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768974466"
},
"departure": {
"time": "1768974499"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768974526"
},
"departure": {
"time": "1768974559"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768974668"
},
"departure": {
"time": "1768974704"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768974783"
},
"departure": {
"time": "1768974823"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768974878"
},
"departure": {
"time": "1768974884"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768974931"
},
"departure": {
"time": "1768974941"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768974981"
},
"departure": {
"time": "1768974995"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768975041"
},
"departure": {
"time": "1768975048"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768975091"
},
"departure": {
"time": "1768975097"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768975115"
},
"departure": {
"time": "1768975151"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768975203"
},
"departure": {
"time": "1768975215"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768975248"
},
"departure": {
"time": "1768975253"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768975277"
},
"departure": {
"time": "1768975288"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768975309"
},
"departure": {
"time": "1768975316"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768975368"
},
"departure": {
"time": "1768975385"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768975422"
},
"departure": {
"time": "1768975451"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768975484"
},
"departure": {
"time": "1768975494"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768975531"
},
"departure": {
"time": "1768975540"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768975571"
},
"departure": {
"time": "1768975583"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768975613"
},
"departure": {
"time": "1768975625"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768975656"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38358"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38818"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38813"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"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": "1768999657"
},
"departure": {
"time": "1768999688"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768999825"
},
"departure": {
"time": "1768999871"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769000027"
},
"departure": {
"time": "1769000039"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769000073"
},
"departure": {
"time": "1769000078"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769000117"
},
"departure": {
"time": "1769000181"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769000319"
},
"departure": {
"time": "1769000349"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769000387"
},
"departure": {
"time": "1769000416"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769000494"
},
"departure": {
"time": "1769000632"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769000787"
},
"departure": {
"time": "1769000824"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769000854"
},
"departure": {
"time": "1769000886"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769000945"
},
"departure": {
"time": "1769000979"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769001046"
},
"departure": {
"time": "1769001084"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769001117"
},
"departure": {
"time": "1769001129"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769001152"
},
"departure": {
"time": "1769001191"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769001219"
},
"departure": {
"time": "1769001251"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769001283"
},
"departure": {
"time": "1769001306"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769001344"
},
"departure": {
"time": "1769001372"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769001384"
},
"departure": {
"time": "1769001420"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769001437"
},
"departure": {
"time": "1769001453"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769001500"
},
"departure": {
"time": "1769001515"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769001565"
},
"departure": {
"time": "1769001571"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769001583"
},
"departure": {
"time": "1769001595"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769001658"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "976-38040"
},
"vehicle": {
"id": "63c518f7e70e2cf76f8f8063",
"label": "1333",
"licensePlate": "GL-927-FW"
}
}
},
{
"id": "trip:8_0_31",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769002182"
},
"stopId": "BJMOZAB1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769002355"
},
"departure": {
"time": "1769002395"
},
"stopId": "BJBUGEY1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769002455"
},
"departure": {
"time": "1769002467"
},
"stopId": "BJROSTA2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769002483"
},
"departure": {
"time": "1769002519"
},
"stopId": "BJCHARM2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769002567"
},
"departure": {
"time": "1769002585"
},
"stopId": "BJVSCOT1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769002640"
},
"departure": {
"time": "1769002651"
},
"stopId": "BJCRROU1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769002711"
},
"departure": {
"time": "1769002742"
},
"stopId": "BJPTJAL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769002784"
},
"departure": {
"time": "1769002812"
},
"stopId": "BJETISS2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769002869"
},
"departure": {
"time": "1769002899"
},
"stopId": "BJEBARB3",
"stopSequence": 8
},
{
"arrival": {
"time": "1769002925"
},
"departure": {
"time": "1769002952"
},
"stopId": "BJPALAI1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769002974"
},
"departure": {
"time": "1769002984"
},
"stopId": "BJFRERE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769003062"
},
"departure": {
"time": "1769003090"
},
"stopId": "BJEMMAU1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769003194"
},
"departure": {
"time": "1769003226"
},
"stopId": "BJMEDCL1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769003272"
},
"departure": {
"time": "1769003349"
},
"stopId": "BJMEDHO1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769003582"
},
"departure": {
"time": "1769003640"
},
"stopId": "BJGRIPR1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769003810"
},
"departure": {
"time": "1769003847"
},
"stopId": "IDCECOM1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769003895"
},
"departure": {
"time": "1769003900"
},
"stopId": "IDGUA2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769003985"
},
"departure": {
"time": "1769003991"
},
"stopId": "IDSEIGL2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769004058"
},
"departure": {
"time": "1769004068"
},
"stopId": "VMBELMO2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769004128"
},
"departure": {
"time": "1769004139"
},
"stopId": "VMNAUTA2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769004197"
},
"departure": {
"time": "1769004208"
},
"stopId": "VMGARE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769004236"
},
"departure": {
"time": "1769004279"
},
"stopId": "VMKIOSQ2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769004317"
},
"departure": {
"time": "1769004338"
},
"stopId": "VMILOTS1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769004387"
},
"departure": {
"time": "1769004397"
},
"stopId": "VMCHATE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769004457"
},
"departure": {
"time": "1769004463"
},
"stopId": "VMTECHE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769004503"
},
"departure": {
"time": "1769004513"
},
"stopId": "VMDESCA2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769004558"
},
"departure": {
"time": "1769004596"
},
"stopId": "VFRPMUI2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769004687"
},
"departure": {
"time": "1769004740"
},
"stopId": "VFTECHO1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769004882"
},
"departure": {
"time": "1769004919"
},
"stopId": "VPALPES2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769005038"
},
"departure": {
"time": "1769005073"
},
"stopId": "VPGARE1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769005150"
},
"departure": {
"time": "1769005191"
},
"stopId": "VFROCHE1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769005299"
},
"departure": {
"time": "1769005335"
},
"stopId": "VFBOURG1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769005358"
},
"departure": {
"time": "1769005391"
},
"stopId": "VFREPUB1",
"stopSequence": 32
},
{
"arrival": {
"time": "1769005440"
},
"stopId": "VFSTBC9",
"stopSequence": 33
}
],
"timestamp": "1769011228",
"trip": {
"routeId": "8",
"scheduleRelationship": "SCHEDULED",
"tripId": "8_0_31"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e657",
"label": "1526",
"licensePlate": "FB-994-BM"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38855"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:979-38041",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769000435"
},
"departure": {
"time": "1769000497"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769000534"
},
"departure": {
"time": "1769000587"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769000623"
},
"departure": {
"time": "1769000649"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769000661"
},
"departure": {
"time": "1769000709"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769000715"
},
"departure": {
"time": "1769000747"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769000779"
},
"departure": {
"time": "1769000790"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769000816"
},
"departure": {
"time": "1769000845"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769000917"
},
"departure": {
"time": "1769000960"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769001080"
},
"departure": {
"time": "1769001125"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769001334"
},
"departure": {
"time": "1769001366"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769001437"
},
"departure": {
"time": "1769001470"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769001580"
},
"departure": {
"time": "1769001629"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769001664"
},
"departure": {
"time": "1769001675"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769001713"
},
"departure": {
"time": "1769001764"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769001888"
},
"departure": {
"time": "1769001953"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769002003"
},
"departure": {
"time": "1769002029"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769002091"
},
"departure": {
"time": "1769002201"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769002397"
},
"departure": {
"time": "1769002432"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769002466"
},
"departure": {
"time": "1769002488"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769002549"
},
"departure": {
"time": "1769002621"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769002685"
},
"departure": {
"time": "1769002742"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769002782"
},
"departure": {
"time": "1769002792"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769002817"
},
"departure": {
"time": "1769002853"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769002878"
},
"departure": {
"time": "1769002906"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769002931"
},
"departure": {
"time": "1769002964"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769002991"
},
"departure": {
"time": "1769003021"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769003031"
},
"departure": {
"time": "1769003058"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769003075"
},
"departure": {
"time": "1769003087"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769003127"
},
"departure": {
"time": "1769003159"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769003192"
},
"departure": {
"time": "1769003226"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769003232"
},
"departure": {
"time": "1769003266"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769003304"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "979-38041"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"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": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "959-38832"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:975-38849",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769001934"
},
"departure": {
"time": "1769001979"
},
"stopId": "RMZAPER1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769002085"
},
"departure": {
"time": "1769002097"
},
"stopId": "RMLAVAI1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769002119"
},
"departure": {
"time": "1769002135"
},
"stopId": "RMHALLS1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769002170"
},
"departure": {
"time": "1769002185"
},
"stopId": "RMHOTLV1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769002200"
},
"departure": {
"time": "1769002246"
},
"stopId": "RMRPLAC1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769002306"
},
"departure": {
"time": "1769002337"
},
"stopId": "RMPHARM1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769002365"
},
"departure": {
"time": "1769002376"
},
"stopId": "RMTILLE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769002420"
},
"departure": {
"time": "1769002426"
},
"stopId": "BJCFA2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769002494"
},
"departure": {
"time": "1769002542"
},
"stopId": "BJPROYA2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769002584"
},
"departure": {
"time": "1769002654"
},
"stopId": "BJEPARG2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769002734"
},
"departure": {
"time": "1769002777"
},
"stopId": "BJFOLAT1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769002807"
},
"departure": {
"time": "1769002914"
},
"stopId": "BJPMICH1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769002982"
},
"departure": {
"time": "1769003054"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769003119"
},
"departure": {
"time": "1769003161"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769003223"
},
"departure": {
"time": "1769003234"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769003283"
},
"departure": {
"time": "1769003310"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769003338"
},
"departure": {
"time": "1769003354"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769003388"
},
"departure": {
"time": "1769003399"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769003432"
},
"departure": {
"time": "1769003442"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769003460"
},
"departure": {
"time": "1769003511"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769003534"
},
"departure": {
"time": "1769003546"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769003632"
},
"departure": {
"time": "1769003638"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769003786"
},
"departure": {
"time": "1769003814"
},
"stopId": "IDRIMBA1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769003835"
},
"departure": {
"time": "1769003874"
},
"stopId": "IDAPOLL1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769003889"
},
"departure": {
"time": "1769003923"
},
"stopId": "IDMISTR1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769003962"
},
"departure": {
"time": "1769003989"
},
"stopId": "IDRASPE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769004045"
},
"departure": {
"time": "1769004077"
},
"stopId": "IDALICA1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769004135"
},
"departure": {
"time": "1769004151"
},
"stopId": "IDAPOLL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769004163"
},
"departure": {
"time": "1769004168"
},
"stopId": "IDRIMBA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769004183"
},
"departure": {
"time": "1769004194"
},
"stopId": "IDPLOUV2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769004227"
},
"departure": {
"time": "1769004238"
},
"stopId": "IDCHASS2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769004309"
},
"departure": {
"time": "1769004352"
},
"stopId": "IDSAYES2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769004473"
},
"departure": {
"time": "1769004485"
},
"stopId": "IDCECOM2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769004706"
},
"departure": {
"time": "1769004748"
},
"stopId": "IDADMIN2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769004765"
},
"departure": {
"time": "1769004795"
},
"stopId": "IDHOTEL2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769004829"
},
"departure": {
"time": "1769004855"
},
"stopId": "IDTRUFF2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769004866"
},
"departure": {
"time": "1769004913"
},
"stopId": "IDHUBER2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769004946"
},
"departure": {
"time": "1769004985"
},
"stopId": "IDDELOR2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769005023"
},
"departure": {
"time": "1769005046"
},
"stopId": "IDATLAN2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769005075"
},
"departure": {
"time": "1769005105"
},
"stopId": "IDDOISN2",
"stopSequence": 39
},
{
"arrival": {
"time": "1769005126"
},
"stopId": "IDPISCI2",
"stopSequence": 40
}
],
"timestamp": "1769011241",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "975-38849"
},
"vehicle": {
"id": "636a2e22c520d5a13c77deb2",
"label": "1315",
"licensePlate": "BT-215-SF"
}
}
},
{
"id": "trip:979-38045",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769007214"
},
"departure": {
"time": "1769007606"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769007637"
},
"departure": {
"time": "1769007658"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769007695"
},
"departure": {
"time": "1769007722"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769007732"
},
"departure": {
"time": "1769007758"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769007764"
},
"departure": {
"time": "1769007830"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769007858"
},
"departure": {
"time": "1769007886"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769007909"
},
"departure": {
"time": "1769007944"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769008023"
},
"departure": {
"time": "1769008052"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769008148"
},
"departure": {
"time": "1769008232"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769008346"
},
"departure": {
"time": "1769008392"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769008479"
},
"departure": {
"time": "1769008565"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769008755"
},
"departure": {
"time": "1769008786"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769008825"
},
"departure": {
"time": "1769008840"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769008888"
},
"departure": {
"time": "1769008932"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769009095"
},
"departure": {
"time": "1769009163"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769009224"
},
"departure": {
"time": "1769009239"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769009293"
},
"departure": {
"time": "1769009370"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769009525"
},
"departure": {
"time": "1769009579"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769009589"
},
"departure": {
"time": "1769009631"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769009689"
},
"departure": {
"time": "1769009736"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769009805"
},
"departure": {
"time": "1769009864"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769009918"
},
"departure": {
"time": "1769009929"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769009982"
},
"departure": {
"time": "1769009992"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769010030"
},
"departure": {
"time": "1769010064"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769010096"
},
"departure": {
"time": "1769010102"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769010130"
},
"departure": {
"time": "1769010166"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769010176"
},
"departure": {
"time": "1769010214"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769010230"
},
"departure": {
"time": "1769010251"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769010285"
},
"departure": {
"time": "1769010333"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769010367"
},
"departure": {
"time": "1769010373"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769010384"
},
"departure": {
"time": "1769010396"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769010430"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "979-38045"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e751",
"label": "1329",
"licensePlate": "FS-550-LT"
}
}
},
{
"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": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38058"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:1183-38719",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769009808"
},
"departure": {
"time": "1769010359"
},
"stopId": "IDGBUIS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769010397"
},
"departure": {
"time": "1769010413"
},
"stopId": "ID3VALL1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769010423"
},
"departure": {
"time": "1769010438"
},
"stopId": "IDPVINC1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769010458"
},
"departure": {
"time": "1769010469"
},
"stopId": "IDVICAT1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769010481"
},
"departure": {
"time": "1769010493"
},
"stopId": "IDCHAMP1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769010621"
},
"departure": {
"time": "1769010776"
},
"stopId": "IDGARE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769010878"
},
"departure": {
"time": "1769010922"
},
"stopId": "IDCECOM2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769011039"
},
"departure": {
"time": "1769011066"
},
"stopId": "IDADMIN2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769011081"
},
"departure": {
"time": "1769011097"
},
"stopId": "IDHOTEL2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769011129"
},
"departure": {
"time": "1769011144"
},
"stopId": "IDTRUFF2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769011155"
},
"departure": {
"time": "1769011216"
},
"stopId": "IDHUBER2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769011280"
},
"departure": {
"time": "1769011280"
},
"stopId": "IDDELOR2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769011340"
},
"departure": {
"time": "1769011340"
},
"stopId": "IDATLAN2",
"stopSequence": 12
},
{
"arrival": {
"time": "1769011400"
},
"departure": {
"time": "1769011400"
},
"stopId": "IDDOISN2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769011460"
},
"departure": {
"time": "1769011460"
},
"stopId": "IDGERMA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769011640"
},
"departure": {
"time": "1769011640"
},
"stopId": "IDSEIGL2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769011760"
},
"departure": {
"time": "1769011760"
},
"stopId": "VMBELMO2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769011880"
},
"departure": {
"time": "1769011880"
},
"stopId": "VMNAUTA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769011940"
},
"departure": {
"time": "1769011940"
},
"stopId": "VMGARE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769011940"
},
"departure": {
"time": "1769011940"
},
"stopId": "VMKIOSQ2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769012000"
},
"departure": {
"time": "1769012000"
},
"stopId": "VMILOTS1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769012060"
},
"departure": {
"time": "1769012060"
},
"stopId": "VMCHATE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769012180"
},
"departure": {
"time": "1769012180"
},
"stopId": "VMGUING2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769012240"
},
"departure": {
"time": "1769012240"
},
"stopId": "VMCOND2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769012240"
},
"departure": {
"time": "1769012240"
},
"stopId": "VFCCIN2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769012300"
},
"departure": {
"time": "1769012300"
},
"stopId": "VFTECHO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769012420"
},
"departure": {
"time": "1769012420"
},
"stopId": "VFMUISS2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769012480"
},
"departure": {
"time": "1769012480"
},
"stopId": "VFPONT2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769012540"
},
"departure": {
"time": "1769012540"
},
"stopId": "VFAILLA2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769012600"
},
"departure": {
"time": "1769012600"
},
"stopId": "VFSECU2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769012720"
},
"departure": {
"time": "1769012720"
},
"stopId": "VFSTBC2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769012780"
},
"departure": {
"time": "1769012780"
},
"stopId": "VFREPUB2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769012840"
},
"departure": {
"time": "1769012840"
},
"stopId": "VFBOURG2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769012960"
},
"departure": {
"time": "1769012960"
},
"stopId": "VFROCHE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769013020"
},
"departure": {
"time": "1769013020"
},
"stopId": "VFBRET2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769013080"
},
"departure": {
"time": "1769013080"
},
"stopId": "VFBOIS2",
"stopSequence": 35
},
{
"arrival": {
"time": "1769013140"
},
"departure": {
"time": "1769013140"
},
"stopId": "VFARMIE2",
"stopSequence": 36
},
{
"arrival": {
"time": "1769013200"
},
"departure": {
"time": "1769013200"
},
"stopId": "VFCRUIZ2",
"stopSequence": 37
},
{
"arrival": {
"time": "1769013260"
},
"departure": {
"time": "1769013260"
},
"stopId": "QF3COMM2",
"stopSequence": 38
},
{
"arrival": {
"time": "1769013320"
},
"departure": {
"time": "1769013320"
},
"stopId": "QFMOINE2",
"stopSequence": 39
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "1183-38719"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:970-37614",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769008579"
},
"departure": {
"time": "1769008614"
},
"stopId": "SSFLOS1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769008673"
},
"departure": {
"time": "1769008678"
},
"stopId": "SSSMART1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769008757"
},
"departure": {
"time": "1769008773"
},
"stopId": "SSZONEA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769008836"
},
"departure": {
"time": "1769008841"
},
"stopId": "SSPRECH1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769008980"
},
"departure": {
"time": "1769009002"
},
"stopId": "SSEGLIS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769009079"
},
"departure": {
"time": "1769009106"
},
"stopId": "SSTRUIT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769009332"
},
"stopId": "SSDEMPT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769009355"
},
"departure": {
"time": "1769009365"
},
"stopId": "SSDEMPT1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769009465"
},
"departure": {
"time": "1769009475"
},
"stopId": "SSMOLLA1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769009594"
},
"departure": {
"time": "1769009610"
},
"stopId": "BJALBIZ1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769009627"
},
"departure": {
"time": "1769009643"
},
"stopId": "BJLOUP2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769009659"
},
"departure": {
"time": "1769009664"
},
"stopId": "BJCHPAG1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769009703"
},
"departure": {
"time": "1769009708"
},
"stopId": "BJPMONT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769009724"
},
"departure": {
"time": "1769009734"
},
"stopId": "BJBELRI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1769009760"
},
"departure": {
"time": "1769009765"
},
"stopId": "BJMAS1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769009782"
},
"departure": {
"time": "1769009813"
},
"stopId": "BJTONKI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769009852"
},
"departure": {
"time": "1769009862"
},
"stopId": "BJSQUAR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769009879"
},
"departure": {
"time": "1769009895"
},
"stopId": "BJPREBE2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769009951"
},
"departure": {
"time": "1769009983"
},
"stopId": "BJCOPRE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769009994"
},
"departure": {
"time": "1769010015"
},
"stopId": "BJPISCI2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769010051"
},
"departure": {
"time": "1769010072"
},
"stopId": "BJEPARG2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769010131"
},
"departure": {
"time": "1769010164"
},
"stopId": "BJFOLAT1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769010185"
},
"departure": {
"time": "1769010230"
},
"stopId": "BJPMICH1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769010325"
},
"departure": {
"time": "1769010376"
},
"stopId": "BJLYCEE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1769010386"
},
"departure": {
"time": "1769010556"
},
"stopId": "BJPOSTE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769010625"
},
"departure": {
"time": "1769010635"
},
"stopId": "BJJARDI2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769011238"
},
"stopId": "BJPLANB1",
"stopSequence": 26
}
],
"timestamp": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37614"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:1161-38332",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768982005"
},
"departure": {
"time": "1768981991"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768982031"
},
"departure": {
"time": "1768982079"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768982130"
},
"departure": {
"time": "1768982165"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768982182"
},
"departure": {
"time": "1768982217"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768982288"
},
"departure": {
"time": "1768982330"
},
"stopId": "QFLIEUS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1768982356"
},
"departure": {
"time": "1768982412"
},
"stopId": "QFALLIN1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768982538"
},
"departure": {
"time": "1768982548"
},
"stopId": "QFMUGUE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768982650"
},
"departure": {
"time": "1768982659"
},
"stopId": "QFNOIRE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768982682"
},
"departure": {
"time": "1768982701"
},
"stopId": "QFANJOU3",
"stopSequence": 8
},
{
"arrival": {
"time": "1768982720"
},
"departure": {
"time": "1768982733"
},
"stopId": "QFLAFA1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768982771"
},
"departure": {
"time": "1768982785"
},
"stopId": "QFBRET1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768982808"
},
"departure": {
"time": "1768982818"
},
"stopId": "QFMAINE1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768982851"
},
"departure": {
"time": "1768982858"
},
"stopId": "QFARRI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768982888"
},
"departure": {
"time": "1768982901"
},
"stopId": "QFMALA1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768982955"
},
"departure": {
"time": "1768982981"
},
"stopId": "VPARTOI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768982993"
},
"departure": {
"time": "1768983060"
},
"stopId": "VPLOIPE1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768983095"
},
"departure": {
"time": "1768983183"
},
"stopId": "VPRIANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768983221"
},
"departure": {
"time": "1768983231"
},
"stopId": "VPJMOUL1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768983271"
},
"departure": {
"time": "1768983310"
},
"stopId": "VPMAIRI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768983387"
},
"departure": {
"time": "1768983423"
},
"stopId": "VPGARE1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768983526"
},
"departure": {
"time": "1768983574"
},
"stopId": "VFROCHE1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768983653"
},
"departure": {
"time": "1768983685"
},
"stopId": "VFBOURG1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768983708"
},
"departure": {
"time": "1768983747"
},
"stopId": "VFREPUB1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768983784"
},
"departure": {
"time": "1768983807"
},
"stopId": "VFSTBC1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768984023"
},
"departure": {
"time": "1768984033"
},
"stopId": "VFSTADE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768984065"
},
"departure": {
"time": "1768984103"
},
"stopId": "VFFOUGE1",
"stopSequence": 25
},
{
"arrival": {
"time": "1768984121"
},
"departure": {
"time": "1768984155"
},
"stopId": "VFEUROP1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768984254"
},
"departure": {
"time": "1768984333"
},
"stopId": "VFHUDSO2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768984368"
},
"departure": {
"time": "1768984405"
},
"stopId": "VFQUINC2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768984446"
},
"departure": {
"time": "1768984504"
},
"stopId": "VFFOUGH2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768984513"
},
"departure": {
"time": "1768984541"
},
"stopId": "VFESSAR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768984555"
},
"departure": {
"time": "1768984566"
},
"stopId": "VFCHENE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768984570"
},
"departure": {
"time": "1768984603"
},
"stopId": "VFAUBEP2",
"stopSequence": 32
},
{
"arrival": {
"time": "1768984621"
},
"departure": {
"time": "1768984630"
},
"stopId": "VFHALLE2",
"stopSequence": 33
},
{
"arrival": {
"time": "1768984652"
},
"stopId": "VFEUROP2",
"stopSequence": 34
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38332"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"id": "trip:1165-38360",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768977321"
},
"departure": {
"time": "1768977388"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768977421"
},
"departure": {
"time": "1768977493"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768977535"
},
"departure": {
"time": "1768977570"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768977797"
},
"departure": {
"time": "1768977897"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768978005"
},
"departure": {
"time": "1768978071"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768978128"
},
"departure": {
"time": "1768978136"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768978226"
},
"departure": {
"time": "1768978264"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768978368"
},
"departure": {
"time": "1768978449"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768978567"
},
"departure": {
"time": "1768978593"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768978643"
},
"departure": {
"time": "1768978675"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768978714"
},
"departure": {
"time": "1768978734"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768978802"
},
"departure": {
"time": "1768978813"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768978859"
},
"departure": {
"time": "1768978868"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768978886"
},
"departure": {
"time": "1768978912"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768978984"
},
"departure": {
"time": "1768978995"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768979029"
},
"departure": {
"time": "1768979041"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768979066"
},
"departure": {
"time": "1768979095"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768979111"
},
"departure": {
"time": "1768979152"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768979185"
},
"departure": {
"time": "1768979217"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768979259"
},
"departure": {
"time": "1768979272"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768979339"
},
"departure": {
"time": "1768979351"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768979393"
},
"departure": {
"time": "1768979405"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768979435"
},
"departure": {
"time": "1768979463"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768979496"
},
"departure": {
"time": "1768979510"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768979533"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38360"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:968-38821",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768998979"
},
"departure": {
"time": "1768999866"
},
"stopId": "IDPISCI1",
"stopSequence": 0
},
{
"arrival": {
"time": "1768999909"
},
"departure": {
"time": "1768999935"
},
"stopId": "IDDOISN1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768999956"
},
"departure": {
"time": "1768999992"
},
"stopId": "IDATLAN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769000031"
},
"departure": {
"time": "1769000066"
},
"stopId": "IDDELOR1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769000096"
},
"departure": {
"time": "1769000106"
},
"stopId": "IDHUBER1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769000117"
},
"departure": {
"time": "1769000123"
},
"stopId": "IDTRUFF1",
"stopSequence": 5
},
{
"arrival": {
"time": "1769000156"
},
"departure": {
"time": "1769000187"
},
"stopId": "IDHOTEL1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769000202"
},
"departure": {
"time": "1769000234"
},
"stopId": "IDADMIN1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769000346"
},
"departure": {
"time": "1769000361"
},
"stopId": "IDCECOM2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769000572"
},
"departure": {
"time": "1769000583"
},
"stopId": "IDSAYES1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769000655"
},
"departure": {
"time": "1769000701"
},
"stopId": "IDCHASS1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769000730"
},
"departure": {
"time": "1769000742"
},
"stopId": "IDPLOUV1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769000876"
},
"departure": {
"time": "1769000887"
},
"stopId": "BJZACHA1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769000941"
},
"departure": {
"time": "1769001007"
},
"stopId": "BJCHFLE3",
"stopSequence": 13
},
{
"arrival": {
"time": "1769001035"
},
"departure": {
"time": "1769001096"
},
"stopId": "BJCHARM1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769001111"
},
"departure": {
"time": "1769001146"
},
"stopId": "BJROSTA1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769001171"
},
"departure": {
"time": "1769001209"
},
"stopId": "BJCHANT1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769001242"
},
"departure": {
"time": "1769001278"
},
"stopId": "BJSTRAU1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769001305"
},
"departure": {
"time": "1769001348"
},
"stopId": "BJVSCOT1",
"stopSequence": 18
},
{
"arrival": {
"time": "1769001373"
},
"departure": {
"time": "1769001405"
},
"stopId": "BJHBARB1",
"stopSequence": 19
},
{
"arrival": {
"time": "1769001432"
},
"departure": {
"time": "1769001514"
},
"stopId": "BJEBARB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1769001576"
},
"departure": {
"time": "1769001625"
},
"stopId": "BJVAUCA1",
"stopSequence": 21
},
{
"arrival": {
"time": "1769001764"
},
"departure": {
"time": "1769001817"
},
"stopId": "BJPMICH2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769001843"
},
"departure": {
"time": "1769001893"
},
"stopId": "BJFOLAT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769001923"
},
"departure": {
"time": "1769001954"
},
"stopId": "BJEPARG1",
"stopSequence": 24
},
{
"arrival": {
"time": "1769001999"
},
"departure": {
"time": "1769002029"
},
"stopId": "BJPROYA1",
"stopSequence": 25
},
{
"arrival": {
"time": "1769002040"
},
"departure": {
"time": "1769002051"
},
"stopId": "BJMOULI1",
"stopSequence": 26
},
{
"arrival": {
"time": "1769002061"
},
"departure": {
"time": "1769002106"
},
"stopId": "BJTOUR1",
"stopSequence": 27
},
{
"arrival": {
"time": "1769002121"
},
"departure": {
"time": "1769002149"
},
"stopId": "BJCHAMP1",
"stopSequence": 28
},
{
"arrival": {
"time": "1769002229"
},
"departure": {
"time": "1769002266"
},
"stopId": "BJRIVET1",
"stopSequence": 29
},
{
"arrival": {
"time": "1769002345"
},
"departure": {
"time": "1769002360"
},
"stopId": "BJMBLAN1",
"stopSequence": 30
},
{
"arrival": {
"time": "1769002461"
},
"departure": {
"time": "1769002473"
},
"stopId": "BJBOUSS1",
"stopSequence": 31
},
{
"arrival": {
"time": "1769002612"
},
"departure": {
"time": "1769002624"
},
"stopId": "NVRUFF2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769002677"
},
"departure": {
"time": "1769002704"
},
"stopId": "NVPONTA2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769002736"
},
"departure": {
"time": "1769002772"
},
"stopId": "NVBASV2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769002877"
},
"stopId": "NVPLACE1",
"stopSequence": 35
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "968-38821"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"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": "1769011240",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "4_3_4"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"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": "1768994060"
},
"departure": {
"time": "1768994060"
},
"stopId": "IDPISCI2",
"stopSequence": 33
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "958-38846"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"id": "trip:968-38863",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769002877"
},
"departure": {
"time": "1769003436"
},
"stopId": "NVPLACE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769003516"
},
"departure": {
"time": "1769003540"
},
"stopId": "NVBASV1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769003580"
},
"departure": {
"time": "1769003612"
},
"stopId": "NVPONTA1",
"stopSequence": 2
},
{
"arrival": {
"time": "1769003661"
},
"departure": {
"time": "1769003693"
},
"stopId": "NVRUFF1",
"stopSequence": 3
},
{
"arrival": {
"time": "1769003789"
},
"departure": {
"time": "1769003795"
},
"stopId": "BJBOUSS1",
"stopSequence": 4
},
{
"arrival": {
"time": "1769003823"
},
"departure": {
"time": "1769003907"
},
"stopId": "BJMBLAN2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769003929"
},
"departure": {
"time": "1769003956"
},
"stopId": "BJRIVET2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769004052"
},
"departure": {
"time": "1769004097"
},
"stopId": "BJCHAMP2",
"stopSequence": 7
},
{
"arrival": {
"time": "1769004114"
},
"departure": {
"time": "1769004152"
},
"stopId": "BJTOUR2",
"stopSequence": 8
},
{
"arrival": {
"time": "1769004172"
},
"departure": {
"time": "1769004182"
},
"stopId": "BJMOULI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1769004192"
},
"departure": {
"time": "1769004234"
},
"stopId": "BJPROYA2",
"stopSequence": 10
},
{
"arrival": {
"time": "1769004293"
},
"departure": {
"time": "1769004353"
},
"stopId": "BJEPARG2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769004422"
},
"departure": {
"time": "1769004528"
},
"stopId": "BJFOLAT1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769004557"
},
"departure": {
"time": "1769004637"
},
"stopId": "BJPMICH1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769004709"
},
"departure": {
"time": "1769004765"
},
"stopId": "BJVAUCA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769004848"
},
"departure": {
"time": "1769004917"
},
"stopId": "BJEBARB2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769004953"
},
"departure": {
"time": "1769004964"
},
"stopId": "BJHBARB2",
"stopSequence": 16
},
{
"arrival": {
"time": "1769005009"
},
"departure": {
"time": "1769005029"
},
"stopId": "BJVSCOT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769005055"
},
"departure": {
"time": "1769005094"
},
"stopId": "BJSTRAU2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769005121"
},
"departure": {
"time": "1769005160"
},
"stopId": "BJCHANT2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769005188"
},
"departure": {
"time": "1769005211"
},
"stopId": "BJROSTA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769005228"
},
"departure": {
"time": "1769005270"
},
"stopId": "BJCHARM2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769005291"
},
"departure": {
"time": "1769005309"
},
"stopId": "BJCHFLE2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769005368"
},
"departure": {
"time": "1769005379"
},
"stopId": "BJZACHA2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769005508"
},
"departure": {
"time": "1769005538"
},
"stopId": "IDPLOUV2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769005566"
},
"departure": {
"time": "1769005600"
},
"stopId": "IDCHASS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769005664"
},
"departure": {
"time": "1769005694"
},
"stopId": "IDSAYES2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769005804"
},
"departure": {
"time": "1769005809"
},
"stopId": "IDCECOM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769006010"
},
"departure": {
"time": "1769006021"
},
"stopId": "IDADMIN2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769006038"
},
"departure": {
"time": "1769006044"
},
"stopId": "IDHOTEL2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769006073"
},
"departure": {
"time": "1769006084"
},
"stopId": "IDTRUFF2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769006090"
},
"departure": {
"time": "1769006101"
},
"stopId": "IDHUBER2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769006128"
},
"departure": {
"time": "1769006167"
},
"stopId": "IDDELOR2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769006197"
},
"departure": {
"time": "1769006207"
},
"stopId": "IDATLAN2",
"stopSequence": 33
},
{
"arrival": {
"time": "1769006227"
},
"departure": {
"time": "1769006288"
},
"stopId": "IDDOISN2",
"stopSequence": 34
},
{
"arrival": {
"time": "1769006308"
},
"stopId": "IDPISCI2",
"stopSequence": 35
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "968-38863"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"id": "trip:1161-38385",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768979523"
},
"departure": {
"time": "1768979575"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768979611"
},
"departure": {
"time": "1768979646"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768979697"
},
"departure": {
"time": "1768979734"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768979838"
},
"departure": {
"time": "1768979846"
},
"stopId": "VFSORBI2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768979866"
},
"departure": {
"time": "1768979909"
},
"stopId": "VFCSDEL2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768979940"
},
"departure": {
"time": "1768979953"
},
"stopId": "VFETANG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768980086"
},
"departure": {
"time": "1768980088"
},
"stopId": "VFSTBC2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768980216"
},
"departure": {
"time": "1768980247"
},
"stopId": "VFREPUB2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768980290"
},
"departure": {
"time": "1768980303"
},
"stopId": "VFBOURG2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768980379"
},
"departure": {
"time": "1768980420"
},
"stopId": "VFROCHE2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768980492"
},
"departure": {
"time": "1768980532"
},
"stopId": "VPGARE2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768980591"
},
"departure": {
"time": "1768980604"
},
"stopId": "VPALPES2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768980656"
},
"departure": {
"time": "1768980679"
},
"stopId": "VPMAIRI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768980716"
},
"departure": {
"time": "1768980726"
},
"stopId": "VPJMOUL2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768980784"
},
"departure": {
"time": "1768980817"
},
"stopId": "VPRIANT2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768980851"
},
"departure": {
"time": "1768980880"
},
"stopId": "VPLOIPE2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768980896"
},
"departure": {
"time": "1768980926"
},
"stopId": "VPARTOI2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768980966"
},
"departure": {
"time": "1768980997"
},
"stopId": "QFMALA2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768981023"
},
"departure": {
"time": "1768981056"
},
"stopId": "QFARRI2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768981077"
},
"departure": {
"time": "1768981085"
},
"stopId": "QFMAINE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768981102"
},
"departure": {
"time": "1768981111"
},
"stopId": "QFBRET2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768981145"
},
"departure": {
"time": "1768981180"
},
"stopId": "QFLAFA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768981271"
},
"departure": {
"time": "1768981300"
},
"stopId": "QFANJOU2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768981328"
},
"departure": {
"time": "1768981352"
},
"stopId": "QFNOIRE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768981390"
},
"departure": {
"time": "1768981415"
},
"stopId": "QFMUGUE1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768981446"
},
"departure": {
"time": "1768981472"
},
"stopId": "QFFURIN2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768981512"
},
"departure": {
"time": "1768981529"
},
"stopId": "QFMONUM2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768981551"
},
"stopId": "QFGARE1",
"stopSequence": 27
}
],
"timestamp": "1769011239",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1161-38385"
},
"vehicle": {
"id": "6786a347ca2c086ed76eadba",
"label": "1337",
"licensePlate": "HA-957-LZ"
}
}
},
{
"id": "trip:962-36250",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768985151"
},
"departure": {
"time": "1768985171"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768985204"
},
"departure": {
"time": "1768985256"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768985303"
},
"departure": {
"time": "1768985310"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768985326"
},
"departure": {
"time": "1768985376"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768985377"
},
"departure": {
"time": "1768985407"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768985439"
},
"departure": {
"time": "1768985449"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768985486"
},
"departure": {
"time": "1768985535"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768985617"
},
"departure": {
"time": "1768985625"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768985837"
},
"departure": {
"time": "1768985850"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768985915"
},
"departure": {
"time": "1768985922"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768985954"
},
"departure": {
"time": "1768985963"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768986169"
},
"departure": {
"time": "1768986178"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768986222"
},
"departure": {
"time": "1768986259"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768986343"
},
"departure": {
"time": "1768986363"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768986380"
},
"departure": {
"time": "1768986393"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768986454"
},
"departure": {
"time": "1768986470"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768986505"
},
"departure": {
"time": "1768986512"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768986557"
},
"departure": {
"time": "1768986583"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768986629"
},
"departure": {
"time": "1768986668"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768986711"
},
"departure": {
"time": "1768986723"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768986751"
},
"departure": {
"time": "1768986927"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768986948"
},
"departure": {
"time": "1768986968"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768987158"
},
"departure": {
"time": "1768987217"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768987331"
},
"departure": {
"time": "1768987364"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768987387"
},
"departure": {
"time": "1768987405"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768987485"
},
"departure": {
"time": "1768987525"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768987560"
},
"departure": {
"time": "1768987602"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768987904"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "962-36250"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "972-38833"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37608"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:962-36333",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768974385"
},
"departure": {
"time": "1768974457"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768974485"
},
"departure": {
"time": "1768974546"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768974556"
},
"departure": {
"time": "1768974592"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768974625"
},
"departure": {
"time": "1768974648"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768974682"
},
"departure": {
"time": "1768974707"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768974752"
},
"departure": {
"time": "1768974762"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768974788"
},
"departure": {
"time": "1768974860"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768974940"
},
"departure": {
"time": "1768974973"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768975005"
},
"departure": {
"time": "1768975039"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768975082"
},
"departure": {
"time": "1768975136"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768975248"
},
"departure": {
"time": "1768975263"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768975278"
},
"departure": {
"time": "1768975309"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768975329"
},
"departure": {
"time": "1768975355"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768975407"
},
"departure": {
"time": "1768975431"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768975483"
},
"departure": {
"time": "1768975493"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768975532"
},
"departure": {
"time": "1768975543"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768975571"
},
"departure": {
"time": "1768975619"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768975671"
},
"departure": {
"time": "1768975681"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768975698"
},
"departure": {
"time": "1768975734"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768975864"
},
"departure": {
"time": "1768975894"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768975904"
},
"departure": {
"time": "1768975918"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768976305"
},
"departure": {
"time": "1768976316"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768976350"
},
"departure": {
"time": "1768976383"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768976454"
},
"departure": {
"time": "1768976465"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768976582"
},
"departure": {
"time": "1768976594"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768976746"
},
"departure": {
"time": "1768976764"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768976791"
},
"departure": {
"time": "1768976801"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768976841"
},
"departure": {
"time": "1768976850"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768976853"
},
"departure": {
"time": "1768976881"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768976891"
},
"departure": {
"time": "1768976897"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768976939"
},
"departure": {
"time": "1768976982"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768977012"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "962-36333"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"id": "trip:1165-38362",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768982528"
},
"departure": {
"time": "1768982566"
},
"stopId": "VFEUROP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768982605"
},
"departure": {
"time": "1768982648"
},
"stopId": "VFFOUGE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768982692"
},
"departure": {
"time": "1768982705"
},
"stopId": "VFSTADE2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768982910"
},
"departure": {
"time": "1768983038"
},
"stopId": "VFSTBC2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768983182"
},
"departure": {
"time": "1768983287"
},
"stopId": "VFREPUB2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768983345"
},
"departure": {
"time": "1768983358"
},
"stopId": "VFBOURG2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768983477"
},
"departure": {
"time": "1768983520"
},
"stopId": "VFROCHE2",
"stopSequence": 6
},
{
"arrival": {
"time": "1768983593"
},
"departure": {
"time": "1768983628"
},
"stopId": "VPGARE2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768983684"
},
"departure": {
"time": "1768983699"
},
"stopId": "VPALPES2",
"stopSequence": 8
},
{
"arrival": {
"time": "1768983752"
},
"departure": {
"time": "1768983785"
},
"stopId": "VPMAIRI2",
"stopSequence": 9
},
{
"arrival": {
"time": "1768983831"
},
"departure": {
"time": "1768983841"
},
"stopId": "VPJMOUL2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768983895"
},
"departure": {
"time": "1768983917"
},
"stopId": "VPRIANT2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768983960"
},
"departure": {
"time": "1768983972"
},
"stopId": "VPLOIPE2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768983985"
},
"departure": {
"time": "1768984025"
},
"stopId": "VPARTOI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768984075"
},
"departure": {
"time": "1768984085"
},
"stopId": "QFMALA2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768984123"
},
"departure": {
"time": "1768984130"
},
"stopId": "QFARRI2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768984145"
},
"departure": {
"time": "1768984153"
},
"stopId": "QFMAINE2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768984171"
},
"departure": {
"time": "1768984181"
},
"stopId": "QFBRET2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768984220"
},
"departure": {
"time": "1768984237"
},
"stopId": "QFLAFA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768984270"
},
"departure": {
"time": "1768984279"
},
"stopId": "QFANJOU2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768984337"
},
"departure": {
"time": "1768984352"
},
"stopId": "QFNOIRE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768984396"
},
"departure": {
"time": "1768984425"
},
"stopId": "QFMUGUE1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768984460"
},
"departure": {
"time": "1768984475"
},
"stopId": "QFFURIN2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768984503"
},
"departure": {
"time": "1768984520"
},
"stopId": "QFMONUM2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768984549"
},
"stopId": "QFGARE1",
"stopSequence": 24
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38362"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:955-36343",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768992403"
},
"departure": {
"time": "1768992448"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768992469"
},
"departure": {
"time": "1768992529"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768992557"
},
"departure": {
"time": "1768992584"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768992626"
},
"departure": {
"time": "1768992686"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768992731"
},
"departure": {
"time": "1768992758"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768992807"
},
"departure": {
"time": "1768992860"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768992907"
},
"departure": {
"time": "1768992955"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768993018"
},
"departure": {
"time": "1768993050"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768993060"
},
"departure": {
"time": "1768993095"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768993151"
},
"departure": {
"time": "1768993185"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768993353"
},
"departure": {
"time": "1768993363"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768993379"
},
"departure": {
"time": "1768993457"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768993487"
},
"departure": {
"time": "1768993512"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768993558"
},
"departure": {
"time": "1768993585"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768993643"
},
"departure": {
"time": "1768993684"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768993722"
},
"departure": {
"time": "1768993728"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768993754"
},
"departure": {
"time": "1768993798"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768993845"
},
"departure": {
"time": "1768993856"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768993873"
},
"departure": {
"time": "1768993918"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768994081"
},
"departure": {
"time": "1768994115"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768994125"
},
"departure": {
"time": "1768994161"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768994367"
},
"departure": {
"time": "1768994377"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768994412"
},
"departure": {
"time": "1768994427"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768994499"
},
"departure": {
"time": "1768994536"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768994629"
},
"departure": {
"time": "1768994639"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768994840"
},
"departure": {
"time": "1768994877"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768994909"
},
"departure": {
"time": "1768994946"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768994989"
},
"departure": {
"time": "1768995000"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768995000"
},
"departure": {
"time": "1768995016"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768995032"
},
"departure": {
"time": "1768995066"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768995110"
},
"departure": {
"time": "1768995192"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768995218"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "955-36343"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"id": "trip:983-38047",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769010521"
},
"departure": {
"time": "1769011240"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1769011300"
},
"departure": {
"time": "1769011300"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1769011360"
},
"departure": {
"time": "1769011360"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769011360"
},
"departure": {
"time": "1769011360"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769011420"
},
"departure": {
"time": "1769011420"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769011480"
},
"departure": {
"time": "1769011480"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769011540"
},
"departure": {
"time": "1769011540"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1769011660"
},
"departure": {
"time": "1769011660"
},
"stopId": "IDCECOM1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769011840"
},
"departure": {
"time": "1769011840"
},
"stopId": "IDGARE1",
"stopSequence": 8
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "BJXBLAN1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769012140"
},
"departure": {
"time": "1769012140"
},
"stopId": "BJGRIVE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769012320"
},
"departure": {
"time": "1769012320"
},
"stopId": "BJGRSOL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1769012560"
},
"departure": {
"time": "1769012560"
},
"stopId": "BJMALBR1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769012680"
},
"departure": {
"time": "1769012680"
},
"stopId": "BJMALAS1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769012740"
},
"departure": {
"time": "1769012740"
},
"stopId": "BJPAPIN1",
"stopSequence": 14
},
{
"arrival": {
"time": "1769012980"
},
"departure": {
"time": "1769012980"
},
"stopId": "BJCLESP1",
"stopSequence": 15
},
{
"arrival": {
"time": "1769013040"
},
"departure": {
"time": "1769013040"
},
"stopId": "BJALPES1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769013160"
},
"departure": {
"time": "1769013160"
},
"stopId": "BJGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1769013340"
},
"departure": {
"time": "1769013340"
},
"stopId": "BJPOSTE2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769013640"
},
"departure": {
"time": "1769013640"
},
"stopId": "BJLYCEE2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769013700"
},
"departure": {
"time": "1769013700"
},
"stopId": "BJVAUCA2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769013820"
},
"departure": {
"time": "1769013820"
},
"stopId": "BJEBARB2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769013940"
},
"departure": {
"time": "1769013940"
},
"stopId": "BJHBARB2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769014000"
},
"departure": {
"time": "1769014000"
},
"stopId": "BJVSCOT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769014060"
},
"departure": {
"time": "1769014060"
},
"stopId": "BJSTRAU2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769014120"
},
"departure": {
"time": "1769014120"
},
"stopId": "BJCHANT2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769014180"
},
"departure": {
"time": "1769014180"
},
"stopId": "BJROSTA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769014180"
},
"departure": {
"time": "1769014180"
},
"stopId": "BJCHARM2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769014240"
},
"departure": {
"time": "1769014240"
},
"stopId": "BJCHFLE2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769014300"
},
"departure": {
"time": "1769014300"
},
"stopId": "BJPREPO2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769014420"
},
"departure": {
"time": "1769014420"
},
"stopId": "BJLINNE2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769014420"
},
"departure": {
"time": "1769014420"
},
"stopId": "BJCHPIN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769014540"
},
"departure": {
"time": "1769014540"
},
"stopId": "BJMOZAB2",
"stopSequence": 32
}
],
"timestamp": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "983-38047"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"id": "trip:1165-38340",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768996434"
},
"departure": {
"time": "1768996445"
},
"stopId": "QFGARE2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768996461"
},
"departure": {
"time": "1768996478"
},
"stopId": "QFMONUM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1768996534"
},
"departure": {
"time": "1768996566"
},
"stopId": "QFFURIN1",
"stopSequence": 2
},
{
"arrival": {
"time": "1768996592"
},
"departure": {
"time": "1768996628"
},
"stopId": "QFMAIRI1",
"stopSequence": 3
},
{
"arrival": {
"time": "1768996674"
},
"departure": {
"time": "1768996684"
},
"stopId": "QFMUGUE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768996790"
},
"departure": {
"time": "1768996802"
},
"stopId": "QFNOIRE1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768996823"
},
"departure": {
"time": "1768996845"
},
"stopId": "QFANJOU3",
"stopSequence": 6
},
{
"arrival": {
"time": "1768996866"
},
"departure": {
"time": "1768996893"
},
"stopId": "QFLAFA1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768996932"
},
"departure": {
"time": "1768996943"
},
"stopId": "QFBRET1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768996964"
},
"departure": {
"time": "1768996988"
},
"stopId": "QFMAINE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768997017"
},
"departure": {
"time": "1768997022"
},
"stopId": "QFARRI1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768997044"
},
"departure": {
"time": "1768997054"
},
"stopId": "QFMALA1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768997141"
},
"departure": {
"time": "1768997190"
},
"stopId": "VPARTOI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768997200"
},
"departure": {
"time": "1768997212"
},
"stopId": "VPLOIPE1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768997259"
},
"departure": {
"time": "1768997286"
},
"stopId": "VPRIANT1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768997335"
},
"departure": {
"time": "1768997346"
},
"stopId": "VPJMOUL1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768997398"
},
"departure": {
"time": "1768997408"
},
"stopId": "VPMAIRI1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768997527"
},
"departure": {
"time": "1768997580"
},
"stopId": "VPGARE1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768997656"
},
"departure": {
"time": "1768997739"
},
"stopId": "VFROCHE1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768997828"
},
"departure": {
"time": "1768997862"
},
"stopId": "VFBOURG1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768997890"
},
"departure": {
"time": "1768997931"
},
"stopId": "VFREPUB1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768997980"
},
"departure": {
"time": "1768997996"
},
"stopId": "VFSTBC1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768998232"
},
"departure": {
"time": "1768998243"
},
"stopId": "VFSTADE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768998936"
},
"departure": {
"time": "1768998260"
},
"stopId": "VFFOUGE1",
"stopSequence": 23
},
{
"arrival": {
"time": "1768998341"
},
"departure": {
"time": "1768998320"
},
"stopId": "VFEUROP1",
"stopSequence": 24
},
{
"arrival": {
"time": "1768998518"
},
"departure": {
"time": "1768998440"
},
"stopId": "VFHUDSO2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768998602"
},
"departure": {
"time": "1768998500"
},
"stopId": "VFQUINC2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768998675"
},
"departure": {
"time": "1768998500"
},
"stopId": "VFFOUGH2",
"stopSequence": 27
},
{
"arrival": {
"time": "1768998698"
},
"departure": {
"time": "1768998560"
},
"stopId": "VFESSAR2",
"stopSequence": 28
},
{
"arrival": {
"time": "1768998747"
},
"departure": {
"time": "1768998560"
},
"stopId": "VFCHENE2",
"stopSequence": 29
},
{
"arrival": {
"time": "1768998762"
},
"departure": {
"time": "1768998620"
},
"stopId": "VFAUBEP2",
"stopSequence": 30
},
{
"arrival": {
"time": "1768998809"
},
"departure": {
"time": "1768998680"
},
"stopId": "VFHALLE2",
"stopSequence": 31
},
{
"arrival": {
"time": "1768998845"
},
"departure": {
"time": "1768998740"
},
"stopId": "VFEUROP2",
"stopSequence": 32
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "5",
"scheduleRelationship": "SCHEDULED",
"tripId": "1165-38340"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e37c",
"label": "1328",
"licensePlate": "FA-928-KL"
}
}
},
{
"id": "trip:962-36337",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768981736"
},
"departure": {
"time": "1768981765"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768981782"
},
"departure": {
"time": "1768981830"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768981847"
},
"departure": {
"time": "1768981871"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768981895"
},
"departure": {
"time": "1768981924"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768981959"
},
"departure": {
"time": "1768981995"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768982054"
},
"departure": {
"time": "1768982089"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768982118"
},
"departure": {
"time": "1768982155"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768982241"
},
"departure": {
"time": "1768982276"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768982281"
},
"departure": {
"time": "1768982381"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768982439"
},
"departure": {
"time": "1768982482"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768982624"
},
"departure": {
"time": "1768982657"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768982671"
},
"departure": {
"time": "1768982710"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768982729"
},
"departure": {
"time": "1768982733"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768982777"
},
"departure": {
"time": "1768982815"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768982857"
},
"departure": {
"time": "1768982894"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768982930"
},
"departure": {
"time": "1768982939"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768982965"
},
"departure": {
"time": "1768982993"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768983039"
},
"departure": {
"time": "1768983072"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768983093"
},
"departure": {
"time": "1768983107"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768983205"
},
"departure": {
"time": "1768983236"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768983254"
},
"departure": {
"time": "1768983281"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768983499"
},
"departure": {
"time": "1768983507"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768983538"
},
"departure": {
"time": "1768983568"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768983632"
},
"departure": {
"time": "1768983668"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768983766"
},
"departure": {
"time": "1768983775"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768983957"
},
"departure": {
"time": "1768983986"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768984015"
},
"departure": {
"time": "1768984025"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768984081"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768984113"
},
"departure": {
"time": "1768984135"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768984145"
},
"departure": {
"time": "1768984172"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768984217"
},
"departure": {
"time": "1768984257"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768984304"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "962-36337"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"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": "1768999490"
},
"departure": {
"time": "1768999495"
},
"stopId": "BJBELRI1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768999511"
},
"stopId": "BJPMONT2",
"stopSequence": 23
}
],
"timestamp": "1769011244",
"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": "1769011240",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "966-38062"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e3cb",
"label": "1310",
"licensePlate": "AV-829-XA"
}
}
},
{
"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": "1769011240",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "970-37609"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e127",
"label": "1527",
"licensePlate": "FN-427-ES"
}
}
},
{
"id": "trip:964-37627",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1769008048"
},
"departure": {
"time": "1769008082"
},
"stopId": "BJMAUBE1",
"stopSequence": 0
},
{
"arrival": {
"time": "1769008116"
},
"departure": {
"time": "1769008121"
},
"stopId": "MBHLM1",
"stopSequence": 1
},
{
"arrival": {
"time": "1769008184"
},
"departure": {
"time": "1769008217"
},
"stopId": "BJCHARG2",
"stopSequence": 2
},
{
"arrival": {
"time": "1769008604"
},
"departure": {
"time": "1769008655"
},
"stopId": "BJPOSTE2",
"stopSequence": 3
},
{
"arrival": {
"time": "1769008666"
},
"departure": {
"time": "1769008721"
},
"stopId": "BJLYCEE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1769008816"
},
"departure": {
"time": "1769008862"
},
"stopId": "BJPMICH2",
"stopSequence": 5
},
{
"arrival": {
"time": "1769008901"
},
"departure": {
"time": "1769008931"
},
"stopId": "BJFOLAT2",
"stopSequence": 6
},
{
"arrival": {
"time": "1769009012"
},
"departure": {
"time": "1769009017"
},
"stopId": "BJEPARG1",
"stopSequence": 7
},
{
"arrival": {
"time": "1769009061"
},
"departure": {
"time": "1769009072"
},
"stopId": "BJPISCI1",
"stopSequence": 8
},
{
"arrival": {
"time": "1769009093"
},
"departure": {
"time": "1769009116"
},
"stopId": "BJCOPRE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1769009178"
},
"departure": {
"time": "1769009212"
},
"stopId": "BJPREBE1",
"stopSequence": 10
},
{
"arrival": {
"time": "1769009291"
},
"departure": {
"time": "1769009317"
},
"stopId": "BJMARS2",
"stopSequence": 11
},
{
"arrival": {
"time": "1769009366"
},
"departure": {
"time": "1769009376"
},
"stopId": "BJTONKI1",
"stopSequence": 12
},
{
"arrival": {
"time": "1769009445"
},
"departure": {
"time": "1769009450"
},
"stopId": "BJBELRI1",
"stopSequence": 13
},
{
"arrival": {
"time": "1769009474"
},
"departure": {
"time": "1769009485"
},
"stopId": "BJPMONT2",
"stopSequence": 14
},
{
"arrival": {
"time": "1769009511"
},
"departure": {
"time": "1769009523"
},
"stopId": "BJCHPAG2",
"stopSequence": 15
},
{
"arrival": {
"time": "1769009534"
},
"departure": {
"time": "1769009563"
},
"stopId": "BJLOUP1",
"stopSequence": 16
},
{
"arrival": {
"time": "1769009591"
},
"departure": {
"time": "1769009611"
},
"stopId": "BJALBIZ2",
"stopSequence": 17
},
{
"arrival": {
"time": "1769009621"
},
"departure": {
"time": "1769009632"
},
"stopId": "BJBERNA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1769009752"
},
"departure": {
"time": "1769009763"
},
"stopId": "SSMOLLA2",
"stopSequence": 19
},
{
"arrival": {
"time": "1769010073"
},
"departure": {
"time": "1769010090"
},
"stopId": "SSDEMPT2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769009924"
},
"departure": {
"time": "1769009961"
},
"stopId": "SSECOLC1",
"stopSequence": 21
},
{
"stopId": "SSDEMPT1",
"stopSequence": 22
},
{
"arrival": {
"time": "1769010338"
},
"departure": {
"time": "1769010368"
},
"stopId": "SSTRUIT2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769010446"
},
"departure": {
"time": "1769010474"
},
"stopId": "SSEGLIS2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769010598"
},
"departure": {
"time": "1769010608"
},
"stopId": "SSPRECH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769010676"
},
"departure": {
"time": "1769010688"
},
"stopId": "SSZONEA2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769010778"
},
"departure": {
"time": "1769010788"
},
"stopId": "SSSMART2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769010847"
},
"stopId": "SSFLOS2",
"stopSequence": 28
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37627"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e290",
"label": "1302",
"licensePlate": "194-DDZ-38"
}
}
},
{
"id": "trip:955-36339",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768985165"
},
"departure": {
"time": "1768985195"
},
"stopId": "BJCHAMP2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768985213"
},
"departure": {
"time": "1768985255"
},
"stopId": "BJTOUR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768985276"
},
"departure": {
"time": "1768985315"
},
"stopId": "BJMOULI2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768985341"
},
"departure": {
"time": "1768985380"
},
"stopId": "BJPROYA2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768985438"
},
"departure": {
"time": "1768985507"
},
"stopId": "BJEPARG2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768985612"
},
"departure": {
"time": "1768985660"
},
"stopId": "BJFOLAT1",
"stopSequence": 5
},
{
"arrival": {
"time": "1768985701"
},
"departure": {
"time": "1768985751"
},
"stopId": "BJPMICH1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768985889"
},
"departure": {
"time": "1768985933"
},
"stopId": "BJLYCEE1",
"stopSequence": 7
},
{
"arrival": {
"time": "1768985937"
},
"departure": {
"time": "1768985965"
},
"stopId": "BJPOSTE1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768986073"
},
"departure": {
"time": "1768986111"
},
"stopId": "BJGARE1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768986299"
},
"departure": {
"time": "1768986311"
},
"stopId": "BJEMARI2",
"stopSequence": 10
},
{
"arrival": {
"time": "1768986326"
},
"departure": {
"time": "1768986347"
},
"stopId": "BJZOLA2",
"stopSequence": 11
},
{
"arrival": {
"time": "1768986365"
},
"departure": {
"time": "1768986394"
},
"stopId": "BJPCURI2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768986438"
},
"departure": {
"time": "1768986451"
},
"stopId": "BJJCURI2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768986514"
},
"departure": {
"time": "1768986539"
},
"stopId": "BJPAPIN2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768986583"
},
"departure": {
"time": "1768986589"
},
"stopId": "BJMALAS2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768986616"
},
"departure": {
"time": "1768986627"
},
"stopId": "BJMALBR2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768986687"
},
"departure": {
"time": "1768986696"
},
"stopId": "BJLBRAI2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768986715"
},
"departure": {
"time": "1768986760"
},
"stopId": "BJPOLER2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768986881"
},
"departure": {
"time": "1768986951"
},
"stopId": "BJMEDHO2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768986990"
},
"departure": {
"time": "1768987000"
},
"stopId": "BJMEDCL2",
"stopSequence": 20
},
{
"arrival": {
"time": "1768987203"
},
"departure": {
"time": "1768987211"
},
"stopId": "IDPLOUV2",
"stopSequence": 21
},
{
"arrival": {
"time": "1768987248"
},
"departure": {
"time": "1768987260"
},
"stopId": "IDCHASS2",
"stopSequence": 22
},
{
"arrival": {
"time": "1768987325"
},
"departure": {
"time": "1768987370"
},
"stopId": "IDSAYES2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768987508"
},
"departure": {
"time": "1768987518"
},
"stopId": "IDCECOM2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768987704"
},
"departure": {
"time": "1768987740"
},
"stopId": "IDLANS2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768987771"
},
"departure": {
"time": "1768987781"
},
"stopId": "IDPLANT1",
"stopSequence": 26
},
{
"arrival": {
"time": "1768987822"
},
"departure": {
"time": "1768987847"
},
"stopId": "IDFAUVE1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768987853"
},
"departure": {
"time": "1768987880"
},
"stopId": "IDPPLAT1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768987891"
},
"departure": {
"time": "1768987896"
},
"stopId": "IDATLAN1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768987940"
},
"departure": {
"time": "1768987956"
},
"stopId": "IDDELOR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768987983"
},
"stopId": "IDTRIFO1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "955-36339"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "964-37620"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e532",
"label": "1311",
"licensePlate": "AV-984-XB"
}
}
},
{
"id": "trip:955-36252",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768988861"
},
"departure": {
"time": "1768988909"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768988937"
},
"departure": {
"time": "1768988959"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768989004"
},
"departure": {
"time": "1768989014"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768989024"
},
"departure": {
"time": "1768989051"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768989057"
},
"departure": {
"time": "1768989078"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768989125"
},
"departure": {
"time": "1768989130"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768989161"
},
"departure": {
"time": "1768989198"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768989282"
},
"departure": {
"time": "1768989299"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768989474"
},
"departure": {
"time": "1768989508"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768989567"
},
"departure": {
"time": "1768989602"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768989632"
},
"departure": {
"time": "1768989642"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768989854"
},
"departure": {
"time": "1768989865"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768989916"
},
"departure": {
"time": "1768989969"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768990112"
},
"departure": {
"time": "1768990127"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768990147"
},
"departure": {
"time": "1768990159"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768990213"
},
"departure": {
"time": "1768990228"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768990262"
},
"departure": {
"time": "1768990272"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768990312"
},
"departure": {
"time": "1768990339"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768990384"
},
"departure": {
"time": "1768990426"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768990470"
},
"departure": {
"time": "1768990500"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768990534"
},
"departure": {
"time": "1768990580"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768990591"
},
"departure": {
"time": "1768990612"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768990720"
},
"departure": {
"time": "1768990757"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768990897"
},
"departure": {
"time": "1768990912"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768990934"
},
"departure": {
"time": "1768990960"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768991036"
},
"departure": {
"time": "1768991052"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768991127"
},
"departure": {
"time": "1768991165"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768991231"
},
"departure": {
"time": "1768991242"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768991289"
},
"departure": {
"time": "1768991320"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768991331"
},
"departure": {
"time": "1768991346"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768991361"
},
"departure": {
"time": "1768991394"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768991410"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011245",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "955-36252"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e634",
"label": "1323",
"licensePlate": "ED-230-KN"
}
}
},
{
"id": "trip:962-36254",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1768992420"
},
"departure": {
"time": "1768992475"
},
"stopId": "IDTRIFO2",
"stopSequence": 0
},
{
"arrival": {
"time": "1768992512"
},
"departure": {
"time": "1768992544"
},
"stopId": "IDDELOR2",
"stopSequence": 1
},
{
"arrival": {
"time": "1768992592"
},
"departure": {
"time": "1768992628"
},
"stopId": "IDATLAN2",
"stopSequence": 2
},
{
"arrival": {
"time": "1768992644"
},
"departure": {
"time": "1768992672"
},
"stopId": "IDPPLAT2",
"stopSequence": 3
},
{
"arrival": {
"time": "1768992678"
},
"departure": {
"time": "1768992715"
},
"stopId": "IDFAUVE2",
"stopSequence": 4
},
{
"arrival": {
"time": "1768992746"
},
"departure": {
"time": "1768992773"
},
"stopId": "IDPLANT2",
"stopSequence": 5
},
{
"arrival": {
"time": "1768992801"
},
"departure": {
"time": "1768992844"
},
"stopId": "IDLANS1",
"stopSequence": 6
},
{
"arrival": {
"time": "1768992936"
},
"departure": {
"time": "1768992978"
},
"stopId": "IDCECOM2",
"stopSequence": 7
},
{
"arrival": {
"time": "1768993320"
},
"departure": {
"time": "1768993359"
},
"stopId": "IDSAYES1",
"stopSequence": 8
},
{
"arrival": {
"time": "1768993422"
},
"departure": {
"time": "1768993461"
},
"stopId": "IDCHASS1",
"stopSequence": 9
},
{
"arrival": {
"time": "1768993488"
},
"departure": {
"time": "1768993524"
},
"stopId": "IDPLOUV1",
"stopSequence": 10
},
{
"arrival": {
"time": "1768993718"
},
"departure": {
"time": "1768993740"
},
"stopId": "BJMEDCL1",
"stopSequence": 11
},
{
"arrival": {
"time": "1768993771"
},
"departure": {
"time": "1768993811"
},
"stopId": "BJMEDHO1",
"stopSequence": 12
},
{
"arrival": {
"time": "1768994068"
},
"departure": {
"time": "1768994168"
},
"stopId": "BJPOLER1",
"stopSequence": 13
},
{
"arrival": {
"time": "1768994190"
},
"departure": {
"time": "1768994206"
},
"stopId": "BJLBRAI1",
"stopSequence": 14
},
{
"arrival": {
"time": "1768994248"
},
"departure": {
"time": "1768994280"
},
"stopId": "BJMALBR1",
"stopSequence": 15
},
{
"arrival": {
"time": "1768994307"
},
"departure": {
"time": "1768994317"
},
"stopId": "BJMALAS1",
"stopSequence": 16
},
{
"arrival": {
"time": "1768994357"
},
"departure": {
"time": "1768994418"
},
"stopId": "BJPAPIN1",
"stopSequence": 17
},
{
"arrival": {
"time": "1768994459"
},
"departure": {
"time": "1768994469"
},
"stopId": "BJJCURI1",
"stopSequence": 18
},
{
"arrival": {
"time": "1768994504"
},
"departure": {
"time": "1768994509"
},
"stopId": "BJPCURI1",
"stopSequence": 19
},
{
"arrival": {
"time": "1768994552"
},
"departure": {
"time": "1768994568"
},
"stopId": "BJZOLA1",
"stopSequence": 20
},
{
"arrival": {
"time": "1768994585"
},
"departure": {
"time": "1768994615"
},
"stopId": "BJEMARI1",
"stopSequence": 21
},
{
"arrival": {
"time": "1768994683"
},
"departure": {
"time": "1768994735"
},
"stopId": "BJGARE1",
"stopSequence": 22
},
{
"arrival": {
"time": "1768994837"
},
"departure": {
"time": "1768994906"
},
"stopId": "BJPOSTE2",
"stopSequence": 23
},
{
"arrival": {
"time": "1768994945"
},
"departure": {
"time": "1768994976"
},
"stopId": "BJLYCEE2",
"stopSequence": 24
},
{
"arrival": {
"time": "1768995033"
},
"departure": {
"time": "1768995076"
},
"stopId": "BJPMICH2",
"stopSequence": 25
},
{
"arrival": {
"time": "1768995104"
},
"departure": {
"time": "1768995153"
},
"stopId": "BJFOLAT2",
"stopSequence": 26
},
{
"arrival": {
"time": "1768995188"
},
"departure": {
"time": "1768995252"
},
"stopId": "BJEPARG1",
"stopSequence": 27
},
{
"arrival": {
"time": "1768995288"
},
"departure": {
"time": "1768995318"
},
"stopId": "BJPROYA1",
"stopSequence": 28
},
{
"arrival": {
"time": "1768995328"
},
"departure": {
"time": "1768995357"
},
"stopId": "BJMOULI1",
"stopSequence": 29
},
{
"arrival": {
"time": "1768995400"
},
"departure": {
"time": "1768995437"
},
"stopId": "BJTOUR1",
"stopSequence": 30
},
{
"arrival": {
"time": "1768995452"
},
"stopId": "BJCHAMP1",
"stopSequence": 31
}
],
"timestamp": "1769011243",
"trip": {
"routeId": "1",
"scheduleRelationship": "SCHEDULED",
"tripId": "962-36254"
},
"vehicle": {
"id": "636a2e23c520d5a13c77e731",
"label": "1309",
"licensePlate": "AV-895-WZ"
}
}
},
{
"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": "1769011242",
"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"
},
"departure": {
"time": "1768999379"
},
"stopId": "BJVAUCA2",
"stopSequence": 12
},
{
"arrival": {
"time": "1768999449"
},
"departure": {
"time": "1768999516"
},
"stopId": "BJEBARB2",
"stopSequence": 13
},
{
"arrival": {
"time": "1768999576"
},
"departure": {
"time": "1768999586"
},
"stopId": "BJHBARB2",
"stopSequence": 14
},
{
"arrival": {
"time": "1768999626"
},
"departure": {
"time": "1768999641"
},
"stopId": "BJVSCOT2",
"stopSequence": 15
},
{
"arrival": {
"time": "1768999681"
},
"departure": {
"time": "1768999701"
},
"stopId": "BJSTRAU2",
"stopSequence": 16
},
{
"arrival": {
"time": "1768999746"
},
"departure": {
"time": "1768999756"
},
"stopId": "BJCHANT2",
"stopSequence": 17
},
{
"arrival": {
"time": "1768999801"
},
"departure": {
"time": "1768999840"
},
"stopId": "BJROSTA2",
"stopSequence": 18
},
{
"arrival": {
"time": "1768999860"
},
"departure": {
"time": "1768999896"
},
"stopId": "BJCHARM2",
"stopSequence": 19
},
{
"arrival": {
"time": "1768999926"
},
"departure": {
"time": "1768999942"
},
"stopId": "BJCHFLE2",
"stopSequence": 20
},
{
"arrival": {
"time": "1769000020"
},
"departure": {
"time": "1769000032"
},
"stopId": "BJZACHA2",
"stopSequence": 21
},
{
"arrival": {
"time": "1769000176"
},
"departure": {
"time": "1769000209"
},
"stopId": "IDPLOUV2",
"stopSequence": 22
},
{
"arrival": {
"time": "1769000242"
},
"departure": {
"time": "1769000260"
},
"stopId": "IDCHASS2",
"stopSequence": 23
},
{
"arrival": {
"time": "1769000336"
},
"departure": {
"time": "1769000366"
},
"stopId": "IDSAYES2",
"stopSequence": 24
},
{
"arrival": {
"time": "1769000491"
},
"departure": {
"time": "1769000506"
},
"stopId": "IDCECOM2",
"stopSequence": 25
},
{
"arrival": {
"time": "1769000755"
},
"departure": {
"time": "1769000776"
},
"stopId": "IDADMIN2",
"stopSequence": 26
},
{
"arrival": {
"time": "1769000796"
},
"departure": {
"time": "1769000831"
},
"stopId": "IDHOTEL2",
"stopSequence": 27
},
{
"arrival": {
"time": "1769000872"
},
"departure": {
"time": "1769000888"
},
"stopId": "IDTRUFF2",
"stopSequence": 28
},
{
"arrival": {
"time": "1769000898"
},
"departure": {
"time": "1769000938"
},
"stopId": "IDHUBER2",
"stopSequence": 29
},
{
"arrival": {
"time": "1769000974"
},
"departure": {
"time": "1769001014"
},
"stopId": "IDDELOR2",
"stopSequence": 30
},
{
"arrival": {
"time": "1769001069"
},
"departure": {
"time": "1769001102"
},
"stopId": "IDATLAN2",
"stopSequence": 31
},
{
"arrival": {
"time": "1769001135"
},
"departure": {
"time": "1769001176"
},
"stopId": "IDDOISN2",
"stopSequence": 32
},
{
"arrival": {
"time": "1769001207"
},
"stopId": "IDPISCI2",
"stopSequence": 33
}
],
"timestamp": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "972-38848"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e23a",
"label": "1327",
"licensePlate": "FA-883-KL"
}
}
},
{
"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": "1769011242",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "954-38856"
},
"vehicle": {
"id": "636a2e22c520d5a13c77e50d",
"label": "1331",
"licensePlate": "FX-221-CD"
}
}
},
{
"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": "1769011244",
"trip": {
"routeId": "3",
"scheduleRelationship": "SCHEDULED",
"tripId": "963-38816"
},
"vehicle": {
"id": "636a2e22c520d5a13c77ded0",
"label": "1307",
"licensePlate": "166-DGQ-38"
}
}
},
{
"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": "1769011246",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "983-38051"
}
}
},
{
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "979-38049"
}
}
},
{
"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": "1769011246",
"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": "1769011246",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "976-38048"
}
}
},
{
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260121",
"tripId": "960-38028"
}
}
},
{
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"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": "1769011246",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260126",
"tripId": "1046-38113"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1769011246"
}
}