Détails de la ressource

Nom du fichier : GTFS-RT TripUpdate Marinéo Boulogne - horaires des prochains passages à l'arrêt
Format : gtfs-rt

Cette ressource fait partie du jeu de données Réseau urbain Marinéo.

Disponibilité au téléchargement

23/09/2025
100%
24/09/2025
100%
25/09/2025
100%
26/09/2025
100%
27/09/2025
100%
28/09/2025
100%
29/09/2025
100%
30/09/2025
100%
01/10/2025
100%
02/10/2025
100%
03/10/2025
100%
04/10/2025
100%
05/10/2025
100%
06/10/2025
100%
07/10/2025
100%
08/10/2025
100%
09/10/2025
100%
10/10/2025
100%
11/10/2025
100%
12/10/2025
100%
13/10/2025
100%
14/10/2025
100%
15/10/2025
100%
16/10/2025
100%
17/10/2025
100%
18/10/2025
100%
19/10/2025
100%
20/10/2025
100%
21/10/2025
100%
22/10/2025
100%
23/10/2025
100%
En savoir plus
Nous testons la disponibilité de cette ressource au téléchargement toutes les heures, en effectuant une requête HTTP de type HEAD dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.

Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type GET : nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.

Rapport de validation

228 erreurs, 32 avertissements

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 23/10/2025 à 09h12 Europe/Paris avec le validateur GTFS-RT de MobilityData.

Erreurs

stop_times_updates not strictly sorted E002 10 erreurs

stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence

Exemples d'erreurs
  • trip_id 21323614 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
  • trip_id 21323620 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
  • trip_id 21323616 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
  • trip_id 21323618 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
  • trip_id 21323678 stop_sequence [15, 1] is not strictly sorted by increasing stop_sequence

GTFS-rt stop_id does not exist in GTFS data E011 25 erreurs

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

Exemples d'erreurs
  • trip_id 21323615 stop_id bsmtran2 does not exist in GTFS data stops.txt
  • trip_id 21323614 stop_id bsmtran2 does not exist in GTFS data stops.txt
  • trip_id 21323621 stop_id bsmtran2 does not exist in GTFS data stops.txt
  • trip_id 21323620 stop_id bsmtran2 does not exist in GTFS data stops.txt
  • trip_id 21323617 stop_id bsmtran2 does not exist in GTFS data stops.txt

Sequential stop_time_update times are not increasing E022 192 erreurs

stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.

Exemples d'erreurs
  • trip_id 21323615 stop_sequence 1 departure_time 08:53:03 (1761202383) is less than previous stop departure_time 09:04:10 (1761203050) - times must increase between two sequential stops
  • trip_id 21323615 stop_sequence 1 departure_time 08:53:03 (1761202383) is less than previous stop arrival_time 09:04:10 (1761203050) - times must increase between two sequential stops
  • trip_id 21323615 stop_sequence 2 arrival_time 08:55:03 (1761202503) is less than previous stop arrival_time 09:04:10 (1761203050) - times must increase between two sequential stops
  • trip_id 21323615 stop_sequence 2 departure_time 08:55:03 (1761202503) is less than previous stop arrival_time 09:04:10 (1761203050) - times must increase between two sequential stops
  • trip_id 21323615 stop_sequence 6 arrival_time 09:01:15 (1761202875) is less than previous stop departure_time 09:02:03 (1761202923) - times must increase between two sequential stops

GTFS-rt stop_sequence not found in GTFS data E051 1 erreur

All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip

Exemples d'erreurs
  • GTFS-rt trip_id 21323678 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip

Avertissements

vehicle_id not populated W002 32 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id 21323729 does not have a vehicle_id
  • trip_id 21323585 does not have a vehicle_id
  • trip_id 21323593 does not have a vehicle_id
  • trip_id 21323621 does not have a vehicle_id
  • trip_id 21323620 does not have a vehicle_id
Valider ce GTFS-RT maintenant

Validations précédentes

Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.

