Resource details

File name: Données gobales en temps réel du réseau MOCA
Format: gtfs-rt

GTFS-RT (protobuff) global, regroupant les horaires aux arrêts, la position des véhicules et les perturbations.

This resource file is part of the dataset Réseaux urbain MOCA.

Download availability

2025-08-17
100%
2025-08-18
100%
2025-08-19
100%
2025-08-20
100%
2025-08-21
100%
2025-08-22
100%
2025-08-23
100%
2025-08-24
99.6%
2025-08-25
99.8%
2025-08-26
100%
2025-08-27
100%
2025-08-28
99.7%
2025-08-29
100%
2025-08-30
100%
2025-08-31
100%
2025-09-01
99.7%
2025-09-02
100%
2025-09-03
100%
2025-09-04
100%
2025-09-05
100%
2025-09-06
100%
2025-09-07
99.6%
2025-09-08
99.7%
2025-09-09
99.6%
2025-09-10
99.7%
2025-09-11
99.6%
2025-09-12
99.6%
2025-09-13
100%
2025-09-14
99.6%
2025-09-15
98.2%
2025-09-16
100%
Learn more
We test this resource download availability every hour by making an HTTP 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

111 errors, 4 warnings

Validation carried out using the current GTFS file and the GTFS-RT the 2025-09-16 at 09:06 Europe/Paris using the MobilityData GTFS-RT validator.

Errors

GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 8 errors

All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED

Sample errors
  • vehicle_id 65c9ff526c306f8b5192db41 trip_id 9 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • vehicle_id d194b4dd1521475d trip_id 10 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 9 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 10 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id 8 does not exist in the GTFS data and does not have schedule_relationship of ADDED

GTFS-rt route_id does not exist in GTFS data E004 8 errors

All route_ids provided in the GTFS-rt feed must exist in the GTFS data

Sample errors
  • vehicle_id 65c9ff526c306f8b5192db41 route_id 1 does not exist in the GTFS data routes.txt
  • vehicle_id d194b4dd1521475d route_id 2 does not exist in the GTFS data routes.txt
  • route_id 1 does not exist in the GTFS data routes.txt
  • route_id 2 does not exist in the GTFS data routes.txt
  • route_id 2 does not exist in the GTFS data routes.txt

GTFS-rt stop_id does not exist in GTFS data E011 92 errors

All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt

Sample errors
  • vehicle_id 65c9ff526c306f8b5192db41 stop_id 30037 does not exist in GTFS data stops.txt
  • vehicle_id d194b4dd1521475d stop_id 30016 does not exist in GTFS data stops.txt
  • trip_id 9 stop_id 30030 does not exist in GTFS data stops.txt
  • trip_id 9 stop_id 30029 does not exist in GTFS data stops.txt
  • trip_id 9 stop_id 30038 does not exist in GTFS data stops.txt

stop_time_update doesn't have arrival or departure E043 2 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 2 stop_sequence 0 doesn't have arrival or departure
  • trip_id 2 stop_sequence 1 doesn't have arrival or departure

VehiclePosition and TripUpdate ID pairing mismatch E047 1 error

If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds.

Sample errors
  • trip_id 10 and vehicle_id d194b4dd1521475d pairing in VehiclePositions does not match trip_id 2 and vehicle_id d194b4dd1521475d pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match

Warnings

ID in one feed missing from the other W003 4 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 2 is in TripUpdates but not in VehiclePositions feed
  • trip_id 4 is in TripUpdates but not in VehiclePositions feed
  • trip_id 6 is in TripUpdates but not in VehiclePositions feed
  • trip_id 8 is in TripUpdates but not in VehiclePositions feed
Validate this GTFS-RT now

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
E003 All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED 209 27 times (87 % of validations)
E004 All route_ids provided in the GTFS-rt feed must exist in the GTFS data 209 27 times (87 % of validations)
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 2 794 27 times (87 % 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 105 26 times (84 % of validations)
E047 If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds. 23 23 times (74 % 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 4 3 times (10 % 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. 2 2 times (6 % of validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 4 1 times (3 % of validations)

GTFS-RT feed content

Entities

Entities present in this feed at 2025-09-16 at 19:04 Europe/Paris.

trip_updates (26) vehicle_positions (2) service_alerts (0)

Entities seen in the last 7 days.

trip_updates vehicle_positions

Decoded GTFS-RT feed

See full payload

Here is the decoded GTFS-RT feed Protobuf at 2025-09-16 at 19:04 Europe/Paris. You can look at the GTFS-RT documentation.

{ "entity": [ { "id": "vehicle:0631d4a897eb633c", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 6, "position": { "latitude": 49.57076644897461, "longitude": 0.9508960247039795 }, "stopId": "30037", "timestamp": "1758042284", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "49" }, "vehicle": { "id": "0631d4a897eb633c" } } }, { "id": "vehicle:65c9ff526c306f8b5192db41", "vehicle": { "currentStopSequence": 2, "position": { "latitude": 49.53659439086914, "longitude": 0.961286723613739 }, "stopId": "30001", "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "50" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:49", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758041525" }, "departure": { "time": "1758041808" }, "stopId": "30030", "stopSequence": 0 }, { "arrival": { "time": "1758041856" }, "departure": { "time": "1758041869" }, "stopId": "30029", "stopSequence": 1 }, { "arrival": { "time": "1758041893" }, "departure": { "time": "1758041900" }, "stopId": "30038", "stopSequence": 2 }, { "arrival": { "time": "1758041965" }, "departure": { "time": "1758041995" }, "stopId": "30035", "stopSequence": 3 }, { "arrival": { "time": "1758042103" }, "departure": { "time": "1758042205" }, "stopId": "30042", "stopSequence": 4 }, { "arrival": { "time": "1758042233" }, "departure": { "time": "1758042251" }, "stopId": "30044", "stopSequence": 5 }, { "arrival": { "time": "1758042268" }, "departure": { "time": "1758042280" }, "stopId": "30037", "stopSequence": 6 }, { "arrival": { "time": "1758042340" }, "departure": { "time": "1758042340" }, "stopId": "30040", "stopSequence": 7 }, { "arrival": { "time": "1758042460" }, "departure": { "time": "1758042460" }, "stopId": "30032", "stopSequence": 8 }, { "arrival": { "time": "1758042520" }, "departure": { "time": "1758042520" }, "stopId": "30034", "stopSequence": 9 }, { "arrival": { "time": "1758042580" }, "departure": { "time": "1758042580" }, "stopId": "30015", "stopSequence": 10 }, { "arrival": { "time": "1758042640" }, "departure": { "time": "1758042640" }, "stopId": "30005", "stopSequence": 11 }, { "arrival": { "time": "1758042700" }, "departure": { "time": "1758042700" }, "stopId": "30009", "stopSequence": 12 }, { "arrival": { "time": "1758042760" }, "departure": { "time": "1758042760" }, "stopId": "30027", "stopSequence": 13 }, { "arrival": { "time": "1758042820" }, "departure": { "time": "1758042820" }, "stopId": "30011", "stopSequence": 14 }, { "arrival": { "time": "1758042880" }, "departure": { "time": "1758042880" }, "stopId": "30018", "stopSequence": 15 }, { "arrival": { "time": "1758043000" }, "departure": { "time": "1758043000" }, "stopId": "30020", "stopSequence": 16 }, { "arrival": { "time": "1758043060" }, "departure": { "time": "1758043060" }, "stopId": "30007", "stopSequence": 17 }, { "arrival": { "time": "1758043120" }, "departure": { "time": "1758043120" }, "stopId": "30019", "stopSequence": 18 }, { "arrival": { "time": "1758043240" }, "departure": { "time": "1758043240" }, "stopId": "30013", "stopSequence": 19 }, { "arrival": { "time": "1758043300" }, "departure": { "time": "1758043300" }, "stopId": "30017", "stopSequence": 20 }, { "arrival": { "time": "1758043360" }, "departure": { "time": "1758043360" }, "stopId": "30002", "stopSequence": 21 }, { "arrival": { "time": "1758043480" }, "departure": { "time": "1758043480" }, "stopId": "30025", "stopSequence": 22 }, { "arrival": { "time": "1758043540" }, "departure": { "time": "1758043540" }, "stopId": "30003", "stopSequence": 23 }, { "arrival": { "time": "1758043600" }, "departure": { "time": "1758043600" }, "stopId": "30028", "stopSequence": 24 } ], "timestamp": "1758042284", "trip": { "routeId": "1", "scheduleRelationship": "SCHEDULED", "tripId": "49" }, "vehicle": { "id": "0631d4a897eb633c" } } }, { "id": "trip:36", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758028690" }, "departure": { "time": "1758030228" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758030291" }, "departure": { "time": "1758030307" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758030346" }, "departure": { "time": "1758030354" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758030464" }, "departure": { "time": "1758030491" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758030512" }, "departure": { "time": "1758030526" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758030550" }, "departure": { "time": "1758030565" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758030593" }, "departure": { "time": "1758030643" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758030695" }, "departure": { "time": "1758030711" }, "stopId": "30013", "stopSequence": 7 }, { "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758030797" }, "departure": { "time": "1758030852" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758030891" }, "departure": { "time": "1758030908" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758030934" }, "departure": { "time": "1758030950" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758031024" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "36" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:14", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758009764" }, "departure": { "time": "1758009800" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758009905" }, "departure": { "time": "1758009917" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758009939" }, "departure": { "time": "1758009954" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758009993" }, "departure": { "time": "1758010004" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758010025" }, "departure": { "time": "1758010036" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758010100" }, "departure": { "time": "1758010119" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758010138" }, "departure": { "time": "1758010226" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758010264" }, "departure": { "time": "1758010285" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758010311" }, "departure": { "time": "1758010349" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758010398" }, "departure": { "time": "1758010410" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758010533" }, "departure": { "time": "1758010541" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758010569" }, "departure": { "time": "1758010577" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758010661" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "14" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:42", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758034797" }, "departure": { "time": "1758034966" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758035091" }, "departure": { "time": "1758035104" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758035130" }, "departure": { "time": "1758035139" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758035188" }, "departure": { "time": "1758035196" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758035217" }, "departure": { "time": "1758035229" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758035244" }, "departure": { "time": "1758035327" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758035355" }, "departure": { "time": "1758035474" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758035508" }, "departure": { "time": "1758035531" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758035564" }, "departure": { "time": "1758035671" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758035713" }, "departure": { "time": "1758035729" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758035803" }, "departure": { "time": "1758035810" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758035844" }, "departure": { "time": "1758035886" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758035970" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "42" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:34", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758027524" }, "departure": { "time": "1758027736" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758027855" }, "departure": { "time": "1758027868" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758027909" }, "departure": { "time": "1758027921" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758027968" }, "departure": { "time": "1758027982" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758027999" }, "departure": { "time": "1758028044" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758028091" }, "departure": { "time": "1758028129" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758028148" }, "departure": { "time": "1758028189" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758028217" }, "departure": { "time": "1758028231" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758028264" }, "departure": { "time": "1758028328" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758028399" }, "departure": { "time": "1758028406" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758028480" }, "departure": { "time": "1758028490" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758028515" }, "departure": { "time": "1758028528" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758028627" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "34" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:38", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758031069" }, "departure": { "time": "1758031336" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758031462" }, "departure": { "time": "1758031475" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758031513" }, "departure": { "time": "1758031519" }, "stopId": "30001", "stopSequence": 2 }, { "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758031594" }, "departure": { "time": "1758031605" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758031664" }, "departure": { "time": "1758031718" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758031752" }, "departure": { "time": "1758031869" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758031910" }, "departure": { "time": "1758031926" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758031956" }, "departure": { "time": "1758032043" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758032094" }, "departure": { "time": "1758032111" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758032201" }, "departure": { "time": "1758032208" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758032233" }, "departure": { "time": "1758032249" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758032337" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "38" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:20", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758014752" }, "departure": { "time": "1758015888" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758015950" }, "departure": { "time": "1758015994" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758016028" }, "departure": { "time": "1758016036" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758016132" }, "departure": { "time": "1758016152" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758016173" }, "departure": { "time": "1758016191" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758016217" }, "departure": { "time": "1758016226" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758016264" }, "departure": { "time": "1758016282" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758016354" }, "departure": { "time": "1758016369" }, "stopId": "30013", "stopSequence": 7 }, { "arrival": { "time": "1758016386" }, "departure": { "time": "1758016396" }, "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758016446" }, "departure": { "time": "1758016458" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758016498" }, "departure": { "time": "1758016509" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758016546" }, "departure": { "time": "1758016562" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758016652" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "20" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:48", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758039641" }, "departure": { "time": "1758041133" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758041186" }, "departure": { "time": "1758041206" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758041241" }, "departure": { "time": "1758041249" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758041320" }, "departure": { "time": "1758041365" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758041383" }, "departure": { "time": "1758041398" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758041422" }, "departure": { "time": "1758041434" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758041468" }, "departure": { "time": "1758041477" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758041531" }, "departure": { "time": "1758041543" }, "stopId": "30013", "stopSequence": 7 }, { "arrival": { "time": "1758041562" }, "departure": { "time": "1758041595" }, "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758041641" }, "departure": { "time": "1758041647" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758041678" }, "departure": { "time": "1758041700" }, "stopId": "30025", "stopSequence": 10 }, { "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758041805" }, "departure": { "time": "1758041744" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "48" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:28", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758021472" }, "departure": { "time": "1758023020" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758023090" }, "departure": { "time": "1758023107" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758023145" }, "departure": { "time": "1758023156" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758023316" }, "departure": { "time": "1758023332" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758023355" }, "departure": { "time": "1758023372" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758023395" }, "departure": { "time": "1758023410" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758023441" }, "departure": { "time": "1758023489" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758023612" }, "departure": { "time": "1758023623" }, "stopId": "30013", "stopSequence": 7 }, { "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758023708" }, "departure": { "time": "1758023740" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758023772" }, "departure": { "time": "1758023788" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758023819" }, "departure": { "time": "1758023837" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758023910" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "28" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:2", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "30028", "stopSequence": 0 }, { "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1757999265" }, "departure": { "time": "1757999271" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1757999314" }, "departure": { "time": "1757999325" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1757999340" }, "departure": { "time": "1757999344" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1757999388" }, "departure": { "time": "1757999405" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1757999428" }, "departure": { "time": "1757999444" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1757999468" }, "departure": { "time": "1757999485" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1757999506" }, "departure": { "time": "1757999511" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1757999548" }, "departure": { "time": "1757999557" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1757999614" }, "departure": { "time": "1757999625" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1757999656" }, "departure": { "time": "1757999668" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1757999750" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "2" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:32", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758025140" }, "departure": { "time": "1758026697" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758026764" }, "departure": { "time": "1758026777" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758026815" }, "departure": { "time": "1758026827" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758026921" }, "departure": { "time": "1758026966" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758026994" }, "departure": { "time": "1758027006" }, "stopId": "30021", "stopSequence": 4 }, { "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758027077" }, "departure": { "time": "1758027119" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758027191" }, "departure": { "time": "1758027223" }, "stopId": "30013", "stopSequence": 7 }, { "arrival": { "time": "1758027249" }, "departure": { "time": "1758027263" }, "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758027312" }, "departure": { "time": "1758027323" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758027358" }, "departure": { "time": "1758027371" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758027400" }, "departure": { "time": "1758027420" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758027488" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "32" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:44", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758036068" }, "departure": { "time": "1758037456" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758037523" }, "departure": { "time": "1758037538" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758037573" }, "departure": { "time": "1758037581" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758037660" }, "departure": { "time": "1758037673" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758037691" }, "departure": { "time": "1758037709" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758037737" }, "departure": { "time": "1758037841" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758037868" }, "departure": { "time": "1758037881" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758037960" }, "departure": { "time": "1758037976" }, "stopId": "30013", "stopSequence": 7 }, { "arrival": { "time": "1758037998" }, "departure": { "time": "1758038058" }, "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758038109" }, "departure": { "time": "1758038130" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758038176" }, "departure": { "time": "1758038190" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758038224" }, "departure": { "time": "1758038242" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758038337" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "44" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:18", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758013178" }, "departure": { "time": "1758013291" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758013398" }, "departure": { "time": "1758013410" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758013436" }, "departure": { "time": "1758013446" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758013484" }, "departure": { "time": "1758013495" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758013512" }, "departure": { "time": "1758013676" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758013731" }, "departure": { "time": "1758013749" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758013765" }, "departure": { "time": "1758013800" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758013829" }, "departure": { "time": "1758013851" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758013880" }, "departure": { "time": "1758013885" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758013977" }, "departure": { "time": "1758013983" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758014054" }, "departure": { "time": "1758014062" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758014084" }, "departure": { "time": "1758014098" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758014175" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "18" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:46", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758038362" }, "departure": { "time": "1758038546" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758038662" }, "departure": { "time": "1758038675" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758038714" }, "departure": { "time": "1758038770" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758038821" }, "departure": { "time": "1758038845" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758038863" }, "departure": { "time": "1758038874" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758038936" }, "departure": { "time": "1758038964" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758038991" }, "departure": { "time": "1758039155" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758039184" }, "departure": { "time": "1758039225" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758039250" }, "departure": { "time": "1758039259" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758039299" }, "departure": { "time": "1758039316" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758039407" }, "departure": { "time": "1758039461" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758039493" }, "departure": { "time": "1758039538" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758039615" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "46" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:12", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758007087" }, "departure": { "time": "1758008643" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758008707" }, "departure": { "time": "1758008719" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758008756" }, "departure": { "time": "1758008766" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758008877" }, "departure": { "time": "1758008947" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758008963" }, "departure": { "time": "1758008977" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758008997" }, "departure": { "time": "1758009056" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758009091" }, "departure": { "time": "1758009134" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758009186" }, "departure": { "time": "1758009195" }, "stopId": "30013", "stopSequence": 7 }, { "arrival": { "time": "1758009213" }, "departure": { "time": "1758009254" }, "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758009296" }, "departure": { "time": "1758009309" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758009339" }, "departure": { "time": "1758009351" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758009389" }, "departure": { "time": "1758009403" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758009508" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "12" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:24", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758017838" }, "departure": { "time": "1758019453" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758019520" }, "departure": { "time": "1758019539" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758019577" }, "departure": { "time": "1758019588" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758019677" }, "departure": { "time": "1758019686" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758019710" }, "departure": { "time": "1758019723" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758019750" }, "departure": { "time": "1758019817" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758019850" }, "departure": { "time": "1758019869" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758019908" }, "departure": { "time": "1758019923" }, "stopId": "30013", "stopSequence": 7 }, { "arrival": { "time": "1758019945" }, "departure": { "time": "1758019952" }, "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758020007" }, "departure": { "time": "1758020055" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758020090" }, "departure": { "time": "1758020100" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758020131" }, "departure": { "time": "1758020149" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758020224" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "24" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:40", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758032601" }, "departure": { "time": "1758033813" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758033879" }, "departure": { "time": "1758033897" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758033938" }, "departure": { "time": "1758033951" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758034053" }, "departure": { "time": "1758034067" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758034090" }, "departure": { "time": "1758034103" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758034138" }, "departure": { "time": "1758034154" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758034185" }, "departure": { "time": "1758034245" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758034327" }, "departure": { "time": "1758034364" }, "stopId": "30013", "stopSequence": 7 }, { "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758034487" }, "departure": { "time": "1758034531" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758034579" }, "departure": { "time": "1758034589" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758034625" }, "departure": { "time": "1758034653" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758034727" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "40" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:8", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758003369" }, "departure": { "time": "1758005046" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758005137" }, "departure": { "time": "1758005153" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758005188" }, "departure": { "time": "1758005195" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758005298" }, "departure": { "time": "1758005310" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758005331" }, "departure": { "time": "1758005373" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758005396" }, "departure": { "time": "1758005441" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758005469" }, "departure": { "time": "1758005537" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758005619" }, "departure": { "time": "1758005627" }, "stopId": "30013", "stopSequence": 7 }, { "arrival": { "time": "1758005645" }, "departure": { "time": "1758005678" }, "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758005726" }, "departure": { "time": "1758005734" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758005779" }, "departure": { "time": "1758005807" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758005840" }, "departure": { "time": "1758005855" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758005923" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "8" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:22", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758016945" }, "departure": { "time": "1758017047" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758017160" }, "departure": { "time": "1758017170" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758017198" }, "departure": { "time": "1758017213" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758017255" }, "departure": { "time": "1758017269" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758017285" }, "departure": { "time": "1758017296" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758017310" }, "departure": { "time": "1758017332" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758017354" }, "departure": { "time": "1758017378" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758017409" }, "departure": { "time": "1758017436" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758017474" }, "departure": { "time": "1758017521" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758017571" }, "departure": { "time": "1758017583" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758017653" }, "departure": { "time": "1758017662" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758017689" }, "departure": { "time": "1758017705" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758017797" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "22" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:50", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758041834" }, "departure": { "time": "1758042151" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758042253" }, "departure": { "time": "1758042261" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758042310" }, "departure": { "time": "1758042310" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758042370" }, "departure": { "time": "1758042370" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758042490" }, "departure": { "time": "1758042490" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758042550" }, "departure": { "time": "1758042550" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758042670" }, "departure": { "time": "1758042670" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758042730" }, "departure": { "time": "1758042730" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758042850" }, "departure": { "time": "1758042850" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758042910" }, "departure": { "time": "1758042910" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758042970" }, "departure": { "time": "1758042970" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758043030" }, "departure": { "time": "1758043030" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758043090" }, "departure": { "time": "1758043090" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "50" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:16", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758010709" }, "departure": { "time": "1758012224" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758012280" }, "departure": { "time": "1758012394" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758012431" }, "departure": { "time": "1758012438" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758012544" }, "departure": { "time": "1758012592" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758012631" }, "departure": { "time": "1758012649" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758012669" }, "departure": { "time": "1758012682" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758012704" }, "departure": { "time": "1758012744" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758012840" }, "departure": { "time": "1758012855" }, "stopId": "30013", "stopSequence": 7 }, { "arrival": { "time": "1758012872" }, "departure": { "time": "1758012903" }, "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758012945" }, "departure": { "time": "1758012962" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758013000" }, "departure": { "time": "1758013011" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758013045" }, "departure": { "time": "1758013059" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758013134" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "16" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:6", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758002319" }, "departure": { "time": "1758002597" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758002696" }, "departure": { "time": "1758002703" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758002729" }, "departure": { "time": "1758002802" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758002843" }, "departure": { "time": "1758002853" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758002868" }, "departure": { "time": "1758002877" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758002896" }, "departure": { "time": "1758002918" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758002943" }, "departure": { "time": "1758002965" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758002997" }, "departure": { "time": "1758003012" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758003039" }, "departure": { "time": "1758003084" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758003125" }, "departure": { "time": "1758003137" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758003198" }, "departure": { "time": "1758003208" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758003235" }, "departure": { "time": "1758003253" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758003330" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "6" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:10", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758005951" }, "departure": { "time": "1758006192" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758006296" }, "departure": { "time": "1758006305" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758006327" }, "departure": { "time": "1758006371" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758006416" }, "departure": { "time": "1758006443" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758006458" }, "departure": { "time": "1758006467" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758006524" }, "departure": { "time": "1758006547" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758006567" }, "departure": { "time": "1758006656" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758006683" }, "departure": { "time": "1758006700" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758006723" }, "departure": { "time": "1758006731" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758006831" }, "departure": { "time": "1758006843" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758006909" }, "departure": { "time": "1758006916" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758006945" }, "departure": { "time": "1758006961" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758007038" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "10" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:26", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758020273" }, "departure": { "time": "1758020531" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758020650" }, "departure": { "time": "1758020664" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758020701" }, "departure": { "time": "1758020716" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758020758" }, "departure": { "time": "1758020810" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758020824" }, "departure": { "time": "1758020865" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758020885" }, "departure": { "time": "1758020920" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758020936" }, "departure": { "time": "1758020977" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758021011" }, "departure": { "time": "1758021032" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758021063" }, "departure": { "time": "1758021121" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758021209" }, "departure": { "time": "1758021223" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758021292" }, "departure": { "time": "1758021299" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758021331" }, "departure": { "time": "1758021344" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758021432" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "26" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:30", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758023984" }, "departure": { "time": "1758024137" }, "stopId": "30028", "stopSequence": 0 }, { "arrival": { "time": "1758024260" }, "departure": { "time": "1758024302" }, "stopId": "30024", "stopSequence": 1 }, { "arrival": { "time": "1758024328" }, "departure": { "time": "1758024336" }, "stopId": "30001", "stopSequence": 2 }, { "arrival": { "time": "1758024387" }, "departure": { "time": "1758024398" }, "stopId": "30016", "stopSequence": 3 }, { "arrival": { "time": "1758024417" }, "departure": { "time": "1758024430" }, "stopId": "30012", "stopSequence": 4 }, { "arrival": { "time": "1758024447" }, "departure": { "time": "1758024468" }, "stopId": "30006", "stopSequence": 5 }, { "arrival": { "time": "1758024491" }, "departure": { "time": "1758024588" }, "stopId": "30010", "stopSequence": 6 }, { "arrival": { "time": "1758024624" }, "departure": { "time": "1758024641" }, "stopId": "30018", "stopSequence": 7 }, { "arrival": { "time": "1758024674" }, "departure": { "time": "1758024727" }, "stopId": "30020", "stopSequence": 8 }, { "arrival": { "time": "1758024844" }, "departure": { "time": "1758024858" }, "stopId": "30022", "stopSequence": 9 }, { "arrival": { "time": "1758024945" }, "departure": { "time": "1758024955" }, "stopId": "30047", "stopSequence": 10 }, { "arrival": { "time": "1758024985" }, "departure": { "time": "1758024999" }, "stopId": "30045", "stopSequence": 11 }, { "arrival": { "time": "1758025084" }, "stopId": "30049", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "30" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } }, { "id": "trip:4", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758000016" }, "departure": { "time": "1758001511" }, "stopId": "30049", "stopSequence": 0 }, { "arrival": { "time": "1758001564" }, "departure": { "time": "1758001581" }, "stopId": "30046", "stopSequence": 1 }, { "arrival": { "time": "1758001615" }, "departure": { "time": "1758001622" }, "stopId": "30048", "stopSequence": 2 }, { "arrival": { "time": "1758001713" }, "departure": { "time": "1758001778" }, "stopId": "30023", "stopSequence": 3 }, { "arrival": { "time": "1758001796" }, "departure": { "time": "1758001803" }, "stopId": "30021", "stopSequence": 4 }, { "arrival": { "time": "1758001828" }, "departure": { "time": "1758001866" }, "stopId": "30007", "stopSequence": 5 }, { "arrival": { "time": "1758001891" }, "departure": { "time": "1758001940" }, "stopId": "30019", "stopSequence": 6 }, { "arrival": { "time": "1758001977" }, "departure": { "time": "1758001986" }, "stopId": "30013", "stopSequence": 7 }, { "arrival": { "time": "1758002004" }, "departure": { "time": "1758002039" }, "stopId": "30017", "stopSequence": 8 }, { "arrival": { "time": "1758002087" }, "departure": { "time": "1758002095" }, "stopId": "30002", "stopSequence": 9 }, { "arrival": { "time": "1758002125" }, "departure": { "time": "1758002153" }, "stopId": "30025", "stopSequence": 10 }, { "arrival": { "time": "1758002185" }, "departure": { "time": "1758002202" }, "stopId": "30003", "stopSequence": 11 }, { "arrival": { "time": "1758002284" }, "stopId": "30028", "stopSequence": 12 } ], "timestamp": "1758042282", "trip": { "routeId": "2", "scheduleRelationship": "SCHEDULED", "tripId": "4" }, "vehicle": { "id": "65c9ff526c306f8b5192db41", "label": "42310", "licensePlate": "GT-400-BM" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1758042285" } }