Identifiant d'erreur Description Nombre d'erreurs Nombre d'occurences
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 259 29 fois (100 % des validations)
E011 All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt 420 29 fois (100 % des validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 4 172 29 fois (100 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 898 29 fois (100 % des validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 47 25 fois (86 % des 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 16 11 fois (38 % des validations)
E009 If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence 16 8 fois (28 % des validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 5 2 fois (7 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 23/10/2025 à 18h01 Europe/Paris.

trip_updates (69) vehicle_positions (0) service_alerts (0)

Entités présentes dans ce flux lors des 7 derniers jours.

trip_updates

Flux GTFS-RT décodé

Voir le contenu du flux

Voici le flux GTFS-RT décodé au format Protobuf le 23/10/2025 à 18h01 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "21323579", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761236400", "uncertainty": 120 }, "stopId": "semquen", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "E", "scheduleRelationship": "SCHEDULED", "tripId": "21323579" } } }, { "id": "21323578", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761233973", "uncertainty": 120 }, "stopId": "semquen", "stopSequence": 1 }, { "arrival": { "time": "1761234049", "uncertainty": 120 }, "departure": { "time": "1761234049", "uncertainty": 120 }, "stopId": "semcite", "stopSequence": 2 }, { "arrival": { "time": "1761234122", "uncertainty": 120 }, "departure": { "time": "1761234125", "uncertainty": 120 }, "stopId": "semcach2", "stopSequence": 3 }, { "arrival": { "time": "1761234183", "uncertainty": 120 }, "departure": { "time": "1761234217", "uncertainty": 120 }, "stopId": "semhesd2", "stopSequence": 4 }, { "arrival": { "time": "1761234273", "uncertainty": 120 }, "departure": { "time": "1761234273", "uncertainty": 120 }, "stopId": "semmair", "stopSequence": 5 }, { "arrival": { "time": "1761234330", "uncertainty": 120 }, "departure": { "time": "1761234333", "uncertainty": 120 }, "stopId": "semhaff2", "stopSequence": 6 }, { "arrival": { "time": "1761234405", "uncertainty": 120 }, "departure": { "time": "1761234423", "uncertainty": 120 }, "stopId": "semgau2", "stopSequence": 7 }, { "arrival": { "time": "1761234471", "uncertainty": 120 }, "departure": { "time": "1761234483", "uncertainty": 120 }, "stopId": "semchat2", "stopSequence": 8 }, { "arrival": { "time": "1761234529", "uncertainty": 120 }, "departure": { "time": "1761234529", "uncertainty": 120 }, "stopId": "sempar2", "stopSequence": 9 }, { "arrival": { "time": "1761234565", "uncertainty": 120 }, "departure": { "time": "1761234565", "uncertainty": 120 }, "stopId": "outman2", "stopSequence": 10 }, { "arrival": { "time": "1761234592", "uncertainty": 120 }, "departure": { "time": "1761234592", "uncertainty": 120 }, "stopId": "outlagr2", "stopSequence": 11 }, { "arrival": { "time": "1761234633", "uncertainty": 120 }, "departure": { "time": "1761234633", "uncertainty": 120 }, "stopId": "outre22", "stopSequence": 12 }, { "arrival": { "time": "1761234660", "uncertainty": 120 }, "departure": { "time": "1761234660", "uncertainty": 120 }, "stopId": "outedo1", "stopSequence": 13 }, { "arrival": { "time": "1761234741", "uncertainty": 120 }, "departure": { "time": "1761234753", "uncertainty": 120 }, "stopId": "outresu2", "stopSequence": 14 }, { "arrival": { "time": "1761234962", "uncertainty": 120 }, "departure": { "time": "1761234962", "uncertainty": 120 }, "stopId": "leopite2", "stopSequence": 15 }, { "arrival": { "time": "1761235023", "uncertainty": 120 }, "departure": { "time": "1761235023", "uncertainty": 120 }, "stopId": "bsmarma", "stopSequence": 16 }, { "arrival": { "time": "1761235179", "uncertainty": 120 }, "departure": { "time": "1761235203", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 17 }, { "arrival": { "time": "1761235304", "uncertainty": 120 }, "departure": { "time": "1761235304", "uncertainty": 120 }, "stopId": "bsmdaun", "stopSequence": 18 }, { "arrival": { "time": "1761235417", "uncertainty": 120 }, "departure": { "time": "1761235500", "uncertainty": 120 }, "stopId": "bsmcca13", "stopSequence": 19 }, { "arrival": { "time": "1761235772", "uncertainty": 120 }, "departure": { "time": "1761235772", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 20 }, { "arrival": { "time": "1761235872", "uncertainty": 120 }, "departure": { "time": "1761235872", "uncertainty": 120 }, "stopId": "bsmlumi2", "stopSequence": 21 }, { "arrival": { "time": "1761236100", "uncertainty": 120 }, "departure": { "time": "1761236100", "uncertainty": 120 }, "stopId": "bsmlyc1", "stopSequence": 22 }, { "arrival": { "time": "1761236220", "uncertainty": 120 }, "departure": { "time": "1761236220", "uncertainty": 120 }, "stopId": "bsmeurv", "stopSequence": 23 }, { "arrival": { "time": "1761236292", "uncertainty": 120 }, "departure": { "time": "1761236292", "uncertainty": 120 }, "stopId": "bsmstad", "stopSequence": 24 }, { "arrival": { "time": "1761236400", "uncertainty": 120 }, "departure": { "time": "1761236400", "uncertainty": 120 }, "stopId": "bsmsou2", "stopSequence": 25 }, { "arrival": { "time": "1761236478", "uncertainty": 120 }, "departure": { "time": "1761236478", "uncertainty": 120 }, "stopId": "bsmmaq1", "stopSequence": 26 }, { "arrival": { "time": "1761236598", "uncertainty": 120 }, "departure": { "time": "1761236598", "uncertainty": 120 }, "stopId": "bsmjul2", "stopSequence": 27 }, { "arrival": { "time": "1761236700", "uncertainty": 120 }, "departure": { "time": "1761236700", "uncertainty": 120 }, "stopId": "smbmair2", "stopSequence": 28 }, { "arrival": { "time": "1761236722", "uncertainty": 120 }, "departure": { "time": "1761236722", "uncertainty": 120 }, "stopId": "smbcol2", "stopSequence": 29 }, { "arrival": { "time": "1761236809", "uncertainty": 120 }, "departure": { "time": "1761236809", "uncertainty": 120 }, "stopId": "smbdena", "stopSequence": 30 }, { "arrival": { "time": "1761236974", "uncertainty": 120 }, "departure": { "time": "1761236974", "uncertainty": 120 }, "stopId": "smbbre1", "stopSequence": 31 }, { "arrival": { "time": "1761237002", "uncertainty": 120 }, "departure": { "time": "1761237002", "uncertainty": 120 }, "stopId": "smbmoul", "stopSequence": 32 }, { "arrival": { "time": "1761237048", "uncertainty": 120 }, "departure": { "time": "1761237048", "uncertainty": 120 }, "stopId": "smbleon", "stopSequence": 33 }, { "arrival": { "time": "1761237120", "uncertainty": 120 }, "stopId": "smbwica", "stopSequence": 34 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "E", "scheduleRelationship": "SCHEDULED", "tripId": "21323578" }, "vehicle": { "id": "327", "label": "327" } } }, { "id": "21323727", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761237956", "uncertainty": 120 }, "departure": { "time": "1761237956", "uncertainty": 120 }, "stopId": "outneuf2" }, { "arrival": { "time": "1761238231", "uncertainty": 120 }, "departure": { "time": "1761238231", "uncertainty": 120 }, "stopId": "outdes2" }, { "arrival": { "time": "1761238406", "uncertainty": 120 }, "departure": { "time": "1761238406", "uncertainty": 120 }, "stopId": "outlagr" }, { "departure": { "time": "1761237300", "uncertainty": 120 }, "stopId": "bsmcca1", "stopSequence": 1 }, { "arrival": { "time": "1761237540", "uncertainty": 120 }, "departure": { "time": "1761237540", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 2 }, { "arrival": { "time": "1761237688", "uncertainty": 120 }, "departure": { "time": "1761237688", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 3 }, { "arrival": { "time": "1761237780", "uncertainty": 120 }, "departure": { "time": "1761237780", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 4 }, { "arrival": { "time": "1761237952", "uncertainty": 120 }, "departure": { "time": "1761237952", "uncertainty": 120 }, "stopId": "outneuf2", "stopSequence": 5 }, { "arrival": { "time": "1761238021", "uncertainty": 120 }, "departure": { "time": "1761238021", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outmai2", "stopSequence": 6 }, { "arrival": { "time": "1761238140", "uncertainty": 120 }, "departure": { "time": "1761238140", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outmazu", "stopSequence": 7 }, { "arrival": { "time": "1761238201", "uncertainty": 120 }, "departure": { "time": "1761238201", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outcha2", "stopSequence": 8 }, { "arrival": { "time": "1761238274", "uncertainty": 120 }, "departure": { "time": "1761238274", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outver2", "stopSequence": 9 }, { "arrival": { "time": "1761238377", "uncertainty": 120 }, "departure": { "time": "1761238377", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outgrim2", "stopSequence": 10 }, { "arrival": { "time": "1761238408", "uncertainty": 120 }, "departure": { "time": "1761238408", "uncertainty": 120 }, "stopId": "outlagr", "stopSequence": 11 }, { "arrival": { "time": "1761238445", "uncertainty": 120 }, "departure": { "time": "1761238445", "uncertainty": 120 }, "stopId": "outman", "stopSequence": 12 }, { "arrival": { "time": "1761238500", "uncertainty": 120 }, "departure": { "time": "1761238500", "uncertainty": 120 }, "stopId": "sempar", "stopSequence": 13 }, { "arrival": { "time": "1761238670", "uncertainty": 120 }, "departure": { "time": "1761238670", "uncertainty": 120 }, "stopId": "semelgi", "stopSequence": 14 }, { "arrival": { "time": "1761238743", "uncertainty": 120 }, "departure": { "time": "1761238743", "uncertainty": 120 }, "stopId": "semcalv3", "stopSequence": 15 }, { "arrival": { "time": "1761238792", "uncertainty": 120 }, "departure": { "time": "1761238792", "uncertainty": 120 }, "stopId": "semecol", "stopSequence": 16 }, { "arrival": { "time": "1761238829", "uncertainty": 120 }, "departure": { "time": "1761238829", "uncertainty": 120 }, "stopId": "semecau", "stopSequence": 17 }, { "arrival": { "time": "1761238883", "uncertainty": 120 }, "departure": { "time": "1761238883", "uncertainty": 120 }, "stopId": "semfont", "stopSequence": 18 }, { "arrival": { "time": "1761238967", "uncertainty": 120 }, "departure": { "time": "1761238967", "uncertainty": 120 }, "stopId": "semsau2", "stopSequence": 19 }, { "arrival": { "time": "1761239005", "uncertainty": 120 }, "departure": { "time": "1761239005", "uncertainty": 120 }, "stopId": "semgar", "stopSequence": 20 }, { "arrival": { "time": "1761239069", "uncertainty": 120 }, "stopId": "semvald2", "stopSequence": 21 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "I", "scheduleRelationship": "SCHEDULED", "tripId": "21323727" } } }, { "id": "21323726", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761235199", "uncertainty": 120 }, "departure": { "time": "1761235199", "uncertainty": 120 }, "stopId": "outlagr" }, { "departure": { "time": "1761234093", "uncertainty": 120 }, "stopId": "bsmcca1", "stopSequence": 1 }, { "arrival": { "time": "1761234213", "uncertainty": 120 }, "departure": { "time": "1761234240", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 2 }, { "arrival": { "time": "1761234453", "uncertainty": 120 }, "departure": { "time": "1761234483", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 3 }, { "arrival": { "time": "1761234562", "uncertainty": 120 }, "departure": { "time": "1761234603", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 4 }, { "arrival": { "time": "1761234745", "uncertainty": 120 }, "departure": { "time": "1761234745", "uncertainty": 120 }, "stopId": "outneuf2", "stopSequence": 5 }, { "arrival": { "time": "1761234960", "uncertainty": 120 }, "departure": { "time": "1761234960", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outmazu", "stopSequence": 7 }, { "arrival": { "time": "1761235021", "uncertainty": 120 }, "departure": { "time": "1761235021", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outcha2", "stopSequence": 8 }, { "arrival": { "time": "1761235094", "uncertainty": 120 }, "departure": { "time": "1761235094", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outver2", "stopSequence": 9 }, { "arrival": { "time": "1761235197", "uncertainty": 120 }, "departure": { "time": "1761235197", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outgrim2", "stopSequence": 10 }, { "arrival": { "time": "1761235201", "uncertainty": 120 }, "departure": { "time": "1761235260", "uncertainty": 120 }, "stopId": "outlagr", "stopSequence": 11 }, { "arrival": { "time": "1761235313", "uncertainty": 120 }, "departure": { "time": "1761235313", "uncertainty": 120 }, "stopId": "outman", "stopSequence": 12 }, { "arrival": { "time": "1761235349", "uncertainty": 120 }, "departure": { "time": "1761235349", "uncertainty": 120 }, "stopId": "sempar", "stopSequence": 13 }, { "arrival": { "time": "1761235403", "uncertainty": 120 }, "departure": { "time": "1761235403", "uncertainty": 120 }, "stopId": "semchat", "stopSequence": 14 }, { "arrival": { "time": "1761235435", "uncertainty": 120 }, "departure": { "time": "1761235435", "uncertainty": 120 }, "stopId": "semgau", "stopSequence": 15 }, { "arrival": { "time": "1761235485", "uncertainty": 120 }, "departure": { "time": "1761235485", "uncertainty": 120 }, "stopId": "semhaff", "stopSequence": 16 }, { "arrival": { "time": "1761235553", "uncertainty": 120 }, "departure": { "time": "1761235553", "uncertainty": 120 }, "stopId": "semmair2", "stopSequence": 17 }, { "arrival": { "time": "1761235603", "uncertainty": 120 }, "departure": { "time": "1761235603", "uncertainty": 120 }, "stopId": "semhesd", "stopSequence": 18 }, { "arrival": { "time": "1761235620", "uncertainty": 120 }, "departure": { "time": "1761235620", "uncertainty": 120 }, "stopId": "sempast", "stopSequence": 19 }, { "arrival": { "time": "1761235691", "uncertainty": 120 }, "departure": { "time": "1761235691", "uncertainty": 120 }, "stopId": "sempaul", "stopSequence": 20 }, { "arrival": { "time": "1761235836", "uncertainty": 120 }, "departure": { "time": "1761235836", "uncertainty": 120 }, "stopId": "semolym", "stopSequence": 21 }, { "arrival": { "time": "1761235942", "uncertainty": 120 }, "departure": { "time": "1761235942", "uncertainty": 120 }, "stopId": "semelgi", "stopSequence": 22 }, { "arrival": { "time": "1761236013", "uncertainty": 120 }, "departure": { "time": "1761236013", "uncertainty": 120 }, "stopId": "semcalv3", "stopSequence": 23 }, { "arrival": { "time": "1761236061", "uncertainty": 120 }, "departure": { "time": "1761236061", "uncertainty": 120 }, "stopId": "semecol", "stopSequence": 24 }, { "arrival": { "time": "1761236097", "uncertainty": 120 }, "departure": { "time": "1761236097", "uncertainty": 120 }, "stopId": "semecau", "stopSequence": 25 }, { "arrival": { "time": "1761236137", "uncertainty": 120 }, "departure": { "time": "1761236137", "uncertainty": 120 }, "stopId": "semfont", "stopSequence": 26 }, { "arrival": { "time": "1761236200", "uncertainty": 120 }, "departure": { "time": "1761236200", "uncertainty": 120 }, "stopId": "semsau2", "stopSequence": 27 }, { "arrival": { "time": "1761236228", "uncertainty": 120 }, "departure": { "time": "1761236228", "uncertainty": 120 }, "stopId": "semgar", "stopSequence": 28 }, { "arrival": { "time": "1761236277", "uncertainty": 120 }, "stopId": "semvald2", "stopSequence": 29 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "I", "scheduleRelationship": "SCHEDULED", "tripId": "21323726" }, "vehicle": { "id": "212", "label": "212" } } }, { "id": "21370062", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761234636", "uncertainty": 120 }, "departure": { "time": "1761234644", "uncertainty": 120 }, "stopId": "wimjean" }, { "arrival": { "time": "1761234813", "uncertainty": 120 }, "departure": { "time": "1761234824", "uncertainty": 120 }, "stopId": "wimsncf2" }, { "arrival": { "time": "1761234933", "uncertainty": 120 }, "departure": { "time": "1761234933", "uncertainty": 120 }, "stopId": "wimcol2" }, { "arrival": { "time": "1761234974", "uncertainty": 120 }, "departure": { "time": "1761234974", "uncertainty": 120 }, "stopId": "wimplai2" }, { "arrival": { "time": "1761235184", "uncertainty": 120 }, "departure": { "time": "1761235184", "uncertainty": 120 }, "stopId": "wimeco" }, { "arrival": { "time": "1761235220", "uncertainty": 120 }, "departure": { "time": "1761235220", "uncertainty": 120 }, "stopId": "wimstad" }, { "departure": { "time": "1761232683", "uncertainty": 120 }, "stopId": "outbeet3", "stopSequence": 1 }, { "arrival": { "time": "1761232700", "uncertainty": 120 }, "departure": { "time": "1761232700", "uncertainty": 120 }, "stopId": "outbeet2", "stopSequence": 2 }, { "arrival": { "time": "1761232768", "uncertainty": 120 }, "departure": { "time": "1761232768", "uncertainty": 120 }, "stopId": "outdore2", "stopSequence": 3 }, { "arrival": { "time": "1761232817", "uncertainty": 120 }, "departure": { "time": "1761232817", "uncertainty": 120 }, "stopId": "outmont2", "stopSequence": 4 }, { "arrival": { "time": "1761232893", "uncertainty": 120 }, "departure": { "time": "1761232893", "uncertainty": 120 }, "stopId": "outcol1", "stopSequence": 5 }, { "arrival": { "time": "1761232967", "uncertainty": 120 }, "departure": { "time": "1761232967", "uncertainty": 120 }, "stopId": "outkenn2", "stopSequence": 6 }, { "arrival": { "time": "1761233103", "uncertainty": 120 }, "departure": { "time": "1761233103", "uncertainty": 120 }, "stopId": "outmai", "stopSequence": 7 }, { "arrival": { "time": "1761233141", "uncertainty": 120 }, "departure": { "time": "1761233162", "uncertainty": 120 }, "stopId": "outneuf", "stopSequence": 8 }, { "arrival": { "time": "1761233283", "uncertainty": 120 }, "departure": { "time": "1761233314", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 9 }, { "arrival": { "time": "1761233394", "uncertainty": 120 }, "departure": { "time": "1761233463", "uncertainty": 120 }, "stopId": "bsmdaun", "stopSequence": 10 }, { "arrival": { "time": "1761233553", "uncertainty": 120 }, "departure": { "time": "1761233703", "uncertainty": 120 }, "stopId": "bsmcca5", "stopSequence": 11 }, { "arrival": { "time": "1761233782", "uncertainty": 120 }, "departure": { "time": "1761233793", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 12 }, { "arrival": { "time": "1761233943", "uncertainty": 120 }, "departure": { "time": "1761233973", "uncertainty": 120 }, "stopId": "bsmvic", "stopSequence": 13 }, { "arrival": { "time": "1761234003", "uncertainty": 120 }, "departure": { "time": "1761234003", "uncertainty": 120 }, "stopId": "bsmcci", "stopSequence": 14 }, { "arrival": { "time": "1761234063", "uncertainty": 120 }, "departure": { "time": "1761234063", "uncertainty": 120 }, "stopId": "bsmsurc", "stopSequence": 15 }, { "arrival": { "time": "1761234163", "uncertainty": 120 }, "departure": { "time": "1761234243", "uncertainty": 120 }, "stopId": "bsmnaus", "stopSequence": 16 }, { "arrival": { "time": "1761234310", "uncertainty": 120 }, "departure": { "time": "1761234310", "uncertainty": 120 }, "stopId": "bsmdesc", "stopSequence": 17 }, { "arrival": { "time": "1761234363", "uncertainty": 120 }, "departure": { "time": "1761234363", "uncertainty": 120 }, "stopId": "bsmbeuv", "stopSequence": 18 }, { "arrival": { "time": "1761234406", "uncertainty": 120 }, "departure": { "time": "1761234406", "uncertainty": 120 }, "stopId": "nsmlegi", "stopSequence": 19 }, { "arrival": { "time": "1761234460", "uncertainty": 120 }, "departure": { "time": "1761234460", "uncertainty": 120 }, "stopId": "wimcrec", "stopSequence": 20 }, { "arrival": { "time": "1761234556", "uncertainty": 120 }, "departure": { "time": "1761234556", "uncertainty": 120 }, "stopId": "wimhonv", "stopSequence": 21 }, { "arrival": { "time": "1761234625", "uncertainty": 120 }, "departure": { "time": "1761234634", "uncertainty": 120 }, "stopId": "wimjean", "stopSequence": 22 }, { "arrival": { "time": "1761234578", "uncertainty": 120 }, "departure": { "time": "1761234578", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur", "stopSequence": 23 }, { "arrival": { "time": "1761234611", "uncertainty": 120 }, "departure": { "time": "1761234611", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimlecl", "stopSequence": 24 }, { "arrival": { "time": "1761234660", "uncertainty": 120 }, "departure": { "time": "1761234660", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmair2", "stopSequence": 25 }, { "arrival": { "time": "1761235220", "uncertainty": 120 }, "departure": { "time": "1761235220", "uncertainty": 120 }, "stopId": "wimstad", "stopSequence": 26 }, { "arrival": { "time": "1761235262", "uncertainty": 120 }, "departure": { "time": "1761235262", "uncertainty": 120 }, "stopId": "wimair", "stopSequence": 27 }, { "arrival": { "time": "1761235316", "uncertainty": 120 }, "departure": { "time": "1761235316", "uncertainty": 120 }, "stopId": "wimnung", "stopSequence": 28 }, { "arrival": { "time": "1761235379", "uncertainty": 120 }, "departure": { "time": "1761235379", "uncertainty": 120 }, "stopId": "wimcour", "stopSequence": 29 }, { "arrival": { "time": "1761235462", "uncertainty": 120 }, "departure": { "time": "1761235462", "uncertainty": 120 }, "stopId": "wimchat", "stopSequence": 30 }, { "arrival": { "time": "1761235530", "uncertainty": 120 }, "departure": { "time": "1761235530", "uncertainty": 120 }, "stopId": "wimmess", "stopSequence": 31 }, { "arrival": { "time": "1761235569", "uncertainty": 120 }, "departure": { "time": "1761235569", "uncertainty": 120 }, "stopId": "wimoffe", "stopSequence": 32 }, { "arrival": { "time": "1761235602", "uncertainty": 120 }, "departure": { "time": "1761235602", "uncertainty": 120 }, "stopId": "wimgoun", "stopSequence": 33 }, { "arrival": { "time": "1761235669", "uncertainty": 120 }, "departure": { "time": "1761235669", "uncertainty": 120 }, "stopId": "wimdebu", "stopSequence": 34 }, { "arrival": { "time": "1761235695", "uncertainty": 120 }, "departure": { "time": "1761235695", "uncertainty": 120 }, "stopId": "wimbast", "stopSequence": 35 }, { "arrival": { "time": "1761235768", "uncertainty": 120 }, "departure": { "time": "1761235768", "uncertainty": 120 }, "stopId": "wimsaen", "stopSequence": 36 }, { "arrival": { "time": "1761235888", "uncertainty": 120 }, "stopId": "wimbast5", "stopSequence": 37 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "F", "scheduleRelationship": "SCHEDULED", "tripId": "21370062" }, "vehicle": { "id": "1199", "label": "1199" } } }, { "id": "21370060", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761235252", "uncertainty": 120 }, "departure": { "time": "1761235263", "uncertainty": 120 }, "stopId": "bsmdute" }, { "arrival": { "time": "1761235305", "uncertainty": 120 }, "departure": { "time": "1761235305", "uncertainty": 120 }, "stopId": "bsmdal1" }, { "arrival": { "time": "1761235365", "uncertainty": 120 }, "departure": { "time": "1761235365", "uncertainty": 120 }, "stopId": "bsmdun2" }, { "arrival": { "time": "1761235365", "uncertainty": 120 }, "departure": { "time": "1761235365", "uncertainty": 120 }, "stopId": "bsmdune" }, { "arrival": { "time": "1761235456", "uncertainty": 120 }, "departure": { "time": "1761235456", "uncertainty": 120 }, "stopId": "bsmstm1" }, { "arrival": { "time": "1761235502", "uncertainty": 120 }, "departure": { "time": "1761235502", "uncertainty": 120 }, "stopId": "bsmnav1" }, { "arrival": { "time": "1761235530", "uncertainty": 120 }, "departure": { "time": "1761235530", "uncertainty": 120 }, "stopId": "bsmnava2" }, { "arrival": { "time": "1761236883", "uncertainty": 120 }, "departure": { "time": "1761236883", "uncertainty": 120 }, "stopId": "wimplai2" }, { "arrival": { "time": "1761237072", "uncertainty": 120 }, "departure": { "time": "1761237072", "uncertainty": 120 }, "stopId": "wimmair3" }, { "departure": { "time": "1761232984", "uncertainty": 120 }, "stopId": "equfala", "stopSequence": 1 }, { "arrival": { "time": "1761233053", "uncertainty": 120 }, "departure": { "time": "1761233104", "uncertainty": 120 }, "stopId": "equbecq", "stopSequence": 2 }, { "arrival": { "time": "1761233146", "uncertainty": 120 }, "departure": { "time": "1761233176", "uncertainty": 120 }, "stopId": "equesto", "stopSequence": 3 }, { "arrival": { "time": "1761233308", "uncertainty": 120 }, "departure": { "time": "1761233314", "uncertainty": 120 }, "stopId": "equpomp", "stopSequence": 4 }, { "arrival": { "time": "1761233368", "uncertainty": 120 }, "departure": { "time": "1761233368", "uncertainty": 120 }, "stopId": "equsta", "stopSequence": 5 }, { "arrival": { "time": "1761233490", "uncertainty": 120 }, "departure": { "time": "1761233494", "uncertainty": 120 }, "stopId": "equpale2", "stopSequence": 6 }, { "arrival": { "time": "1761233557", "uncertainty": 120 }, "departure": { "time": "1761233588", "uncertainty": 120 }, "stopId": "equace2", "stopSequence": 7 }, { "arrival": { "time": "1761233645", "uncertainty": 120 }, "departure": { "time": "1761233645", "uncertainty": 120 }, "stopId": "equrobi", "stopSequence": 8 }, { "arrival": { "time": "1761233794", "uncertainty": 120 }, "departure": { "time": "1761233824", "uncertainty": 120 }, "stopId": "outserv", "stopSequence": 9 }, { "arrival": { "time": "1761233914", "uncertainty": 120 }, "departure": { "time": "1761234004", "uncertainty": 120 }, "stopId": "outdore", "stopSequence": 10 }, { "arrival": { "time": "1761234064", "uncertainty": 120 }, "departure": { "time": "1761234064", "uncertainty": 120 }, "stopId": "outbeet", "stopSequence": 11 }, { "arrival": { "time": "1761234095", "uncertainty": 120 }, "departure": { "time": "1761234095", "uncertainty": 120 }, "stopId": "outmou1", "stopSequence": 12 }, { "arrival": { "time": "1761234158", "uncertainty": 120 }, "departure": { "time": "1761234218", "uncertainty": 120 }, "stopId": "lposan2", "stopSequence": 13 }, { "arrival": { "time": "1761234312", "uncertainty": 120 }, "departure": { "time": "1761234334", "uncertainty": 120 }, "stopId": "outdeni3", "stopSequence": 14 }, { "arrival": { "time": "1761234394", "uncertainty": 120 }, "departure": { "time": "1761234424", "uncertainty": 120 }, "stopId": "outlibe2", "stopSequence": 15 }, { "arrival": { "time": "1761234490", "uncertainty": 120 }, "departure": { "time": "1761234490", "uncertainty": 120 }, "stopId": "lepcime2", "stopSequence": 16 }, { "arrival": { "time": "1761234520", "uncertainty": 120 }, "departure": { "time": "1761234520", "uncertainty": 120 }, "stopId": "bsmhvi2", "stopSequence": 17 }, { "arrival": { "time": "1761234627", "uncertainty": 120 }, "departure": { "time": "1761234694", "uncertainty": 120 }, "stopId": "bsmieu", "stopSequence": 18 }, { "arrival": { "time": "1761234814", "uncertainty": 120 }, "departure": { "time": "1761234844", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 19 }, { "arrival": { "time": "1761234920", "uncertainty": 120 }, "departure": { "time": "1761234964", "uncertainty": 120 }, "stopId": "bsmdaun", "stopSequence": 20 }, { "arrival": { "time": "1761235054", "uncertainty": 120 }, "departure": { "time": "1761235114", "uncertainty": 120 }, "stopId": "bsmcca6", "stopSequence": 21 }, { "arrival": { "time": "1761235104", "uncertainty": 120 }, "departure": { "time": "1761235104", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmpft1", "stopSequence": 22 }, { "arrival": { "time": "1761235242", "uncertainty": 120 }, "departure": { "time": "1761235242", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmcoqu", "stopSequence": 23 }, { "arrival": { "time": "1761235530", "uncertainty": 120 }, "departure": { "time": "1761235530", "uncertainty": 120 }, "stopId": "bsmnava2", "stopSequence": 24 }, { "arrival": { "time": "1761235588", "uncertainty": 120 }, "departure": { "time": "1761235588", "uncertainty": 120 }, "stopId": "bsmstm2", "stopSequence": 25 }, { "arrival": { "time": "1761235714", "uncertainty": 120 }, "departure": { "time": "1761235714", "uncertainty": 120 }, "stopId": "bsmduf2", "stopSequence": 26 }, { "arrival": { "time": "1761235782", "uncertainty": 120 }, "departure": { "time": "1761235782", "uncertainty": 120 }, "stopId": "bsmlema", "stopSequence": 27 }, { "arrival": { "time": "1761235847", "uncertainty": 120 }, "departure": { "time": "1761235847", "uncertainty": 120 }, "stopId": "smbcal2", "stopSequence": 28 }, { "arrival": { "time": "1761235950", "uncertainty": 120 }, "departure": { "time": "1761235950", "uncertainty": 120 }, "stopId": "smbjard2", "stopSequence": 29 }, { "arrival": { "time": "1761236036", "uncertainty": 120 }, "departure": { "time": "1761236036", "uncertainty": 120 }, "stopId": "smbjos2", "stopSequence": 30 }, { "arrival": { "time": "1761236107", "uncertainty": 120 }, "departure": { "time": "1761236107", "uncertainty": 120 }, "stopId": "smbmogr", "stopSequence": 31 }, { "arrival": { "time": "1761236213", "uncertainty": 120 }, "departure": { "time": "1761236213", "uncertainty": 120 }, "stopId": "wimbons", "stopSequence": 32 }, { "arrival": { "time": "1761236501", "uncertainty": 120 }, "departure": { "time": "1761236501", "uncertainty": 120 }, "stopId": "wimmont", "stopSequence": 33 }, { "arrival": { "time": "1761236564", "uncertainty": 120 }, "departure": { "time": "1761236564", "uncertainty": 120 }, "stopId": "wimserge", "stopSequence": 34 }, { "arrival": { "time": "1761236607", "uncertainty": 120 }, "departure": { "time": "1761236607", "uncertainty": 120 }, "stopId": "wimfont", "stopSequence": 35 }, { "arrival": { "time": "1761236633", "uncertainty": 120 }, "departure": { "time": "1761236633", "uncertainty": 120 }, "stopId": "wimegli", "stopSequence": 36 }, { "arrival": { "time": "1761236702", "uncertainty": 120 }, "departure": { "time": "1761236702", "uncertainty": 120 }, "stopId": "wimetoi", "stopSequence": 37 }, { "arrival": { "time": "1761236818", "uncertainty": 120 }, "departure": { "time": "1761236818", "uncertainty": 120 }, "stopId": "wimplai", "stopSequence": 38 }, { "arrival": { "time": "1761236760", "uncertainty": 120 }, "departure": { "time": "1761236760", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimcol1", "stopSequence": 39 }, { "arrival": { "time": "1761236843", "uncertainty": 120 }, "departure": { "time": "1761236843", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimsncf", "stopSequence": 40 }, { "arrival": { "time": "1761236963", "uncertainty": 120 }, "departure": { "time": "1761236963", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur", "stopSequence": 41 }, { "arrival": { "time": "1761237039", "uncertainty": 120 }, "departure": { "time": "1761237039", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimlecl", "stopSequence": 42 }, { "arrival": { "time": "1761237081", "uncertainty": 120 }, "stopId": "wimmair2", "stopSequence": 43 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "21370060" }, "vehicle": { "id": "186", "label": "186" } } }, { "id": "21370070", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761235304", "uncertainty": 120 }, "stopId": "equmin", "stopSequence": 1 }, { "arrival": { "time": "1761235411", "uncertainty": 120 }, "departure": { "time": "1761235411", "uncertainty": 120 }, "stopId": "outserv", "stopSequence": 2 }, { "arrival": { "time": "1761235483", "uncertainty": 120 }, "departure": { "time": "1761235483", "uncertainty": 120 }, "stopId": "outmass", "stopSequence": 3 }, { "arrival": { "time": "1761235508", "uncertainty": 120 }, "departure": { "time": "1761235508", "uncertainty": 120 }, "stopId": "outsall", "stopSequence": 4 }, { "arrival": { "time": "1761235582", "uncertainty": 120 }, "departure": { "time": "1761235582", "uncertainty": 120 }, "stopId": "lpoalpr2", "stopSequence": 5 }, { "arrival": { "time": "1761235634", "uncertainty": 120 }, "departure": { "time": "1761235634", "uncertainty": 120 }, "stopId": "lpoegli2", "stopSequence": 6 }, { "arrival": { "time": "1761235703", "uncertainty": 120 }, "departure": { "time": "1761235703", "uncertainty": 120 }, "stopId": "lpoloti2", "stopSequence": 7 }, { "arrival": { "time": "1761235887", "uncertainty": 120 }, "departure": { "time": "1761235887", "uncertainty": 120 }, "stopId": "lposan2", "stopSequence": 8 }, { "arrival": { "time": "1761235980", "uncertainty": 120 }, "departure": { "time": "1761235980", "uncertainty": 120 }, "stopId": "lpogai1", "stopSequence": 9 }, { "arrival": { "time": "1761236054", "uncertainty": 120 }, "departure": { "time": "1761236054", "uncertainty": 120 }, "stopId": "lpomou", "stopSequence": 10 }, { "arrival": { "time": "1761236127", "uncertainty": 120 }, "departure": { "time": "1761236127", "uncertainty": 120 }, "stopId": "lpoave", "stopSequence": 11 }, { "arrival": { "time": "1761236239", "uncertainty": 120 }, "departure": { "time": "1761236239", "uncertainty": 120 }, "stopId": "lepcime2", "stopSequence": 12 }, { "arrival": { "time": "1761236283", "uncertainty": 120 }, "departure": { "time": "1761236283", "uncertainty": 120 }, "stopId": "bsmhvi2", "stopSequence": 13 }, { "arrival": { "time": "1761236491", "uncertainty": 120 }, "departure": { "time": "1761236491", "uncertainty": 120 }, "stopId": "bsmpca2", "stopSequence": 14 }, { "arrival": { "time": "1761236526", "uncertainty": 120 }, "departure": { "time": "1761236526", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 15 }, { "arrival": { "time": "1761236653", "uncertainty": 120 }, "departure": { "time": "1761236653", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 16 }, { "arrival": { "time": "1761236833", "uncertainty": 120 }, "departure": { "time": "1761237000", "uncertainty": 120 }, "stopId": "bsmcca13", "stopSequence": 17 }, { "arrival": { "time": "1761237180", "uncertainty": 120 }, "departure": { "time": "1761237180", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 18 }, { "arrival": { "time": "1761237360", "uncertainty": 120 }, "departure": { "time": "1761237360", "uncertainty": 120 }, "stopId": "bsmhenn3", "stopSequence": 19 }, { "arrival": { "time": "1761237473", "uncertainty": 120 }, "departure": { "time": "1761237473", "uncertainty": 120 }, "stopId": "bsmbran", "stopSequence": 20 }, { "arrival": { "time": "1761237600", "uncertainty": 120 }, "departure": { "time": "1761237600", "uncertainty": 120 }, "stopId": "bsmrho2", "stopSequence": 21 }, { "arrival": { "time": "1761237703", "uncertainty": 120 }, "departure": { "time": "1761237703", "uncertainty": 120 }, "stopId": "smbecol", "stopSequence": 22 }, { "arrival": { "time": "1761237780", "uncertainty": 120 }, "departure": { "time": "1761237780", "uncertainty": 120 }, "stopId": "bsmhopi3", "stopSequence": 23 }, { "arrival": { "time": "1761237861", "uncertainty": 120 }, "departure": { "time": "1761237861", "uncertainty": 120 }, "stopId": "bsmhre", "stopSequence": 24 }, { "arrival": { "time": "1761238020", "uncertainty": 120 }, "departure": { "time": "1761238020", "uncertainty": 120 }, "stopId": "smbegli", "stopSequence": 25 }, { "arrival": { "time": "1761238136", "uncertainty": 120 }, "departure": { "time": "1761238136", "uncertainty": 120 }, "stopId": "smbdesv", "stopSequence": 26 }, { "arrival": { "time": "1761238200", "uncertainty": 120 }, "stopId": "smbpoly3", "stopSequence": 27 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "C", "scheduleRelationship": "SCHEDULED", "tripId": "21370070" }, "vehicle": { "id": "196", "label": "196" } } }, { "id": "21370071", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761236100", "uncertainty": 120 }, "stopId": "bsmcca1", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "H", "scheduleRelationship": "SCHEDULED", "tripId": "21370071" } } }, { "id": "21370068", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761235263", "uncertainty": 120 }, "departure": { "time": "1761235271", "uncertainty": 120 }, "stopId": "outplac2" }, { "arrival": { "time": "1761235361", "uncertainty": 120 }, "departure": { "time": "1761235361", "uncertainty": 120 }, "stopId": "outkenn" }, { "arrival": { "time": "1761235467", "uncertainty": 120 }, "departure": { "time": "1761235467", "uncertainty": 120 }, "stopId": "outmds" }, { "departure": { "time": "1761234423", "uncertainty": 120 }, "stopId": "bsmcca11", "stopSequence": 1 }, { "arrival": { "time": "1761234505", "uncertainty": 120 }, "departure": { "time": "1761234543", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 2 }, { "arrival": { "time": "1761234611", "uncertainty": 120 }, "departure": { "time": "1761234611", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 3 }, { "arrival": { "time": "1761234732", "uncertainty": 120 }, "departure": { "time": "1761234732", "uncertainty": 120 }, "stopId": "bsmvie2", "stopSequence": 4 }, { "arrival": { "time": "1761234783", "uncertainty": 120 }, "departure": { "time": "1761234783", "uncertainty": 120 }, "stopId": "outsir", "stopSequence": 5 }, { "arrival": { "time": "1761234835", "uncertainty": 120 }, "departure": { "time": "1761234835", "uncertainty": 120 }, "stopId": "outnce", "stopSequence": 6 }, { "arrival": { "time": "1761234903", "uncertainty": 120 }, "departure": { "time": "1761234993", "uncertainty": 120 }, "stopId": "outlal", "stopSequence": 7 }, { "arrival": { "time": "1761235071", "uncertainty": 120 }, "departure": { "time": "1761235071", "uncertainty": 120 }, "stopId": "outlibe", "stopSequence": 8 }, { "arrival": { "time": "1761235129", "uncertainty": 120 }, "departure": { "time": "1761235143", "uncertainty": 120 }, "stopId": "outdeni", "stopSequence": 9 }, { "arrival": { "time": "1761235199", "uncertainty": 120 }, "departure": { "time": "1761235199", "uncertainty": 120 }, "stopId": "outpres", "stopSequence": 10 }, { "arrival": { "time": "1761235263", "uncertainty": 120 }, "departure": { "time": "1761235263", "uncertainty": 120 }, "stopId": "outplac", "stopSequence": 11 }, { "arrival": { "time": "1761235377", "uncertainty": 120 }, "departure": { "time": "1761235377", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outdela", "stopSequence": 12 }, { "arrival": { "time": "1761235417", "uncertainty": 120 }, "departure": { "time": "1761235417", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outeco", "stopSequence": 13 }, { "arrival": { "time": "1761235500", "uncertainty": 120 }, "departure": { "time": "1761235500", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outrena", "stopSequence": 14 }, { "arrival": { "time": "1761235571", "uncertainty": 120 }, "departure": { "time": "1761235571", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outpru2", "stopSequence": 15 }, { "arrival": { "time": "1761235506", "uncertainty": 120 }, "departure": { "time": "1761235506", "uncertainty": 120 }, "stopId": "outtil2", "stopSequence": 16 }, { "arrival": { "time": "1761235582", "uncertainty": 120 }, "departure": { "time": "1761235582", "uncertainty": 120 }, "stopId": "outorm", "stopSequence": 17 }, { "arrival": { "time": "1761235643", "uncertainty": 120 }, "departure": { "time": "1761235643", "uncertainty": 120 }, "stopId": "outpeu", "stopSequence": 18 }, { "arrival": { "time": "1761235729", "uncertainty": 120 }, "departure": { "time": "1761235729", "uncertainty": 120 }, "stopId": "outmont", "stopSequence": 19 }, { "arrival": { "time": "1761235893", "uncertainty": 120 }, "stopId": "outserv2", "stopSequence": 20 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "O", "scheduleRelationship": "SCHEDULED", "tripId": "21370068" }, "vehicle": { "id": "182", "label": "182" } } }, { "id": "21370069", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761237240", "uncertainty": 120 }, "departure": { "time": "1761237240", "uncertainty": 120 }, "stopId": "wimjean" }, { "arrival": { "time": "1761237360", "uncertainty": 120 }, "departure": { "time": "1761237360", "uncertainty": 120 }, "stopId": "wimsncf2" }, { "arrival": { "time": "1761237437", "uncertainty": 120 }, "departure": { "time": "1761237437", "uncertainty": 120 }, "stopId": "wimcol2" }, { "arrival": { "time": "1761237483", "uncertainty": 120 }, "departure": { "time": "1761237483", "uncertainty": 120 }, "stopId": "wimplai2" }, { "arrival": { "time": "1761237703", "uncertainty": 120 }, "departure": { "time": "1761237703", "uncertainty": 120 }, "stopId": "wimeco" }, { "arrival": { "time": "1761237769", "uncertainty": 120 }, "departure": { "time": "1761237769", "uncertainty": 120 }, "stopId": "wimstad" }, { "departure": { "time": "1761235295", "uncertainty": 120 }, "stopId": "outbeet3", "stopSequence": 1 }, { "arrival": { "time": "1761235312", "uncertainty": 120 }, "departure": { "time": "1761235312", "uncertainty": 120 }, "stopId": "outbeet2", "stopSequence": 2 }, { "arrival": { "time": "1761235365", "uncertainty": 120 }, "departure": { "time": "1761235365", "uncertainty": 120 }, "stopId": "outdore2", "stopSequence": 3 }, { "arrival": { "time": "1761235455", "uncertainty": 120 }, "departure": { "time": "1761235455", "uncertainty": 120 }, "stopId": "outmont2", "stopSequence": 4 }, { "arrival": { "time": "1761235562", "uncertainty": 120 }, "departure": { "time": "1761235562", "uncertainty": 120 }, "stopId": "outcol1", "stopSequence": 5 }, { "arrival": { "time": "1761235638", "uncertainty": 120 }, "departure": { "time": "1761235638", "uncertainty": 120 }, "stopId": "outkenn2", "stopSequence": 6 }, { "arrival": { "time": "1761235777", "uncertainty": 120 }, "departure": { "time": "1761235777", "uncertainty": 120 }, "stopId": "outmai", "stopSequence": 7 }, { "arrival": { "time": "1761235860", "uncertainty": 120 }, "departure": { "time": "1761235860", "uncertainty": 120 }, "stopId": "outneuf", "stopSequence": 8 }, { "arrival": { "time": "1761236042", "uncertainty": 120 }, "departure": { "time": "1761236042", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 9 }, { "arrival": { "time": "1761236122", "uncertainty": 120 }, "departure": { "time": "1761236122", "uncertainty": 120 }, "stopId": "bsmdaun", "stopSequence": 10 }, { "arrival": { "time": "1761236214", "uncertainty": 120 }, "departure": { "time": "1761236220", "uncertainty": 120 }, "stopId": "bsmcca5", "stopSequence": 11 }, { "arrival": { "time": "1761236327", "uncertainty": 120 }, "departure": { "time": "1761236327", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 12 }, { "arrival": { "time": "1761236502", "uncertainty": 120 }, "departure": { "time": "1761236502", "uncertainty": 120 }, "stopId": "bsmvic", "stopSequence": 13 }, { "arrival": { "time": "1761236563", "uncertainty": 120 }, "departure": { "time": "1761236563", "uncertainty": 120 }, "stopId": "bsmcci", "stopSequence": 14 }, { "arrival": { "time": "1761236640", "uncertainty": 120 }, "departure": { "time": "1761236640", "uncertainty": 120 }, "stopId": "bsmsurc", "stopSequence": 15 }, { "arrival": { "time": "1761236690", "uncertainty": 120 }, "departure": { "time": "1761236690", "uncertainty": 120 }, "stopId": "bsmnaus", "stopSequence": 16 }, { "arrival": { "time": "1761236753", "uncertainty": 120 }, "departure": { "time": "1761236753", "uncertainty": 120 }, "stopId": "bsmdesc", "stopSequence": 17 }, { "arrival": { "time": "1761236813", "uncertainty": 120 }, "departure": { "time": "1761236813", "uncertainty": 120 }, "stopId": "bsmbeuv", "stopSequence": 18 }, { "arrival": { "time": "1761236867", "uncertainty": 120 }, "departure": { "time": "1761236867", "uncertainty": 120 }, "stopId": "nsmlegi", "stopSequence": 19 }, { "arrival": { "time": "1761236956", "uncertainty": 120 }, "departure": { "time": "1761236956", "uncertainty": 120 }, "stopId": "wimcrec", "stopSequence": 20 }, { "arrival": { "time": "1761237141", "uncertainty": 120 }, "departure": { "time": "1761237141", "uncertainty": 120 }, "stopId": "wimhonv", "stopSequence": 21 }, { "arrival": { "time": "1761237238", "uncertainty": 120 }, "departure": { "time": "1761237238", "uncertainty": 120 }, "stopId": "wimjean", "stopSequence": 22 }, { "arrival": { "time": "1761237278", "uncertainty": 120 }, "departure": { "time": "1761237278", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur", "stopSequence": 23 }, { "arrival": { "time": "1761237311", "uncertainty": 120 }, "departure": { "time": "1761237311", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimlecl", "stopSequence": 24 }, { "arrival": { "time": "1761237360", "uncertainty": 120 }, "departure": { "time": "1761237360", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmair2", "stopSequence": 25 }, { "arrival": { "time": "1761237769", "uncertainty": 120 }, "departure": { "time": "1761237769", "uncertainty": 120 }, "stopId": "wimstad", "stopSequence": 26 }, { "arrival": { "time": "1761237841", "uncertainty": 120 }, "departure": { "time": "1761237841", "uncertainty": 120 }, "stopId": "wimair", "stopSequence": 27 }, { "arrival": { "time": "1761237893", "uncertainty": 120 }, "departure": { "time": "1761237893", "uncertainty": 120 }, "stopId": "wimnung", "stopSequence": 28 }, { "arrival": { "time": "1761237958", "uncertainty": 120 }, "departure": { "time": "1761237958", "uncertainty": 120 }, "stopId": "wimcour", "stopSequence": 29 }, { "arrival": { "time": "1761238045", "uncertainty": 120 }, "departure": { "time": "1761238045", "uncertainty": 120 }, "stopId": "wimchat", "stopSequence": 30 }, { "arrival": { "time": "1761238116", "uncertainty": 120 }, "departure": { "time": "1761238116", "uncertainty": 120 }, "stopId": "wimmess", "stopSequence": 31 }, { "arrival": { "time": "1761238157", "uncertainty": 120 }, "departure": { "time": "1761238157", "uncertainty": 120 }, "stopId": "wimoffe", "stopSequence": 32 }, { "arrival": { "time": "1761238192", "uncertainty": 120 }, "departure": { "time": "1761238192", "uncertainty": 120 }, "stopId": "wimgoun", "stopSequence": 33 }, { "arrival": { "time": "1761238262", "uncertainty": 120 }, "departure": { "time": "1761238262", "uncertainty": 120 }, "stopId": "wimdebu", "stopSequence": 34 }, { "arrival": { "time": "1761238289", "uncertainty": 120 }, "departure": { "time": "1761238289", "uncertainty": 120 }, "stopId": "wimbast", "stopSequence": 35 }, { "arrival": { "time": "1761238367", "uncertainty": 120 }, "departure": { "time": "1761238367", "uncertainty": 120 }, "stopId": "wimsaen", "stopSequence": 36 }, { "arrival": { "time": "1761238487", "uncertainty": 120 }, "stopId": "wimbast5", "stopSequence": 37 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "F", "scheduleRelationship": "SCHEDULED", "tripId": "21370069" }, "vehicle": { "id": "187", "label": "187" } } }, { "id": "21370066", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761234271", "uncertainty": 120 }, "stopId": "equmin", "stopSequence": 1 }, { "arrival": { "time": "1761234361", "uncertainty": 120 }, "departure": { "time": "1761234391", "uncertainty": 120 }, "stopId": "outserv", "stopSequence": 2 }, { "arrival": { "time": "1761234462", "uncertainty": 120 }, "departure": { "time": "1761234462", "uncertainty": 120 }, "stopId": "outmass", "stopSequence": 3 }, { "arrival": { "time": "1761234485", "uncertainty": 120 }, "departure": { "time": "1761234485", "uncertainty": 120 }, "stopId": "outsall", "stopSequence": 4 }, { "arrival": { "time": "1761234558", "uncertainty": 120 }, "departure": { "time": "1761234558", "uncertainty": 120 }, "stopId": "lpoalpr2", "stopSequence": 5 }, { "arrival": { "time": "1761234601", "uncertainty": 120 }, "departure": { "time": "1761234631", "uncertainty": 120 }, "stopId": "lpoegli2", "stopSequence": 6 }, { "arrival": { "time": "1761234698", "uncertainty": 120 }, "departure": { "time": "1761234698", "uncertainty": 120 }, "stopId": "lpoloti2", "stopSequence": 7 }, { "arrival": { "time": "1761234885", "uncertainty": 120 }, "departure": { "time": "1761234885", "uncertainty": 120 }, "stopId": "lposan2", "stopSequence": 8 }, { "arrival": { "time": "1761234976", "uncertainty": 120 }, "departure": { "time": "1761234976", "uncertainty": 120 }, "stopId": "lpogai1", "stopSequence": 9 }, { "arrival": { "time": "1761235051", "uncertainty": 120 }, "departure": { "time": "1761235082", "uncertainty": 120 }, "stopId": "lpomou", "stopSequence": 10 }, { "arrival": { "time": "1761235157", "uncertainty": 120 }, "departure": { "time": "1761235172", "uncertainty": 120 }, "stopId": "lpoave", "stopSequence": 11 }, { "arrival": { "time": "1761235292", "uncertainty": 120 }, "departure": { "time": "1761235292", "uncertainty": 120 }, "stopId": "lepcime2", "stopSequence": 12 }, { "arrival": { "time": "1761235325", "uncertainty": 120 }, "departure": { "time": "1761235325", "uncertainty": 120 }, "stopId": "bsmhvi2", "stopSequence": 13 }, { "arrival": { "time": "1761235471", "uncertainty": 120 }, "departure": { "time": "1761235471", "uncertainty": 120 }, "stopId": "bsmpca2", "stopSequence": 14 }, { "arrival": { "time": "1761235539", "uncertainty": 120 }, "departure": { "time": "1761235539", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 15 }, { "arrival": { "time": "1761235674", "uncertainty": 120 }, "departure": { "time": "1761235674", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 16 }, { "arrival": { "time": "1761235826", "uncertainty": 120 }, "departure": { "time": "1761235826", "uncertainty": 120 }, "stopId": "bsmcca13", "stopSequence": 17 }, { "arrival": { "time": "1761235980", "uncertainty": 120 }, "departure": { "time": "1761235980", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 18 }, { "arrival": { "time": "1761236104", "uncertainty": 120 }, "departure": { "time": "1761236104", "uncertainty": 120 }, "stopId": "bsmhenn3", "stopSequence": 19 }, { "arrival": { "time": "1761236226", "uncertainty": 120 }, "departure": { "time": "1761236226", "uncertainty": 120 }, "stopId": "bsmbran", "stopSequence": 20 }, { "arrival": { "time": "1761236384", "uncertainty": 120 }, "departure": { "time": "1761236384", "uncertainty": 120 }, "stopId": "bsmrho2", "stopSequence": 21 }, { "arrival": { "time": "1761236487", "uncertainty": 120 }, "departure": { "time": "1761236487", "uncertainty": 120 }, "stopId": "smbecol", "stopSequence": 22 }, { "arrival": { "time": "1761236565", "uncertainty": 120 }, "departure": { "time": "1761236565", "uncertainty": 120 }, "stopId": "bsmhopi3", "stopSequence": 23 }, { "arrival": { "time": "1761236658", "uncertainty": 120 }, "departure": { "time": "1761236658", "uncertainty": 120 }, "stopId": "bsmhre", "stopSequence": 24 }, { "arrival": { "time": "1761236856", "uncertainty": 120 }, "departure": { "time": "1761236856", "uncertainty": 120 }, "stopId": "smbegli", "stopSequence": 25 }, { "arrival": { "time": "1761237010", "uncertainty": 120 }, "departure": { "time": "1761237010", "uncertainty": 120 }, "stopId": "smbdesv", "stopSequence": 26 }, { "arrival": { "time": "1761237096", "uncertainty": 120 }, "departure": { "time": "1761237096", "uncertainty": 120 }, "stopId": "smbpoly3", "stopSequence": 27 }, { "arrival": { "time": "1761237210", "uncertainty": 120 }, "departure": { "time": "1761237210", "uncertainty": 120 }, "stopId": "smbpeu2", "stopSequence": 28 }, { "arrival": { "time": "1761237276", "uncertainty": 120 }, "departure": { "time": "1761237276", "uncertainty": 120 }, "stopId": "smblam", "stopSequence": 29 }, { "arrival": { "time": "1761237451", "uncertainty": 120 }, "departure": { "time": "1761237451", "uncertainty": 120 }, "stopId": "baiboud", "stopSequence": 30 }, { "arrival": { "time": "1761237519", "uncertainty": 120 }, "departure": { "time": "1761237519", "uncertainty": 120 }, "stopId": "baipat", "stopSequence": 31 }, { "arrival": { "time": "1761237666", "uncertainty": 120 }, "departure": { "time": "1761237666", "uncertainty": 120 }, "stopId": "baicas1", "stopSequence": 32 }, { "arrival": { "time": "1761237720", "uncertainty": 120 }, "departure": { "time": "1761237720", "uncertainty": 120 }, "stopId": "baiaub1", "stopSequence": 33 }, { "arrival": { "time": "1761237785", "uncertainty": 120 }, "departure": { "time": "1761237785", "uncertainty": 120 }, "stopId": "baihetr", "stopSequence": 34 }, { "arrival": { "time": "1761237876", "uncertainty": 120 }, "stopId": "baique1", "stopSequence": 35 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "C", "scheduleRelationship": "SCHEDULED", "tripId": "21370066" }, "vehicle": { "id": "517", "label": "517" } } }, { "id": "21370067", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761237728", "uncertainty": 120 }, "departure": { "time": "1761237728", "uncertainty": 120 }, "stopId": "bsmdute" }, { "arrival": { "time": "1761237757", "uncertainty": 120 }, "departure": { "time": "1761237757", "uncertainty": 120 }, "stopId": "bsmdal1" }, { "arrival": { "time": "1761237817", "uncertainty": 120 }, "departure": { "time": "1761237817", "uncertainty": 120 }, "stopId": "bsmdun2" }, { "arrival": { "time": "1761237817", "uncertainty": 120 }, "departure": { "time": "1761237817", "uncertainty": 120 }, "stopId": "bsmdune" }, { "arrival": { "time": "1761237908", "uncertainty": 120 }, "departure": { "time": "1761237908", "uncertainty": 120 }, "stopId": "bsmstm1" }, { "arrival": { "time": "1761237954", "uncertainty": 120 }, "departure": { "time": "1761237954", "uncertainty": 120 }, "stopId": "bsmnav1" }, { "arrival": { "time": "1761237982", "uncertainty": 120 }, "departure": { "time": "1761237982", "uncertainty": 120 }, "stopId": "bsmnava2" }, { "arrival": { "time": "1761239254", "uncertainty": 120 }, "departure": { "time": "1761239254", "uncertainty": 120 }, "stopId": "wimplai2" }, { "arrival": { "time": "1761239443", "uncertainty": 120 }, "departure": { "time": "1761239443", "uncertainty": 120 }, "stopId": "wimmair3" }, { "departure": { "time": "1761235620", "uncertainty": 120 }, "stopId": "equfala", "stopSequence": 1 }, { "arrival": { "time": "1761235705", "uncertainty": 120 }, "departure": { "time": "1761235705", "uncertainty": 120 }, "stopId": "equbecq", "stopSequence": 2 }, { "arrival": { "time": "1761235750", "uncertainty": 120 }, "departure": { "time": "1761235750", "uncertainty": 120 }, "stopId": "equesto", "stopSequence": 3 }, { "arrival": { "time": "1761235863", "uncertainty": 120 }, "departure": { "time": "1761235863", "uncertainty": 120 }, "stopId": "equpomp", "stopSequence": 4 }, { "arrival": { "time": "1761235920", "uncertainty": 120 }, "departure": { "time": "1761235920", "uncertainty": 120 }, "stopId": "equsta", "stopSequence": 5 }, { "arrival": { "time": "1761236097", "uncertainty": 120 }, "departure": { "time": "1761236097", "uncertainty": 120 }, "stopId": "equpale2", "stopSequence": 6 }, { "arrival": { "time": "1761236160", "uncertainty": 120 }, "departure": { "time": "1761236160", "uncertainty": 120 }, "stopId": "equace2", "stopSequence": 7 }, { "arrival": { "time": "1761236210", "uncertainty": 120 }, "departure": { "time": "1761236210", "uncertainty": 120 }, "stopId": "equrobi", "stopSequence": 8 }, { "arrival": { "time": "1761236400", "uncertainty": 120 }, "departure": { "time": "1761236400", "uncertainty": 120 }, "stopId": "outserv", "stopSequence": 9 }, { "arrival": { "time": "1761236554", "uncertainty": 120 }, "departure": { "time": "1761236554", "uncertainty": 120 }, "stopId": "outdore", "stopSequence": 10 }, { "arrival": { "time": "1761236640", "uncertainty": 120 }, "departure": { "time": "1761236640", "uncertainty": 120 }, "stopId": "outbeet", "stopSequence": 11 }, { "arrival": { "time": "1761236692", "uncertainty": 120 }, "departure": { "time": "1761236692", "uncertainty": 120 }, "stopId": "outmou1", "stopSequence": 12 }, { "arrival": { "time": "1761236801", "uncertainty": 120 }, "departure": { "time": "1761236801", "uncertainty": 120 }, "stopId": "lposan2", "stopSequence": 13 }, { "arrival": { "time": "1761236924", "uncertainty": 120 }, "departure": { "time": "1761236924", "uncertainty": 120 }, "stopId": "outdeni3", "stopSequence": 14 }, { "arrival": { "time": "1761237000", "uncertainty": 120 }, "departure": { "time": "1761237000", "uncertainty": 120 }, "stopId": "outlibe2", "stopSequence": 15 }, { "arrival": { "time": "1761237080", "uncertainty": 120 }, "departure": { "time": "1761237080", "uncertainty": 120 }, "stopId": "lepcime2", "stopSequence": 16 }, { "arrival": { "time": "1761237115", "uncertainty": 120 }, "departure": { "time": "1761237115", "uncertainty": 120 }, "stopId": "bsmhvi2", "stopSequence": 17 }, { "arrival": { "time": "1761237240", "uncertainty": 120 }, "departure": { "time": "1761237240", "uncertainty": 120 }, "stopId": "bsmieu", "stopSequence": 18 }, { "arrival": { "time": "1761237420", "uncertainty": 120 }, "departure": { "time": "1761237420", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 19 }, { "arrival": { "time": "1761237506", "uncertainty": 120 }, "departure": { "time": "1761237506", "uncertainty": 120 }, "stopId": "bsmdaun", "stopSequence": 20 }, { "arrival": { "time": "1761237600", "uncertainty": 120 }, "departure": { "time": "1761237660", "uncertainty": 120 }, "stopId": "bsmcca6", "stopSequence": 21 }, { "arrival": { "time": "1761237744", "uncertainty": 120 }, "departure": { "time": "1761237744", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmpft1", "stopSequence": 22 }, { "arrival": { "time": "1761237882", "uncertainty": 120 }, "departure": { "time": "1761237882", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmcoqu", "stopSequence": 23 }, { "arrival": { "time": "1761237982", "uncertainty": 120 }, "departure": { "time": "1761237982", "uncertainty": 120 }, "stopId": "bsmnava2", "stopSequence": 24 }, { "arrival": { "time": "1761238065", "uncertainty": 120 }, "departure": { "time": "1761238065", "uncertainty": 120 }, "stopId": "bsmstm2", "stopSequence": 25 }, { "arrival": { "time": "1761238178", "uncertainty": 120 }, "departure": { "time": "1761238178", "uncertainty": 120 }, "stopId": "bsmduf2", "stopSequence": 26 }, { "arrival": { "time": "1761238238", "uncertainty": 120 }, "departure": { "time": "1761238238", "uncertainty": 120 }, "stopId": "bsmlema", "stopSequence": 27 }, { "arrival": { "time": "1761238296", "uncertainty": 120 }, "departure": { "time": "1761238296", "uncertainty": 120 }, "stopId": "smbcal2", "stopSequence": 28 }, { "arrival": { "time": "1761238387", "uncertainty": 120 }, "departure": { "time": "1761238387", "uncertainty": 120 }, "stopId": "smbjard2", "stopSequence": 29 }, { "arrival": { "time": "1761238463", "uncertainty": 120 }, "departure": { "time": "1761238463", "uncertainty": 120 }, "stopId": "smbjos2", "stopSequence": 30 }, { "arrival": { "time": "1761238511", "uncertainty": 120 }, "departure": { "time": "1761238511", "uncertainty": 120 }, "stopId": "smbmogr", "stopSequence": 31 }, { "arrival": { "time": "1761238584", "uncertainty": 120 }, "departure": { "time": "1761238584", "uncertainty": 120 }, "stopId": "wimbons", "stopSequence": 32 }, { "arrival": { "time": "1761238872", "uncertainty": 120 }, "departure": { "time": "1761238872", "uncertainty": 120 }, "stopId": "wimmont", "stopSequence": 33 }, { "arrival": { "time": "1761238935", "uncertainty": 120 }, "departure": { "time": "1761238935", "uncertainty": 120 }, "stopId": "wimserge", "stopSequence": 34 }, { "arrival": { "time": "1761238978", "uncertainty": 120 }, "departure": { "time": "1761238978", "uncertainty": 120 }, "stopId": "wimfont", "stopSequence": 35 }, { "arrival": { "time": "1761239004", "uncertainty": 120 }, "departure": { "time": "1761239004", "uncertainty": 120 }, "stopId": "wimegli", "stopSequence": 36 }, { "arrival": { "time": "1761239073", "uncertainty": 120 }, "departure": { "time": "1761239073", "uncertainty": 120 }, "stopId": "wimetoi", "stopSequence": 37 }, { "arrival": { "time": "1761239189", "uncertainty": 120 }, "departure": { "time": "1761239189", "uncertainty": 120 }, "stopId": "wimplai", "stopSequence": 38 }, { "arrival": { "time": "1761239280", "uncertainty": 120 }, "departure": { "time": "1761239280", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimcol1", "stopSequence": 39 }, { "arrival": { "time": "1761239349", "uncertainty": 120 }, "departure": { "time": "1761239349", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimsncf", "stopSequence": 40 }, { "arrival": { "time": "1761239449", "uncertainty": 120 }, "departure": { "time": "1761239449", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur", "stopSequence": 41 }, { "arrival": { "time": "1761239512", "uncertainty": 120 }, "departure": { "time": "1761239512", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimlecl", "stopSequence": 42 }, { "arrival": { "time": "1761239452", "uncertainty": 120 }, "stopId": "wimmair2", "stopSequence": 43 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "21370067" } } }, { "id": "21370064", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761233221", "uncertainty": 120 }, "stopId": "equmin", "stopSequence": 1 }, { "arrival": { "time": "1761233323", "uncertainty": 120 }, "departure": { "time": "1761233371", "uncertainty": 120 }, "stopId": "outserv", "stopSequence": 2 }, { "arrival": { "time": "1761233431", "uncertainty": 120 }, "departure": { "time": "1761233431", "uncertainty": 120 }, "stopId": "outmass", "stopSequence": 3 }, { "arrival": { "time": "1761233453", "uncertainty": 120 }, "departure": { "time": "1761233453", "uncertainty": 120 }, "stopId": "outsall", "stopSequence": 4 }, { "arrival": { "time": "1761233513", "uncertainty": 120 }, "departure": { "time": "1761233551", "uncertainty": 120 }, "stopId": "lpoalpr2", "stopSequence": 5 }, { "arrival": { "time": "1761233597", "uncertainty": 120 }, "departure": { "time": "1761233642", "uncertainty": 120 }, "stopId": "lpoegli2", "stopSequence": 6 }, { "arrival": { "time": "1761233715", "uncertainty": 120 }, "departure": { "time": "1761233715", "uncertainty": 120 }, "stopId": "lpoloti2", "stopSequence": 7 }, { "arrival": { "time": "1761233858", "uncertainty": 120 }, "departure": { "time": "1761233858", "uncertainty": 120 }, "stopId": "lposan2", "stopSequence": 8 }, { "arrival": { "time": "1761233950", "uncertainty": 120 }, "departure": { "time": "1761233971", "uncertainty": 120 }, "stopId": "lpogai1", "stopSequence": 9 }, { "arrival": { "time": "1761234038", "uncertainty": 120 }, "departure": { "time": "1761234061", "uncertainty": 120 }, "stopId": "lpomou", "stopSequence": 10 }, { "arrival": { "time": "1761234115", "uncertainty": 120 }, "departure": { "time": "1761234121", "uncertainty": 120 }, "stopId": "lpoave", "stopSequence": 11 }, { "arrival": { "time": "1761234211", "uncertainty": 120 }, "departure": { "time": "1761234241", "uncertainty": 120 }, "stopId": "lepcime2", "stopSequence": 12 }, { "arrival": { "time": "1761234271", "uncertainty": 120 }, "departure": { "time": "1761234271", "uncertainty": 120 }, "stopId": "bsmhvi2", "stopSequence": 13 }, { "arrival": { "time": "1761234409", "uncertainty": 120 }, "departure": { "time": "1761234409", "uncertainty": 120 }, "stopId": "bsmpca2", "stopSequence": 14 }, { "arrival": { "time": "1761234481", "uncertainty": 120 }, "departure": { "time": "1761234481", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 15 }, { "arrival": { "time": "1761234618", "uncertainty": 120 }, "departure": { "time": "1761234661", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 16 }, { "arrival": { "time": "1761234809", "uncertainty": 120 }, "departure": { "time": "1761234841", "uncertainty": 120 }, "stopId": "bsmcca13", "stopSequence": 17 }, { "arrival": { "time": "1761234989", "uncertainty": 120 }, "departure": { "time": "1761234991", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 18 }, { "arrival": { "time": "1761235108", "uncertainty": 120 }, "departure": { "time": "1761235141", "uncertainty": 120 }, "stopId": "bsmhenn3", "stopSequence": 19 }, { "arrival": { "time": "1761235261", "uncertainty": 120 }, "departure": { "time": "1761235261", "uncertainty": 120 }, "stopId": "bsmbran", "stopSequence": 20 }, { "arrival": { "time": "1761235355", "uncertainty": 120 }, "departure": { "time": "1761235355", "uncertainty": 120 }, "stopId": "bsmrho2", "stopSequence": 21 }, { "arrival": { "time": "1761235410", "uncertainty": 120 }, "departure": { "time": "1761235410", "uncertainty": 120 }, "stopId": "smbecol", "stopSequence": 22 }, { "arrival": { "time": "1761235462", "uncertainty": 120 }, "departure": { "time": "1761235462", "uncertainty": 120 }, "stopId": "bsmhopi3", "stopSequence": 23 }, { "arrival": { "time": "1761235542", "uncertainty": 120 }, "departure": { "time": "1761235542", "uncertainty": 120 }, "stopId": "bsmhre", "stopSequence": 24 }, { "arrival": { "time": "1761235677", "uncertainty": 120 }, "departure": { "time": "1761235677", "uncertainty": 120 }, "stopId": "smbegli", "stopSequence": 25 }, { "arrival": { "time": "1761235760", "uncertainty": 120 }, "departure": { "time": "1761235760", "uncertainty": 120 }, "stopId": "smbdesv", "stopSequence": 26 }, { "arrival": { "time": "1761235826", "uncertainty": 120 }, "stopId": "smbpoly3", "stopSequence": 27 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "C", "scheduleRelationship": "SCHEDULED", "tripId": "21370064" }, "vehicle": { "id": "194", "label": "194" } } }, { "id": "21370065", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761233485", "uncertainty": 120 }, "stopId": "bsmcca1", "stopSequence": 1 }, { "arrival": { "time": "1761233695", "uncertainty": 120 }, "departure": { "time": "1761233695", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 2 }, { "arrival": { "time": "1761233795", "uncertainty": 120 }, "departure": { "time": "1761233935", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 3 }, { "arrival": { "time": "1761234096", "uncertainty": 120 }, "departure": { "time": "1761234096", "uncertainty": 120 }, "stopId": "smbarm3", "stopSequence": 4 }, { "arrival": { "time": "1761234159", "uncertainty": 120 }, "departure": { "time": "1761234265", "uncertainty": 120 }, "stopId": "leopite", "stopSequence": 5 }, { "arrival": { "time": "1761234394", "uncertainty": 120 }, "departure": { "time": "1761234475", "uncertainty": 120 }, "stopId": "outresu", "stopSequence": 6 }, { "arrival": { "time": "1761234535", "uncertainty": 120 }, "departure": { "time": "1761234535", "uncertainty": 120 }, "stopId": "outdes3", "stopSequence": 7 }, { "arrival": { "time": "1761234625", "uncertainty": 120 }, "departure": { "time": "1761234625", "uncertainty": 120 }, "stopId": "outhlm", "stopSequence": 8 }, { "arrival": { "time": "1761234713", "uncertainty": 120 }, "departure": { "time": "1761234713", "uncertainty": 120 }, "stopId": "outbert", "stopSequence": 9 }, { "arrival": { "time": "1761234744", "uncertainty": 120 }, "departure": { "time": "1761234744", "uncertainty": 120 }, "stopId": "outrsal2", "stopSequence": 10 }, { "arrival": { "time": "1761234865", "uncertainty": 120 }, "departure": { "time": "1761234865", "uncertainty": 120 }, "stopId": "outmai2", "stopSequence": 11 }, { "arrival": { "time": "1761234981", "uncertainty": 120 }, "departure": { "time": "1761234984", "uncertainty": 120 }, "stopId": "outkenn", "stopSequence": 12 }, { "arrival": { "time": "1761235070", "uncertainty": 120 }, "departure": { "time": "1761235105", "uncertainty": 120 }, "stopId": "outlep1", "stopSequence": 13 }, { "arrival": { "time": "1761235135", "uncertainty": 120 }, "departure": { "time": "1761235135", "uncertainty": 120 }, "stopId": "outfleu2", "stopSequence": 14 }, { "arrival": { "time": "1761235181", "uncertainty": 120 }, "departure": { "time": "1761235181", "uncertainty": 120 }, "stopId": "outcite2", "stopSequence": 15 }, { "arrival": { "time": "1761235209", "uncertainty": 120 }, "departure": { "time": "1761235255", "uncertainty": 120 }, "stopId": "lpoloti", "stopSequence": 16 }, { "arrival": { "time": "1761235365", "uncertainty": 120 }, "departure": { "time": "1761235365", "uncertainty": 120 }, "stopId": "lpoegli", "stopSequence": 17 }, { "arrival": { "time": "1761235449", "uncertainty": 120 }, "stopId": "lpoalpr3", "stopSequence": 18 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "H", "scheduleRelationship": "SCHEDULED", "tripId": "21370065" }, "vehicle": { "id": "176", "label": "176" } } }, { "id": "21370076", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761239948", "uncertainty": 120 }, "departure": { "time": "1761239948", "uncertainty": 120 }, "stopId": "bsmdute" }, { "arrival": { "time": "1761239977", "uncertainty": 120 }, "departure": { "time": "1761239977", "uncertainty": 120 }, "stopId": "bsmdal1" }, { "arrival": { "time": "1761240037", "uncertainty": 120 }, "departure": { "time": "1761240037", "uncertainty": 120 }, "stopId": "bsmdun2" }, { "arrival": { "time": "1761240037", "uncertainty": 120 }, "departure": { "time": "1761240037", "uncertainty": 120 }, "stopId": "bsmdune" }, { "arrival": { "time": "1761240128", "uncertainty": 120 }, "departure": { "time": "1761240128", "uncertainty": 120 }, "stopId": "bsmstm1" }, { "arrival": { "time": "1761240174", "uncertainty": 120 }, "departure": { "time": "1761240174", "uncertainty": 120 }, "stopId": "bsmnav1" }, { "arrival": { "time": "1761240202", "uncertainty": 120 }, "departure": { "time": "1761240202", "uncertainty": 120 }, "stopId": "bsmnava2" }, { "arrival": { "time": "1761241409", "uncertainty": 120 }, "departure": { "time": "1761241409", "uncertainty": 120 }, "stopId": "wimplai2" }, { "arrival": { "time": "1761241598", "uncertainty": 120 }, "departure": { "time": "1761241598", "uncertainty": 120 }, "stopId": "wimmair3" }, { "departure": { "time": "1761237960", "uncertainty": 120 }, "stopId": "equfala", "stopSequence": 1 }, { "arrival": { "time": "1761238028", "uncertainty": 120 }, "departure": { "time": "1761238028", "uncertainty": 120 }, "stopId": "equbecq", "stopSequence": 2 }, { "arrival": { "time": "1761238064", "uncertainty": 120 }, "departure": { "time": "1761238064", "uncertainty": 120 }, "stopId": "equesto", "stopSequence": 3 }, { "arrival": { "time": "1761238154", "uncertainty": 120 }, "departure": { "time": "1761238154", "uncertainty": 120 }, "stopId": "equpomp", "stopSequence": 4 }, { "arrival": { "time": "1761238200", "uncertainty": 120 }, "departure": { "time": "1761238200", "uncertainty": 120 }, "stopId": "equsta", "stopSequence": 5 }, { "arrival": { "time": "1761238377", "uncertainty": 120 }, "departure": { "time": "1761238377", "uncertainty": 120 }, "stopId": "equpale2", "stopSequence": 6 }, { "arrival": { "time": "1761238440", "uncertainty": 120 }, "departure": { "time": "1761238440", "uncertainty": 120 }, "stopId": "equace2", "stopSequence": 7 }, { "arrival": { "time": "1761238490", "uncertainty": 120 }, "departure": { "time": "1761238490", "uncertainty": 120 }, "stopId": "equrobi", "stopSequence": 8 }, { "arrival": { "time": "1761238680", "uncertainty": 120 }, "departure": { "time": "1761238680", "uncertainty": 120 }, "stopId": "outserv", "stopSequence": 9 }, { "arrival": { "time": "1761238834", "uncertainty": 120 }, "departure": { "time": "1761238834", "uncertainty": 120 }, "stopId": "outdore", "stopSequence": 10 }, { "arrival": { "time": "1761238920", "uncertainty": 120 }, "departure": { "time": "1761238920", "uncertainty": 120 }, "stopId": "outbeet", "stopSequence": 11 }, { "arrival": { "time": "1761238963", "uncertainty": 120 }, "departure": { "time": "1761238963", "uncertainty": 120 }, "stopId": "outmou1", "stopSequence": 12 }, { "arrival": { "time": "1761239054", "uncertainty": 120 }, "departure": { "time": "1761239054", "uncertainty": 120 }, "stopId": "lposan2", "stopSequence": 13 }, { "arrival": { "time": "1761239157", "uncertainty": 120 }, "departure": { "time": "1761239157", "uncertainty": 120 }, "stopId": "outdeni3", "stopSequence": 14 }, { "arrival": { "time": "1761239220", "uncertainty": 120 }, "departure": { "time": "1761239220", "uncertainty": 120 }, "stopId": "outlibe2", "stopSequence": 15 }, { "arrival": { "time": "1761239300", "uncertainty": 120 }, "departure": { "time": "1761239300", "uncertainty": 120 }, "stopId": "lepcime2", "stopSequence": 16 }, { "arrival": { "time": "1761239335", "uncertainty": 120 }, "departure": { "time": "1761239335", "uncertainty": 120 }, "stopId": "bsmhvi2", "stopSequence": 17 }, { "arrival": { "time": "1761239460", "uncertainty": 120 }, "departure": { "time": "1761239460", "uncertainty": 120 }, "stopId": "bsmieu", "stopSequence": 18 }, { "arrival": { "time": "1761239640", "uncertainty": 120 }, "departure": { "time": "1761239640", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 19 }, { "arrival": { "time": "1761239726", "uncertainty": 120 }, "departure": { "time": "1761239726", "uncertainty": 120 }, "stopId": "bsmdaun", "stopSequence": 20 }, { "arrival": { "time": "1761239820", "uncertainty": 120 }, "departure": { "time": "1761239880", "uncertainty": 120 }, "stopId": "bsmcca6", "stopSequence": 21 }, { "arrival": { "time": "1761239964", "uncertainty": 120 }, "departure": { "time": "1761239964", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmpft1", "stopSequence": 22 }, { "arrival": { "time": "1761240102", "uncertainty": 120 }, "departure": { "time": "1761240102", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmcoqu", "stopSequence": 23 }, { "arrival": { "time": "1761240202", "uncertainty": 120 }, "departure": { "time": "1761240202", "uncertainty": 120 }, "stopId": "bsmnava2", "stopSequence": 24 }, { "arrival": { "time": "1761240285", "uncertainty": 120 }, "departure": { "time": "1761240285", "uncertainty": 120 }, "stopId": "bsmstm2", "stopSequence": 25 }, { "arrival": { "time": "1761240398", "uncertainty": 120 }, "departure": { "time": "1761240398", "uncertainty": 120 }, "stopId": "bsmduf2", "stopSequence": 26 }, { "arrival": { "time": "1761240458", "uncertainty": 120 }, "departure": { "time": "1761240458", "uncertainty": 120 }, "stopId": "bsmlema", "stopSequence": 27 }, { "arrival": { "time": "1761240516", "uncertainty": 120 }, "departure": { "time": "1761240516", "uncertainty": 120 }, "stopId": "smbcal2", "stopSequence": 28 }, { "arrival": { "time": "1761240604", "uncertainty": 120 }, "departure": { "time": "1761240604", "uncertainty": 120 }, "stopId": "smbjard2", "stopSequence": 29 }, { "arrival": { "time": "1761240678", "uncertainty": 120 }, "departure": { "time": "1761240678", "uncertainty": 120 }, "stopId": "smbjos2", "stopSequence": 30 }, { "arrival": { "time": "1761240726", "uncertainty": 120 }, "departure": { "time": "1761240726", "uncertainty": 120 }, "stopId": "smbmogr", "stopSequence": 31 }, { "arrival": { "time": "1761240798", "uncertainty": 120 }, "departure": { "time": "1761240798", "uncertainty": 120 }, "stopId": "wimbons", "stopSequence": 32 }, { "arrival": { "time": "1761241046", "uncertainty": 120 }, "departure": { "time": "1761241046", "uncertainty": 120 }, "stopId": "wimmont", "stopSequence": 33 }, { "arrival": { "time": "1761241100", "uncertainty": 120 }, "departure": { "time": "1761241100", "uncertainty": 120 }, "stopId": "wimserge", "stopSequence": 34 }, { "arrival": { "time": "1761241137", "uncertainty": 120 }, "departure": { "time": "1761241137", "uncertainty": 120 }, "stopId": "wimfont", "stopSequence": 35 }, { "arrival": { "time": "1761241159", "uncertainty": 120 }, "departure": { "time": "1761241159", "uncertainty": 120 }, "stopId": "wimegli", "stopSequence": 36 }, { "arrival": { "time": "1761241228", "uncertainty": 120 }, "departure": { "time": "1761241228", "uncertainty": 120 }, "stopId": "wimetoi", "stopSequence": 37 }, { "arrival": { "time": "1761241344", "uncertainty": 120 }, "departure": { "time": "1761241344", "uncertainty": 120 }, "stopId": "wimplai", "stopSequence": 38 }, { "arrival": { "time": "1761241440", "uncertainty": 120 }, "departure": { "time": "1761241440", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimcol1", "stopSequence": 39 }, { "arrival": { "time": "1761241509", "uncertainty": 120 }, "departure": { "time": "1761241509", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimsncf", "stopSequence": 40 }, { "arrival": { "time": "1761241609", "uncertainty": 120 }, "departure": { "time": "1761241609", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur", "stopSequence": 41 }, { "arrival": { "time": "1761241672", "uncertainty": 120 }, "departure": { "time": "1761241672", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimlecl", "stopSequence": 42 }, { "arrival": { "time": "1761241607", "uncertainty": 120 }, "stopId": "wimmair2", "stopSequence": 43 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "21370076" } } }, { "id": "21370077", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761238800", "uncertainty": 120 }, "stopId": "bsmcca1", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "H", "scheduleRelationship": "SCHEDULED", "tripId": "21370077" } } }, { "id": "21323661", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761235322", "uncertainty": 120 }, "departure": { "time": "1761235322", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "departure": { "time": "1761234661", "uncertainty": 120 }, "stopId": "bsmcca8", "stopSequence": 1 }, { "arrival": { "time": "1761234837", "uncertainty": 120 }, "departure": { "time": "1761234840", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 2 }, { "arrival": { "time": "1761234974", "uncertainty": 120 }, "departure": { "time": "1761235021", "uncertainty": 120 }, "stopId": "bsmthie", "stopSequence": 3 }, { "arrival": { "time": "1761235090", "uncertainty": 120 }, "departure": { "time": "1761235090", "uncertainty": 120 }, "stopId": "bsmpier", "stopSequence": 4 }, { "arrival": { "time": "1761235166", "uncertainty": 120 }, "departure": { "time": "1761235231", "uncertainty": 120 }, "stopId": "bsmcnor", "stopSequence": 5 }, { "arrival": { "time": "1761235335", "uncertainty": 120 }, "departure": { "time": "1761235335", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb", "stopSequence": 6 }, { "arrival": { "time": "1761235440", "uncertainty": 120 }, "departure": { "time": "1761235440", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge", "stopSequence": 7 }, { "arrival": { "time": "1761235495", "uncertainty": 120 }, "departure": { "time": "1761235495", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi", "stopSequence": 8 }, { "arrival": { "time": "1761235421", "uncertainty": 120 }, "departure": { "time": "1761235421", "uncertainty": 120 }, "stopId": "bsmlet", "stopSequence": 9 }, { "arrival": { "time": "1761235495", "uncertainty": 120 }, "departure": { "time": "1761235495", "uncertainty": 120 }, "stopId": "bsmpatr", "stopSequence": 10 }, { "arrival": { "time": "1761235599", "uncertainty": 120 }, "departure": { "time": "1761235599", "uncertainty": 120 }, "stopId": "bsmdres", "stopSequence": 11 }, { "arrival": { "time": "1761235662", "uncertainty": 120 }, "departure": { "time": "1761235662", "uncertainty": 120 }, "stopId": "bsmmoka", "stopSequence": 12 }, { "arrival": { "time": "1761235736", "uncertainty": 120 }, "departure": { "time": "1761235736", "uncertainty": 120 }, "stopId": "smbjos1", "stopSequence": 13 }, { "arrival": { "time": "1761235811", "uncertainty": 120 }, "departure": { "time": "1761235811", "uncertainty": 120 }, "stopId": "smbjard", "stopSequence": 14 }, { "arrival": { "time": "1761235934", "uncertainty": 120 }, "departure": { "time": "1761235934", "uncertainty": 120 }, "stopId": "smbcal1", "stopSequence": 15 }, { "arrival": { "time": "1761236005", "uncertainty": 120 }, "departure": { "time": "1761236005", "uncertainty": 120 }, "stopId": "bsmhabi2", "stopSequence": 16 }, { "arrival": { "time": "1761236088", "uncertainty": 120 }, "departure": { "time": "1761236088", "uncertainty": 120 }, "stopId": "bsmsou", "stopSequence": 17 }, { "arrival": { "time": "1761236125", "uncertainty": 120 }, "departure": { "time": "1761236125", "uncertainty": 120 }, "stopId": "bsmsecu2", "stopSequence": 18 }, { "arrival": { "time": "1761236182", "uncertainty": 120 }, "departure": { "time": "1761236182", "uncertainty": 120 }, "stopId": "bsmtin1", "stopSequence": 19 }, { "arrival": { "time": "1761236282", "uncertainty": 120 }, "departure": { "time": "1761236282", "uncertainty": 120 }, "stopId": "bsmlor1", "stopSequence": 20 }, { "arrival": { "time": "1761236382", "uncertainty": 120 }, "departure": { "time": "1761236382", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 21 }, { "arrival": { "time": "1761236436", "uncertainty": 120 }, "departure": { "time": "1761236436", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 22 }, { "arrival": { "time": "1761236551", "uncertainty": 120 }, "stopId": "bsmcca8r", "stopSequence": 23 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "B1", "scheduleRelationship": "SCHEDULED", "tripId": "21323661" }, "vehicle": { "id": "330", "label": "330" } } }, { "id": "21323660", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761234807", "uncertainty": 120 }, "departure": { "time": "1761234807", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "departure": { "time": "1761234137", "uncertainty": 120 }, "stopId": "bsmcca8", "stopSequence": 1 }, { "arrival": { "time": "1761234257", "uncertainty": 120 }, "departure": { "time": "1761234257", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 2 }, { "arrival": { "time": "1761234421", "uncertainty": 120 }, "departure": { "time": "1761234467", "uncertainty": 120 }, "stopId": "bsmthie", "stopSequence": 3 }, { "arrival": { "time": "1761234540", "uncertainty": 120 }, "departure": { "time": "1761234540", "uncertainty": 120 }, "stopId": "bsmpier", "stopSequence": 4 }, { "arrival": { "time": "1761234603", "uncertainty": 120 }, "departure": { "time": "1761234677", "uncertainty": 120 }, "stopId": "bsmcnor", "stopSequence": 5 }, { "arrival": { "time": "1761234735", "uncertainty": 120 }, "departure": { "time": "1761234735", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb", "stopSequence": 6 }, { "arrival": { "time": "1761234840", "uncertainty": 120 }, "departure": { "time": "1761234840", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge", "stopSequence": 7 }, { "arrival": { "time": "1761234895", "uncertainty": 120 }, "departure": { "time": "1761234895", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi", "stopSequence": 8 }, { "arrival": { "time": "1761234884", "uncertainty": 120 }, "departure": { "time": "1761234892", "uncertainty": 120 }, "stopId": "bsmlet", "stopSequence": 9 }, { "arrival": { "time": "1761234964", "uncertainty": 120 }, "departure": { "time": "1761234964", "uncertainty": 120 }, "stopId": "bsmpatr", "stopSequence": 10 }, { "arrival": { "time": "1761235064", "uncertainty": 120 }, "departure": { "time": "1761235102", "uncertainty": 120 }, "stopId": "bsmdres", "stopSequence": 11 }, { "arrival": { "time": "1761235162", "uncertainty": 120 }, "departure": { "time": "1761235282", "uncertainty": 120 }, "stopId": "bsmmoka", "stopSequence": 12 }, { "arrival": { "time": "1761235356", "uncertainty": 120 }, "departure": { "time": "1761235356", "uncertainty": 120 }, "stopId": "smbjos1", "stopSequence": 13 }, { "arrival": { "time": "1761235429", "uncertainty": 120 }, "departure": { "time": "1761235429", "uncertainty": 120 }, "stopId": "smbjard", "stopSequence": 14 }, { "arrival": { "time": "1761235548", "uncertainty": 120 }, "departure": { "time": "1761235548", "uncertainty": 120 }, "stopId": "smbcal1", "stopSequence": 15 }, { "arrival": { "time": "1761235619", "uncertainty": 120 }, "departure": { "time": "1761235619", "uncertainty": 120 }, "stopId": "bsmhabi2", "stopSequence": 16 }, { "arrival": { "time": "1761235702", "uncertainty": 120 }, "departure": { "time": "1761235702", "uncertainty": 120 }, "stopId": "bsmsou", "stopSequence": 17 }, { "arrival": { "time": "1761235739", "uncertainty": 120 }, "departure": { "time": "1761235739", "uncertainty": 120 }, "stopId": "bsmsecu2", "stopSequence": 18 }, { "arrival": { "time": "1761235796", "uncertainty": 120 }, "departure": { "time": "1761235796", "uncertainty": 120 }, "stopId": "bsmtin1", "stopSequence": 19 }, { "arrival": { "time": "1761235896", "uncertainty": 120 }, "departure": { "time": "1761235896", "uncertainty": 120 }, "stopId": "bsmlor1", "stopSequence": 20 }, { "arrival": { "time": "1761235995", "uncertainty": 120 }, "departure": { "time": "1761235995", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 21 }, { "arrival": { "time": "1761236048", "uncertainty": 120 }, "departure": { "time": "1761236048", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 22 }, { "arrival": { "time": "1761236163", "uncertainty": 120 }, "stopId": "bsmcca8r", "stopSequence": 23 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "B1", "scheduleRelationship": "SCHEDULED", "tripId": "21323660" }, "vehicle": { "id": "533", "label": "533" } } }, { "id": "21323663", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761237652", "uncertainty": 120 }, "departure": { "time": "1761237652", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "departure": { "time": "1761237000", "uncertainty": 120 }, "stopId": "bsmcca8", "stopSequence": 1 }, { "arrival": { "time": "1761237224", "uncertainty": 120 }, "departure": { "time": "1761237224", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 2 }, { "arrival": { "time": "1761237378", "uncertainty": 120 }, "departure": { "time": "1761237378", "uncertainty": 120 }, "stopId": "bsmthie", "stopSequence": 3 }, { "arrival": { "time": "1761237480", "uncertainty": 120 }, "departure": { "time": "1761237480", "uncertainty": 120 }, "stopId": "bsmpier", "stopSequence": 4 }, { "arrival": { "time": "1761237563", "uncertainty": 120 }, "departure": { "time": "1761237563", "uncertainty": 120 }, "stopId": "bsmcnor", "stopSequence": 5 }, { "arrival": { "time": "1761237636", "uncertainty": 120 }, "departure": { "time": "1761237636", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb", "stopSequence": 6 }, { "arrival": { "time": "1761237720", "uncertainty": 120 }, "departure": { "time": "1761237720", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge", "stopSequence": 7 }, { "arrival": { "time": "1761237761", "uncertainty": 120 }, "departure": { "time": "1761237761", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi", "stopSequence": 8 }, { "arrival": { "time": "1761237732", "uncertainty": 120 }, "departure": { "time": "1761237732", "uncertainty": 120 }, "stopId": "bsmlet", "stopSequence": 9 }, { "arrival": { "time": "1761237798", "uncertainty": 120 }, "departure": { "time": "1761237798", "uncertainty": 120 }, "stopId": "bsmpatr", "stopSequence": 10 }, { "arrival": { "time": "1761237907", "uncertainty": 120 }, "departure": { "time": "1761237907", "uncertainty": 120 }, "stopId": "bsmdres", "stopSequence": 11 }, { "arrival": { "time": "1761237976", "uncertainty": 120 }, "departure": { "time": "1761237976", "uncertainty": 120 }, "stopId": "bsmmoka", "stopSequence": 12 }, { "arrival": { "time": "1761238030", "uncertainty": 120 }, "departure": { "time": "1761238030", "uncertainty": 120 }, "stopId": "smbjos1", "stopSequence": 13 }, { "arrival": { "time": "1761238083", "uncertainty": 120 }, "departure": { "time": "1761238083", "uncertainty": 120 }, "stopId": "smbjard", "stopSequence": 14 }, { "arrival": { "time": "1761238170", "uncertainty": 120 }, "departure": { "time": "1761238170", "uncertainty": 120 }, "stopId": "smbcal1", "stopSequence": 15 }, { "arrival": { "time": "1761238222", "uncertainty": 120 }, "departure": { "time": "1761238222", "uncertainty": 120 }, "stopId": "bsmhabi2", "stopSequence": 16 }, { "arrival": { "time": "1761238282", "uncertainty": 120 }, "departure": { "time": "1761238282", "uncertainty": 120 }, "stopId": "bsmsou", "stopSequence": 17 }, { "arrival": { "time": "1761238340", "uncertainty": 120 }, "departure": { "time": "1761238340", "uncertainty": 120 }, "stopId": "bsmsecu2", "stopSequence": 18 }, { "arrival": { "time": "1761238413", "uncertainty": 120 }, "departure": { "time": "1761238413", "uncertainty": 120 }, "stopId": "bsmtin1", "stopSequence": 19 }, { "arrival": { "time": "1761238498", "uncertainty": 120 }, "departure": { "time": "1761238498", "uncertainty": 120 }, "stopId": "bsmlor1", "stopSequence": 20 }, { "arrival": { "time": "1761238619", "uncertainty": 120 }, "departure": { "time": "1761238619", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 21 }, { "arrival": { "time": "1761238690", "uncertainty": 120 }, "departure": { "time": "1761238690", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 22 }, { "arrival": { "time": "1761238782", "uncertainty": 120 }, "stopId": "bsmcca8r", "stopSequence": 23 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "B1", "scheduleRelationship": "SCHEDULED", "tripId": "21323663" } } }, { "id": "21323662", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761237324", "uncertainty": 120 }, "departure": { "time": "1761237324", "uncertainty": 120 }, "stopId": "bsmlet2" }, { "arrival": { "time": "1761237353", "uncertainty": 120 }, "departure": { "time": "1761237353", "uncertainty": 120 }, "stopId": "bsmier" }, { "arrival": { "time": "1761237364", "uncertainty": 120 }, "departure": { "time": "1761237364", "uncertainty": 120 }, "stopId": "bsmmedi" }, { "arrival": { "time": "1761237378", "uncertainty": 120 }, "departure": { "time": "1761237378", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "arrival": { "time": "1761237451", "uncertainty": 120 }, "departure": { "time": "1761237451", "uncertainty": 120 }, "stopId": "bsmcnor2" }, { "departure": { "time": "1761236100", "uncertainty": 120 }, "stopId": "bsmcca7", "stopSequence": 1 }, { "arrival": { "time": "1761236351", "uncertainty": 120 }, "departure": { "time": "1761236351", "uncertainty": 120 }, "stopId": "bsmdal1", "stopSequence": 2 }, { "arrival": { "time": "1761236412", "uncertainty": 120 }, "departure": { "time": "1761236412", "uncertainty": 120 }, "stopId": "bsmdune", "stopSequence": 3 }, { "arrival": { "time": "1761236495", "uncertainty": 120 }, "departure": { "time": "1761236495", "uncertainty": 120 }, "stopId": "bsmsecu", "stopSequence": 4 }, { "arrival": { "time": "1761236614", "uncertainty": 120 }, "departure": { "time": "1761236614", "uncertainty": 120 }, "stopId": "bsmsou2", "stopSequence": 5 }, { "arrival": { "time": "1761236673", "uncertainty": 120 }, "departure": { "time": "1761236673", "uncertainty": 120 }, "stopId": "bsmhabi", "stopSequence": 6 }, { "arrival": { "time": "1761236768", "uncertainty": 120 }, "departure": { "time": "1761236768", "uncertainty": 120 }, "stopId": "smbcal2", "stopSequence": 7 }, { "arrival": { "time": "1761236879", "uncertainty": 120 }, "departure": { "time": "1761236879", "uncertainty": 120 }, "stopId": "smbjard2", "stopSequence": 8 }, { "arrival": { "time": "1761236972", "uncertainty": 120 }, "departure": { "time": "1761236972", "uncertainty": 120 }, "stopId": "smbjos2", "stopSequence": 9 }, { "arrival": { "time": "1761237034", "uncertainty": 120 }, "departure": { "time": "1761237034", "uncertainty": 120 }, "stopId": "bsmmoka2", "stopSequence": 10 }, { "arrival": { "time": "1761237145", "uncertainty": 120 }, "departure": { "time": "1761237145", "uncertainty": 120 }, "stopId": "bsmdres2", "stopSequence": 11 }, { "arrival": { "time": "1761237234", "uncertainty": 120 }, "departure": { "time": "1761237234", "uncertainty": 120 }, "stopId": "bsmpatr2", "stopSequence": 12 }, { "arrival": { "time": "1761237318", "uncertainty": 120 }, "departure": { "time": "1761237318", "uncertainty": 120 }, "stopId": "bsmlet2", "stopSequence": 13 }, { "arrival": { "time": "1761237429", "uncertainty": 120 }, "departure": { "time": "1761237429", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi2", "stopSequence": 14 }, { "arrival": { "time": "1761237480", "uncertainty": 120 }, "departure": { "time": "1761237480", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge2", "stopSequence": 15 }, { "arrival": { "time": "1761237550", "uncertainty": 120 }, "departure": { "time": "1761237550", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb2", "stopSequence": 16 }, { "arrival": { "time": "1761237458", "uncertainty": 120 }, "departure": { "time": "1761237458", "uncertainty": 120 }, "stopId": "bsmcnor2", "stopSequence": 17 }, { "arrival": { "time": "1761237559", "uncertainty": 120 }, "departure": { "time": "1761237559", "uncertainty": 120 }, "stopId": "bsmpier2", "stopSequence": 18 }, { "arrival": { "time": "1761237689", "uncertainty": 120 }, "departure": { "time": "1761237689", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 19 }, { "arrival": { "time": "1761237801", "uncertainty": 120 }, "departure": { "time": "1761237801", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 20 }, { "arrival": { "time": "1761237893", "uncertainty": 120 }, "departure": { "time": "1761237893", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 21 }, { "arrival": { "time": "1761238011", "uncertainty": 120 }, "stopId": "bsmcca7r", "stopSequence": 22 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "B2", "scheduleRelationship": "SCHEDULED", "tripId": "21323662" } } }, { "id": "21323657", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761235249", "uncertainty": 120 }, "stopId": "bsmcca7r", "stopSequence": 22 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "B2", "scheduleRelationship": "SCHEDULED", "tripId": "21323657" } } }, { "id": "21323659", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761236270", "uncertainty": 120 }, "departure": { "time": "1761236270", "uncertainty": 120 }, "stopId": "bsmlet2" }, { "arrival": { "time": "1761236299", "uncertainty": 120 }, "departure": { "time": "1761236299", "uncertainty": 120 }, "stopId": "bsmier" }, { "arrival": { "time": "1761236310", "uncertainty": 120 }, "departure": { "time": "1761236310", "uncertainty": 120 }, "stopId": "bsmmedi" }, { "arrival": { "time": "1761236324", "uncertainty": 120 }, "departure": { "time": "1761236324", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "arrival": { "time": "1761236397", "uncertainty": 120 }, "departure": { "time": "1761236397", "uncertainty": 120 }, "stopId": "bsmcnor2" }, { "departure": { "time": "1761235053", "uncertainty": 120 }, "stopId": "bsmcca7", "stopSequence": 1 }, { "arrival": { "time": "1761235285", "uncertainty": 120 }, "departure": { "time": "1761235293", "uncertainty": 120 }, "stopId": "bsmdal1", "stopSequence": 2 }, { "arrival": { "time": "1761235353", "uncertainty": 120 }, "departure": { "time": "1761235353", "uncertainty": 120 }, "stopId": "bsmdune", "stopSequence": 3 }, { "arrival": { "time": "1761235415", "uncertainty": 120 }, "departure": { "time": "1761235415", "uncertainty": 120 }, "stopId": "bsmsecu", "stopSequence": 4 }, { "arrival": { "time": "1761235533", "uncertainty": 120 }, "departure": { "time": "1761235533", "uncertainty": 120 }, "stopId": "bsmsou2", "stopSequence": 5 }, { "arrival": { "time": "1761235592", "uncertainty": 120 }, "departure": { "time": "1761235592", "uncertainty": 120 }, "stopId": "bsmhabi", "stopSequence": 6 }, { "arrival": { "time": "1761235687", "uncertainty": 120 }, "departure": { "time": "1761235687", "uncertainty": 120 }, "stopId": "smbcal2", "stopSequence": 7 }, { "arrival": { "time": "1761235792", "uncertainty": 120 }, "departure": { "time": "1761235792", "uncertainty": 120 }, "stopId": "smbjard2", "stopSequence": 8 }, { "arrival": { "time": "1761235880", "uncertainty": 120 }, "departure": { "time": "1761235880", "uncertainty": 120 }, "stopId": "smbjos2", "stopSequence": 9 }, { "arrival": { "time": "1761235942", "uncertainty": 120 }, "departure": { "time": "1761235942", "uncertainty": 120 }, "stopId": "bsmmoka2", "stopSequence": 10 }, { "arrival": { "time": "1761236068", "uncertainty": 120 }, "departure": { "time": "1761236068", "uncertainty": 120 }, "stopId": "bsmdres2", "stopSequence": 11 }, { "arrival": { "time": "1761236168", "uncertainty": 120 }, "departure": { "time": "1761236168", "uncertainty": 120 }, "stopId": "bsmpatr2", "stopSequence": 12 }, { "arrival": { "time": "1761236263", "uncertainty": 120 }, "departure": { "time": "1761236263", "uncertainty": 120 }, "stopId": "bsmlet2", "stopSequence": 13 }, { "arrival": { "time": "1761236281", "uncertainty": 120 }, "departure": { "time": "1761236281", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi2", "stopSequence": 14 }, { "arrival": { "time": "1761236340", "uncertainty": 120 }, "departure": { "time": "1761236340", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge2", "stopSequence": 15 }, { "arrival": { "time": "1761236410", "uncertainty": 120 }, "departure": { "time": "1761236410", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb2", "stopSequence": 16 }, { "arrival": { "time": "1761236404", "uncertainty": 120 }, "departure": { "time": "1761236404", "uncertainty": 120 }, "stopId": "bsmcnor2", "stopSequence": 17 }, { "arrival": { "time": "1761236491", "uncertainty": 120 }, "departure": { "time": "1761236491", "uncertainty": 120 }, "stopId": "bsmpier2", "stopSequence": 18 }, { "arrival": { "time": "1761236650", "uncertainty": 120 }, "departure": { "time": "1761236650", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 19 }, { "arrival": { "time": "1761236748", "uncertainty": 120 }, "departure": { "time": "1761236748", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 20 }, { "arrival": { "time": "1761236809", "uncertainty": 120 }, "departure": { "time": "1761236809", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 21 }, { "arrival": { "time": "1761236956", "uncertainty": 120 }, "stopId": "bsmcca7r", "stopSequence": 22 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "B2", "scheduleRelationship": "SCHEDULED", "tripId": "21323659" }, "vehicle": { "id": "179", "label": "179" } } }, { "id": "21323665", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761238852", "uncertainty": 120 }, "departure": { "time": "1761238852", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "departure": { "time": "1761238200", "uncertainty": 120 }, "stopId": "bsmcca8", "stopSequence": 1 }, { "arrival": { "time": "1761238424", "uncertainty": 120 }, "departure": { "time": "1761238424", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 2 }, { "arrival": { "time": "1761238578", "uncertainty": 120 }, "departure": { "time": "1761238578", "uncertainty": 120 }, "stopId": "bsmthie", "stopSequence": 3 }, { "arrival": { "time": "1761238680", "uncertainty": 120 }, "departure": { "time": "1761238680", "uncertainty": 120 }, "stopId": "bsmpier", "stopSequence": 4 }, { "arrival": { "time": "1761238763", "uncertainty": 120 }, "departure": { "time": "1761238763", "uncertainty": 120 }, "stopId": "bsmcnor", "stopSequence": 5 }, { "arrival": { "time": "1761238836", "uncertainty": 120 }, "departure": { "time": "1761238836", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb", "stopSequence": 6 }, { "arrival": { "time": "1761238920", "uncertainty": 120 }, "departure": { "time": "1761238920", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge", "stopSequence": 7 }, { "arrival": { "time": "1761238961", "uncertainty": 120 }, "departure": { "time": "1761238961", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi", "stopSequence": 8 }, { "arrival": { "time": "1761238931", "uncertainty": 120 }, "departure": { "time": "1761238931", "uncertainty": 120 }, "stopId": "bsmlet", "stopSequence": 9 }, { "arrival": { "time": "1761238996", "uncertainty": 120 }, "departure": { "time": "1761238996", "uncertainty": 120 }, "stopId": "bsmpatr", "stopSequence": 10 }, { "arrival": { "time": "1761239103", "uncertainty": 120 }, "departure": { "time": "1761239103", "uncertainty": 120 }, "stopId": "bsmdres", "stopSequence": 11 }, { "arrival": { "time": "1761239171", "uncertainty": 120 }, "departure": { "time": "1761239171", "uncertainty": 120 }, "stopId": "bsmmoka", "stopSequence": 12 }, { "arrival": { "time": "1761239224", "uncertainty": 120 }, "departure": { "time": "1761239224", "uncertainty": 120 }, "stopId": "smbjos1", "stopSequence": 13 }, { "arrival": { "time": "1761239277", "uncertainty": 120 }, "departure": { "time": "1761239277", "uncertainty": 120 }, "stopId": "smbjard", "stopSequence": 14 }, { "arrival": { "time": "1761239363", "uncertainty": 120 }, "departure": { "time": "1761239363", "uncertainty": 120 }, "stopId": "smbcal1", "stopSequence": 15 }, { "arrival": { "time": "1761239414", "uncertainty": 120 }, "departure": { "time": "1761239414", "uncertainty": 120 }, "stopId": "bsmhabi2", "stopSequence": 16 }, { "arrival": { "time": "1761239473", "uncertainty": 120 }, "departure": { "time": "1761239473", "uncertainty": 120 }, "stopId": "bsmsou", "stopSequence": 17 }, { "arrival": { "time": "1761239522", "uncertainty": 120 }, "departure": { "time": "1761239522", "uncertainty": 120 }, "stopId": "bsmsecu2", "stopSequence": 18 }, { "arrival": { "time": "1761239584", "uncertainty": 120 }, "departure": { "time": "1761239584", "uncertainty": 120 }, "stopId": "bsmtin1", "stopSequence": 19 }, { "arrival": { "time": "1761239656", "uncertainty": 120 }, "departure": { "time": "1761239656", "uncertainty": 120 }, "stopId": "bsmlor1", "stopSequence": 20 }, { "arrival": { "time": "1761239758", "uncertainty": 120 }, "departure": { "time": "1761239758", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 21 }, { "arrival": { "time": "1761239830", "uncertainty": 120 }, "departure": { "time": "1761239830", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 22 }, { "arrival": { "time": "1761239911", "uncertainty": 120 }, "stopId": "bsmcca8r", "stopSequence": 23 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "B1", "scheduleRelationship": "SCHEDULED", "tripId": "21323665" } } }, { "id": "21323664", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761239109", "uncertainty": 120 }, "departure": { "time": "1761239109", "uncertainty": 120 }, "stopId": "bsmlet2" }, { "arrival": { "time": "1761239138", "uncertainty": 120 }, "departure": { "time": "1761239138", "uncertainty": 120 }, "stopId": "bsmier" }, { "arrival": { "time": "1761239149", "uncertainty": 120 }, "departure": { "time": "1761239149", "uncertainty": 120 }, "stopId": "bsmmedi" }, { "arrival": { "time": "1761239163", "uncertainty": 120 }, "departure": { "time": "1761239163", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "arrival": { "time": "1761239236", "uncertainty": 120 }, "departure": { "time": "1761239236", "uncertainty": 120 }, "stopId": "bsmcnor2" }, { "departure": { "time": "1761237900", "uncertainty": 120 }, "stopId": "bsmcca7", "stopSequence": 1 }, { "arrival": { "time": "1761238178", "uncertainty": 120 }, "departure": { "time": "1761238178", "uncertainty": 120 }, "stopId": "bsmdal1", "stopSequence": 2 }, { "arrival": { "time": "1761238280", "uncertainty": 120 }, "departure": { "time": "1761238280", "uncertainty": 120 }, "stopId": "bsmdune", "stopSequence": 3 }, { "arrival": { "time": "1761238370", "uncertainty": 120 }, "departure": { "time": "1761238370", "uncertainty": 120 }, "stopId": "bsmsecu", "stopSequence": 4 }, { "arrival": { "time": "1761238500", "uncertainty": 120 }, "departure": { "time": "1761238500", "uncertainty": 120 }, "stopId": "bsmsou2", "stopSequence": 5 }, { "arrival": { "time": "1761238551", "uncertainty": 120 }, "departure": { "time": "1761238551", "uncertainty": 120 }, "stopId": "bsmhabi", "stopSequence": 6 }, { "arrival": { "time": "1761238632", "uncertainty": 120 }, "departure": { "time": "1761238632", "uncertainty": 120 }, "stopId": "smbcal2", "stopSequence": 7 }, { "arrival": { "time": "1761238727", "uncertainty": 120 }, "departure": { "time": "1761238727", "uncertainty": 120 }, "stopId": "smbjard2", "stopSequence": 8 }, { "arrival": { "time": "1761238807", "uncertainty": 120 }, "departure": { "time": "1761238807", "uncertainty": 120 }, "stopId": "smbjos2", "stopSequence": 9 }, { "arrival": { "time": "1761238860", "uncertainty": 120 }, "departure": { "time": "1761238860", "uncertainty": 120 }, "stopId": "bsmmoka2", "stopSequence": 10 }, { "arrival": { "time": "1761238956", "uncertainty": 120 }, "departure": { "time": "1761238956", "uncertainty": 120 }, "stopId": "bsmdres2", "stopSequence": 11 }, { "arrival": { "time": "1761239032", "uncertainty": 120 }, "departure": { "time": "1761239032", "uncertainty": 120 }, "stopId": "bsmpatr2", "stopSequence": 12 }, { "arrival": { "time": "1761239104", "uncertainty": 120 }, "departure": { "time": "1761239104", "uncertainty": 120 }, "stopId": "bsmlet2", "stopSequence": 13 }, { "arrival": { "time": "1761239177", "uncertainty": 120 }, "departure": { "time": "1761239177", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi2", "stopSequence": 14 }, { "arrival": { "time": "1761239220", "uncertainty": 120 }, "departure": { "time": "1761239220", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge2", "stopSequence": 15 }, { "arrival": { "time": "1761239290", "uncertainty": 120 }, "departure": { "time": "1761239290", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb2", "stopSequence": 16 }, { "arrival": { "time": "1761239243", "uncertainty": 120 }, "departure": { "time": "1761239243", "uncertainty": 120 }, "stopId": "bsmcnor2", "stopSequence": 17 }, { "arrival": { "time": "1761239344", "uncertainty": 120 }, "departure": { "time": "1761239344", "uncertainty": 120 }, "stopId": "bsmpier2", "stopSequence": 18 }, { "arrival": { "time": "1761239460", "uncertainty": 120 }, "departure": { "time": "1761239460", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 19 }, { "arrival": { "time": "1761239551", "uncertainty": 120 }, "departure": { "time": "1761239551", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 20 }, { "arrival": { "time": "1761239626", "uncertainty": 120 }, "departure": { "time": "1761239626", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 21 }, { "arrival": { "time": "1761239740", "uncertainty": 120 }, "stopId": "bsmcca7r", "stopSequence": 22 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "B2", "scheduleRelationship": "SCHEDULED", "tripId": "21323664" } } }, { "id": "21323525", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761236293", "uncertainty": 120 }, "departure": { "time": "1761236293", "uncertainty": 120 }, "stopId": "bsmier2" }, { "arrival": { "time": "1761236328", "uncertainty": 120 }, "departure": { "time": "1761236328", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "arrival": { "time": "1761236406", "uncertainty": 120 }, "departure": { "time": "1761236406", "uncertainty": 120 }, "stopId": "bsmcnor2" }, { "departure": { "time": "1761234392", "uncertainty": 120 }, "stopId": "smbpoly", "stopSequence": 1 }, { "arrival": { "time": "1761234450", "uncertainty": 120 }, "departure": { "time": "1761234450", "uncertainty": 120 }, "stopId": "smbdesv2", "stopSequence": 2 }, { "arrival": { "time": "1761234512", "uncertainty": 120 }, "departure": { "time": "1761234512", "uncertainty": 120 }, "stopId": "smbgir2", "stopSequence": 3 }, { "arrival": { "time": "1761234564", "uncertainty": 120 }, "departure": { "time": "1761234564", "uncertainty": 120 }, "stopId": "smbecol", "stopSequence": 4 }, { "arrival": { "time": "1761234613", "uncertainty": 120 }, "departure": { "time": "1761234660", "uncertainty": 120 }, "stopId": "bsmhopi3", "stopSequence": 5 }, { "arrival": { "time": "1761234738", "uncertainty": 120 }, "departure": { "time": "1761234752", "uncertainty": 120 }, "stopId": "bsmhre", "stopSequence": 6 }, { "arrival": { "time": "1761234880", "uncertainty": 120 }, "departure": { "time": "1761234966", "uncertainty": 120 }, "stopId": "smbegli", "stopSequence": 7 }, { "arrival": { "time": "1761235051", "uncertainty": 120 }, "departure": { "time": "1761235052", "uncertainty": 120 }, "stopId": "smbgast2", "stopSequence": 8 }, { "arrival": { "time": "1761235158", "uncertainty": 120 }, "departure": { "time": "1761235172", "uncertainty": 120 }, "stopId": "smbstom2", "stopSequence": 9 }, { "arrival": { "time": "1761235220", "uncertainty": 120 }, "departure": { "time": "1761235262", "uncertainty": 120 }, "stopId": "smbmair3", "stopSequence": 10 }, { "arrival": { "time": "1761235333", "uncertainty": 120 }, "departure": { "time": "1761235333", "uncertainty": 120 }, "stopId": "smbcol2", "stopSequence": 11 }, { "arrival": { "time": "1761235397", "uncertainty": 120 }, "departure": { "time": "1761235397", "uncertainty": 120 }, "stopId": "smbdena", "stopSequence": 12 }, { "arrival": { "time": "1761235507", "uncertainty": 120 }, "departure": { "time": "1761235507", "uncertainty": 120 }, "stopId": "smbbre1", "stopSequence": 13 }, { "arrival": { "time": "1761235572", "uncertainty": 120 }, "departure": { "time": "1761235572", "uncertainty": 120 }, "stopId": "smbmar1", "stopSequence": 14 }, { "arrival": { "time": "1761235634", "uncertainty": 120 }, "departure": { "time": "1761235634", "uncertainty": 120 }, "stopId": "smbmogr", "stopSequence": 15 }, { "arrival": { "time": "1761235677", "uncertainty": 120 }, "departure": { "time": "1761235677", "uncertainty": 120 }, "stopId": "wimbons2", "stopSequence": 16 }, { "arrival": { "time": "1761235771", "uncertainty": 120 }, "departure": { "time": "1761235771", "uncertainty": 120 }, "stopId": "smbmogr2", "stopSequence": 17 }, { "arrival": { "time": "1761235889", "uncertainty": 120 }, "departure": { "time": "1761235889", "uncertainty": 120 }, "stopId": "bsmmoka2", "stopSequence": 18 }, { "arrival": { "time": "1761235994", "uncertainty": 120 }, "departure": { "time": "1761235994", "uncertainty": 120 }, "stopId": "bsmdres3", "stopSequence": 19 }, { "arrival": { "time": "1761236069", "uncertainty": 120 }, "departure": { "time": "1761236069", "uncertainty": 120 }, "stopId": "bsmint2", "stopSequence": 20 }, { "arrival": { "time": "1761236177", "uncertainty": 120 }, "departure": { "time": "1761236177", "uncertainty": 120 }, "stopId": "bsmloui2", "stopSequence": 21 }, { "arrival": { "time": "1761236293", "uncertainty": 120 }, "departure": { "time": "1761236293", "uncertainty": 120 }, "stopId": "bsmier2", "stopSequence": 22 }, { "arrival": { "time": "1761236468", "uncertainty": 120 }, "departure": { "time": "1761236468", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi2", "stopSequence": 23 }, { "arrival": { "time": "1761236520", "uncertainty": 120 }, "departure": { "time": "1761236520", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge2", "stopSequence": 24 }, { "arrival": { "time": "1761236590", "uncertainty": 120 }, "departure": { "time": "1761236590", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb2", "stopSequence": 25 }, { "arrival": { "time": "1761236406", "uncertainty": 120 }, "departure": { "time": "1761236406", "uncertainty": 120 }, "stopId": "bsmcnor2", "stopSequence": 26 }, { "arrival": { "time": "1761236493", "uncertainty": 120 }, "departure": { "time": "1761236493", "uncertainty": 120 }, "stopId": "bsmpier2", "stopSequence": 27 }, { "arrival": { "time": "1761236652", "uncertainty": 120 }, "departure": { "time": "1761236652", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 28 }, { "arrival": { "time": "1761236750", "uncertainty": 120 }, "departure": { "time": "1761236750", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 29 }, { "arrival": { "time": "1761236811", "uncertainty": 120 }, "departure": { "time": "1761236811", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 30 }, { "arrival": { "time": "1761236935", "uncertainty": 120 }, "stopId": "bsmcca9r", "stopSequence": 31 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "D", "scheduleRelationship": "SCHEDULED", "tripId": "21323525" }, "vehicle": { "id": "191", "label": "191" } } }, { "id": "21323526", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761238979", "uncertainty": 120 }, "departure": { "time": "1761238979", "uncertainty": 120 }, "stopId": "bsmier2" }, { "arrival": { "time": "1761239014", "uncertainty": 120 }, "departure": { "time": "1761239014", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "arrival": { "time": "1761239092", "uncertainty": 120 }, "departure": { "time": "1761239092", "uncertainty": 120 }, "stopId": "bsmcnor2" }, { "departure": { "time": "1761237000", "uncertainty": 120 }, "stopId": "smbpoly", "stopSequence": 1 }, { "arrival": { "time": "1761237083", "uncertainty": 120 }, "departure": { "time": "1761237083", "uncertainty": 120 }, "stopId": "smbdesv2", "stopSequence": 2 }, { "arrival": { "time": "1761237180", "uncertainty": 120 }, "departure": { "time": "1761237180", "uncertainty": 120 }, "stopId": "smbgir2", "stopSequence": 3 }, { "arrival": { "time": "1761237275", "uncertainty": 120 }, "departure": { "time": "1761237275", "uncertainty": 120 }, "stopId": "smbecol", "stopSequence": 4 }, { "arrival": { "time": "1761237360", "uncertainty": 120 }, "departure": { "time": "1761237360", "uncertainty": 120 }, "stopId": "bsmhopi3", "stopSequence": 5 }, { "arrival": { "time": "1761237449", "uncertainty": 120 }, "departure": { "time": "1761237449", "uncertainty": 120 }, "stopId": "bsmhre", "stopSequence": 6 }, { "arrival": { "time": "1761237623", "uncertainty": 120 }, "departure": { "time": "1761237623", "uncertainty": 120 }, "stopId": "smbegli", "stopSequence": 7 }, { "arrival": { "time": "1761237722", "uncertainty": 120 }, "departure": { "time": "1761237722", "uncertainty": 120 }, "stopId": "smbgast2", "stopSequence": 8 }, { "arrival": { "time": "1761237784", "uncertainty": 120 }, "departure": { "time": "1761237784", "uncertainty": 120 }, "stopId": "smbstom2", "stopSequence": 9 }, { "arrival": { "time": "1761237849", "uncertainty": 120 }, "departure": { "time": "1761237849", "uncertainty": 120 }, "stopId": "smbmair3", "stopSequence": 10 }, { "arrival": { "time": "1761237900", "uncertainty": 120 }, "departure": { "time": "1761237900", "uncertainty": 120 }, "stopId": "smbcol2", "stopSequence": 11 }, { "arrival": { "time": "1761237977", "uncertainty": 120 }, "departure": { "time": "1761237977", "uncertainty": 120 }, "stopId": "smbdena", "stopSequence": 12 }, { "arrival": { "time": "1761238123", "uncertainty": 120 }, "departure": { "time": "1761238123", "uncertainty": 120 }, "stopId": "smbbre1", "stopSequence": 13 }, { "arrival": { "time": "1761238188", "uncertainty": 120 }, "departure": { "time": "1761238188", "uncertainty": 120 }, "stopId": "smbmar1", "stopSequence": 14 }, { "arrival": { "time": "1761238250", "uncertainty": 120 }, "departure": { "time": "1761238250", "uncertainty": 120 }, "stopId": "smbmogr", "stopSequence": 15 }, { "arrival": { "time": "1761238320", "uncertainty": 120 }, "departure": { "time": "1761238320", "uncertainty": 120 }, "stopId": "wimbons2", "stopSequence": 16 }, { "arrival": { "time": "1761238502", "uncertainty": 120 }, "departure": { "time": "1761238502", "uncertainty": 120 }, "stopId": "smbmogr2", "stopSequence": 17 }, { "arrival": { "time": "1761238620", "uncertainty": 120 }, "departure": { "time": "1761238620", "uncertainty": 120 }, "stopId": "bsmmoka2", "stopSequence": 18 }, { "arrival": { "time": "1761238725", "uncertainty": 120 }, "departure": { "time": "1761238725", "uncertainty": 120 }, "stopId": "bsmdres3", "stopSequence": 19 }, { "arrival": { "time": "1761238800", "uncertainty": 120 }, "departure": { "time": "1761238800", "uncertainty": 120 }, "stopId": "bsmint2", "stopSequence": 20 }, { "arrival": { "time": "1761238887", "uncertainty": 120 }, "departure": { "time": "1761238887", "uncertainty": 120 }, "stopId": "bsmloui2", "stopSequence": 21 }, { "arrival": { "time": "1761238979", "uncertainty": 120 }, "departure": { "time": "1761238979", "uncertainty": 120 }, "stopId": "bsmier2", "stopSequence": 22 }, { "arrival": { "time": "1761238998", "uncertainty": 120 }, "departure": { "time": "1761238998", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi2", "stopSequence": 23 }, { "arrival": { "time": "1761239040", "uncertainty": 120 }, "departure": { "time": "1761239040", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge2", "stopSequence": 24 }, { "arrival": { "time": "1761239110", "uncertainty": 120 }, "departure": { "time": "1761239110", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb2", "stopSequence": 25 }, { "arrival": { "time": "1761239092", "uncertainty": 120 }, "departure": { "time": "1761239092", "uncertainty": 120 }, "stopId": "bsmcnor2", "stopSequence": 26 }, { "arrival": { "time": "1761239193", "uncertainty": 120 }, "departure": { "time": "1761239193", "uncertainty": 120 }, "stopId": "bsmpier2", "stopSequence": 27 }, { "arrival": { "time": "1761239305", "uncertainty": 120 }, "departure": { "time": "1761239305", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 28 }, { "arrival": { "time": "1761239401", "uncertainty": 120 }, "departure": { "time": "1761239401", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 29 }, { "arrival": { "time": "1761239479", "uncertainty": 120 }, "departure": { "time": "1761239479", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 30 }, { "arrival": { "time": "1761239571", "uncertainty": 120 }, "stopId": "bsmcca9r", "stopSequence": 31 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "D", "scheduleRelationship": "SCHEDULED", "tripId": "21323526" } } }, { "id": "21323821", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761233520", "uncertainty": 120 }, "stopId": "bsmcca4", "stopSequence": 1 }, { "arrival": { "time": "1761233700", "uncertainty": 120 }, "departure": { "time": "1761233700", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 2 }, { "arrival": { "time": "1761233789", "uncertainty": 120 }, "departure": { "time": "1761233790", "uncertainty": 120 }, "stopId": "bsmlumi2", "stopSequence": 3 }, { "arrival": { "time": "1761233897", "uncertainty": 120 }, "departure": { "time": "1761233910", "uncertainty": 120 }, "stopId": "bsmaug1", "stopSequence": 4 }, { "arrival": { "time": "1761233993", "uncertainty": 120 }, "departure": { "time": "1761233993", "uncertainty": 120 }, "stopId": "bsmhenn2", "stopSequence": 5 }, { "arrival": { "time": "1761234030", "uncertainty": 120 }, "departure": { "time": "1761234030", "uncertainty": 120 }, "stopId": "bsmros2", "stopSequence": 6 }, { "arrival": { "time": "1761234060", "uncertainty": 120 }, "departure": { "time": "1761234090", "uncertainty": 120 }, "stopId": "bsmmade", "stopSequence": 7 }, { "arrival": { "time": "1761234151", "uncertainty": 120 }, "departure": { "time": "1761234151", "uncertainty": 120 }, "stopId": "smbplat2", "stopSequence": 8 }, { "arrival": { "time": "1761234222", "uncertainty": 120 }, "departure": { "time": "1761234222", "uncertainty": 120 }, "stopId": "leopite", "stopSequence": 9 }, { "arrival": { "time": "1761234336", "uncertainty": 120 }, "departure": { "time": "1761234510", "uncertainty": 120 }, "stopId": "leopet1", "stopSequence": 10 }, { "arrival": { "time": "1761234671", "uncertainty": 120 }, "departure": { "time": "1761234671", "uncertainty": 120 }, "stopId": "lebeau3", "stopSequence": 11 }, { "arrival": { "time": "1761234720", "uncertainty": 120 }, "departure": { "time": "1761234720", "uncertainty": 120 }, "stopId": "leocite", "stopSequence": 12 }, { "arrival": { "time": "1761234780", "uncertainty": 120 }, "departure": { "time": "1761234780", "uncertainty": 120 }, "stopId": "leobel1", "stopSequence": 13 }, { "arrival": { "time": "1761234864", "uncertainty": 120 }, "departure": { "time": "1761234864", "uncertainty": 120 }, "stopId": "leofle1", "stopSequence": 14 }, { "arrival": { "time": "1761234930", "uncertainty": 120 }, "departure": { "time": "1761234930", "uncertainty": 120 }, "stopId": "leopon1", "stopSequence": 15 }, { "arrival": { "time": "1761234960", "uncertainty": 120 }, "departure": { "time": "1761234960", "uncertainty": 120 }, "stopId": "leomair", "stopSequence": 16 }, { "arrival": { "time": "1761234990", "uncertainty": 120 }, "departure": { "time": "1761234990", "uncertainty": 120 }, "stopId": "leogal", "stopSequence": 17 }, { "arrival": { "time": "1761235020", "uncertainty": 120 }, "departure": { "time": "1761235020", "uncertainty": 120 }, "stopId": "leomou1", "stopSequence": 18 }, { "arrival": { "time": "1761235195", "uncertainty": 120 }, "departure": { "time": "1761235195", "uncertainty": 120 }, "stopId": "leoleod", "stopSequence": 19 }, { "arrival": { "time": "1761235256", "uncertainty": 120 }, "departure": { "time": "1761235256", "uncertainty": 120 }, "stopId": "leomou2", "stopSequence": 20 }, { "arrival": { "time": "1761235287", "uncertainty": 120 }, "departure": { "time": "1761235290", "uncertainty": 120 }, "stopId": "leogal2", "stopSequence": 21 }, { "arrival": { "time": "1761235352", "uncertainty": 120 }, "departure": { "time": "1761235352", "uncertainty": 120 }, "stopId": "leochat", "stopSequence": 22 }, { "arrival": { "time": "1761235410", "uncertainty": 120 }, "departure": { "time": "1761235410", "uncertainty": 120 }, "stopId": "isqresi", "stopSequence": 23 }, { "arrival": { "time": "1761235529", "uncertainty": 120 }, "departure": { "time": "1761235529", "uncertainty": 120 }, "stopId": "isqhame", "stopSequence": 24 }, { "arrival": { "time": "1761235696", "uncertainty": 120 }, "departure": { "time": "1761235696", "uncertainty": 120 }, "stopId": "isqmair", "stopSequence": 25 }, { "arrival": { "time": "1761235794", "uncertainty": 120 }, "departure": { "time": "1761235794", "uncertainty": 120 }, "stopId": "isqcast", "stopSequence": 26 }, { "arrival": { "time": "1761235843", "uncertainty": 120 }, "departure": { "time": "1761235843", "uncertainty": 120 }, "stopId": "isqegli", "stopSequence": 27 }, { "arrival": { "time": "1761235920", "uncertainty": 120 }, "departure": { "time": "1761235920", "uncertainty": 120 }, "stopId": "isqvill", "stopSequence": 28 }, { "arrival": { "time": "1761235971", "uncertainty": 120 }, "departure": { "time": "1761235971", "uncertainty": 120 }, "stopId": "isqcast2", "stopSequence": 29 }, { "arrival": { "time": "1761236150", "uncertainty": 120 }, "departure": { "time": "1761236150", "uncertainty": 120 }, "stopId": "hestro1", "stopSequence": 30 }, { "arrival": { "time": "1761236292", "uncertainty": 120 }, "departure": { "time": "1761236292", "uncertainty": 120 }, "stopId": "hesman1", "stopSequence": 31 }, { "arrival": { "time": "1761236340", "uncertainty": 120 }, "stopId": "hesver1", "stopSequence": 32 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "G", "scheduleRelationship": "SCHEDULED", "tripId": "21323821" }, "vehicle": { "id": "195", "label": "195" } } }, { "id": "21323822", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761237300", "uncertainty": 120 }, "stopId": "bsmcca4", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "G", "scheduleRelationship": "SCHEDULED", "tripId": "21323822" } } }, { "id": "21323829", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761235232", "uncertainty": 120 }, "stopId": "bsmcca4", "stopSequence": 1 }, { "arrival": { "time": "1761235400", "uncertainty": 120 }, "departure": { "time": "1761235400", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 2 }, { "arrival": { "time": "1761235492", "uncertainty": 120 }, "departure": { "time": "1761235492", "uncertainty": 120 }, "stopId": "bsmlumi2", "stopSequence": 3 }, { "arrival": { "time": "1761235619", "uncertainty": 120 }, "departure": { "time": "1761235619", "uncertainty": 120 }, "stopId": "bsmaug1", "stopSequence": 4 }, { "arrival": { "time": "1761235758", "uncertainty": 120 }, "departure": { "time": "1761235758", "uncertainty": 120 }, "stopId": "bsmhenn2", "stopSequence": 5 }, { "arrival": { "time": "1761235800", "uncertainty": 120 }, "departure": { "time": "1761235800", "uncertainty": 120 }, "stopId": "bsmros2", "stopSequence": 6 }, { "arrival": { "time": "1761235847", "uncertainty": 120 }, "departure": { "time": "1761235847", "uncertainty": 120 }, "stopId": "bsmmade", "stopSequence": 7 }, { "arrival": { "time": "1761235919", "uncertainty": 120 }, "departure": { "time": "1761235919", "uncertainty": 120 }, "stopId": "smbplat2", "stopSequence": 8 }, { "arrival": { "time": "1761236017", "uncertainty": 120 }, "departure": { "time": "1761236017", "uncertainty": 120 }, "stopId": "leopite", "stopSequence": 9 }, { "arrival": { "time": "1761236212", "uncertainty": 120 }, "departure": { "time": "1761236212", "uncertainty": 120 }, "stopId": "leopet1", "stopSequence": 10 }, { "arrival": { "time": "1761236368", "uncertainty": 120 }, "departure": { "time": "1761236368", "uncertainty": 120 }, "stopId": "lebeau3", "stopSequence": 11 }, { "arrival": { "time": "1761236422", "uncertainty": 120 }, "departure": { "time": "1761236422", "uncertainty": 120 }, "stopId": "leocite", "stopSequence": 12 }, { "arrival": { "time": "1761236463", "uncertainty": 120 }, "departure": { "time": "1761236463", "uncertainty": 120 }, "stopId": "leobel1", "stopSequence": 13 }, { "arrival": { "time": "1761236551", "uncertainty": 120 }, "departure": { "time": "1761236551", "uncertainty": 120 }, "stopId": "leofle1", "stopSequence": 14 }, { "arrival": { "time": "1761236636", "uncertainty": 120 }, "departure": { "time": "1761236636", "uncertainty": 120 }, "stopId": "leopon1", "stopSequence": 15 }, { "arrival": { "time": "1761236691", "uncertainty": 120 }, "departure": { "time": "1761236691", "uncertainty": 120 }, "stopId": "leomair", "stopSequence": 16 }, { "arrival": { "time": "1761236731", "uncertainty": 120 }, "departure": { "time": "1761236731", "uncertainty": 120 }, "stopId": "leogal", "stopSequence": 17 }, { "arrival": { "time": "1761236767", "uncertainty": 120 }, "departure": { "time": "1761236767", "uncertainty": 120 }, "stopId": "leomou1", "stopSequence": 18 }, { "arrival": { "time": "1761236856", "uncertainty": 120 }, "departure": { "time": "1761236856", "uncertainty": 120 }, "stopId": "leoleod", "stopSequence": 19 }, { "arrival": { "time": "1761236916", "uncertainty": 120 }, "departure": { "time": "1761236916", "uncertainty": 120 }, "stopId": "leomou2", "stopSequence": 20 }, { "arrival": { "time": "1761236945", "uncertainty": 120 }, "departure": { "time": "1761236945", "uncertainty": 120 }, "stopId": "leogal2", "stopSequence": 21 }, { "arrival": { "time": "1761237002", "uncertainty": 120 }, "departure": { "time": "1761237002", "uncertainty": 120 }, "stopId": "leochat", "stopSequence": 22 }, { "arrival": { "time": "1761237055", "uncertainty": 120 }, "departure": { "time": "1761237055", "uncertainty": 120 }, "stopId": "isqresi", "stopSequence": 23 }, { "arrival": { "time": "1761237165", "uncertainty": 120 }, "departure": { "time": "1761237165", "uncertainty": 120 }, "stopId": "isqhame", "stopSequence": 24 }, { "arrival": { "time": "1761237319", "uncertainty": 120 }, "departure": { "time": "1761237319", "uncertainty": 120 }, "stopId": "isqmair", "stopSequence": 25 }, { "arrival": { "time": "1761237410", "uncertainty": 120 }, "departure": { "time": "1761237410", "uncertainty": 120 }, "stopId": "isqcast", "stopSequence": 26 }, { "arrival": { "time": "1761237454", "uncertainty": 120 }, "departure": { "time": "1761237454", "uncertainty": 120 }, "stopId": "isqegli", "stopSequence": 27 }, { "arrival": { "time": "1761237525", "uncertainty": 120 }, "stopId": "isqvill", "stopSequence": 28 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "G", "scheduleRelationship": "SCHEDULED", "tripId": "21323829" }, "vehicle": { "id": "217", "label": "217" } } }, { "id": "21323824", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761236700", "uncertainty": 120 }, "stopId": "hesecol2", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "G", "scheduleRelationship": "SCHEDULED", "tripId": "21323824" } } }, { "id": "21323834", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761238800", "uncertainty": 120 }, "stopId": "isqvill2", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "G", "scheduleRelationship": "SCHEDULED", "tripId": "21323834" } } }, { "id": "21323508", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761237141", "uncertainty": 120 }, "departure": { "time": "1761237141", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "arrival": { "time": "1761237172", "uncertainty": 120 }, "departure": { "time": "1761237172", "uncertainty": 120 }, "stopId": "bsmier" }, { "departure": { "time": "1761236400", "uncertainty": 120 }, "stopId": "bsmcca9", "stopSequence": 1 }, { "arrival": { "time": "1761236656", "uncertainty": 120 }, "departure": { "time": "1761236656", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 2 }, { "arrival": { "time": "1761236827", "uncertainty": 120 }, "departure": { "time": "1761236827", "uncertainty": 120 }, "stopId": "bsmthie", "stopSequence": 3 }, { "arrival": { "time": "1761236940", "uncertainty": 120 }, "departure": { "time": "1761236940", "uncertainty": 120 }, "stopId": "bsmpier", "stopSequence": 4 }, { "arrival": { "time": "1761237044", "uncertainty": 120 }, "departure": { "time": "1761237044", "uncertainty": 120 }, "stopId": "bsmcnor", "stopSequence": 5 }, { "arrival": { "time": "1761237135", "uncertainty": 120 }, "departure": { "time": "1761237135", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb", "stopSequence": 6 }, { "arrival": { "time": "1761237240", "uncertainty": 120 }, "departure": { "time": "1761237240", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge", "stopSequence": 7 }, { "arrival": { "time": "1761237285", "uncertainty": 120 }, "departure": { "time": "1761237285", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi", "stopSequence": 8 }, { "arrival": { "time": "1761237175", "uncertainty": 120 }, "departure": { "time": "1761237175", "uncertainty": 120 }, "stopId": "bsmier", "stopSequence": 9 }, { "arrival": { "time": "1761237272", "uncertainty": 120 }, "departure": { "time": "1761237272", "uncertainty": 120 }, "stopId": "bsmloui", "stopSequence": 10 }, { "arrival": { "time": "1761237412", "uncertainty": 120 }, "departure": { "time": "1761237412", "uncertainty": 120 }, "stopId": "bsmint", "stopSequence": 11 }, { "arrival": { "time": "1761237521", "uncertainty": 120 }, "departure": { "time": "1761237521", "uncertainty": 120 }, "stopId": "bsmdres", "stopSequence": 12 }, { "arrival": { "time": "1761237595", "uncertainty": 120 }, "departure": { "time": "1761237595", "uncertainty": 120 }, "stopId": "bsmmoka", "stopSequence": 13 }, { "arrival": { "time": "1761237641", "uncertainty": 120 }, "departure": { "time": "1761237641", "uncertainty": 120 }, "stopId": "smbmogr", "stopSequence": 14 }, { "arrival": { "time": "1761237715", "uncertainty": 120 }, "departure": { "time": "1761237715", "uncertainty": 120 }, "stopId": "wimbons2", "stopSequence": 15 }, { "arrival": { "time": "1761237826", "uncertainty": 120 }, "departure": { "time": "1761237826", "uncertainty": 120 }, "stopId": "smbmogr2", "stopSequence": 16 }, { "arrival": { "time": "1761237940", "uncertainty": 120 }, "departure": { "time": "1761237940", "uncertainty": 120 }, "stopId": "stmmar2", "stopSequence": 17 }, { "arrival": { "time": "1761238016", "uncertainty": 120 }, "departure": { "time": "1761238016", "uncertainty": 120 }, "stopId": "smbbre2", "stopSequence": 18 }, { "arrival": { "time": "1761238145", "uncertainty": 120 }, "departure": { "time": "1761238145", "uncertainty": 120 }, "stopId": "smbdena2", "stopSequence": 19 }, { "arrival": { "time": "1761238234", "uncertainty": 120 }, "departure": { "time": "1761238234", "uncertainty": 120 }, "stopId": "smbcol1", "stopSequence": 20 }, { "arrival": { "time": "1761238327", "uncertainty": 120 }, "departure": { "time": "1761238327", "uncertainty": 120 }, "stopId": "smbmair4", "stopSequence": 21 }, { "arrival": { "time": "1761238376", "uncertainty": 120 }, "departure": { "time": "1761238376", "uncertainty": 120 }, "stopId": "smbstom", "stopSequence": 22 }, { "arrival": { "time": "1761238455", "uncertainty": 120 }, "departure": { "time": "1761238455", "uncertainty": 120 }, "stopId": "smbgast", "stopSequence": 23 }, { "arrival": { "time": "1761238536", "uncertainty": 120 }, "departure": { "time": "1761238536", "uncertainty": 120 }, "stopId": "smbgir2", "stopSequence": 24 }, { "arrival": { "time": "1761238631", "uncertainty": 120 }, "departure": { "time": "1761238631", "uncertainty": 120 }, "stopId": "smbecol", "stopSequence": 25 }, { "arrival": { "time": "1761238715", "uncertainty": 120 }, "departure": { "time": "1761238715", "uncertainty": 120 }, "stopId": "bsmhopi3", "stopSequence": 26 }, { "arrival": { "time": "1761238789", "uncertainty": 120 }, "departure": { "time": "1761238789", "uncertainty": 120 }, "stopId": "bsmhre", "stopSequence": 27 }, { "arrival": { "time": "1761238910", "uncertainty": 120 }, "departure": { "time": "1761238910", "uncertainty": 120 }, "stopId": "smbgir1", "stopSequence": 28 }, { "arrival": { "time": "1761238984", "uncertainty": 120 }, "departure": { "time": "1761238984", "uncertainty": 120 }, "stopId": "smbdesv", "stopSequence": 29 }, { "arrival": { "time": "1761239035", "uncertainty": 120 }, "stopId": "smbpoly", "stopSequence": 30 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "D", "scheduleRelationship": "SCHEDULED", "tripId": "21323508" } } }, { "id": "21323507", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761234199", "uncertainty": 120 }, "departure": { "time": "1761234199", "uncertainty": 120 }, "stopId": "bsmtran2" }, { "arrival": { "time": "1761234233", "uncertainty": 120 }, "departure": { "time": "1761234233", "uncertainty": 120 }, "stopId": "bsmier" }, { "departure": { "time": "1761233586", "uncertainty": 120 }, "stopId": "bsmcca9", "stopSequence": 1 }, { "arrival": { "time": "1761233766", "uncertainty": 120 }, "departure": { "time": "1761233766", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 2 }, { "arrival": { "time": "1761233898", "uncertainty": 120 }, "departure": { "time": "1761233916", "uncertainty": 120 }, "stopId": "bsmthie", "stopSequence": 3 }, { "arrival": { "time": "1761233976", "uncertainty": 120 }, "departure": { "time": "1761234006", "uncertainty": 120 }, "stopId": "bsmpier", "stopSequence": 4 }, { "arrival": { "time": "1761234084", "uncertainty": 120 }, "departure": { "time": "1761234096", "uncertainty": 120 }, "stopId": "bsmcnor", "stopSequence": 5 }, { "arrival": { "time": "1761234135", "uncertainty": 120 }, "departure": { "time": "1761234135", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmamb", "stopSequence": 6 }, { "arrival": { "time": "1761234240", "uncertainty": 120 }, "departure": { "time": "1761234240", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmarge", "stopSequence": 7 }, { "arrival": { "time": "1761234285", "uncertainty": 120 }, "departure": { "time": "1761234285", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmedi", "stopSequence": 8 }, { "arrival": { "time": "1761234236", "uncertainty": 120 }, "departure": { "time": "1761234246", "uncertainty": 120 }, "stopId": "bsmier", "stopSequence": 9 }, { "arrival": { "time": "1761234336", "uncertainty": 120 }, "departure": { "time": "1761234336", "uncertainty": 120 }, "stopId": "bsmloui", "stopSequence": 10 }, { "arrival": { "time": "1761234426", "uncertainty": 120 }, "departure": { "time": "1761234816", "uncertainty": 120 }, "stopId": "bsmint", "stopSequence": 11 }, { "arrival": { "time": "1761234923", "uncertainty": 120 }, "departure": { "time": "1761234923", "uncertainty": 120 }, "stopId": "bsmdres", "stopSequence": 12 }, { "arrival": { "time": "1761234966", "uncertainty": 120 }, "departure": { "time": "1761234966", "uncertainty": 120 }, "stopId": "bsmmoka", "stopSequence": 13 }, { "arrival": { "time": "1761235042", "uncertainty": 120 }, "departure": { "time": "1761235042", "uncertainty": 120 }, "stopId": "smbmogr", "stopSequence": 14 }, { "arrival": { "time": "1761235082", "uncertainty": 120 }, "departure": { "time": "1761235086", "uncertainty": 120 }, "stopId": "wimbons2", "stopSequence": 15 }, { "arrival": { "time": "1761235172", "uncertainty": 120 }, "departure": { "time": "1761235176", "uncertainty": 120 }, "stopId": "smbmogr2", "stopSequence": 16 }, { "arrival": { "time": "1761235277", "uncertainty": 120 }, "departure": { "time": "1761235277", "uncertainty": 120 }, "stopId": "stmmar2", "stopSequence": 17 }, { "arrival": { "time": "1761235325", "uncertainty": 120 }, "departure": { "time": "1761235325", "uncertainty": 120 }, "stopId": "smbbre2", "stopSequence": 18 }, { "arrival": { "time": "1761235410", "uncertainty": 120 }, "departure": { "time": "1761235410", "uncertainty": 120 }, "stopId": "smbdena2", "stopSequence": 19 }, { "arrival": { "time": "1761235458", "uncertainty": 120 }, "departure": { "time": "1761235458", "uncertainty": 120 }, "stopId": "smbcol1", "stopSequence": 20 }, { "arrival": { "time": "1761235568", "uncertainty": 120 }, "departure": { "time": "1761235568", "uncertainty": 120 }, "stopId": "smbmair4", "stopSequence": 21 }, { "arrival": { "time": "1761235605", "uncertainty": 120 }, "departure": { "time": "1761235605", "uncertainty": 120 }, "stopId": "smbstom", "stopSequence": 22 }, { "arrival": { "time": "1761235698", "uncertainty": 120 }, "departure": { "time": "1761235698", "uncertainty": 120 }, "stopId": "smbgast", "stopSequence": 23 }, { "arrival": { "time": "1761235795", "uncertainty": 120 }, "departure": { "time": "1761235795", "uncertainty": 120 }, "stopId": "smbgir2", "stopSequence": 24 }, { "arrival": { "time": "1761235852", "uncertainty": 120 }, "departure": { "time": "1761235852", "uncertainty": 120 }, "stopId": "smbecol", "stopSequence": 25 }, { "arrival": { "time": "1761235906", "uncertainty": 120 }, "departure": { "time": "1761235906", "uncertainty": 120 }, "stopId": "bsmhopi3", "stopSequence": 26 }, { "arrival": { "time": "1761235982", "uncertainty": 120 }, "departure": { "time": "1761235982", "uncertainty": 120 }, "stopId": "bsmhre", "stopSequence": 27 }, { "arrival": { "time": "1761236103", "uncertainty": 120 }, "departure": { "time": "1761236103", "uncertainty": 120 }, "stopId": "smbgir1", "stopSequence": 28 }, { "arrival": { "time": "1761236246", "uncertainty": 120 }, "departure": { "time": "1761236246", "uncertainty": 120 }, "stopId": "smbdesv", "stopSequence": 29 }, { "arrival": { "time": "1761236343", "uncertainty": 120 }, "stopId": "smbpoly", "stopSequence": 30 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "D", "scheduleRelationship": "SCHEDULED", "tripId": "21323507" }, "vehicle": { "id": "164", "label": "164" } } }, { "id": "21323541", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761236100", "uncertainty": 120 }, "stopId": "baimacq2", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "L", "scheduleRelationship": "SCHEDULED", "tripId": "21323541" } } }, { "id": "21323540", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761232592", "uncertainty": 120 }, "stopId": "lacchai2", "stopSequence": 1 }, { "arrival": { "time": "1761232666", "uncertainty": 120 }, "departure": { "time": "1761232682", "uncertainty": 120 }, "stopId": "lacegli2", "stopSequence": 2 }, { "arrival": { "time": "1761232727", "uncertainty": 120 }, "departure": { "time": "1761232727", "uncertainty": 120 }, "stopId": "lacgara2", "stopSequence": 3 }, { "arrival": { "time": "1761232801", "uncertainty": 120 }, "departure": { "time": "1761232801", "uncertainty": 120 }, "stopId": "lacpern2", "stopSequence": 4 }, { "arrival": { "time": "1761232832", "uncertainty": 120 }, "departure": { "time": "1761232832", "uncertainty": 120 }, "stopId": "lacpell2", "stopSequence": 5 }, { "arrival": { "time": "1761232904", "uncertainty": 120 }, "departure": { "time": "1761232904", "uncertainty": 120 }, "stopId": "smbbadh2", "stopSequence": 6 }, { "arrival": { "time": "1761232953", "uncertainty": 120 }, "departure": { "time": "1761233042", "uncertainty": 120 }, "stopId": "bsminqo", "stopSequence": 7 }, { "arrival": { "time": "1761233102", "uncertainty": 120 }, "departure": { "time": "1761233102", "uncertainty": 120 }, "stopId": "smbipbo", "stopSequence": 8 }, { "arrival": { "time": "1761233155", "uncertainty": 120 }, "departure": { "time": "1761233162", "uncertainty": 120 }, "stopId": "smboues2", "stopSequence": 9 }, { "arrival": { "time": "1761233334", "uncertainty": 120 }, "departure": { "time": "1761233334", "uncertainty": 120 }, "stopId": "smbin1", "stopSequence": 10 }, { "arrival": { "time": "1761233469", "uncertainty": 120 }, "departure": { "time": "1761233469", "uncertainty": 120 }, "stopId": "smbin2", "stopSequence": 11 }, { "arrival": { "time": "1761233552", "uncertainty": 120 }, "departure": { "time": "1761233552", "uncertainty": 120 }, "stopId": "smbin3", "stopSequence": 12 }, { "arrival": { "time": "1761233599", "uncertainty": 120 }, "departure": { "time": "1761233599", "uncertainty": 120 }, "stopId": "smbin4", "stopSequence": 13 }, { "arrival": { "time": "1761233656", "uncertainty": 120 }, "departure": { "time": "1761233732", "uncertainty": 120 }, "stopId": "smbin5", "stopSequence": 14 }, { "arrival": { "time": "1761233778", "uncertainty": 120 }, "departure": { "time": "1761233792", "uncertainty": 120 }, "stopId": "smbin6", "stopSequence": 15 }, { "arrival": { "time": "1761233861", "uncertainty": 120 }, "departure": { "time": "1761233861", "uncertainty": 120 }, "stopId": "smbin7", "stopSequence": 16 }, { "arrival": { "time": "1761233912", "uncertainty": 120 }, "departure": { "time": "1761233912", "uncertainty": 120 }, "stopId": "smbin8", "stopSequence": 17 }, { "arrival": { "time": "1761234194", "uncertainty": 120 }, "departure": { "time": "1761234194", "uncertainty": 120 }, "stopId": "smbheli", "stopSequence": 18 }, { "arrival": { "time": "1761234492", "uncertainty": 120 }, "departure": { "time": "1761234492", "uncertainty": 120 }, "stopId": "smbmont2", "stopSequence": 19 }, { "arrival": { "time": "1761234540", "uncertainty": 120 }, "departure": { "time": "1761234540", "uncertainty": 120 }, "stopId": "smbstom2", "stopSequence": 20 }, { "arrival": { "time": "1761234572", "uncertainty": 120 }, "departure": { "time": "1761234600", "uncertainty": 120 }, "stopId": "smbmair3", "stopSequence": 21 }, { "arrival": { "time": "1761234662", "uncertainty": 120 }, "departure": { "time": "1761234662", "uncertainty": 120 }, "stopId": "bsmjul1", "stopSequence": 22 }, { "arrival": { "time": "1761234723", "uncertainty": 120 }, "departure": { "time": "1761234873", "uncertainty": 120 }, "stopId": "bsmmaqu2", "stopSequence": 23 }, { "arrival": { "time": "1761234960", "uncertainty": 120 }, "departure": { "time": "1761234960", "uncertainty": 120 }, "stopId": "bsmsou", "stopSequence": 24 }, { "arrival": { "time": "1761234993", "uncertainty": 120 }, "departure": { "time": "1761234993", "uncertainty": 120 }, "stopId": "bsmsecu2", "stopSequence": 25 }, { "arrival": { "time": "1761235046", "uncertainty": 120 }, "departure": { "time": "1761235053", "uncertainty": 120 }, "stopId": "bsmtin1", "stopSequence": 26 }, { "arrival": { "time": "1761235153", "uncertainty": 120 }, "departure": { "time": "1761235173", "uncertainty": 120 }, "stopId": "bsmlor1", "stopSequence": 27 }, { "arrival": { "time": "1761235267", "uncertainty": 120 }, "departure": { "time": "1761235267", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 28 }, { "arrival": { "time": "1761235316", "uncertainty": 120 }, "departure": { "time": "1761235316", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 29 }, { "arrival": { "time": "1761235432", "uncertainty": 120 }, "stopId": "bsmcc10r", "stopSequence": 30 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "L", "scheduleRelationship": "SCHEDULED", "tripId": "21323540" }, "vehicle": { "id": "406", "label": "406" } } }, { "id": "21323542", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761238800", "uncertainty": 120 }, "stopId": "baimacq2", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "L", "scheduleRelationship": "SCHEDULED", "tripId": "21323542" } } }, { "id": "21323537", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761233032", "uncertainty": 120 }, "stopId": "bsmcca10", "stopSequence": 1 }, { "arrival": { "time": "1761233240", "uncertainty": 120 }, "departure": { "time": "1761233332", "uncertainty": 120 }, "stopId": "bsmdal1", "stopSequence": 2 }, { "arrival": { "time": "1761233382", "uncertainty": 120 }, "departure": { "time": "1761233382", "uncertainty": 120 }, "stopId": "bsmdune", "stopSequence": 3 }, { "arrival": { "time": "1761233422", "uncertainty": 120 }, "departure": { "time": "1761233422", "uncertainty": 120 }, "stopId": "bsmsecu", "stopSequence": 4 }, { "arrival": { "time": "1761233494", "uncertainty": 120 }, "departure": { "time": "1761233572", "uncertainty": 120 }, "stopId": "bsmsou2", "stopSequence": 5 }, { "arrival": { "time": "1761233650", "uncertainty": 120 }, "departure": { "time": "1761233722", "uncertainty": 120 }, "stopId": "bsmmaq1", "stopSequence": 6 }, { "arrival": { "time": "1761233782", "uncertainty": 120 }, "departure": { "time": "1761233842", "uncertainty": 120 }, "stopId": "bsmjul2", "stopSequence": 7 }, { "arrival": { "time": "1761233950", "uncertainty": 120 }, "departure": { "time": "1761233962", "uncertainty": 120 }, "stopId": "smbmair4", "stopSequence": 8 }, { "arrival": { "time": "1761233992", "uncertainty": 120 }, "departure": { "time": "1761233992", "uncertainty": 120 }, "stopId": "smbstom", "stopSequence": 9 }, { "arrival": { "time": "1761234038", "uncertainty": 120 }, "departure": { "time": "1761234038", "uncertainty": 120 }, "stopId": "smbmont", "stopSequence": 10 }, { "arrival": { "time": "1761234142", "uncertainty": 120 }, "departure": { "time": "1761234142", "uncertainty": 120 }, "stopId": "smbheli2", "stopSequence": 11 }, { "arrival": { "time": "1761234689", "uncertainty": 120 }, "departure": { "time": "1761234742", "uncertainty": 120 }, "stopId": "smboues", "stopSequence": 12 }, { "arrival": { "time": "1761234844", "uncertainty": 120 }, "departure": { "time": "1761234892", "uncertainty": 120 }, "stopId": "smbest", "stopSequence": 13 }, { "arrival": { "time": "1761235003", "uncertainty": 120 }, "departure": { "time": "1761235003", "uncertainty": 120 }, "stopId": "smbbadh", "stopSequence": 14 }, { "arrival": { "time": "1761235047", "uncertainty": 120 }, "departure": { "time": "1761235047", "uncertainty": 120 }, "stopId": "lacpell", "stopSequence": 15 }, { "arrival": { "time": "1761235088", "uncertainty": 120 }, "departure": { "time": "1761235088", "uncertainty": 120 }, "stopId": "lacpern", "stopSequence": 16 }, { "arrival": { "time": "1761235163", "uncertainty": 120 }, "departure": { "time": "1761235163", "uncertainty": 120 }, "stopId": "lacgara", "stopSequence": 17 }, { "arrival": { "time": "1761235193", "uncertainty": 120 }, "departure": { "time": "1761235193", "uncertainty": 120 }, "stopId": "lacegli", "stopSequence": 18 }, { "arrival": { "time": "1761235275", "uncertainty": 120 }, "departure": { "time": "1761235275", "uncertainty": 120 }, "stopId": "lacchai", "stopSequence": 19 }, { "arrival": { "time": "1761235366", "uncertainty": 120 }, "departure": { "time": "1761235366", "uncertainty": 120 }, "stopId": "lacpont", "stopSequence": 20 }, { "arrival": { "time": "1761235446", "uncertainty": 120 }, "stopId": "baimacq", "stopSequence": 21 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "L", "scheduleRelationship": "SCHEDULED", "tripId": "21323537" }, "vehicle": { "id": "167", "label": "167" } } }, { "id": "21323868", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761235200", "uncertainty": 120 }, "stopId": "bsmdal1", "stopSequence": 1 }, { "arrival": { "time": "1761235257", "uncertainty": 120 }, "departure": { "time": "1761235262", "uncertainty": 120 }, "stopId": "bsmdune", "stopSequence": 2 }, { "arrival": { "time": "1761235292", "uncertainty": 120 }, "departure": { "time": "1761235292", "uncertainty": 120 }, "stopId": "bsmsecu", "stopSequence": 3 }, { "arrival": { "time": "1761235354", "uncertainty": 120 }, "departure": { "time": "1761235354", "uncertainty": 120 }, "stopId": "bsmneu", "stopSequence": 4 }, { "arrival": { "time": "1761235404", "uncertainty": 120 }, "departure": { "time": "1761235404", "uncertainty": 120 }, "stopId": "bsmstad2", "stopSequence": 5 }, { "arrival": { "time": "1761235435", "uncertainty": 120 }, "departure": { "time": "1761235435", "uncertainty": 120 }, "stopId": "bsmeurv2", "stopSequence": 6 }, { "arrival": { "time": "1761235501", "uncertainty": 120 }, "departure": { "time": "1761235501", "uncertainty": 120 }, "stopId": "bsmpalb2", "stopSequence": 7 }, { "arrival": { "time": "1761235556", "uncertainty": 120 }, "departure": { "time": "1761235556", "uncertainty": 120 }, "stopId": "bsmeco", "stopSequence": 8 }, { "arrival": { "time": "1761235590", "uncertainty": 120 }, "departure": { "time": "1761235590", "uncertainty": 120 }, "stopId": "bsmnico", "stopSequence": 9 }, { "arrival": { "time": "1761235760", "uncertainty": 120 }, "stopId": "bsmdal1", "stopSequence": 10 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "N", "scheduleRelationship": "SCHEDULED", "tripId": "21323868" }, "vehicle": { "id": "618", "label": "618" } } }, { "id": "21323849", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761234967", "uncertainty": 120 }, "stopId": "leoleod2", "stopSequence": 1 }, { "arrival": { "time": "1761235022", "uncertainty": 120 }, "departure": { "time": "1761235027", "uncertainty": 120 }, "stopId": "leomou2", "stopSequence": 2 }, { "arrival": { "time": "1761235067", "uncertainty": 120 }, "departure": { "time": "1761235067", "uncertainty": 120 }, "stopId": "leogal2", "stopSequence": 3 }, { "arrival": { "time": "1761235098", "uncertainty": 120 }, "departure": { "time": "1761235098", "uncertainty": 120 }, "stopId": "leomair2", "stopSequence": 4 }, { "arrival": { "time": "1761235146", "uncertainty": 120 }, "departure": { "time": "1761235154", "uncertainty": 120 }, "stopId": "leopon2", "stopSequence": 5 }, { "arrival": { "time": "1761235255", "uncertainty": 120 }, "departure": { "time": "1761235267", "uncertainty": 120 }, "stopId": "leofle2", "stopSequence": 6 }, { "arrival": { "time": "1761235320", "uncertainty": 120 }, "departure": { "time": "1761235320", "uncertainty": 120 }, "stopId": "leobel2", "stopSequence": 7 }, { "arrival": { "time": "1761235352", "uncertainty": 120 }, "departure": { "time": "1761235352", "uncertainty": 120 }, "stopId": "leocite2", "stopSequence": 8 }, { "arrival": { "time": "1761235439", "uncertainty": 120 }, "departure": { "time": "1761235439", "uncertainty": 120 }, "stopId": "leobeau2", "stopSequence": 9 }, { "arrival": { "time": "1761235563", "uncertainty": 120 }, "departure": { "time": "1761235563", "uncertainty": 120 }, "stopId": "leopet2", "stopSequence": 10 }, { "arrival": { "time": "1761235692", "uncertainty": 120 }, "departure": { "time": "1761235692", "uncertainty": 120 }, "stopId": "leopite2", "stopSequence": 11 }, { "arrival": { "time": "1761235756", "uncertainty": 120 }, "departure": { "time": "1761235756", "uncertainty": 120 }, "stopId": "smbplat", "stopSequence": 12 }, { "arrival": { "time": "1761235798", "uncertainty": 120 }, "departure": { "time": "1761235798", "uncertainty": 120 }, "stopId": "bsmmade2", "stopSequence": 13 }, { "arrival": { "time": "1761235835", "uncertainty": 120 }, "departure": { "time": "1761235835", "uncertainty": 120 }, "stopId": "bsmros1", "stopSequence": 14 }, { "arrival": { "time": "1761235883", "uncertainty": 120 }, "departure": { "time": "1761235883", "uncertainty": 120 }, "stopId": "bsmhenn3", "stopSequence": 15 }, { "arrival": { "time": "1761235982", "uncertainty": 120 }, "departure": { "time": "1761235982", "uncertainty": 120 }, "stopId": "bsmaug2", "stopSequence": 16 }, { "arrival": { "time": "1761236063", "uncertainty": 120 }, "departure": { "time": "1761236063", "uncertainty": 120 }, "stopId": "bsmlumi", "stopSequence": 17 }, { "arrival": { "time": "1761236172", "uncertainty": 120 }, "stopId": "bsmcca4r", "stopSequence": 18 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "G", "scheduleRelationship": "SCHEDULED", "tripId": "21323849" }, "vehicle": { "id": "181", "label": "181" } } }, { "id": "21323538", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761235800", "uncertainty": 120 }, "stopId": "bsmcca10", "stopSequence": 1 }, { "arrival": { "time": "1761236117", "uncertainty": 120 }, "departure": { "time": "1761236117", "uncertainty": 120 }, "stopId": "bsmdal1", "stopSequence": 2 }, { "arrival": { "time": "1761236180", "uncertainty": 120 }, "departure": { "time": "1761236180", "uncertainty": 120 }, "stopId": "bsmdune", "stopSequence": 3 }, { "arrival": { "time": "1761236217", "uncertainty": 120 }, "departure": { "time": "1761236217", "uncertainty": 120 }, "stopId": "bsmsecu", "stopSequence": 4 }, { "arrival": { "time": "1761236353", "uncertainty": 120 }, "departure": { "time": "1761236353", "uncertainty": 120 }, "stopId": "bsmsou2", "stopSequence": 5 }, { "arrival": { "time": "1761236431", "uncertainty": 120 }, "departure": { "time": "1761236431", "uncertainty": 120 }, "stopId": "bsmmaq1", "stopSequence": 6 }, { "arrival": { "time": "1761236551", "uncertainty": 120 }, "departure": { "time": "1761236551", "uncertainty": 120 }, "stopId": "bsmjul2", "stopSequence": 7 }, { "arrival": { "time": "1761236658", "uncertainty": 120 }, "departure": { "time": "1761236658", "uncertainty": 120 }, "stopId": "smbmair4", "stopSequence": 8 }, { "arrival": { "time": "1761236700", "uncertainty": 120 }, "departure": { "time": "1761236700", "uncertainty": 120 }, "stopId": "smbstom", "stopSequence": 9 }, { "arrival": { "time": "1761236760", "uncertainty": 120 }, "departure": { "time": "1761236760", "uncertainty": 120 }, "stopId": "smbmont", "stopSequence": 10 }, { "arrival": { "time": "1761236902", "uncertainty": 120 }, "departure": { "time": "1761236902", "uncertainty": 120 }, "stopId": "smbheli2", "stopSequence": 11 }, { "arrival": { "time": "1761237371", "uncertainty": 120 }, "departure": { "time": "1761237371", "uncertainty": 120 }, "stopId": "smboues", "stopSequence": 12 }, { "arrival": { "time": "1761237447", "uncertainty": 120 }, "departure": { "time": "1761237447", "uncertainty": 120 }, "stopId": "smbest", "stopSequence": 13 }, { "arrival": { "time": "1761237522", "uncertainty": 120 }, "departure": { "time": "1761237522", "uncertainty": 120 }, "stopId": "smbbadh", "stopSequence": 14 }, { "arrival": { "time": "1761237587", "uncertainty": 120 }, "departure": { "time": "1761237587", "uncertainty": 120 }, "stopId": "lacpell", "stopSequence": 15 }, { "arrival": { "time": "1761237640", "uncertainty": 120 }, "departure": { "time": "1761237640", "uncertainty": 120 }, "stopId": "lacpern", "stopSequence": 16 }, { "arrival": { "time": "1761237756", "uncertainty": 120 }, "departure": { "time": "1761237756", "uncertainty": 120 }, "stopId": "lacgara", "stopSequence": 17 }, { "arrival": { "time": "1761237801", "uncertainty": 120 }, "departure": { "time": "1761237801", "uncertainty": 120 }, "stopId": "lacegli", "stopSequence": 18 }, { "arrival": { "time": "1761237867", "uncertainty": 120 }, "departure": { "time": "1761237867", "uncertainty": 120 }, "stopId": "lacchai", "stopSequence": 19 }, { "arrival": { "time": "1761237967", "uncertainty": 120 }, "departure": { "time": "1761237967", "uncertainty": 120 }, "stopId": "lacpont", "stopSequence": 20 }, { "arrival": { "time": "1761238047", "uncertainty": 120 }, "stopId": "baimacq", "stopSequence": 21 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "L", "scheduleRelationship": "SCHEDULED", "tripId": "21323538" } } }, { "id": "21323547", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761234332", "uncertainty": 120 }, "stopId": "smbwica", "stopSequence": 1 }, { "arrival": { "time": "1761234398", "uncertainty": 120 }, "departure": { "time": "1761234398", "uncertainty": 120 }, "stopId": "smbleon2", "stopSequence": 2 }, { "arrival": { "time": "1761234432", "uncertainty": 120 }, "departure": { "time": "1761234432", "uncertainty": 120 }, "stopId": "smbmoul2", "stopSequence": 3 }, { "arrival": { "time": "1761234462", "uncertainty": 120 }, "departure": { "time": "1761234462", "uncertainty": 120 }, "stopId": "smbbre2", "stopSequence": 4 }, { "arrival": { "time": "1761234542", "uncertainty": 120 }, "departure": { "time": "1761234542", "uncertainty": 120 }, "stopId": "smbdena2", "stopSequence": 5 }, { "arrival": { "time": "1761234586", "uncertainty": 120 }, "departure": { "time": "1761234662", "uncertainty": 120 }, "stopId": "smbcol1", "stopSequence": 6 }, { "arrival": { "time": "1761234720", "uncertainty": 120 }, "departure": { "time": "1761234720", "uncertainty": 120 }, "stopId": "smbmair", "stopSequence": 7 }, { "arrival": { "time": "1761234792", "uncertainty": 120 }, "departure": { "time": "1761234812", "uncertainty": 120 }, "stopId": "bsmjul1", "stopSequence": 8 }, { "arrival": { "time": "1761234892", "uncertainty": 120 }, "departure": { "time": "1761234962", "uncertainty": 120 }, "stopId": "bsmmaqu2", "stopSequence": 9 }, { "arrival": { "time": "1761235022", "uncertainty": 120 }, "departure": { "time": "1761235052", "uncertainty": 120 }, "stopId": "bsmsou", "stopSequence": 10 }, { "arrival": { "time": "1761235137", "uncertainty": 120 }, "departure": { "time": "1761235137", "uncertainty": 120 }, "stopId": "bsmstad2", "stopSequence": 11 }, { "arrival": { "time": "1761235164", "uncertainty": 120 }, "departure": { "time": "1761235202", "uncertainty": 120 }, "stopId": "bsmeurv2", "stopSequence": 12 }, { "arrival": { "time": "1761235292", "uncertainty": 120 }, "departure": { "time": "1761235292", "uncertainty": 120 }, "stopId": "bsmlyc2", "stopSequence": 13 }, { "arrival": { "time": "1761235473", "uncertainty": 120 }, "departure": { "time": "1761235473", "uncertainty": 120 }, "stopId": "bsmlumi", "stopSequence": 14 }, { "arrival": { "time": "1761235568", "uncertainty": 120 }, "departure": { "time": "1761235740", "uncertainty": 120 }, "stopId": "bsmc17a", "stopSequence": 15 }, { "arrival": { "time": "1761235818", "uncertainty": 120 }, "departure": { "time": "1761235818", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 16 }, { "arrival": { "time": "1761235899", "uncertainty": 120 }, "departure": { "time": "1761235899", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 17 }, { "arrival": { "time": "1761236072", "uncertainty": 120 }, "departure": { "time": "1761236072", "uncertainty": 120 }, "stopId": "smbarm3", "stopSequence": 18 }, { "arrival": { "time": "1761236174", "uncertainty": 120 }, "departure": { "time": "1761236174", "uncertainty": 120 }, "stopId": "leopite", "stopSequence": 19 }, { "arrival": { "time": "1761236319", "uncertainty": 120 }, "departure": { "time": "1761236319", "uncertainty": 120 }, "stopId": "outresu", "stopSequence": 20 }, { "arrival": { "time": "1761236391", "uncertainty": 120 }, "departure": { "time": "1761236391", "uncertainty": 120 }, "stopId": "outdes3", "stopSequence": 21 }, { "arrival": { "time": "1761236438", "uncertainty": 120 }, "departure": { "time": "1761236438", "uncertainty": 120 }, "stopId": "outedo2", "stopSequence": 22 }, { "arrival": { "time": "1761236487", "uncertainty": 120 }, "departure": { "time": "1761236487", "uncertainty": 120 }, "stopId": "outre2", "stopSequence": 23 }, { "arrival": { "time": "1761236540", "uncertainty": 120 }, "departure": { "time": "1761236540", "uncertainty": 120 }, "stopId": "outlagr", "stopSequence": 24 }, { "arrival": { "time": "1761236581", "uncertainty": 120 }, "departure": { "time": "1761236581", "uncertainty": 120 }, "stopId": "outman", "stopSequence": 25 }, { "arrival": { "time": "1761236641", "uncertainty": 120 }, "departure": { "time": "1761236641", "uncertainty": 120 }, "stopId": "sempar", "stopSequence": 26 }, { "arrival": { "time": "1761236708", "uncertainty": 120 }, "departure": { "time": "1761236708", "uncertainty": 120 }, "stopId": "semchat", "stopSequence": 27 }, { "arrival": { "time": "1761236763", "uncertainty": 120 }, "departure": { "time": "1761236763", "uncertainty": 120 }, "stopId": "semgau", "stopSequence": 28 }, { "arrival": { "time": "1761236810", "uncertainty": 120 }, "departure": { "time": "1761236810", "uncertainty": 120 }, "stopId": "semhaff", "stopSequence": 29 }, { "arrival": { "time": "1761236866", "uncertainty": 120 }, "departure": { "time": "1761236866", "uncertainty": 120 }, "stopId": "semmair2", "stopSequence": 30 }, { "arrival": { "time": "1761236939", "uncertainty": 120 }, "departure": { "time": "1761236939", "uncertainty": 120 }, "stopId": "semhesd", "stopSequence": 31 }, { "arrival": { "time": "1761237019", "uncertainty": 120 }, "departure": { "time": "1761237019", "uncertainty": 120 }, "stopId": "semcach", "stopSequence": 32 }, { "arrival": { "time": "1761237106", "uncertainty": 120 }, "departure": { "time": "1761237106", "uncertainty": 120 }, "stopId": "semcord2", "stopSequence": 33 }, { "arrival": { "time": "1761237226", "uncertainty": 120 }, "departure": { "time": "1761237226", "uncertainty": 120 }, "stopId": "semquen", "stopSequence": 34 }, { "arrival": { "time": "1761237291", "uncertainty": 120 }, "stopId": "semcite", "stopSequence": 35 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "E", "scheduleRelationship": "SCHEDULED", "tripId": "21323547" }, "vehicle": { "id": "192", "label": "192" } } }, { "id": "21323546", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761235500", "uncertainty": 120 }, "stopId": "smbwica", "stopSequence": 1 }, { "arrival": { "time": "1761235568", "uncertainty": 120 }, "departure": { "time": "1761235568", "uncertainty": 120 }, "stopId": "smbleon2", "stopSequence": 2 }, { "arrival": { "time": "1761235604", "uncertainty": 120 }, "departure": { "time": "1761235604", "uncertainty": 120 }, "stopId": "smbmoul2", "stopSequence": 3 }, { "arrival": { "time": "1761235634", "uncertainty": 120 }, "departure": { "time": "1761235634", "uncertainty": 120 }, "stopId": "smbbre2", "stopSequence": 4 }, { "arrival": { "time": "1761235719", "uncertainty": 120 }, "departure": { "time": "1761235719", "uncertainty": 120 }, "stopId": "smbdena2", "stopSequence": 5 }, { "arrival": { "time": "1761235768", "uncertainty": 120 }, "departure": { "time": "1761235768", "uncertainty": 120 }, "stopId": "smbcol1", "stopSequence": 6 }, { "arrival": { "time": "1761235825", "uncertainty": 120 }, "departure": { "time": "1761235825", "uncertainty": 120 }, "stopId": "smbmair", "stopSequence": 7 }, { "arrival": { "time": "1761235901", "uncertainty": 120 }, "departure": { "time": "1761235901", "uncertainty": 120 }, "stopId": "bsmjul1", "stopSequence": 8 }, { "arrival": { "time": "1761235987", "uncertainty": 120 }, "departure": { "time": "1761235987", "uncertainty": 120 }, "stopId": "bsmmaqu2", "stopSequence": 9 }, { "arrival": { "time": "1761236053", "uncertainty": 120 }, "departure": { "time": "1761236053", "uncertainty": 120 }, "stopId": "bsmsou", "stopSequence": 10 }, { "arrival": { "time": "1761236138", "uncertainty": 120 }, "departure": { "time": "1761236138", "uncertainty": 120 }, "stopId": "bsmstad2", "stopSequence": 11 }, { "arrival": { "time": "1761236168", "uncertainty": 120 }, "departure": { "time": "1761236168", "uncertainty": 120 }, "stopId": "bsmeurv2", "stopSequence": 12 }, { "arrival": { "time": "1761236260", "uncertainty": 120 }, "departure": { "time": "1761236260", "uncertainty": 120 }, "stopId": "bsmlyc2", "stopSequence": 13 }, { "arrival": { "time": "1761236441", "uncertainty": 120 }, "departure": { "time": "1761236441", "uncertainty": 120 }, "stopId": "bsmlumi", "stopSequence": 14 }, { "arrival": { "time": "1761236560", "uncertainty": 120 }, "departure": { "time": "1761236880", "uncertainty": 120 }, "stopId": "bsmc17a", "stopSequence": 15 }, { "arrival": { "time": "1761237009", "uncertainty": 120 }, "departure": { "time": "1761237009", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 16 }, { "arrival": { "time": "1761237180", "uncertainty": 120 }, "departure": { "time": "1761237180", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 17 }, { "arrival": { "time": "1761237390", "uncertainty": 120 }, "departure": { "time": "1761237390", "uncertainty": 120 }, "stopId": "smbarm3", "stopSequence": 18 }, { "arrival": { "time": "1761237500", "uncertainty": 120 }, "departure": { "time": "1761237500", "uncertainty": 120 }, "stopId": "leopite", "stopSequence": 19 }, { "arrival": { "time": "1761237660", "uncertainty": 120 }, "departure": { "time": "1761237660", "uncertainty": 120 }, "stopId": "outresu", "stopSequence": 20 }, { "arrival": { "time": "1761237714", "uncertainty": 120 }, "departure": { "time": "1761237714", "uncertainty": 120 }, "stopId": "outdes3", "stopSequence": 21 }, { "arrival": { "time": "1761237784", "uncertainty": 120 }, "departure": { "time": "1761237784", "uncertainty": 120 }, "stopId": "outedo2", "stopSequence": 22 }, { "arrival": { "time": "1761237838", "uncertainty": 120 }, "departure": { "time": "1761237838", "uncertainty": 120 }, "stopId": "outre2", "stopSequence": 23 }, { "arrival": { "time": "1761237897", "uncertainty": 120 }, "departure": { "time": "1761237897", "uncertainty": 120 }, "stopId": "outlagr", "stopSequence": 24 }, { "arrival": { "time": "1761237942", "uncertainty": 120 }, "departure": { "time": "1761237942", "uncertainty": 120 }, "stopId": "outman", "stopSequence": 25 }, { "arrival": { "time": "1761238009", "uncertainty": 120 }, "departure": { "time": "1761238009", "uncertainty": 120 }, "stopId": "sempar", "stopSequence": 26 }, { "arrival": { "time": "1761238083", "uncertainty": 120 }, "departure": { "time": "1761238083", "uncertainty": 120 }, "stopId": "semchat", "stopSequence": 27 }, { "arrival": { "time": "1761238144", "uncertainty": 120 }, "departure": { "time": "1761238144", "uncertainty": 120 }, "stopId": "semgau", "stopSequence": 28 }, { "arrival": { "time": "1761238196", "uncertainty": 120 }, "departure": { "time": "1761238196", "uncertainty": 120 }, "stopId": "semhaff", "stopSequence": 29 }, { "arrival": { "time": "1761238260", "uncertainty": 120 }, "departure": { "time": "1761238260", "uncertainty": 120 }, "stopId": "semmair2", "stopSequence": 30 }, { "arrival": { "time": "1761238333", "uncertainty": 120 }, "departure": { "time": "1761238333", "uncertainty": 120 }, "stopId": "semhesd", "stopSequence": 31 }, { "arrival": { "time": "1761238413", "uncertainty": 120 }, "departure": { "time": "1761238413", "uncertainty": 120 }, "stopId": "semcach", "stopSequence": 32 }, { "arrival": { "time": "1761238500", "uncertainty": 120 }, "departure": { "time": "1761238500", "uncertainty": 120 }, "stopId": "semcord2", "stopSequence": 33 }, { "arrival": { "time": "1761238620", "uncertainty": 120 }, "stopId": "semquen", "stopSequence": 34 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "E", "scheduleRelationship": "SCHEDULED", "tripId": "21323546" } } }, { "id": "21370188", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761235740", "uncertainty": 120 }, "stopId": "smblamb2", "stopSequence": 1 }, { "arrival": { "time": "1761235837", "uncertainty": 120 }, "departure": { "time": "1761235837", "uncertainty": 120 }, "stopId": "smbpeu1", "stopSequence": 2 }, { "arrival": { "time": "1761235980", "uncertainty": 120 }, "departure": { "time": "1761235980", "uncertainty": 120 }, "stopId": "smbpoly", "stopSequence": 3 }, { "arrival": { "time": "1761236034", "uncertainty": 120 }, "departure": { "time": "1761236034", "uncertainty": 120 }, "stopId": "smbdesv2", "stopSequence": 4 }, { "arrival": { "time": "1761236112", "uncertainty": 120 }, "departure": { "time": "1761236112", "uncertainty": 120 }, "stopId": "smbgir2", "stopSequence": 5 }, { "arrival": { "time": "1761236167", "uncertainty": 120 }, "departure": { "time": "1761236167", "uncertainty": 120 }, "stopId": "smbecol3", "stopSequence": 6 }, { "arrival": { "time": "1761236214", "uncertainty": 120 }, "departure": { "time": "1761236214", "uncertainty": 120 }, "stopId": "bsmhopi3", "stopSequence": 7 }, { "arrival": { "time": "1761236290", "uncertainty": 120 }, "departure": { "time": "1761236290", "uncertainty": 120 }, "stopId": "bsmhre", "stopSequence": 8 }, { "arrival": { "time": "1761236386", "uncertainty": 120 }, "departure": { "time": "1761236386", "uncertainty": 120 }, "stopId": "smbecol", "stopSequence": 9 }, { "arrival": { "time": "1761236453", "uncertainty": 120 }, "departure": { "time": "1761236453", "uncertainty": 120 }, "stopId": "bsmrho", "stopSequence": 10 }, { "arrival": { "time": "1761236577", "uncertainty": 120 }, "departure": { "time": "1761236577", "uncertainty": 120 }, "stopId": "bsmbran2", "stopSequence": 11 }, { "arrival": { "time": "1761236763", "uncertainty": 120 }, "departure": { "time": "1761236763", "uncertainty": 120 }, "stopId": "bsmhenn", "stopSequence": 12 }, { "arrival": { "time": "1761236937", "uncertainty": 120 }, "departure": { "time": "1761236937", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 13 }, { "arrival": { "time": "1761237248", "uncertainty": 120 }, "departure": { "time": "1761237248", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 14 }, { "arrival": { "time": "1761237379", "uncertainty": 120 }, "departure": { "time": "1761237600", "uncertainty": 120 }, "stopId": "bsmcca2", "stopSequence": 15 }, { "arrival": { "time": "1761237669", "uncertainty": 120 }, "departure": { "time": "1761237669", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 16 }, { "arrival": { "time": "1761237744", "uncertainty": 120 }, "departure": { "time": "1761237744", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 17 }, { "arrival": { "time": "1761237809", "uncertainty": 120 }, "departure": { "time": "1761237809", "uncertainty": 120 }, "stopId": "bsmpca", "stopSequence": 18 }, { "arrival": { "time": "1761237921", "uncertainty": 120 }, "departure": { "time": "1761237921", "uncertainty": 120 }, "stopId": "bsmmba", "stopSequence": 19 }, { "arrival": { "time": "1761238020", "uncertainty": 120 }, "departure": { "time": "1761238020", "uncertainty": 120 }, "stopId": "lepcime", "stopSequence": 20 }, { "arrival": { "time": "1761238070", "uncertainty": 120 }, "departure": { "time": "1761238070", "uncertainty": 120 }, "stopId": "lpohen", "stopSequence": 21 }, { "arrival": { "time": "1761238138", "uncertainty": 120 }, "departure": { "time": "1761238138", "uncertainty": 120 }, "stopId": "lpopfa", "stopSequence": 22 }, { "arrival": { "time": "1761238209", "uncertainty": 120 }, "departure": { "time": "1761238209", "uncertainty": 120 }, "stopId": "lpogou", "stopSequence": 23 }, { "arrival": { "time": "1761238282", "uncertainty": 120 }, "departure": { "time": "1761238282", "uncertainty": 120 }, "stopId": "lpolive", "stopSequence": 24 }, { "arrival": { "time": "1761238358", "uncertainty": 120 }, "departure": { "time": "1761238358", "uncertainty": 120 }, "stopId": "lpopagn", "stopSequence": 25 }, { "arrival": { "time": "1761238447", "uncertainty": 120 }, "departure": { "time": "1761238447", "uncertainty": 120 }, "stopId": "lpoloti", "stopSequence": 26 }, { "arrival": { "time": "1761238560", "uncertainty": 120 }, "departure": { "time": "1761238560", "uncertainty": 120 }, "stopId": "lpoegli", "stopSequence": 27 }, { "arrival": { "time": "1761238620", "uncertainty": 120 }, "departure": { "time": "1761238620", "uncertainty": 120 }, "stopId": "lpoalpr", "stopSequence": 28 }, { "arrival": { "time": "1761238692", "uncertainty": 120 }, "departure": { "time": "1761238692", "uncertainty": 120 }, "stopId": "outsall2", "stopSequence": 29 }, { "arrival": { "time": "1761238740", "uncertainty": 120 }, "departure": { "time": "1761238740", "uncertainty": 120 }, "stopId": "outmass2", "stopSequence": 30 }, { "arrival": { "time": "1761238800", "uncertainty": 120 }, "stopId": "outserv2", "stopSequence": 31 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "C", "scheduleRelationship": "SCHEDULED", "tripId": "21370188" } } }, { "id": "21370189", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761235800", "uncertainty": 120 }, "stopId": "lpoalpr3", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "H", "scheduleRelationship": "SCHEDULED", "tripId": "21370189" } } }, { "id": "21370186", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761235171", "uncertainty": 120 }, "stopId": "equmin", "stopSequence": 1 }, { "arrival": { "time": "1761235297", "uncertainty": 120 }, "departure": { "time": "1761235297", "uncertainty": 120 }, "stopId": "outserv", "stopSequence": 2 }, { "arrival": { "time": "1761235404", "uncertainty": 120 }, "departure": { "time": "1761235404", "uncertainty": 120 }, "stopId": "outmont2", "stopSequence": 3 }, { "arrival": { "time": "1761235477", "uncertainty": 120 }, "departure": { "time": "1761235477", "uncertainty": 120 }, "stopId": "outpeu2", "stopSequence": 4 }, { "arrival": { "time": "1761235511", "uncertainty": 120 }, "departure": { "time": "1761235511", "uncertainty": 120 }, "stopId": "outorm2", "stopSequence": 5 }, { "arrival": { "time": "1761235580", "uncertainty": 120 }, "departure": { "time": "1761235580", "uncertainty": 120 }, "stopId": "outtill", "stopSequence": 6 }, { "arrival": { "time": "1761235602", "uncertainty": 120 }, "departure": { "time": "1761235602", "uncertainty": 120 }, "stopId": "outpru", "stopSequence": 7 }, { "arrival": { "time": "1761235678", "uncertainty": 120 }, "departure": { "time": "1761235678", "uncertainty": 120 }, "stopId": "outrena2", "stopSequence": 8 }, { "arrival": { "time": "1761235765", "uncertainty": 120 }, "departure": { "time": "1761235765", "uncertainty": 120 }, "stopId": "outeco2", "stopSequence": 9 }, { "arrival": { "time": "1761235856", "uncertainty": 120 }, "departure": { "time": "1761235856", "uncertainty": 120 }, "stopId": "outmazu2", "stopSequence": 10 }, { "arrival": { "time": "1761235935", "uncertainty": 120 }, "departure": { "time": "1761235935", "uncertainty": 120 }, "stopId": "outkenn", "stopSequence": 11 }, { "arrival": { "time": "1761236030", "uncertainty": 120 }, "departure": { "time": "1761236030", "uncertainty": 120 }, "stopId": "outlep1", "stopSequence": 12 }, { "arrival": { "time": "1761236090", "uncertainty": 120 }, "departure": { "time": "1761236090", "uncertainty": 120 }, "stopId": "outplac2", "stopSequence": 13 }, { "arrival": { "time": "1761236165", "uncertainty": 120 }, "departure": { "time": "1761236165", "uncertainty": 120 }, "stopId": "outpost", "stopSequence": 14 }, { "arrival": { "time": "1761236208", "uncertainty": 120 }, "departure": { "time": "1761236208", "uncertainty": 120 }, "stopId": "outbiez", "stopSequence": 15 }, { "arrival": { "time": "1761236254", "uncertainty": 120 }, "departure": { "time": "1761236254", "uncertainty": 120 }, "stopId": "outpres2", "stopSequence": 16 }, { "arrival": { "time": "1761236336", "uncertainty": 120 }, "departure": { "time": "1761236336", "uncertainty": 120 }, "stopId": "outdeni3", "stopSequence": 17 }, { "arrival": { "time": "1761236396", "uncertainty": 120 }, "departure": { "time": "1761236396", "uncertainty": 120 }, "stopId": "outlibe2", "stopSequence": 18 }, { "arrival": { "time": "1761236444", "uncertainty": 120 }, "departure": { "time": "1761236444", "uncertainty": 120 }, "stopId": "outlal2", "stopSequence": 19 }, { "arrival": { "time": "1761236500", "uncertainty": 120 }, "departure": { "time": "1761236500", "uncertainty": 120 }, "stopId": "outnce2", "stopSequence": 20 }, { "arrival": { "time": "1761236531", "uncertainty": 120 }, "departure": { "time": "1761236531", "uncertainty": 120 }, "stopId": "outsir2", "stopSequence": 21 }, { "arrival": { "time": "1761236607", "uncertainty": 120 }, "departure": { "time": "1761236607", "uncertainty": 120 }, "stopId": "bsmvie", "stopSequence": 22 }, { "arrival": { "time": "1761236756", "uncertainty": 120 }, "departure": { "time": "1761236756", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 23 }, { "arrival": { "time": "1761236857", "uncertainty": 120 }, "departure": { "time": "1761236857", "uncertainty": 120 }, "stopId": "bsmdaun", "stopSequence": 24 }, { "arrival": { "time": "1761237050", "uncertainty": 120 }, "stopId": "bsmcc11r", "stopSequence": 25 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "O", "scheduleRelationship": "SCHEDULED", "tripId": "21370186" }, "vehicle": { "id": "183", "label": "183" } } }, { "id": "21370187", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761235023", "uncertainty": 120 }, "stopId": "smbpoly", "stopSequence": 1 }, { "arrival": { "time": "1761235070", "uncertainty": 120 }, "departure": { "time": "1761235083", "uncertainty": 120 }, "stopId": "smbdesv2", "stopSequence": 2 }, { "arrival": { "time": "1761235154", "uncertainty": 120 }, "departure": { "time": "1761235154", "uncertainty": 120 }, "stopId": "smbgir2", "stopSequence": 3 }, { "arrival": { "time": "1761235204", "uncertainty": 120 }, "departure": { "time": "1761235204", "uncertainty": 120 }, "stopId": "smbecol3", "stopSequence": 4 }, { "arrival": { "time": "1761235246", "uncertainty": 120 }, "departure": { "time": "1761235294", "uncertainty": 120 }, "stopId": "bsmhopi3", "stopSequence": 5 }, { "arrival": { "time": "1761235372", "uncertainty": 120 }, "departure": { "time": "1761235372", "uncertainty": 120 }, "stopId": "bsmhre", "stopSequence": 6 }, { "arrival": { "time": "1761235420", "uncertainty": 120 }, "departure": { "time": "1761235420", "uncertainty": 120 }, "stopId": "smbecol", "stopSequence": 7 }, { "arrival": { "time": "1761235466", "uncertainty": 120 }, "departure": { "time": "1761235466", "uncertainty": 120 }, "stopId": "bsmrho", "stopSequence": 8 }, { "arrival": { "time": "1761235529", "uncertainty": 120 }, "departure": { "time": "1761235529", "uncertainty": 120 }, "stopId": "bsmbran2", "stopSequence": 9 }, { "arrival": { "time": "1761235623", "uncertainty": 120 }, "departure": { "time": "1761235623", "uncertainty": 120 }, "stopId": "bsmhenn", "stopSequence": 10 }, { "arrival": { "time": "1761235722", "uncertainty": 120 }, "departure": { "time": "1761235722", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 11 }, { "arrival": { "time": "1761235955", "uncertainty": 120 }, "departure": { "time": "1761235955", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 12 }, { "arrival": { "time": "1761236080", "uncertainty": 120 }, "departure": { "time": "1761236700", "uncertainty": 120 }, "stopId": "bsmcca2", "stopSequence": 13 }, { "arrival": { "time": "1761236779", "uncertainty": 120 }, "departure": { "time": "1761236779", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 14 }, { "arrival": { "time": "1761236865", "uncertainty": 120 }, "departure": { "time": "1761236865", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 15 }, { "arrival": { "time": "1761236939", "uncertainty": 120 }, "departure": { "time": "1761236939", "uncertainty": 120 }, "stopId": "bsmpca", "stopSequence": 16 }, { "arrival": { "time": "1761237067", "uncertainty": 120 }, "departure": { "time": "1761237067", "uncertainty": 120 }, "stopId": "bsmmba", "stopSequence": 17 }, { "arrival": { "time": "1761237180", "uncertainty": 120 }, "departure": { "time": "1761237180", "uncertainty": 120 }, "stopId": "lepcime", "stopSequence": 18 }, { "arrival": { "time": "1761237230", "uncertainty": 120 }, "departure": { "time": "1761237230", "uncertainty": 120 }, "stopId": "lpohen", "stopSequence": 19 }, { "arrival": { "time": "1761237298", "uncertainty": 120 }, "departure": { "time": "1761237298", "uncertainty": 120 }, "stopId": "lpopfa", "stopSequence": 20 }, { "arrival": { "time": "1761237369", "uncertainty": 120 }, "departure": { "time": "1761237369", "uncertainty": 120 }, "stopId": "lpogou", "stopSequence": 21 }, { "arrival": { "time": "1761237442", "uncertainty": 120 }, "departure": { "time": "1761237442", "uncertainty": 120 }, "stopId": "lpolive", "stopSequence": 22 }, { "arrival": { "time": "1761237518", "uncertainty": 120 }, "departure": { "time": "1761237518", "uncertainty": 120 }, "stopId": "lpopagn", "stopSequence": 23 }, { "arrival": { "time": "1761237607", "uncertainty": 120 }, "departure": { "time": "1761237607", "uncertainty": 120 }, "stopId": "lpoloti", "stopSequence": 24 }, { "arrival": { "time": "1761237720", "uncertainty": 120 }, "departure": { "time": "1761237720", "uncertainty": 120 }, "stopId": "lpoegli", "stopSequence": 25 }, { "arrival": { "time": "1761237780", "uncertainty": 120 }, "departure": { "time": "1761237780", "uncertainty": 120 }, "stopId": "lpoalpr", "stopSequence": 26 }, { "arrival": { "time": "1761237852", "uncertainty": 120 }, "departure": { "time": "1761237852", "uncertainty": 120 }, "stopId": "outsall2", "stopSequence": 27 }, { "arrival": { "time": "1761237900", "uncertainty": 120 }, "departure": { "time": "1761237900", "uncertainty": 120 }, "stopId": "outmass2", "stopSequence": 28 }, { "arrival": { "time": "1761237960", "uncertainty": 120 }, "stopId": "outserv2", "stopSequence": 29 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "C", "scheduleRelationship": "SCHEDULED", "tripId": "21370187" }, "vehicle": { "id": "188", "label": "188" } } }, { "id": "21370184", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761233792", "uncertainty": 120 }, "stopId": "smbpoly", "stopSequence": 1 }, { "arrival": { "time": "1761233822", "uncertainty": 120 }, "departure": { "time": "1761233822", "uncertainty": 120 }, "stopId": "smbdesv2", "stopSequence": 2 }, { "arrival": { "time": "1761233934", "uncertainty": 120 }, "departure": { "time": "1761234062", "uncertainty": 120 }, "stopId": "smbgir2", "stopSequence": 3 }, { "arrival": { "time": "1761234122", "uncertainty": 120 }, "departure": { "time": "1761234122", "uncertainty": 120 }, "stopId": "smbecol3", "stopSequence": 4 }, { "arrival": { "time": "1761234152", "uncertainty": 120 }, "departure": { "time": "1761234180", "uncertainty": 120 }, "stopId": "bsmhopi3", "stopSequence": 5 }, { "arrival": { "time": "1761234283", "uncertainty": 120 }, "departure": { "time": "1761234283", "uncertainty": 120 }, "stopId": "bsmhre", "stopSequence": 6 }, { "arrival": { "time": "1761234325", "uncertainty": 120 }, "departure": { "time": "1761234332", "uncertainty": 120 }, "stopId": "smbecol", "stopSequence": 7 }, { "arrival": { "time": "1761234375", "uncertainty": 120 }, "departure": { "time": "1761234375", "uncertainty": 120 }, "stopId": "bsmrho", "stopSequence": 8 }, { "arrival": { "time": "1761234430", "uncertainty": 120 }, "departure": { "time": "1761234430", "uncertainty": 120 }, "stopId": "bsmbran2", "stopSequence": 9 }, { "arrival": { "time": "1761234512", "uncertainty": 120 }, "departure": { "time": "1761234632", "uncertainty": 120 }, "stopId": "bsmhenn", "stopSequence": 10 }, { "arrival": { "time": "1761234722", "uncertainty": 120 }, "departure": { "time": "1761234872", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 11 }, { "arrival": { "time": "1761235091", "uncertainty": 120 }, "departure": { "time": "1761235113", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 12 }, { "arrival": { "time": "1761235232", "uncertainty": 120 }, "departure": { "time": "1761235304", "uncertainty": 120 }, "stopId": "bsmcca2", "stopSequence": 13 }, { "arrival": { "time": "1761235606", "uncertainty": 120 }, "departure": { "time": "1761235606", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 14 }, { "arrival": { "time": "1761235696", "uncertainty": 120 }, "departure": { "time": "1761235696", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 15 }, { "arrival": { "time": "1761235766", "uncertainty": 120 }, "departure": { "time": "1761235766", "uncertainty": 120 }, "stopId": "bsmpca", "stopSequence": 16 }, { "arrival": { "time": "1761235867", "uncertainty": 120 }, "departure": { "time": "1761235867", "uncertainty": 120 }, "stopId": "bsmmba", "stopSequence": 17 }, { "arrival": { "time": "1761235937", "uncertainty": 120 }, "departure": { "time": "1761235937", "uncertainty": 120 }, "stopId": "lepcime", "stopSequence": 18 }, { "arrival": { "time": "1761235991", "uncertainty": 120 }, "departure": { "time": "1761235991", "uncertainty": 120 }, "stopId": "lpohen", "stopSequence": 19 }, { "arrival": { "time": "1761236052", "uncertainty": 120 }, "departure": { "time": "1761236052", "uncertainty": 120 }, "stopId": "lpopfa", "stopSequence": 20 }, { "arrival": { "time": "1761236115", "uncertainty": 120 }, "departure": { "time": "1761236115", "uncertainty": 120 }, "stopId": "lpogou", "stopSequence": 21 }, { "arrival": { "time": "1761236191", "uncertainty": 120 }, "departure": { "time": "1761236191", "uncertainty": 120 }, "stopId": "lpolive", "stopSequence": 22 }, { "arrival": { "time": "1761236281", "uncertainty": 120 }, "departure": { "time": "1761236281", "uncertainty": 120 }, "stopId": "lpopagn", "stopSequence": 23 }, { "arrival": { "time": "1761236360", "uncertainty": 120 }, "departure": { "time": "1761236360", "uncertainty": 120 }, "stopId": "lpoloti", "stopSequence": 24 }, { "arrival": { "time": "1761236473", "uncertainty": 120 }, "departure": { "time": "1761236473", "uncertainty": 120 }, "stopId": "lpoegli", "stopSequence": 25 }, { "arrival": { "time": "1761236524", "uncertainty": 120 }, "departure": { "time": "1761236524", "uncertainty": 120 }, "stopId": "lpoalpr", "stopSequence": 26 }, { "arrival": { "time": "1761236596", "uncertainty": 120 }, "departure": { "time": "1761236596", "uncertainty": 120 }, "stopId": "outsall2", "stopSequence": 27 }, { "arrival": { "time": "1761236619", "uncertainty": 120 }, "departure": { "time": "1761236619", "uncertainty": 120 }, "stopId": "outmass2", "stopSequence": 28 }, { "arrival": { "time": "1761236672", "uncertainty": 120 }, "stopId": "outserv2", "stopSequence": 29 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "C", "scheduleRelationship": "SCHEDULED", "tripId": "21370184" }, "vehicle": { "id": "326", "label": "326" } } }, { "id": "21370185", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761234392", "uncertainty": 120 }, "departure": { "time": "1761234392", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimnapo2", "stopSequence": 2 }, { "arrival": { "time": "1761234466", "uncertainty": 120 }, "departure": { "time": "1761234466", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur2", "stopSequence": 3 }, { "arrival": { "time": "1761234609", "uncertainty": 120 }, "departure": { "time": "1761234609", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimsncf2", "stopSequence": 4 }, { "arrival": { "time": "1761234720", "uncertainty": 120 }, "departure": { "time": "1761234720", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimcol2", "stopSequence": 5 }, { "arrival": { "time": "1761234506", "uncertainty": 120 }, "departure": { "time": "1761234750", "uncertainty": 120 }, "stopId": "wimplai2", "stopSequence": 6 }, { "arrival": { "time": "1761234836", "uncertainty": 120 }, "departure": { "time": "1761234896", "uncertainty": 120 }, "stopId": "wimetoi2", "stopSequence": 7 }, { "arrival": { "time": "1761234926", "uncertainty": 120 }, "departure": { "time": "1761234926", "uncertainty": 120 }, "stopId": "wimegli2", "stopSequence": 8 }, { "arrival": { "time": "1761235000", "uncertainty": 120 }, "departure": { "time": "1761235000", "uncertainty": 120 }, "stopId": "wimfont2", "stopSequence": 9 }, { "arrival": { "time": "1761235046", "uncertainty": 120 }, "departure": { "time": "1761235046", "uncertainty": 120 }, "stopId": "wimserg2", "stopSequence": 10 }, { "arrival": { "time": "1761235076", "uncertainty": 120 }, "departure": { "time": "1761235076", "uncertainty": 120 }, "stopId": "wimmont2", "stopSequence": 11 }, { "arrival": { "time": "1761235205", "uncertainty": 120 }, "departure": { "time": "1761235205", "uncertainty": 120 }, "stopId": "wimparc2", "stopSequence": 12 }, { "arrival": { "time": "1761235264", "uncertainty": 120 }, "departure": { "time": "1761235264", "uncertainty": 120 }, "stopId": "wimbons2", "stopSequence": 13 }, { "arrival": { "time": "1761235329", "uncertainty": 120 }, "departure": { "time": "1761235329", "uncertainty": 120 }, "stopId": "smbmogr2", "stopSequence": 14 }, { "arrival": { "time": "1761235465", "uncertainty": 120 }, "departure": { "time": "1761235465", "uncertainty": 120 }, "stopId": "smbjos1", "stopSequence": 15 }, { "arrival": { "time": "1761235539", "uncertainty": 120 }, "departure": { "time": "1761235539", "uncertainty": 120 }, "stopId": "smbjard", "stopSequence": 16 }, { "arrival": { "time": "1761235661", "uncertainty": 120 }, "departure": { "time": "1761235661", "uncertainty": 120 }, "stopId": "smbcal1", "stopSequence": 17 }, { "arrival": { "time": "1761235788", "uncertainty": 120 }, "departure": { "time": "1761235788", "uncertainty": 120 }, "stopId": "bsmduf1", "stopSequence": 18 }, { "arrival": { "time": "1761235940", "uncertainty": 120 }, "departure": { "time": "1761235940", "uncertainty": 120 }, "stopId": "bsmstm1", "stopSequence": 19 }, { "arrival": { "time": "1761236009", "uncertainty": 120 }, "departure": { "time": "1761236009", "uncertainty": 120 }, "stopId": "bsmnav1", "stopSequence": 20 }, { "arrival": { "time": "1761236171", "uncertainty": 120 }, "departure": { "time": "1761236171", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 21 }, { "arrival": { "time": "1761236259", "uncertainty": 120 }, "departure": { "time": "1761236259", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 22 }, { "arrival": { "time": "1761236312", "uncertainty": 120 }, "departure": { "time": "1761236312", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 23 }, { "arrival": { "time": "1761236442", "uncertainty": 120 }, "departure": { "time": "1761236442", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 24 }, { "arrival": { "time": "1761236552", "uncertainty": 120 }, "departure": { "time": "1761236760", "uncertainty": 120 }, "stopId": "bsmc17a", "stopSequence": 25 }, { "arrival": { "time": "1761236889", "uncertainty": 120 }, "departure": { "time": "1761236889", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 26 }, { "arrival": { "time": "1761237060", "uncertainty": 120 }, "departure": { "time": "1761237060", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 27 }, { "arrival": { "time": "1761237180", "uncertainty": 120 }, "departure": { "time": "1761237180", "uncertainty": 120 }, "stopId": "bsmieu2", "stopSequence": 28 }, { "arrival": { "time": "1761237288", "uncertainty": 120 }, "departure": { "time": "1761237288", "uncertainty": 120 }, "stopId": "bsmmba", "stopSequence": 29 }, { "arrival": { "time": "1761237368", "uncertainty": 120 }, "departure": { "time": "1761237368", "uncertainty": 120 }, "stopId": "lepcime", "stopSequence": 30 }, { "arrival": { "time": "1761237480", "uncertainty": 120 }, "departure": { "time": "1761237480", "uncertainty": 120 }, "stopId": "outlibe", "stopSequence": 31 }, { "arrival": { "time": "1761237563", "uncertainty": 120 }, "departure": { "time": "1761237563", "uncertainty": 120 }, "stopId": "outdeni4", "stopSequence": 32 }, { "arrival": { "time": "1761237595", "uncertainty": 120 }, "departure": { "time": "1761237595", "uncertainty": 120 }, "stopId": "lposan", "stopSequence": 33 }, { "arrival": { "time": "1761237687", "uncertainty": 120 }, "departure": { "time": "1761237687", "uncertainty": 120 }, "stopId": "outmou2", "stopSequence": 34 }, { "arrival": { "time": "1761237720", "uncertainty": 120 }, "departure": { "time": "1761237720", "uncertainty": 120 }, "stopId": "outbeet2", "stopSequence": 35 }, { "arrival": { "time": "1761237781", "uncertainty": 120 }, "departure": { "time": "1761237781", "uncertainty": 120 }, "stopId": "outdore2", "stopSequence": 36 }, { "arrival": { "time": "1761237900", "uncertainty": 120 }, "departure": { "time": "1761237900", "uncertainty": 120 }, "stopId": "outserv2", "stopSequence": 37 }, { "arrival": { "time": "1761238091", "uncertainty": 120 }, "departure": { "time": "1761238091", "uncertainty": 120 }, "stopId": "equrobi2", "stopSequence": 38 }, { "arrival": { "time": "1761238140", "uncertainty": 120 }, "departure": { "time": "1761238140", "uncertainty": 120 }, "stopId": "equace", "stopSequence": 39 }, { "arrival": { "time": "1761238183", "uncertainty": 120 }, "departure": { "time": "1761238183", "uncertainty": 120 }, "stopId": "equpale", "stopSequence": 40 }, { "arrival": { "time": "1761238260", "uncertainty": 120 }, "departure": { "time": "1761238260", "uncertainty": 120 }, "stopId": "equsta2", "stopSequence": 41 }, { "arrival": { "time": "1761238390", "uncertainty": 120 }, "departure": { "time": "1761238390", "uncertainty": 120 }, "stopId": "equpomp2", "stopSequence": 42 }, { "arrival": { "time": "1761238459", "uncertainty": 120 }, "departure": { "time": "1761238459", "uncertainty": 120 }, "stopId": "equdune", "stopSequence": 43 }, { "arrival": { "time": "1761238506", "uncertainty": 120 }, "departure": { "time": "1761238506", "uncertainty": 120 }, "stopId": "equbecq2", "stopSequence": 44 }, { "arrival": { "time": "1761238620", "uncertainty": 120 }, "stopId": "equplag2", "stopSequence": 45 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "21370185" }, "vehicle": { "id": "532", "label": "532" } } }, { "id": "21370198", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761239446", "uncertainty": 120 }, "departure": { "time": "1761239446", "uncertainty": 120 }, "stopId": "wimmair2" }, { "arrival": { "time": "1761239746", "uncertainty": 120 }, "departure": { "time": "1761239746", "uncertainty": 120 }, "stopId": "wimsncf" }, { "arrival": { "time": "1761239835", "uncertainty": 120 }, "departure": { "time": "1761239835", "uncertainty": 120 }, "stopId": "wimmaur" }, { "departure": { "time": "1761238800", "uncertainty": 120 }, "stopId": "wimbast5", "stopSequence": 1 }, { "arrival": { "time": "1761238838", "uncertainty": 120 }, "departure": { "time": "1761238838", "uncertainty": 120 }, "stopId": "wimdebu2", "stopSequence": 2 }, { "arrival": { "time": "1761238888", "uncertainty": 120 }, "departure": { "time": "1761238888", "uncertainty": 120 }, "stopId": "wimgoun2", "stopSequence": 3 }, { "arrival": { "time": "1761238952", "uncertainty": 120 }, "departure": { "time": "1761238952", "uncertainty": 120 }, "stopId": "wimoffe2", "stopSequence": 4 }, { "arrival": { "time": "1761238990", "uncertainty": 120 }, "departure": { "time": "1761238990", "uncertainty": 120 }, "stopId": "wimmess2", "stopSequence": 5 }, { "arrival": { "time": "1761239048", "uncertainty": 120 }, "departure": { "time": "1761239048", "uncertainty": 120 }, "stopId": "wimchat2", "stopSequence": 6 }, { "arrival": { "time": "1761239131", "uncertainty": 120 }, "departure": { "time": "1761239131", "uncertainty": 120 }, "stopId": "wimcour2", "stopSequence": 7 }, { "arrival": { "time": "1761239203", "uncertainty": 120 }, "departure": { "time": "1761239203", "uncertainty": 120 }, "stopId": "wimnung2", "stopSequence": 8 }, { "arrival": { "time": "1761239271", "uncertainty": 120 }, "departure": { "time": "1761239271", "uncertainty": 120 }, "stopId": "wimair2", "stopSequence": 9 }, { "arrival": { "time": "1761239350", "uncertainty": 120 }, "departure": { "time": "1761239350", "uncertainty": 120 }, "stopId": "wimstad2", "stopSequence": 10 }, { "arrival": { "time": "1761239460", "uncertainty": 120 }, "departure": { "time": "1761239460", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmair", "stopSequence": 11 }, { "arrival": { "time": "1761239506", "uncertainty": 120 }, "departure": { "time": "1761239506", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimnapo2", "stopSequence": 12 }, { "arrival": { "time": "1761239543", "uncertainty": 120 }, "departure": { "time": "1761239543", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur2", "stopSequence": 13 }, { "arrival": { "time": "1761239874", "uncertainty": 120 }, "departure": { "time": "1761239874", "uncertainty": 120 }, "stopId": "wimjean2", "stopSequence": 14 }, { "arrival": { "time": "1761239956", "uncertainty": 120 }, "departure": { "time": "1761239956", "uncertainty": 120 }, "stopId": "wimhonv2", "stopSequence": 15 }, { "arrival": { "time": "1761240124", "uncertainty": 120 }, "departure": { "time": "1761240124", "uncertainty": 120 }, "stopId": "wimcrec", "stopSequence": 16 }, { "arrival": { "time": "1761240208", "uncertainty": 120 }, "departure": { "time": "1761240208", "uncertainty": 120 }, "stopId": "bsmlegi2", "stopSequence": 17 }, { "arrival": { "time": "1761240256", "uncertainty": 120 }, "departure": { "time": "1761240256", "uncertainty": 120 }, "stopId": "bsmbeuv2", "stopSequence": 18 }, { "arrival": { "time": "1761240307", "uncertainty": 120 }, "departure": { "time": "1761240307", "uncertainty": 120 }, "stopId": "bsmdesc2", "stopSequence": 19 }, { "arrival": { "time": "1761240369", "uncertainty": 120 }, "departure": { "time": "1761240369", "uncertainty": 120 }, "stopId": "bsmnaus2", "stopSequence": 20 }, { "arrival": { "time": "1761240409", "uncertainty": 120 }, "departure": { "time": "1761240409", "uncertainty": 120 }, "stopId": "bsmsurc2", "stopSequence": 21 }, { "arrival": { "time": "1761240476", "uncertainty": 120 }, "departure": { "time": "1761240476", "uncertainty": 120 }, "stopId": "bsmcci2", "stopSequence": 22 }, { "arrival": { "time": "1761240582", "uncertainty": 120 }, "departure": { "time": "1761240582", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 23 }, { "arrival": { "time": "1761240687", "uncertainty": 120 }, "departure": { "time": "1761240687", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 24 }, { "arrival": { "time": "1761240770", "uncertainty": 120 }, "departure": { "time": "1761240770", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 25 }, { "arrival": { "time": "1761240917", "uncertainty": 120 }, "departure": { "time": "1761240917", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 26 }, { "arrival": { "time": "1761241033", "uncertainty": 120 }, "departure": { "time": "1761241033", "uncertainty": 120 }, "stopId": "bsmc17a", "stopSequence": 27 }, { "arrival": { "time": "1761241110", "uncertainty": 120 }, "departure": { "time": "1761241110", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 28 }, { "arrival": { "time": "1761241208", "uncertainty": 120 }, "departure": { "time": "1761241208", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 29 }, { "arrival": { "time": "1761241375", "uncertainty": 120 }, "departure": { "time": "1761241375", "uncertainty": 120 }, "stopId": "outneuf2", "stopSequence": 30 }, { "arrival": { "time": "1761241442", "uncertainty": 120 }, "departure": { "time": "1761241442", "uncertainty": 120 }, "stopId": "outmai2", "stopSequence": 31 }, { "arrival": { "time": "1761241562", "uncertainty": 120 }, "departure": { "time": "1761241562", "uncertainty": 120 }, "stopId": "outkenn", "stopSequence": 32 }, { "arrival": { "time": "1761241622", "uncertainty": 120 }, "departure": { "time": "1761241622", "uncertainty": 120 }, "stopId": "outcol2", "stopSequence": 33 }, { "arrival": { "time": "1761241703", "uncertainty": 120 }, "departure": { "time": "1761241703", "uncertainty": 120 }, "stopId": "outmont", "stopSequence": 34 }, { "arrival": { "time": "1761241770", "uncertainty": 120 }, "departure": { "time": "1761241770", "uncertainty": 120 }, "stopId": "outdore", "stopSequence": 35 }, { "arrival": { "time": "1761241862", "uncertainty": 120 }, "stopId": "outbeet3", "stopSequence": 36 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "F", "scheduleRelationship": "SCHEDULED", "tripId": "21370198" } } }, { "id": "21370196", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761238500", "uncertainty": 120 }, "stopId": "equmin", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "O", "scheduleRelationship": "SCHEDULED", "tripId": "21370196" } } }, { "id": "21370194", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761238440", "uncertainty": 120 }, "stopId": "smbpoly", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "C", "scheduleRelationship": "SCHEDULED", "tripId": "21370194" } } }, { "id": "21370195", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761238500", "uncertainty": 120 }, "stopId": "lpoalpr3", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "H", "scheduleRelationship": "SCHEDULED", "tripId": "21370195" } } }, { "id": "21370192", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761236700", "uncertainty": 120 }, "stopId": "equmin", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "O", "scheduleRelationship": "SCHEDULED", "tripId": "21370192" } } }, { "id": "21370193", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761237240", "uncertainty": 120 }, "stopId": "smbpoly", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "C", "scheduleRelationship": "SCHEDULED", "tripId": "21370193" } } }, { "id": "21370074", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761239480", "uncertainty": 120 }, "departure": { "time": "1761239480", "uncertainty": 120 }, "stopId": "wimjean" }, { "arrival": { "time": "1761239600", "uncertainty": 120 }, "departure": { "time": "1761239600", "uncertainty": 120 }, "stopId": "wimsncf2" }, { "arrival": { "time": "1761239677", "uncertainty": 120 }, "departure": { "time": "1761239677", "uncertainty": 120 }, "stopId": "wimcol2" }, { "arrival": { "time": "1761239723", "uncertainty": 120 }, "departure": { "time": "1761239723", "uncertainty": 120 }, "stopId": "wimplai2" }, { "arrival": { "time": "1761239943", "uncertainty": 120 }, "departure": { "time": "1761239943", "uncertainty": 120 }, "stopId": "wimeco" }, { "arrival": { "time": "1761240009", "uncertainty": 120 }, "departure": { "time": "1761240009", "uncertainty": 120 }, "stopId": "wimstad" }, { "departure": { "time": "1761237600", "uncertainty": 120 }, "stopId": "outbeet3", "stopSequence": 1 }, { "arrival": { "time": "1761237617", "uncertainty": 120 }, "departure": { "time": "1761237617", "uncertainty": 120 }, "stopId": "outbeet2", "stopSequence": 2 }, { "arrival": { "time": "1761237703", "uncertainty": 120 }, "departure": { "time": "1761237703", "uncertainty": 120 }, "stopId": "outdore2", "stopSequence": 3 }, { "arrival": { "time": "1761237793", "uncertainty": 120 }, "departure": { "time": "1761237793", "uncertainty": 120 }, "stopId": "outmont2", "stopSequence": 4 }, { "arrival": { "time": "1761237900", "uncertainty": 120 }, "departure": { "time": "1761237900", "uncertainty": 120 }, "stopId": "outcol1", "stopSequence": 5 }, { "arrival": { "time": "1761237976", "uncertainty": 120 }, "departure": { "time": "1761237976", "uncertainty": 120 }, "stopId": "outkenn2", "stopSequence": 6 }, { "arrival": { "time": "1761238115", "uncertainty": 120 }, "departure": { "time": "1761238115", "uncertainty": 120 }, "stopId": "outmai", "stopSequence": 7 }, { "arrival": { "time": "1761238198", "uncertainty": 120 }, "departure": { "time": "1761238198", "uncertainty": 120 }, "stopId": "outneuf", "stopSequence": 8 }, { "arrival": { "time": "1761238380", "uncertainty": 120 }, "departure": { "time": "1761238380", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 9 }, { "arrival": { "time": "1761238468", "uncertainty": 120 }, "departure": { "time": "1761238468", "uncertainty": 120 }, "stopId": "bsmdaun", "stopSequence": 10 }, { "arrival": { "time": "1761238560", "uncertainty": 120 }, "departure": { "time": "1761238620", "uncertainty": 120 }, "stopId": "bsmcca5", "stopSequence": 11 }, { "arrival": { "time": "1761238711", "uncertainty": 120 }, "departure": { "time": "1761238711", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 12 }, { "arrival": { "time": "1761238861", "uncertainty": 120 }, "departure": { "time": "1761238861", "uncertainty": 120 }, "stopId": "bsmvic", "stopSequence": 13 }, { "arrival": { "time": "1761238913", "uncertainty": 120 }, "departure": { "time": "1761238913", "uncertainty": 120 }, "stopId": "bsmcci", "stopSequence": 14 }, { "arrival": { "time": "1761238980", "uncertainty": 120 }, "departure": { "time": "1761238980", "uncertainty": 120 }, "stopId": "bsmsurc", "stopSequence": 15 }, { "arrival": { "time": "1761239022", "uncertainty": 120 }, "departure": { "time": "1761239022", "uncertainty": 120 }, "stopId": "bsmnaus", "stopSequence": 16 }, { "arrival": { "time": "1761239075", "uncertainty": 120 }, "departure": { "time": "1761239075", "uncertainty": 120 }, "stopId": "bsmdesc", "stopSequence": 17 }, { "arrival": { "time": "1761239125", "uncertainty": 120 }, "departure": { "time": "1761239125", "uncertainty": 120 }, "stopId": "bsmbeuv", "stopSequence": 18 }, { "arrival": { "time": "1761239170", "uncertainty": 120 }, "departure": { "time": "1761239170", "uncertainty": 120 }, "stopId": "nsmlegi", "stopSequence": 19 }, { "arrival": { "time": "1761239244", "uncertainty": 120 }, "departure": { "time": "1761239244", "uncertainty": 120 }, "stopId": "wimcrec", "stopSequence": 20 }, { "arrival": { "time": "1761239398", "uncertainty": 120 }, "departure": { "time": "1761239398", "uncertainty": 120 }, "stopId": "wimhonv", "stopSequence": 21 }, { "arrival": { "time": "1761239478", "uncertainty": 120 }, "departure": { "time": "1761239478", "uncertainty": 120 }, "stopId": "wimjean", "stopSequence": 22 }, { "arrival": { "time": "1761239511", "uncertainty": 120 }, "departure": { "time": "1761239511", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur", "stopSequence": 23 }, { "arrival": { "time": "1761239539", "uncertainty": 120 }, "departure": { "time": "1761239539", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimlecl", "stopSequence": 24 }, { "arrival": { "time": "1761239580", "uncertainty": 120 }, "departure": { "time": "1761239580", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmair2", "stopSequence": 25 }, { "arrival": { "time": "1761240009", "uncertainty": 120 }, "departure": { "time": "1761240009", "uncertainty": 120 }, "stopId": "wimstad", "stopSequence": 26 }, { "arrival": { "time": "1761240071", "uncertainty": 120 }, "departure": { "time": "1761240071", "uncertainty": 120 }, "stopId": "wimair", "stopSequence": 27 }, { "arrival": { "time": "1761240115", "uncertainty": 120 }, "departure": { "time": "1761240115", "uncertainty": 120 }, "stopId": "wimnung", "stopSequence": 28 }, { "arrival": { "time": "1761240171", "uncertainty": 120 }, "departure": { "time": "1761240171", "uncertainty": 120 }, "stopId": "wimcour", "stopSequence": 29 }, { "arrival": { "time": "1761240245", "uncertainty": 120 }, "departure": { "time": "1761240245", "uncertainty": 120 }, "stopId": "wimchat", "stopSequence": 30 }, { "arrival": { "time": "1761240306", "uncertainty": 120 }, "departure": { "time": "1761240306", "uncertainty": 120 }, "stopId": "wimmess", "stopSequence": 31 }, { "arrival": { "time": "1761240341", "uncertainty": 120 }, "departure": { "time": "1761240341", "uncertainty": 120 }, "stopId": "wimoffe", "stopSequence": 32 }, { "arrival": { "time": "1761240371", "uncertainty": 120 }, "departure": { "time": "1761240371", "uncertainty": 120 }, "stopId": "wimgoun", "stopSequence": 33 }, { "arrival": { "time": "1761240431", "uncertainty": 120 }, "departure": { "time": "1761240431", "uncertainty": 120 }, "stopId": "wimdebu", "stopSequence": 34 }, { "arrival": { "time": "1761240455", "uncertainty": 120 }, "departure": { "time": "1761240455", "uncertainty": 120 }, "stopId": "wimbast", "stopSequence": 35 }, { "arrival": { "time": "1761240521", "uncertainty": 120 }, "departure": { "time": "1761240521", "uncertainty": 120 }, "stopId": "wimsaen", "stopSequence": 36 }, { "arrival": { "time": "1761240641", "uncertainty": 120 }, "stopId": "wimbast5", "stopSequence": 37 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "F", "scheduleRelationship": "SCHEDULED", "tripId": "21370074" } } }, { "id": "21370075", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761238740", "uncertainty": 120 }, "departure": { "time": "1761238740", "uncertainty": 120 }, "stopId": "outplac2" }, { "arrival": { "time": "1761238823", "uncertainty": 120 }, "departure": { "time": "1761238823", "uncertainty": 120 }, "stopId": "outkenn" }, { "arrival": { "time": "1761238929", "uncertainty": 120 }, "departure": { "time": "1761238929", "uncertainty": 120 }, "stopId": "outmds" }, { "departure": { "time": "1761237900", "uncertainty": 120 }, "stopId": "bsmcca11", "stopSequence": 1 }, { "arrival": { "time": "1761238026", "uncertainty": 120 }, "departure": { "time": "1761238026", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 2 }, { "arrival": { "time": "1761238140", "uncertainty": 120 }, "departure": { "time": "1761238140", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 3 }, { "arrival": { "time": "1761238290", "uncertainty": 120 }, "departure": { "time": "1761238290", "uncertainty": 120 }, "stopId": "bsmvie2", "stopSequence": 4 }, { "arrival": { "time": "1761238372", "uncertainty": 120 }, "departure": { "time": "1761238372", "uncertainty": 120 }, "stopId": "outsir", "stopSequence": 5 }, { "arrival": { "time": "1761238404", "uncertainty": 120 }, "departure": { "time": "1761238404", "uncertainty": 120 }, "stopId": "outnce", "stopSequence": 6 }, { "arrival": { "time": "1761238474", "uncertainty": 120 }, "departure": { "time": "1761238474", "uncertainty": 120 }, "stopId": "outlal", "stopSequence": 7 }, { "arrival": { "time": "1761238533", "uncertainty": 120 }, "departure": { "time": "1761238533", "uncertainty": 120 }, "stopId": "outlibe", "stopSequence": 8 }, { "arrival": { "time": "1761238603", "uncertainty": 120 }, "departure": { "time": "1761238603", "uncertainty": 120 }, "stopId": "outdeni", "stopSequence": 9 }, { "arrival": { "time": "1761238660", "uncertainty": 120 }, "departure": { "time": "1761238660", "uncertainty": 120 }, "stopId": "outpres", "stopSequence": 10 }, { "arrival": { "time": "1761238740", "uncertainty": 120 }, "departure": { "time": "1761238740", "uncertainty": 120 }, "stopId": "outplac", "stopSequence": 11 }, { "arrival": { "time": "1761238886", "uncertainty": 120 }, "departure": { "time": "1761238886", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outdela", "stopSequence": 12 }, { "arrival": { "time": "1761238936", "uncertainty": 120 }, "departure": { "time": "1761238936", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outeco", "stopSequence": 13 }, { "arrival": { "time": "1761239040", "uncertainty": 120 }, "departure": { "time": "1761239040", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outrena", "stopSequence": 14 }, { "arrival": { "time": "1761239111", "uncertainty": 120 }, "departure": { "time": "1761239111", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outpru2", "stopSequence": 15 }, { "arrival": { "time": "1761238968", "uncertainty": 120 }, "departure": { "time": "1761238968", "uncertainty": 120 }, "stopId": "outtil2", "stopSequence": 16 }, { "arrival": { "time": "1761239031", "uncertainty": 120 }, "departure": { "time": "1761239031", "uncertainty": 120 }, "stopId": "outorm", "stopSequence": 17 }, { "arrival": { "time": "1761239092", "uncertainty": 120 }, "departure": { "time": "1761239092", "uncertainty": 120 }, "stopId": "outpeu", "stopSequence": 18 }, { "arrival": { "time": "1761239174", "uncertainty": 120 }, "departure": { "time": "1761239174", "uncertainty": 120 }, "stopId": "outmont", "stopSequence": 19 }, { "arrival": { "time": "1761239338", "uncertainty": 120 }, "stopId": "outserv2", "stopSequence": 20 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "O", "scheduleRelationship": "SCHEDULED", "tripId": "21370075" } } }, { "id": "21370072", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761237000", "uncertainty": 120 }, "departure": { "time": "1761237000", "uncertainty": 120 }, "stopId": "outplac2" }, { "arrival": { "time": "1761237083", "uncertainty": 120 }, "departure": { "time": "1761237083", "uncertainty": 120 }, "stopId": "outkenn" }, { "arrival": { "time": "1761237189", "uncertainty": 120 }, "departure": { "time": "1761237189", "uncertainty": 120 }, "stopId": "outmds" }, { "departure": { "time": "1761236100", "uncertainty": 120 }, "stopId": "bsmcca11", "stopSequence": 1 }, { "arrival": { "time": "1761236226", "uncertainty": 120 }, "departure": { "time": "1761236226", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 2 }, { "arrival": { "time": "1761236340", "uncertainty": 120 }, "departure": { "time": "1761236340", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 3 }, { "arrival": { "time": "1761236505", "uncertainty": 120 }, "departure": { "time": "1761236505", "uncertainty": 120 }, "stopId": "bsmvie2", "stopSequence": 4 }, { "arrival": { "time": "1761236595", "uncertainty": 120 }, "departure": { "time": "1761236595", "uncertainty": 120 }, "stopId": "outsir", "stopSequence": 5 }, { "arrival": { "time": "1761236630", "uncertainty": 120 }, "departure": { "time": "1761236630", "uncertainty": 120 }, "stopId": "outnce", "stopSequence": 6 }, { "arrival": { "time": "1761236707", "uncertainty": 120 }, "departure": { "time": "1761236707", "uncertainty": 120 }, "stopId": "outlal", "stopSequence": 7 }, { "arrival": { "time": "1761236771", "uncertainty": 120 }, "departure": { "time": "1761236771", "uncertainty": 120 }, "stopId": "outlibe", "stopSequence": 8 }, { "arrival": { "time": "1761236848", "uncertainty": 120 }, "departure": { "time": "1761236848", "uncertainty": 120 }, "stopId": "outdeni", "stopSequence": 9 }, { "arrival": { "time": "1761236911", "uncertainty": 120 }, "departure": { "time": "1761236911", "uncertainty": 120 }, "stopId": "outpres", "stopSequence": 10 }, { "arrival": { "time": "1761237000", "uncertainty": 120 }, "departure": { "time": "1761237000", "uncertainty": 120 }, "stopId": "outplac", "stopSequence": 11 }, { "arrival": { "time": "1761237146", "uncertainty": 120 }, "departure": { "time": "1761237146", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outdela", "stopSequence": 12 }, { "arrival": { "time": "1761237196", "uncertainty": 120 }, "departure": { "time": "1761237196", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outeco", "stopSequence": 13 }, { "arrival": { "time": "1761237300", "uncertainty": 120 }, "departure": { "time": "1761237300", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outrena", "stopSequence": 14 }, { "arrival": { "time": "1761237371", "uncertainty": 120 }, "departure": { "time": "1761237371", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "outpru2", "stopSequence": 15 }, { "arrival": { "time": "1761237228", "uncertainty": 120 }, "departure": { "time": "1761237228", "uncertainty": 120 }, "stopId": "outtil2", "stopSequence": 16 }, { "arrival": { "time": "1761237291", "uncertainty": 120 }, "departure": { "time": "1761237291", "uncertainty": 120 }, "stopId": "outorm", "stopSequence": 17 }, { "arrival": { "time": "1761237352", "uncertainty": 120 }, "departure": { "time": "1761237352", "uncertainty": 120 }, "stopId": "outpeu", "stopSequence": 18 }, { "arrival": { "time": "1761237434", "uncertainty": 120 }, "departure": { "time": "1761237434", "uncertainty": 120 }, "stopId": "outmont", "stopSequence": 19 }, { "arrival": { "time": "1761237598", "uncertainty": 120 }, "stopId": "outserv2", "stopSequence": 20 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "O", "scheduleRelationship": "SCHEDULED", "tripId": "21370072" } } }, { "id": "21370073", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761236580", "uncertainty": 120 }, "stopId": "equmin", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "C", "scheduleRelationship": "SCHEDULED", "tripId": "21370073" } } }, { "id": "21323563", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761237720", "uncertainty": 120 }, "stopId": "smbwica", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "E", "scheduleRelationship": "SCHEDULED", "tripId": "21323563" } } }, { "id": "21323562", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761232922", "uncertainty": 120 }, "stopId": "smbwica", "stopSequence": 1 }, { "arrival": { "time": "1761232976", "uncertainty": 120 }, "departure": { "time": "1761232982", "uncertainty": 120 }, "stopId": "smbleon2", "stopSequence": 2 }, { "arrival": { "time": "1761233012", "uncertainty": 120 }, "departure": { "time": "1761233012", "uncertainty": 120 }, "stopId": "smbmoul2", "stopSequence": 3 }, { "arrival": { "time": "1761233042", "uncertainty": 120 }, "departure": { "time": "1761233042", "uncertainty": 120 }, "stopId": "smbbre2", "stopSequence": 4 }, { "arrival": { "time": "1761233199", "uncertainty": 120 }, "departure": { "time": "1761233222", "uncertainty": 120 }, "stopId": "smbdena2", "stopSequence": 5 }, { "arrival": { "time": "1761233282", "uncertainty": 120 }, "departure": { "time": "1761233282", "uncertainty": 120 }, "stopId": "smbcol1", "stopSequence": 6 }, { "arrival": { "time": "1761233312", "uncertainty": 120 }, "departure": { "time": "1761233312", "uncertainty": 120 }, "stopId": "smbmair", "stopSequence": 7 }, { "arrival": { "time": "1761233364", "uncertainty": 120 }, "departure": { "time": "1761233372", "uncertainty": 120 }, "stopId": "bsmjul1", "stopSequence": 8 }, { "arrival": { "time": "1761233444", "uncertainty": 120 }, "departure": { "time": "1761233492", "uncertainty": 120 }, "stopId": "bsmmaqu2", "stopSequence": 9 }, { "arrival": { "time": "1761233622", "uncertainty": 120 }, "departure": { "time": "1761233640", "uncertainty": 120 }, "stopId": "bsmsou", "stopSequence": 10 }, { "arrival": { "time": "1761233711", "uncertainty": 120 }, "departure": { "time": "1761233762", "uncertainty": 120 }, "stopId": "bsmstad2", "stopSequence": 11 }, { "arrival": { "time": "1761233792", "uncertainty": 120 }, "departure": { "time": "1761233822", "uncertainty": 120 }, "stopId": "bsmeurv2", "stopSequence": 12 }, { "arrival": { "time": "1761233912", "uncertainty": 120 }, "departure": { "time": "1761233940", "uncertainty": 120 }, "stopId": "bsmlyc2", "stopSequence": 13 }, { "arrival": { "time": "1761234107", "uncertainty": 120 }, "departure": { "time": "1761234121", "uncertainty": 120 }, "stopId": "bsmlumi", "stopSequence": 14 }, { "arrival": { "time": "1761234212", "uncertainty": 120 }, "departure": { "time": "1761234392", "uncertainty": 120 }, "stopId": "bsmc17a", "stopSequence": 15 }, { "arrival": { "time": "1761234462", "uncertainty": 120 }, "departure": { "time": "1761234482", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 16 }, { "arrival": { "time": "1761234567", "uncertainty": 120 }, "departure": { "time": "1761234600", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 17 }, { "arrival": { "time": "1761234767", "uncertainty": 120 }, "departure": { "time": "1761234782", "uncertainty": 120 }, "stopId": "smbarm3", "stopSequence": 18 }, { "arrival": { "time": "1761234883", "uncertainty": 120 }, "departure": { "time": "1761234963", "uncertainty": 120 }, "stopId": "leopite", "stopSequence": 19 }, { "arrival": { "time": "1761235106", "uncertainty": 120 }, "departure": { "time": "1761235143", "uncertainty": 120 }, "stopId": "outresu", "stopSequence": 20 }, { "arrival": { "time": "1761235218", "uncertainty": 120 }, "departure": { "time": "1761235218", "uncertainty": 120 }, "stopId": "outdes3", "stopSequence": 21 }, { "arrival": { "time": "1761235263", "uncertainty": 120 }, "departure": { "time": "1761235263", "uncertainty": 120 }, "stopId": "outedo2", "stopSequence": 22 }, { "arrival": { "time": "1761235297", "uncertainty": 120 }, "departure": { "time": "1761235297", "uncertainty": 120 }, "stopId": "outre2", "stopSequence": 23 }, { "arrival": { "time": "1761235338", "uncertainty": 120 }, "departure": { "time": "1761235338", "uncertainty": 120 }, "stopId": "outlagr", "stopSequence": 24 }, { "arrival": { "time": "1761235395", "uncertainty": 120 }, "departure": { "time": "1761235395", "uncertainty": 120 }, "stopId": "outman", "stopSequence": 25 }, { "arrival": { "time": "1761235432", "uncertainty": 120 }, "departure": { "time": "1761235432", "uncertainty": 120 }, "stopId": "sempar", "stopSequence": 26 }, { "arrival": { "time": "1761235486", "uncertainty": 120 }, "departure": { "time": "1761235486", "uncertainty": 120 }, "stopId": "semchat", "stopSequence": 27 }, { "arrival": { "time": "1761235519", "uncertainty": 120 }, "departure": { "time": "1761235519", "uncertainty": 120 }, "stopId": "semgau", "stopSequence": 28 }, { "arrival": { "time": "1761235569", "uncertainty": 120 }, "departure": { "time": "1761235569", "uncertainty": 120 }, "stopId": "semhaff", "stopSequence": 29 }, { "arrival": { "time": "1761235637", "uncertainty": 120 }, "departure": { "time": "1761235637", "uncertainty": 120 }, "stopId": "semmair2", "stopSequence": 30 }, { "arrival": { "time": "1761235688", "uncertainty": 120 }, "departure": { "time": "1761235688", "uncertainty": 120 }, "stopId": "semhesd", "stopSequence": 31 }, { "arrival": { "time": "1761235750", "uncertainty": 120 }, "departure": { "time": "1761235750", "uncertainty": 120 }, "stopId": "semcach", "stopSequence": 32 }, { "arrival": { "time": "1761235786", "uncertainty": 120 }, "departure": { "time": "1761235786", "uncertainty": 120 }, "stopId": "semcord2", "stopSequence": 33 }, { "arrival": { "time": "1761235837", "uncertainty": 120 }, "stopId": "semquen", "stopSequence": 34 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "E", "scheduleRelationship": "SCHEDULED", "tripId": "21323562" }, "vehicle": { "id": "193", "label": "193" } } }, { "id": "21370183", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761234194", "uncertainty": 120 }, "departure": { "time": "1761234194", "uncertainty": 120 }, "stopId": "wimmair2" }, { "arrival": { "time": "1761234473", "uncertainty": 120 }, "departure": { "time": "1761234473", "uncertainty": 120 }, "stopId": "wimsncf" }, { "arrival": { "time": "1761234557", "uncertainty": 120 }, "departure": { "time": "1761234571", "uncertainty": 120 }, "stopId": "wimmaur" }, { "departure": { "time": "1761233553", "uncertainty": 120 }, "stopId": "wimbast5", "stopSequence": 1 }, { "arrival": { "time": "1761233603", "uncertainty": 120 }, "departure": { "time": "1761233603", "uncertainty": 120 }, "stopId": "wimdebu2", "stopSequence": 2 }, { "arrival": { "time": "1761233643", "uncertainty": 120 }, "departure": { "time": "1761233643", "uncertainty": 120 }, "stopId": "wimgoun2", "stopSequence": 3 }, { "arrival": { "time": "1761233707", "uncertainty": 120 }, "departure": { "time": "1761233707", "uncertainty": 120 }, "stopId": "wimoffe2", "stopSequence": 4 }, { "arrival": { "time": "1761233733", "uncertainty": 120 }, "departure": { "time": "1761233733", "uncertainty": 120 }, "stopId": "wimmess2", "stopSequence": 5 }, { "arrival": { "time": "1761233805", "uncertainty": 120 }, "departure": { "time": "1761233805", "uncertainty": 120 }, "stopId": "wimchat2", "stopSequence": 6 }, { "arrival": { "time": "1761233879", "uncertainty": 120 }, "departure": { "time": "1761233884", "uncertainty": 120 }, "stopId": "wimcour2", "stopSequence": 7 }, { "arrival": { "time": "1761233968", "uncertainty": 120 }, "departure": { "time": "1761233968", "uncertainty": 120 }, "stopId": "wimnung2", "stopSequence": 8 }, { "arrival": { "time": "1761234033", "uncertainty": 120 }, "departure": { "time": "1761234033", "uncertainty": 120 }, "stopId": "wimair2", "stopSequence": 9 }, { "arrival": { "time": "1761234106", "uncertainty": 120 }, "departure": { "time": "1761234123", "uncertainty": 120 }, "stopId": "wimstad2", "stopSequence": 10 }, { "arrival": { "time": "1761234120", "uncertainty": 120 }, "departure": { "time": "1761234120", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmair", "stopSequence": 11 }, { "arrival": { "time": "1761234170", "uncertainty": 120 }, "departure": { "time": "1761234170", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimnapo2", "stopSequence": 12 }, { "arrival": { "time": "1761234211", "uncertainty": 120 }, "departure": { "time": "1761234211", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur2", "stopSequence": 13 }, { "arrival": { "time": "1761234628", "uncertainty": 120 }, "departure": { "time": "1761234639", "uncertainty": 120 }, "stopId": "wimjean2", "stopSequence": 14 }, { "arrival": { "time": "1761234746", "uncertainty": 120 }, "departure": { "time": "1761234746", "uncertainty": 120 }, "stopId": "wimhonv2", "stopSequence": 15 }, { "arrival": { "time": "1761234849", "uncertainty": 120 }, "departure": { "time": "1761234849", "uncertainty": 120 }, "stopId": "wimcrec", "stopSequence": 16 }, { "arrival": { "time": "1761234910", "uncertainty": 120 }, "departure": { "time": "1761234910", "uncertainty": 120 }, "stopId": "bsmlegi2", "stopSequence": 17 }, { "arrival": { "time": "1761234939", "uncertainty": 120 }, "departure": { "time": "1761234939", "uncertainty": 120 }, "stopId": "bsmbeuv2", "stopSequence": 18 }, { "arrival": { "time": "1761234973", "uncertainty": 120 }, "departure": { "time": "1761234973", "uncertainty": 120 }, "stopId": "bsmdesc2", "stopSequence": 19 }, { "arrival": { "time": "1761235029", "uncertainty": 120 }, "departure": { "time": "1761235029", "uncertainty": 120 }, "stopId": "bsmnaus2", "stopSequence": 20 }, { "arrival": { "time": "1761235101", "uncertainty": 120 }, "departure": { "time": "1761235101", "uncertainty": 120 }, "stopId": "bsmsurc2", "stopSequence": 21 }, { "arrival": { "time": "1761235149", "uncertainty": 120 }, "departure": { "time": "1761235149", "uncertainty": 120 }, "stopId": "bsmcci2", "stopSequence": 22 }, { "arrival": { "time": "1761235209", "uncertainty": 120 }, "departure": { "time": "1761235239", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 23 }, { "arrival": { "time": "1761235324", "uncertainty": 120 }, "departure": { "time": "1761235324", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 24 }, { "arrival": { "time": "1761235378", "uncertainty": 120 }, "departure": { "time": "1761235378", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 25 }, { "arrival": { "time": "1761235516", "uncertainty": 120 }, "departure": { "time": "1761235516", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 26 }, { "arrival": { "time": "1761235656", "uncertainty": 120 }, "departure": { "time": "1761235680", "uncertainty": 120 }, "stopId": "bsmc17a", "stopSequence": 27 }, { "arrival": { "time": "1761235757", "uncertainty": 120 }, "departure": { "time": "1761235757", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 28 }, { "arrival": { "time": "1761235836", "uncertainty": 120 }, "departure": { "time": "1761235836", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 29 }, { "arrival": { "time": "1761236008", "uncertainty": 120 }, "departure": { "time": "1761236008", "uncertainty": 120 }, "stopId": "outneuf2", "stopSequence": 30 }, { "arrival": { "time": "1761236077", "uncertainty": 120 }, "departure": { "time": "1761236077", "uncertainty": 120 }, "stopId": "outmai2", "stopSequence": 31 }, { "arrival": { "time": "1761236194", "uncertainty": 120 }, "departure": { "time": "1761236194", "uncertainty": 120 }, "stopId": "outkenn", "stopSequence": 32 }, { "arrival": { "time": "1761236255", "uncertainty": 120 }, "departure": { "time": "1761236255", "uncertainty": 120 }, "stopId": "outcol2", "stopSequence": 33 }, { "arrival": { "time": "1761236337", "uncertainty": 120 }, "departure": { "time": "1761236337", "uncertainty": 120 }, "stopId": "outmont", "stopSequence": 34 }, { "arrival": { "time": "1761236405", "uncertainty": 120 }, "departure": { "time": "1761236405", "uncertainty": 120 }, "stopId": "outdore", "stopSequence": 35 }, { "arrival": { "time": "1761236498", "uncertainty": 120 }, "stopId": "outbeet3", "stopSequence": 36 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "F", "scheduleRelationship": "SCHEDULED", "tripId": "21370183" }, "vehicle": { "id": "1198", "label": "1198" } } }, { "id": "21370190", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761237480", "uncertainty": 120 }, "stopId": "wimmair", "stopSequence": 1 }, { "arrival": { "time": "1761237558", "uncertainty": 120 }, "departure": { "time": "1761237558", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimnapo2", "stopSequence": 2 }, { "arrival": { "time": "1761237622", "uncertainty": 120 }, "departure": { "time": "1761237622", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur2", "stopSequence": 3 }, { "arrival": { "time": "1761237745", "uncertainty": 120 }, "departure": { "time": "1761237745", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimsncf2", "stopSequence": 4 }, { "arrival": { "time": "1761237840", "uncertainty": 120 }, "departure": { "time": "1761237840", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimcol2", "stopSequence": 5 }, { "arrival": { "time": "1761237800", "uncertainty": 120 }, "departure": { "time": "1761237800", "uncertainty": 120 }, "stopId": "wimplai2", "stopSequence": 6 }, { "arrival": { "time": "1761237897", "uncertainty": 120 }, "departure": { "time": "1761237897", "uncertainty": 120 }, "stopId": "wimetoi2", "stopSequence": 7 }, { "arrival": { "time": "1761237940", "uncertainty": 120 }, "departure": { "time": "1761237940", "uncertainty": 120 }, "stopId": "wimegli2", "stopSequence": 8 }, { "arrival": { "time": "1761237980", "uncertainty": 120 }, "departure": { "time": "1761237980", "uncertainty": 120 }, "stopId": "wimfont2", "stopSequence": 9 }, { "arrival": { "time": "1761238026", "uncertainty": 120 }, "departure": { "time": "1761238026", "uncertainty": 120 }, "stopId": "wimserg2", "stopSequence": 10 }, { "arrival": { "time": "1761238071", "uncertainty": 120 }, "departure": { "time": "1761238071", "uncertainty": 120 }, "stopId": "wimmont2", "stopSequence": 11 }, { "arrival": { "time": "1761238241", "uncertainty": 120 }, "departure": { "time": "1761238241", "uncertainty": 120 }, "stopId": "wimparc2", "stopSequence": 12 }, { "arrival": { "time": "1761238300", "uncertainty": 120 }, "departure": { "time": "1761238300", "uncertainty": 120 }, "stopId": "wimbons2", "stopSequence": 13 }, { "arrival": { "time": "1761238479", "uncertainty": 120 }, "departure": { "time": "1761238479", "uncertainty": 120 }, "stopId": "smbmogr2", "stopSequence": 14 }, { "arrival": { "time": "1761238615", "uncertainty": 120 }, "departure": { "time": "1761238615", "uncertainty": 120 }, "stopId": "smbjos1", "stopSequence": 15 }, { "arrival": { "time": "1761238672", "uncertainty": 120 }, "departure": { "time": "1761238672", "uncertainty": 120 }, "stopId": "smbjard", "stopSequence": 16 }, { "arrival": { "time": "1761238766", "uncertainty": 120 }, "departure": { "time": "1761238766", "uncertainty": 120 }, "stopId": "smbcal1", "stopSequence": 17 }, { "arrival": { "time": "1761238861", "uncertainty": 120 }, "departure": { "time": "1761238861", "uncertainty": 120 }, "stopId": "bsmduf1", "stopSequence": 18 }, { "arrival": { "time": "1761238975", "uncertainty": 120 }, "departure": { "time": "1761238975", "uncertainty": 120 }, "stopId": "bsmstm1", "stopSequence": 19 }, { "arrival": { "time": "1761239044", "uncertainty": 120 }, "departure": { "time": "1761239044", "uncertainty": 120 }, "stopId": "bsmnav1", "stopSequence": 20 }, { "arrival": { "time": "1761239206", "uncertainty": 120 }, "departure": { "time": "1761239206", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 21 }, { "arrival": { "time": "1761239312", "uncertainty": 120 }, "departure": { "time": "1761239312", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 22 }, { "arrival": { "time": "1761239398", "uncertainty": 120 }, "departure": { "time": "1761239398", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 23 }, { "arrival": { "time": "1761239530", "uncertainty": 120 }, "departure": { "time": "1761239530", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 24 }, { "arrival": { "time": "1761239635", "uncertainty": 120 }, "departure": { "time": "1761239700", "uncertainty": 120 }, "stopId": "bsmc17a", "stopSequence": 25 }, { "arrival": { "time": "1761239803", "uncertainty": 120 }, "departure": { "time": "1761239803", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 26 }, { "arrival": { "time": "1761239940", "uncertainty": 120 }, "departure": { "time": "1761239940", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 27 }, { "arrival": { "time": "1761240060", "uncertainty": 120 }, "departure": { "time": "1761240060", "uncertainty": 120 }, "stopId": "bsmieu2", "stopSequence": 28 }, { "arrival": { "time": "1761240168", "uncertainty": 120 }, "departure": { "time": "1761240168", "uncertainty": 120 }, "stopId": "bsmmba", "stopSequence": 29 }, { "arrival": { "time": "1761240248", "uncertainty": 120 }, "departure": { "time": "1761240248", "uncertainty": 120 }, "stopId": "lepcime", "stopSequence": 30 }, { "arrival": { "time": "1761240360", "uncertainty": 120 }, "departure": { "time": "1761240360", "uncertainty": 120 }, "stopId": "outlibe", "stopSequence": 31 }, { "arrival": { "time": "1761240443", "uncertainty": 120 }, "departure": { "time": "1761240443", "uncertainty": 120 }, "stopId": "outdeni4", "stopSequence": 32 }, { "arrival": { "time": "1761240475", "uncertainty": 120 }, "departure": { "time": "1761240475", "uncertainty": 120 }, "stopId": "lposan", "stopSequence": 33 }, { "arrival": { "time": "1761240567", "uncertainty": 120 }, "departure": { "time": "1761240567", "uncertainty": 120 }, "stopId": "outmou2", "stopSequence": 34 }, { "arrival": { "time": "1761240600", "uncertainty": 120 }, "departure": { "time": "1761240600", "uncertainty": 120 }, "stopId": "outbeet2", "stopSequence": 35 }, { "arrival": { "time": "1761240661", "uncertainty": 120 }, "departure": { "time": "1761240661", "uncertainty": 120 }, "stopId": "outdore2", "stopSequence": 36 }, { "arrival": { "time": "1761240780", "uncertainty": 120 }, "departure": { "time": "1761240780", "uncertainty": 120 }, "stopId": "outserv2", "stopSequence": 37 }, { "arrival": { "time": "1761240923", "uncertainty": 120 }, "departure": { "time": "1761240923", "uncertainty": 120 }, "stopId": "equrobi2", "stopSequence": 38 }, { "arrival": { "time": "1761240960", "uncertainty": 120 }, "departure": { "time": "1761240960", "uncertainty": 120 }, "stopId": "equace", "stopSequence": 39 }, { "arrival": { "time": "1761241003", "uncertainty": 120 }, "departure": { "time": "1761241003", "uncertainty": 120 }, "stopId": "equpale", "stopSequence": 40 }, { "arrival": { "time": "1761241080", "uncertainty": 120 }, "departure": { "time": "1761241080", "uncertainty": 120 }, "stopId": "equsta2", "stopSequence": 41 }, { "arrival": { "time": "1761241188", "uncertainty": 120 }, "departure": { "time": "1761241188", "uncertainty": 120 }, "stopId": "equpomp2", "stopSequence": 42 }, { "arrival": { "time": "1761241246", "uncertainty": 120 }, "departure": { "time": "1761241246", "uncertainty": 120 }, "stopId": "equdune", "stopSequence": 43 }, { "arrival": { "time": "1761241285", "uncertainty": 120 }, "departure": { "time": "1761241285", "uncertainty": 120 }, "stopId": "equbecq2", "stopSequence": 44 }, { "arrival": { "time": "1761241380", "uncertainty": 120 }, "stopId": "equplag2", "stopSequence": 45 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "A", "scheduleRelationship": "SCHEDULED", "tripId": "21370190" } } }, { "id": "21370191", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761236746", "uncertainty": 120 }, "departure": { "time": "1761236746", "uncertainty": 120 }, "stopId": "wimmair2" }, { "arrival": { "time": "1761237046", "uncertainty": 120 }, "departure": { "time": "1761237046", "uncertainty": 120 }, "stopId": "wimsncf" }, { "arrival": { "time": "1761237135", "uncertainty": 120 }, "departure": { "time": "1761237135", "uncertainty": 120 }, "stopId": "wimmaur" }, { "departure": { "time": "1761236100", "uncertainty": 120 }, "stopId": "wimbast5", "stopSequence": 1 }, { "arrival": { "time": "1761236138", "uncertainty": 120 }, "departure": { "time": "1761236138", "uncertainty": 120 }, "stopId": "wimdebu2", "stopSequence": 2 }, { "arrival": { "time": "1761236188", "uncertainty": 120 }, "departure": { "time": "1761236188", "uncertainty": 120 }, "stopId": "wimgoun2", "stopSequence": 3 }, { "arrival": { "time": "1761236252", "uncertainty": 120 }, "departure": { "time": "1761236252", "uncertainty": 120 }, "stopId": "wimoffe2", "stopSequence": 4 }, { "arrival": { "time": "1761236290", "uncertainty": 120 }, "departure": { "time": "1761236290", "uncertainty": 120 }, "stopId": "wimmess2", "stopSequence": 5 }, { "arrival": { "time": "1761236348", "uncertainty": 120 }, "departure": { "time": "1761236348", "uncertainty": 120 }, "stopId": "wimchat2", "stopSequence": 6 }, { "arrival": { "time": "1761236431", "uncertainty": 120 }, "departure": { "time": "1761236431", "uncertainty": 120 }, "stopId": "wimcour2", "stopSequence": 7 }, { "arrival": { "time": "1761236503", "uncertainty": 120 }, "departure": { "time": "1761236503", "uncertainty": 120 }, "stopId": "wimnung2", "stopSequence": 8 }, { "arrival": { "time": "1761236571", "uncertainty": 120 }, "departure": { "time": "1761236571", "uncertainty": 120 }, "stopId": "wimair2", "stopSequence": 9 }, { "arrival": { "time": "1761236650", "uncertainty": 120 }, "departure": { "time": "1761236650", "uncertainty": 120 }, "stopId": "wimstad2", "stopSequence": 10 }, { "arrival": { "time": "1761236760", "uncertainty": 120 }, "departure": { "time": "1761236760", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmair", "stopSequence": 11 }, { "arrival": { "time": "1761236806", "uncertainty": 120 }, "departure": { "time": "1761236806", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimnapo2", "stopSequence": 12 }, { "arrival": { "time": "1761236843", "uncertainty": 120 }, "departure": { "time": "1761236843", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "wimmaur2", "stopSequence": 13 }, { "arrival": { "time": "1761237174", "uncertainty": 120 }, "departure": { "time": "1761237174", "uncertainty": 120 }, "stopId": "wimjean2", "stopSequence": 14 }, { "arrival": { "time": "1761237257", "uncertainty": 120 }, "departure": { "time": "1761237257", "uncertainty": 120 }, "stopId": "wimhonv2", "stopSequence": 15 }, { "arrival": { "time": "1761237427", "uncertainty": 120 }, "departure": { "time": "1761237427", "uncertainty": 120 }, "stopId": "wimcrec", "stopSequence": 16 }, { "arrival": { "time": "1761237512", "uncertainty": 120 }, "departure": { "time": "1761237512", "uncertainty": 120 }, "stopId": "bsmlegi2", "stopSequence": 17 }, { "arrival": { "time": "1761237560", "uncertainty": 120 }, "departure": { "time": "1761237560", "uncertainty": 120 }, "stopId": "bsmbeuv2", "stopSequence": 18 }, { "arrival": { "time": "1761237611", "uncertainty": 120 }, "departure": { "time": "1761237611", "uncertainty": 120 }, "stopId": "bsmdesc2", "stopSequence": 19 }, { "arrival": { "time": "1761237674", "uncertainty": 120 }, "departure": { "time": "1761237674", "uncertainty": 120 }, "stopId": "bsmnaus2", "stopSequence": 20 }, { "arrival": { "time": "1761237715", "uncertainty": 120 }, "departure": { "time": "1761237715", "uncertainty": 120 }, "stopId": "bsmsurc2", "stopSequence": 21 }, { "arrival": { "time": "1761237782", "uncertainty": 120 }, "departure": { "time": "1761237782", "uncertainty": 120 }, "stopId": "bsmcci2", "stopSequence": 22 }, { "arrival": { "time": "1761237888", "uncertainty": 120 }, "departure": { "time": "1761237888", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 23 }, { "arrival": { "time": "1761237987", "uncertainty": 120 }, "departure": { "time": "1761237987", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 24 }, { "arrival": { "time": "1761238068", "uncertainty": 120 }, "departure": { "time": "1761238068", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 25 }, { "arrival": { "time": "1761238188", "uncertainty": 120 }, "departure": { "time": "1761238188", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 26 }, { "arrival": { "time": "1761238305", "uncertainty": 120 }, "departure": { "time": "1761238305", "uncertainty": 120 }, "stopId": "bsmc17a", "stopSequence": 27 }, { "arrival": { "time": "1761238408", "uncertainty": 120 }, "departure": { "time": "1761238408", "uncertainty": 120 }, "stopId": "bsmdaun2", "stopSequence": 28 }, { "arrival": { "time": "1761238540", "uncertainty": 120 }, "departure": { "time": "1761238540", "uncertainty": 120 }, "stopId": "bsmsncf2", "stopSequence": 29 }, { "arrival": { "time": "1761238709", "uncertainty": 120 }, "departure": { "time": "1761238709", "uncertainty": 120 }, "stopId": "outneuf2", "stopSequence": 30 }, { "arrival": { "time": "1761238777", "uncertainty": 120 }, "departure": { "time": "1761238777", "uncertainty": 120 }, "stopId": "outmai2", "stopSequence": 31 }, { "arrival": { "time": "1761238897", "uncertainty": 120 }, "departure": { "time": "1761238897", "uncertainty": 120 }, "stopId": "outkenn", "stopSequence": 32 }, { "arrival": { "time": "1761238958", "uncertainty": 120 }, "departure": { "time": "1761238958", "uncertainty": 120 }, "stopId": "outcol2", "stopSequence": 33 }, { "arrival": { "time": "1761239039", "uncertainty": 120 }, "departure": { "time": "1761239039", "uncertainty": 120 }, "stopId": "outmont", "stopSequence": 34 }, { "arrival": { "time": "1761239106", "uncertainty": 120 }, "departure": { "time": "1761239106", "uncertainty": 120 }, "stopId": "outdore", "stopSequence": 35 }, { "arrival": { "time": "1761239198", "uncertainty": 120 }, "stopId": "outbeet3", "stopSequence": 36 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "F", "scheduleRelationship": "SCHEDULED", "tripId": "21370191" } } }, { "id": "21323681", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761237000", "uncertainty": 120 }, "stopId": "bsmcca3", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "M2", "scheduleRelationship": "SCHEDULED", "tripId": "21323681" } } }, { "id": "21323688", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761237300", "uncertainty": 120 }, "stopId": "bsmcca3", "stopSequence": 1 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "M1", "scheduleRelationship": "SCHEDULED", "tripId": "21323688" } } }, { "id": "21323703", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761237625", "uncertainty": 120 }, "departure": { "time": "1761237625", "uncertainty": 120 }, "stopId": "bsmfem1" }, { "departure": { "time": "1761236400", "uncertainty": 120 }, "stopId": "bsmcca11", "stopSequence": 1 }, { "arrival": { "time": "1761236644", "uncertainty": 120 }, "departure": { "time": "1761236644", "uncertainty": 120 }, "stopId": "bsmdal1", "stopSequence": 2 }, { "arrival": { "time": "1761236760", "uncertainty": 120 }, "departure": { "time": "1761236760", "uncertainty": 120 }, "stopId": "bsmpalb", "stopSequence": 3 }, { "arrival": { "time": "1761236807", "uncertainty": 120 }, "departure": { "time": "1761236807", "uncertainty": 120 }, "stopId": "bsmedou", "stopSequence": 4 }, { "arrival": { "time": "1761236875", "uncertainty": 120 }, "departure": { "time": "1761236875", "uncertainty": 120 }, "stopId": "bsmeurv", "stopSequence": 5 }, { "arrival": { "time": "1761236940", "uncertainty": 120 }, "departure": { "time": "1761236940", "uncertainty": 120 }, "stopId": "bsmstad", "stopSequence": 6 }, { "arrival": { "time": "1761236994", "uncertainty": 120 }, "departure": { "time": "1761236994", "uncertainty": 120 }, "stopId": "bsmest", "stopSequence": 7 }, { "arrival": { "time": "1761237052", "uncertainty": 120 }, "departure": { "time": "1761237052", "uncertainty": 120 }, "stopId": "bsmvatre", "stopSequence": 8 }, { "arrival": { "time": "1761237093", "uncertainty": 120 }, "departure": { "time": "1761237093", "uncertainty": 120 }, "stopId": "bsmcenl", "stopSequence": 9 }, { "arrival": { "time": "1761237172", "uncertainty": 120 }, "departure": { "time": "1761237172", "uncertainty": 120 }, "stopId": "bsmbran3", "stopSequence": 10 }, { "arrival": { "time": "1761237240", "uncertainty": 120 }, "departure": { "time": "1761237240", "uncertainty": 120 }, "stopId": "smbgide", "stopSequence": 11 }, { "arrival": { "time": "1761237324", "uncertainty": 120 }, "departure": { "time": "1761237324", "uncertainty": 120 }, "stopId": "smbfbou", "stopSequence": 12 }, { "arrival": { "time": "1761237388", "uncertainty": 120 }, "departure": { "time": "1761237388", "uncertainty": 120 }, "stopId": "bsmrho", "stopSequence": 13 }, { "arrival": { "time": "1761237543", "uncertainty": 120 }, "departure": { "time": "1761237543", "uncertainty": 120 }, "stopId": "bsmval", "stopSequence": 14 }, { "arrival": { "time": "1761237621", "uncertainty": 120 }, "departure": { "time": "1761237621", "uncertainty": 120 }, "stopId": "bsmfem1", "stopSequence": 15 }, { "arrival": { "time": "1761237736", "uncertainty": 120 }, "departure": { "time": "1761237736", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmarc", "stopSequence": 16 }, { "arrival": { "time": "1761237767", "uncertainty": 120 }, "departure": { "time": "1761237767", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmbell", "stopSequence": 17 }, { "arrival": { "time": "1761237792", "uncertainty": 120 }, "departure": { "time": "1761237792", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmdocq", "stopSequence": 18 }, { "arrival": { "time": "1761237832", "uncertainty": 120 }, "departure": { "time": "1761237832", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmpane", "stopSequence": 19 }, { "arrival": { "time": "1761237900", "uncertainty": 120 }, "departure": { "time": "1761237900", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmqueh2", "stopSequence": 20 }, { "arrival": { "time": "1761237953", "uncertainty": 120 }, "departure": { "time": "1761237953", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmmont", "stopSequence": 21 }, { "arrival": { "time": "1761237819", "uncertainty": 120 }, "departure": { "time": "1761237819", "uncertainty": 120 }, "stopId": "bsmampe", "stopSequence": 22 }, { "arrival": { "time": "1761237884", "uncertainty": 120 }, "departure": { "time": "1761237884", "uncertainty": 120 }, "stopId": "bsmhfa", "stopSequence": 23 }, { "arrival": { "time": "1761237944", "uncertainty": 120 }, "departure": { "time": "1761237944", "uncertainty": 120 }, "stopId": "bsmcase", "stopSequence": 24 }, { "arrival": { "time": "1761238063", "uncertainty": 120 }, "departure": { "time": "1761238063", "uncertainty": 120 }, "stopId": "bsmsncf", "stopSequence": 25 }, { "arrival": { "time": "1761238166", "uncertainty": 120 }, "departure": { "time": "1761238166", "uncertainty": 120 }, "stopId": "bsmdaun", "stopSequence": 26 }, { "arrival": { "time": "1761238359", "uncertainty": 120 }, "stopId": "bsmcc11r", "stopSequence": 27 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "K2", "scheduleRelationship": "SCHEDULED", "tripId": "21323703" } } }, { "id": "21323698", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1761234753", "uncertainty": 120 }, "departure": { "time": "1761234753", "uncertainty": 120 }, "stopId": "bsmq12" }, { "arrival": { "time": "1761234753", "uncertainty": 120 }, "departure": { "time": "1761234753", "uncertainty": 120 }, "stopId": "bsmcc11r" }, { "arrival": { "time": "1761234757", "uncertainty": 120 }, "departure": { "time": "1761234757", "uncertainty": 120 }, "stopId": "bsmqu10" }, { "arrival": { "time": "1761234761", "uncertainty": 120 }, "departure": { "time": "1761234761", "uncertainty": 120 }, "stopId": "bsmcca9r" }, { "arrival": { "time": "1761234765", "uncertainty": 120 }, "departure": { "time": "1761234765", "uncertainty": 120 }, "stopId": "bsmcca8r" }, { "arrival": { "time": "1761234766", "uncertainty": 120 }, "departure": { "time": "1761234766", "uncertainty": 120 }, "stopId": "bsmcca7" }, { "arrival": { "time": "1761234874", "uncertainty": 120 }, "departure": { "time": "1761234874", "uncertainty": 120 }, "stopId": "bsmdute" }, { "arrival": { "time": "1761234906", "uncertainty": 120 }, "departure": { "time": "1761234916", "uncertainty": 120 }, "stopId": "bsmdal1" }, { "arrival": { "time": "1761234976", "uncertainty": 120 }, "departure": { "time": "1761234976", "uncertainty": 120 }, "stopId": "bsmdun2" }, { "arrival": { "time": "1761234976", "uncertainty": 120 }, "departure": { "time": "1761234976", "uncertainty": 120 }, "stopId": "bsmdune" }, { "arrival": { "time": "1761235096", "uncertainty": 120 }, "departure": { "time": "1761235096", "uncertainty": 120 }, "stopId": "bsmstm1" }, { "arrival": { "time": "1761235162", "uncertainty": 120 }, "departure": { "time": "1761235162", "uncertainty": 120 }, "stopId": "bsmnava2" }, { "departure": { "time": "1761234753", "uncertainty": 120 }, "stopId": "bsmcca11", "stopSequence": 1 }, { "arrival": { "time": "1761234782", "uncertainty": 120 }, "departure": { "time": "1761234782", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmpft1", "stopSequence": 2 }, { "arrival": { "time": "1761234878", "uncertainty": 120 }, "departure": { "time": "1761234878", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "bsmcoqu", "stopSequence": 3 }, { "arrival": { "time": "1761235167", "uncertainty": 120 }, "departure": { "time": "1761235167", "uncertainty": 120 }, "stopId": "bsmnava2", "stopSequence": 4 }, { "arrival": { "time": "1761235221", "uncertainty": 120 }, "departure": { "time": "1761235221", "uncertainty": 120 }, "stopId": "bsmstm2", "stopSequence": 5 }, { "arrival": { "time": "1761235287", "uncertainty": 120 }, "departure": { "time": "1761235287", "uncertainty": 120 }, "stopId": "bsmduf3", "stopSequence": 6 }, { "arrival": { "time": "1761235389", "uncertainty": 120 }, "departure": { "time": "1761235389", "uncertainty": 120 }, "stopId": "bsmbeau", "stopSequence": 7 }, { "arrival": { "time": "1761235453", "uncertainty": 120 }, "departure": { "time": "1761235453", "uncertainty": 120 }, "stopId": "bsmnorm2", "stopSequence": 8 }, { "arrival": { "time": "1761235512", "uncertainty": 120 }, "departure": { "time": "1761235512", "uncertainty": 120 }, "stopId": "bsmcalm2", "stopSequence": 9 }, { "arrival": { "time": "1761235565", "uncertainty": 120 }, "departure": { "time": "1761235565", "uncertainty": 120 }, "stopId": "bsmduga2", "stopSequence": 10 }, { "arrival": { "time": "1761235595", "uncertainty": 120 }, "departure": { "time": "1761235595", "uncertainty": 120 }, "stopId": "bsmflot2", "stopSequence": 11 }, { "arrival": { "time": "1761235629", "uncertainty": 120 }, "departure": { "time": "1761235629", "uncertainty": 120 }, "stopId": "bsmbaro", "stopSequence": 12 }, { "arrival": { "time": "1761235739", "uncertainty": 120 }, "departure": { "time": "1761235739", "uncertainty": 120 }, "stopId": "bsmpier2", "stopSequence": 13 }, { "arrival": { "time": "1761235895", "uncertainty": 120 }, "departure": { "time": "1761235895", "uncertainty": 120 }, "stopId": "bsmsgen2", "stopSequence": 14 }, { "arrival": { "time": "1761235983", "uncertainty": 120 }, "departure": { "time": "1761235983", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 15 }, { "arrival": { "time": "1761236036", "uncertainty": 120 }, "departure": { "time": "1761236036", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 16 }, { "arrival": { "time": "1761236138", "uncertainty": 120 }, "stopId": "bsmcc11r", "stopSequence": 17 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "K1", "scheduleRelationship": "SCHEDULED", "tripId": "21323698" }, "vehicle": { "id": "213", "label": "213" } } }, { "id": "21323708", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761234392", "uncertainty": 120 }, "stopId": "bsmcca3", "stopSequence": 1 }, { "arrival": { "time": "1761234452", "uncertainty": 120 }, "departure": { "time": "1761234452", "uncertainty": 120 }, "stopId": "bsmpft1", "stopSequence": 2 }, { "arrival": { "time": "1761234542", "uncertainty": 120 }, "departure": { "time": "1761234542", "uncertainty": 120 }, "stopId": "bsmepe", "stopSequence": 3 }, { "arrival": { "time": "1761234597", "uncertainty": 120 }, "departure": { "time": "1761234597", "uncertainty": 120 }, "stopId": "bsment", "stopSequence": 4 }, { "arrival": { "time": "1761234630", "uncertainty": 120 }, "departure": { "time": "1761234662", "uncertainty": 120 }, "stopId": "bsmres1", "stopSequence": 5 }, { "arrival": { "time": "1761234701", "uncertainty": 120 }, "departure": { "time": "1761234701", "uncertainty": 120 }, "stopId": "bsmdamr", "stopSequence": 6 }, { "arrival": { "time": "1761234752", "uncertainty": 120 }, "departure": { "time": "1761234752", "uncertainty": 120 }, "stopId": "bsmblum3", "stopSequence": 7 }, { "arrival": { "time": "1761234842", "uncertainty": 120 }, "departure": { "time": "1761234842", "uncertainty": 120 }, "stopId": "bsmseli", "stopSequence": 8 }, { "arrival": { "time": "1761234872", "uncertainty": 120 }, "departure": { "time": "1761234872", "uncertainty": 120 }, "stopId": "outcrow", "stopSequence": 9 }, { "arrival": { "time": "1761234900", "uncertainty": 120 }, "departure": { "time": "1761234900", "uncertainty": 120 }, "stopId": "outre1", "stopSequence": 10 }, { "arrival": { "time": "1761235041", "uncertainty": 120 }, "departure": { "time": "1761235112", "uncertainty": 120 }, "stopId": "outresu2", "stopSequence": 11 }, { "arrival": { "time": "1761235232", "uncertainty": 120 }, "departure": { "time": "1761235232", "uncertainty": 120 }, "stopId": "leopite2", "stopSequence": 12 }, { "arrival": { "time": "1761235304", "uncertainty": 120 }, "departure": { "time": "1761235304", "uncertainty": 120 }, "stopId": "smbappo", "stopSequence": 13 }, { "arrival": { "time": "1761235361", "uncertainty": 120 }, "departure": { "time": "1761235361", "uncertainty": 120 }, "stopId": "smborme", "stopSequence": 14 }, { "arrival": { "time": "1761235393", "uncertainty": 120 }, "departure": { "time": "1761235393", "uncertainty": 120 }, "stopId": "smbcite", "stopSequence": 15 }, { "arrival": { "time": "1761235442", "uncertainty": 120 }, "departure": { "time": "1761235442", "uncertainty": 120 }, "stopId": "smbostr", "stopSequence": 16 }, { "arrival": { "time": "1761235493", "uncertainty": 120 }, "departure": { "time": "1761235493", "uncertainty": 120 }, "stopId": "smbcite2", "stopSequence": 17 }, { "arrival": { "time": "1761235546", "uncertainty": 120 }, "departure": { "time": "1761235546", "uncertainty": 120 }, "stopId": "smborme2", "stopSequence": 18 }, { "arrival": { "time": "1761235596", "uncertainty": 120 }, "departure": { "time": "1761235596", "uncertainty": 120 }, "stopId": "smbappo2", "stopSequence": 19 }, { "arrival": { "time": "1761235688", "uncertainty": 120 }, "departure": { "time": "1761235688", "uncertainty": 120 }, "stopId": "smbplat", "stopSequence": 20 }, { "arrival": { "time": "1761235729", "uncertainty": 120 }, "departure": { "time": "1761235729", "uncertainty": 120 }, "stopId": "bsmmade2", "stopSequence": 21 }, { "arrival": { "time": "1761235766", "uncertainty": 120 }, "departure": { "time": "1761235766", "uncertainty": 120 }, "stopId": "bsmros1", "stopSequence": 22 }, { "arrival": { "time": "1761235814", "uncertainty": 120 }, "departure": { "time": "1761235814", "uncertainty": 120 }, "stopId": "bsmhenn3", "stopSequence": 23 }, { "arrival": { "time": "1761235912", "uncertainty": 120 }, "departure": { "time": "1761235912", "uncertainty": 120 }, "stopId": "bsmaug2", "stopSequence": 24 }, { "arrival": { "time": "1761235992", "uncertainty": 120 }, "departure": { "time": "1761235992", "uncertainty": 120 }, "stopId": "bsmlumi", "stopSequence": 25 }, { "arrival": { "time": "1761236098", "uncertainty": 120 }, "stopId": "bsmcca3r", "stopSequence": 26 } ], "timestamp": "1761235304", "trip": { "directionId": 1, "routeId": "M1", "scheduleRelationship": "SCHEDULED", "tripId": "21323708" }, "vehicle": { "id": "215", "label": "215" } } }, { "id": "21323711", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1761233403", "uncertainty": 120 }, "stopId": "bsmcca3", "stopSequence": 1 }, { "arrival": { "time": "1761233542", "uncertainty": 120 }, "departure": { "time": "1761233614", "uncertainty": 120 }, "stopId": "bsmdute", "stopSequence": 2 }, { "arrival": { "time": "1761233658", "uncertainty": 120 }, "departure": { "time": "1761233674", "uncertainty": 120 }, "stopId": "bsmlumi2", "stopSequence": 3 }, { "arrival": { "time": "1761233764", "uncertainty": 120 }, "departure": { "time": "1761233764", "uncertainty": 120 }, "stopId": "bsmaug1", "stopSequence": 4 }, { "arrival": { "time": "1761233851", "uncertainty": 120 }, "departure": { "time": "1761233916", "uncertainty": 120 }, "stopId": "bsmhenn2", "stopSequence": 5 }, { "arrival": { "time": "1761233973", "uncertainty": 120 }, "departure": { "time": "1761233977", "uncertainty": 120 }, "stopId": "bsmros2", "stopSequence": 6 }, { "arrival": { "time": "1761234036", "uncertainty": 120 }, "departure": { "time": "1761234036", "uncertainty": 120 }, "stopId": "bsmmade", "stopSequence": 7 }, { "arrival": { "time": "1761234122", "uncertainty": 120 }, "departure": { "time": "1761234127", "uncertainty": 120 }, "stopId": "smbplat2", "stopSequence": 8 }, { "arrival": { "time": "1761234216", "uncertainty": 120 }, "departure": { "time": "1761234216", "uncertainty": 120 }, "stopId": "smbappo", "stopSequence": 9 }, { "arrival": { "time": "1761234271", "uncertainty": 120 }, "departure": { "time": "1761234271", "uncertainty": 120 }, "stopId": "smborme", "stopSequence": 10 }, { "arrival": { "time": "1761234302", "uncertainty": 120 }, "departure": { "time": "1761234306", "uncertainty": 120 }, "stopId": "smbcite", "stopSequence": 11 }, { "arrival": { "time": "1761234357", "uncertainty": 120 }, "departure": { "time": "1761234397", "uncertainty": 120 }, "stopId": "smbostr", "stopSequence": 12 }, { "arrival": { "time": "1761234450", "uncertainty": 120 }, "departure": { "time": "1761234457", "uncertainty": 120 }, "stopId": "smbcite2", "stopSequence": 13 }, { "arrival": { "time": "1761234510", "uncertainty": 120 }, "departure": { "time": "1761234510", "uncertainty": 120 }, "stopId": "smborme2", "stopSequence": 14 }, { "arrival": { "time": "1761234559", "uncertainty": 120 }, "departure": { "time": "1761234559", "uncertainty": 120 }, "stopId": "smbappo2", "stopSequence": 15 }, { "arrival": { "time": "1761234637", "uncertainty": 120 }, "departure": { "time": "1761234637", "uncertainty": 120 }, "stopId": "leopite", "stopSequence": 16 }, { "arrival": { "time": "1761234861", "uncertainty": 120 }, "departure": { "time": "1761234907", "uncertainty": 120 }, "stopId": "outresu2", "stopSequence": 17 }, { "arrival": { "time": "1761235057", "uncertainty": 120 }, "departure": { "time": "1761235057", "uncertainty": 120 }, "stopId": "outre12", "stopSequence": 18 }, { "arrival": { "time": "1761235087", "uncertainty": 120 }, "departure": { "time": "1761235087", "uncertainty": 120 }, "stopId": "outcrow2", "stopSequence": 19 }, { "arrival": { "time": "1761235117", "uncertainty": 120 }, "departure": { "time": "1761235117", "uncertainty": 120 }, "stopId": "bsmseli2", "stopSequence": 20 }, { "arrival": { "time": "1761235173", "uncertainty": 120 }, "departure": { "time": "1761235267", "uncertainty": 120 }, "stopId": "bsmblum4", "stopSequence": 21 }, { "arrival": { "time": "1761235356", "uncertainty": 120 }, "departure": { "time": "1761235356", "uncertainty": 120 }, "stopId": "bsmdamr2", "stopSequence": 22 }, { "arrival": { "time": "1761235423", "uncertainty": 120 }, "departure": { "time": "1761235423", "uncertainty": 120 }, "stopId": "bsmres2", "stopSequence": 23 }, { "arrival": { "time": "1761235554", "uncertainty": 120 }, "stopId": "bsmcca3r", "stopSequence": 24 } ], "timestamp": "1761235304", "trip": { "directionId": 0, "routeId": "M2", "scheduleRelationship": "SCHEDULED", "tripId": "21323711" }, "vehicle": { "id": "211", "label": "211" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1761235304" } }