Détails de la ressource

Nom du fichier : Réseau Alternéo - RT - service Trip Update
Format : gtfs-rt

Flux GTFS-RT service Trip Update

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

Disponibilité au téléchargement

01/12/2025
100%
02/12/2025
100%
03/12/2025
100%
04/12/2025
100%
05/12/2025
100%
06/12/2025
100%
07/12/2025
100%
08/12/2025
100%
09/12/2025
100%
10/12/2025
100%
11/12/2025
100%
12/12/2025
100%
13/12/2025
100%
14/12/2025
100%
15/12/2025
100%
16/12/2025
100%
17/12/2025
100%
18/12/2025
100%
19/12/2025
100%
20/12/2025
100%
21/12/2025
100%
22/12/2025
100%
23/12/2025
100%
24/12/2025
100%
25/12/2025
100%
26/12/2025
100%
27/12/2025
100%
28/12/2025
100%
29/12/2025
100%
30/12/2025
100%
31/12/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

22 erreurs, 177 avertissements

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 30/12/2025 à 08h06 Europe/Paris avec le validateur GTFS-RT de MobilityData.

Erreurs

stop_times_updates not strictly sorted E002 2 erreurs

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

Exemples d'erreurs
  • trip_id 2_21036492 stop_sequence [9, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48] is not strictly sorted by increasing stop_sequence
  • trip_id 2_21036491 stop_sequence [9, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48] is not strictly sorted by increasing stop_sequence

Sequential stop_time_update times are not increasing E022 20 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 2_21032145 stop_sequence 46 arrival_time 11:04:31 (1767078271) is equal to previous stop arrival_time 11:04:31 (1767078271) - times must increase between two sequential stops
  • trip_id 2_21032145 stop_sequence 46 arrival_time 11:04:31 (1767078271) is equal to previous stop departure_time 11:04:31 (1767078271) - times must increase between two sequential stops
  • trip_id 2_21032145 stop_sequence 46 departure_time 11:04:31 (1767078271) is equal to previous stop departure_time 11:04:31 (1767078271) - times must increase between two sequential stops
  • trip_id 2_21032145 stop_sequence 46 departure_time 11:04:31 (1767078271) is equal to previous stop arrival_time 11:04:31 (1767078271) - times must increase between two sequential stops
  • trip_id 2_21036492 stop_sequence 1 departure_time 11:05:12 (1767078312) is less than previous stop departure_time 11:30:01 (1767079801) - times must increase between two sequential stops

Avertissements

timestamp not populated W001 109 erreurs

Timestamps should be populated for all elements

Exemples d'erreurs
  • trip_id 2_21036410 does not have a timestamp
  • trip_id 2_21025302 does not have a timestamp
  • trip_id 2_21036511 does not have a timestamp
  • trip_id 2_21036510 does not have a timestamp
  • trip_id 2_21036509 does not have a timestamp

vehicle_id not populated W002 68 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id 2_21036410 does not have a vehicle_id
  • trip_id 2_21025302 does not have a vehicle_id
  • trip_id 2_21036511 does not have a vehicle_id
  • trip_id 2_21036510 does not have a vehicle_id
  • trip_id 2_21036407 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 101 29 fois (97 % des validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 1 438 29 fois (97 % des validations)
W001 Timestamps should be populated for all elements 2 921 29 fois (97 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 1 911 29 fois (97 % 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 (27 % 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 8 2 fois (7 % des validations)
E025 Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. 1 1 fois (3 % des validations)
W008 The data in a GTFS-realtime feed should always be less than one minute old 1 1 fois (3 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 31/12/2025 à 06h32 Europe/Paris.

trip_updates (101) 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 31/12/2025 à 06h32 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "1031669", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161400" }, "stopId": "0:01630P", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1140", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031669" } } }, { "id": "1027572", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159163", "uncertainty": 120 }, "stopId": "0:07140C", "stopSequence": 1 }, { "arrival": { "time": "1767159318", "uncertainty": 120 }, "departure": { "time": "1767159318", "uncertainty": 120 }, "stopId": "0:05025P", "stopSequence": 2 }, { "arrival": { "time": "1767159362", "uncertainty": 120 }, "departure": { "time": "1767159362", "uncertainty": 120 }, "stopId": "0:07045P", "stopSequence": 3 }, { "arrival": { "time": "1767159454", "uncertainty": 120 }, "departure": { "time": "1767159454", "uncertainty": 120 }, "stopId": "0:05080P", "stopSequence": 4 }, { "arrival": { "time": "1767159473", "uncertainty": 120 }, "departure": { "time": "1767159473", "uncertainty": 120 }, "stopId": "0:05080C", "stopSequence": 5 }, { "arrival": { "time": "1767159574", "uncertainty": 120 }, "departure": { "time": "1767159574", "uncertainty": 120 }, "stopId": "0:05070C", "stopSequence": 6 }, { "arrival": { "time": "1767159626", "uncertainty": 120 }, "departure": { "time": "1767159626", "uncertainty": 120 }, "stopId": "0:05060C", "stopSequence": 7 }, { "arrival": { "time": "1767159689", "uncertainty": 120 }, "departure": { "time": "1767159689", "uncertainty": 120 }, "stopId": "0:07030C", "stopSequence": 8 }, { "arrival": { "time": "1767159747", "uncertainty": 120 }, "departure": { "time": "1767159747", "uncertainty": 120 }, "stopId": "0:05030C", "stopSequence": 9 }, { "arrival": { "time": "1767159855", "uncertainty": 120 }, "departure": { "time": "1767159855", "uncertainty": 120 }, "stopId": "0:05020C", "stopSequence": 10 }, { "arrival": { "time": "1767159909", "uncertainty": 120 }, "departure": { "time": "1767159909", "uncertainty": 120 }, "stopId": "0:07055C", "stopSequence": 11 }, { "arrival": { "time": "1767159969", "uncertainty": 120 }, "departure": { "time": "1767159969", "uncertainty": 120 }, "stopId": "0:07065C", "stopSequence": 12 }, { "arrival": { "time": "1767160025", "uncertainty": 120 }, "departure": { "time": "1767160025", "uncertainty": 120 }, "stopId": "0:07070C", "stopSequence": 13 }, { "arrival": { "time": "1767160055", "uncertainty": 120 }, "departure": { "time": "1767160055", "uncertainty": 120 }, "stopId": "0:07075C", "stopSequence": 14 }, { "arrival": { "time": "1767160114", "uncertainty": 120 }, "departure": { "time": "1767160114", "uncertainty": 120 }, "stopId": "0:07085C", "stopSequence": 15 }, { "arrival": { "time": "1767160160", "uncertainty": 120 }, "departure": { "time": "1767160160", "uncertainty": 120 }, "stopId": "0:01285P", "stopSequence": 16 }, { "arrival": { "time": "1767160239", "uncertainty": 120 }, "departure": { "time": "1767160239", "uncertainty": 120 }, "stopId": "0:07095C", "stopSequence": 17 }, { "arrival": { "time": "1767160293", "uncertainty": 120 }, "departure": { "time": "1767160293", "uncertainty": 120 }, "stopId": "0:07106C", "stopSequence": 18 }, { "arrival": { "time": "1767160371", "uncertainty": 120 }, "departure": { "time": "1767160371", "uncertainty": 120 }, "stopId": "0:07107C", "stopSequence": 19 }, { "arrival": { "time": "1767160455", "uncertainty": 120 }, "departure": { "time": "1767160455", "uncertainty": 120 }, "stopId": "0:19050C", "stopSequence": 20 }, { "arrival": { "time": "1767160646", "uncertainty": 120 }, "departure": { "time": "1767160646", "uncertainty": 120 }, "stopId": "0:07135C", "stopSequence": 21 }, { "arrival": { "time": "1767160703", "uncertainty": 120 }, "departure": { "time": "1767160703", "uncertainty": 120 }, "stopId": "0:09310C", "stopSequence": 22 }, { "arrival": { "time": "1767160755", "uncertainty": 120 }, "departure": { "time": "1767160755", "uncertainty": 120 }, "stopId": "0:07145C", "stopSequence": 23 }, { "arrival": { "time": "1767160796", "uncertainty": 120 }, "departure": { "time": "1767160796", "uncertainty": 120 }, "stopId": "0:07065P", "stopSequence": 24 }, { "arrival": { "time": "1767160878", "uncertainty": 120 }, "departure": { "time": "1767160878", "uncertainty": 120 }, "stopId": "0:07055P", "stopSequence": 25 }, { "arrival": { "time": "1767160935", "uncertainty": 120 }, "departure": { "time": "1767160935", "uncertainty": 120 }, "stopId": "0:05020P", "stopSequence": 26 }, { "arrival": { "time": "1767161024", "uncertainty": 120 }, "departure": { "time": "1767161024", "uncertainty": 120 }, "stopId": "0:05030P", "stopSequence": 27 }, { "arrival": { "time": "1767161067", "uncertainty": 120 }, "departure": { "time": "1767161067", "uncertainty": 120 }, "stopId": "0:07030P", "stopSequence": 28 }, { "arrival": { "time": "1767161112", "uncertainty": 120 }, "departure": { "time": "1767161112", "uncertainty": 120 }, "stopId": "0:05060P", "stopSequence": 29 }, { "arrival": { "time": "1767161161", "uncertainty": 120 }, "departure": { "time": "1767161161", "uncertainty": 120 }, "stopId": "0:05070P", "stopSequence": 30 }, { "arrival": { "time": "1767161251", "uncertainty": 120 }, "departure": { "time": "1767161251", "uncertainty": 120 }, "stopId": "0:05080P", "stopSequence": 31 }, { "arrival": { "time": "1767161288", "uncertainty": 120 }, "departure": { "time": "1767161288", "uncertainty": 120 }, "stopId": "0:05080C", "stopSequence": 32 }, { "arrival": { "time": "1767161353", "uncertainty": 120 }, "departure": { "time": "1767161353", "uncertainty": 120 }, "stopId": "0:07045C", "stopSequence": 33 }, { "arrival": { "time": "1767161399", "uncertainty": 120 }, "departure": { "time": "1767161399", "uncertainty": 120 }, "stopId": "0:05025C", "stopSequence": 34 }, { "arrival": { "time": "1767161535", "uncertainty": 120 }, "stopId": "0:07140C", "stopSequence": 35 } ], "trip": { "directionId": 0, "routeId": "1160", "scheduleRelationship": "SCHEDULED", "tripId": "2_31027572" }, "vehicle": { "id": "176", "label": "176" } } }, { "id": "1027571", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767157500", "uncertainty": 120 }, "stopId": "0:07140C", "stopSequence": 1 }, { "arrival": { "time": "1767157622", "uncertainty": 120 }, "departure": { "time": "1767157622", "uncertainty": 120 }, "stopId": "0:05025P", "stopSequence": 2 }, { "arrival": { "time": "1767157675", "uncertainty": 120 }, "departure": { "time": "1767157675", "uncertainty": 120 }, "stopId": "0:07045P", "stopSequence": 3 }, { "arrival": { "time": "1767157738", "uncertainty": 120 }, "departure": { "time": "1767157738", "uncertainty": 120 }, "stopId": "0:05080P", "stopSequence": 4 }, { "arrival": { "time": "1767157755", "uncertainty": 120 }, "departure": { "time": "1767157755", "uncertainty": 120 }, "stopId": "0:05080C", "stopSequence": 5 }, { "arrival": { "time": "1767157832", "uncertainty": 120 }, "departure": { "time": "1767157832", "uncertainty": 120 }, "stopId": "0:05070C", "stopSequence": 6 }, { "arrival": { "time": "1767157892", "uncertainty": 120 }, "departure": { "time": "1767157892", "uncertainty": 120 }, "stopId": "0:05060C", "stopSequence": 7 }, { "arrival": { "time": "1767157951", "uncertainty": 120 }, "departure": { "time": "1767157951", "uncertainty": 120 }, "stopId": "0:07030C", "stopSequence": 8 }, { "arrival": { "time": "1767158011", "uncertainty": 120 }, "departure": { "time": "1767158011", "uncertainty": 120 }, "stopId": "0:05030C", "stopSequence": 9 }, { "arrival": { "time": "1767158092", "uncertainty": 120 }, "departure": { "time": "1767158102", "uncertainty": 120 }, "stopId": "0:05020C", "stopSequence": 10 }, { "arrival": { "time": "1767158142", "uncertainty": 120 }, "departure": { "time": "1767158142", "uncertainty": 120 }, "stopId": "0:07055C", "stopSequence": 11 }, { "arrival": { "time": "1767158191", "uncertainty": 120 }, "departure": { "time": "1767158191", "uncertainty": 120 }, "stopId": "0:07065C", "stopSequence": 12 }, { "arrival": { "time": "1767158240", "uncertainty": 120 }, "departure": { "time": "1767158251", "uncertainty": 120 }, "stopId": "0:07070C", "stopSequence": 13 }, { "arrival": { "time": "1767158281", "uncertainty": 120 }, "departure": { "time": "1767158281", "uncertainty": 120 }, "stopId": "0:07075C", "stopSequence": 14 }, { "arrival": { "time": "1767158311", "uncertainty": 120 }, "departure": { "time": "1767158311", "uncertainty": 120 }, "stopId": "0:07085C", "stopSequence": 15 }, { "arrival": { "time": "1767158365", "uncertainty": 120 }, "departure": { "time": "1767158371", "uncertainty": 120 }, "stopId": "0:01285P", "stopSequence": 16 }, { "arrival": { "time": "1767158439", "uncertainty": 120 }, "departure": { "time": "1767158439", "uncertainty": 120 }, "stopId": "0:07095C", "stopSequence": 17 }, { "arrival": { "time": "1767158503", "uncertainty": 120 }, "departure": { "time": "1767158535", "uncertainty": 120 }, "stopId": "0:07106C", "stopSequence": 18 }, { "arrival": { "time": "1767158613", "uncertainty": 120 }, "departure": { "time": "1767158613", "uncertainty": 120 }, "stopId": "0:07107C", "stopSequence": 19 }, { "arrival": { "time": "1767158664", "uncertainty": 120 }, "departure": { "time": "1767158745", "uncertainty": 120 }, "stopId": "0:19050C", "stopSequence": 20 }, { "arrival": { "time": "1767158864", "uncertainty": 120 }, "departure": { "time": "1767158864", "uncertainty": 120 }, "stopId": "0:07135C", "stopSequence": 21 }, { "arrival": { "time": "1767158925", "uncertainty": 120 }, "departure": { "time": "1767158925", "uncertainty": 120 }, "stopId": "0:09310C", "stopSequence": 22 }, { "arrival": { "time": "1767158950", "uncertainty": 120 }, "departure": { "time": "1767158950", "uncertainty": 120 }, "stopId": "0:07145C", "stopSequence": 23 }, { "arrival": { "time": "1767158954", "uncertainty": 120 }, "departure": { "time": "1767158954", "uncertainty": 120 }, "stopId": "0:07065P", "stopSequence": 24 }, { "arrival": { "time": "1767159014", "uncertainty": 120 }, "departure": { "time": "1767159014", "uncertainty": 120 }, "stopId": "0:07055P", "stopSequence": 25 }, { "arrival": { "time": "1767159068", "uncertainty": 120 }, "departure": { "time": "1767159106", "uncertainty": 120 }, "stopId": "0:05020P", "stopSequence": 26 }, { "arrival": { "time": "1767159203", "uncertainty": 120 }, "departure": { "time": "1767159203", "uncertainty": 120 }, "stopId": "0:05030P", "stopSequence": 27 }, { "arrival": { "time": "1767159246", "uncertainty": 120 }, "departure": { "time": "1767159246", "uncertainty": 120 }, "stopId": "0:07030P", "stopSequence": 28 }, { "arrival": { "time": "1767159291", "uncertainty": 120 }, "departure": { "time": "1767159291", "uncertainty": 120 }, "stopId": "0:05060P", "stopSequence": 29 }, { "arrival": { "time": "1767159340", "uncertainty": 120 }, "departure": { "time": "1767159340", "uncertainty": 120 }, "stopId": "0:05070P", "stopSequence": 30 }, { "arrival": { "time": "1767159430", "uncertainty": 120 }, "departure": { "time": "1767159430", "uncertainty": 120 }, "stopId": "0:05080P", "stopSequence": 31 }, { "arrival": { "time": "1767159449", "uncertainty": 120 }, "departure": { "time": "1767159449", "uncertainty": 120 }, "stopId": "0:05080C", "stopSequence": 32 }, { "arrival": { "time": "1767159514", "uncertainty": 120 }, "departure": { "time": "1767159514", "uncertainty": 120 }, "stopId": "0:07045C", "stopSequence": 33 }, { "arrival": { "time": "1767159554", "uncertainty": 120 }, "departure": { "time": "1767159554", "uncertainty": 120 }, "stopId": "0:05025C", "stopSequence": 34 }, { "arrival": { "time": "1767159690", "uncertainty": 120 }, "stopId": "0:07140C", "stopSequence": 35 } ], "trip": { "directionId": 0, "routeId": "1160", "scheduleRelationship": "SCHEDULED", "tripId": "2_31027571" }, "vehicle": { "id": "177", "label": "177" } } }, { "id": "1027596", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159096", "uncertainty": 120 }, "stopId": "0:12765C", "stopSequence": 1 }, { "arrival": { "time": "1767159106", "uncertainty": 120 }, "departure": { "time": "1767159106", "uncertainty": 120 }, "stopId": "0:12760C", "stopSequence": 2 }, { "arrival": { "time": "1767159127", "uncertainty": 120 }, "departure": { "time": "1767159127", "uncertainty": 120 }, "stopId": "0:12755C", "stopSequence": 3 }, { "arrival": { "time": "1767159146", "uncertainty": 120 }, "departure": { "time": "1767159146", "uncertainty": 120 }, "stopId": "0:12750C", "stopSequence": 4 }, { "arrival": { "time": "1767159200", "uncertainty": 120 }, "departure": { "time": "1767159200", "uncertainty": 120 }, "stopId": "0:12410C", "stopSequence": 5 }, { "arrival": { "time": "1767159259", "uncertainty": 120 }, "departure": { "time": "1767159259", "uncertainty": 120 }, "stopId": "0:12600C", "stopSequence": 6 }, { "arrival": { "time": "1767159288", "uncertainty": 120 }, "departure": { "time": "1767159288", "uncertainty": 120 }, "stopId": "0:1D130C", "stopSequence": 7 }, { "arrival": { "time": "1767159336", "uncertainty": 120 }, "departure": { "time": "1767159336", "uncertainty": 120 }, "stopId": "0:1D120C", "stopSequence": 8 }, { "arrival": { "time": "1767159379", "uncertainty": 120 }, "departure": { "time": "1767159379", "uncertainty": 120 }, "stopId": "0:1D115C", "stopSequence": 9 }, { "arrival": { "time": "1767159416", "uncertainty": 120 }, "departure": { "time": "1767159416", "uncertainty": 120 }, "stopId": "0:1D110C", "stopSequence": 10 }, { "arrival": { "time": "1767159493", "uncertainty": 120 }, "departure": { "time": "1767159493", "uncertainty": 120 }, "stopId": "0:1D100C", "stopSequence": 11 }, { "arrival": { "time": "1767159557", "uncertainty": 120 }, "departure": { "time": "1767159557", "uncertainty": 120 }, "stopId": "0:1D090C", "stopSequence": 12 }, { "arrival": { "time": "1767159577", "uncertainty": 120 }, "departure": { "time": "1767159577", "uncertainty": 120 }, "stopId": "0:1D080C", "stopSequence": 13 }, { "arrival": { "time": "1767159636", "uncertainty": 120 }, "departure": { "time": "1767159636", "uncertainty": 120 }, "stopId": "0:1D070C", "stopSequence": 14 }, { "arrival": { "time": "1767159679", "uncertainty": 120 }, "departure": { "time": "1767159679", "uncertainty": 120 }, "stopId": "0:1D050C", "stopSequence": 15 }, { "arrival": { "time": "1767159736", "uncertainty": 120 }, "departure": { "time": "1767159736", "uncertainty": 120 }, "stopId": "0:1D060C", "stopSequence": 16 }, { "arrival": { "time": "1767159776", "uncertainty": 120 }, "departure": { "time": "1767159776", "uncertainty": 120 }, "stopId": "0:1D025C", "stopSequence": 17 }, { "arrival": { "time": "1767159830", "uncertainty": 120 }, "departure": { "time": "1767159830", "uncertainty": 120 }, "stopId": "0:1D021C", "stopSequence": 18 }, { "arrival": { "time": "1767159850", "uncertainty": 120 }, "departure": { "time": "1767159850", "uncertainty": 120 }, "stopId": "0:1D040C", "stopSequence": 19 }, { "arrival": { "time": "1767159912", "uncertainty": 120 }, "departure": { "time": "1767159912", "uncertainty": 120 }, "stopId": "0:12461C", "stopSequence": 20 }, { "arrival": { "time": "1767159955", "uncertainty": 120 }, "departure": { "time": "1767159955", "uncertainty": 120 }, "stopId": "0:12470C", "stopSequence": 21 }, { "arrival": { "time": "1767160039", "uncertainty": 120 }, "departure": { "time": "1767160039", "uncertainty": 120 }, "stopId": "0:12480C", "stopSequence": 22 }, { "arrival": { "time": "1767160073", "uncertainty": 120 }, "departure": { "time": "1767160073", "uncertainty": 120 }, "stopId": "0:12481C", "stopSequence": 23 }, { "arrival": { "time": "1767160161", "uncertainty": 120 }, "departure": { "time": "1767160161", "uncertainty": 120 }, "stopId": "0:33011C", "stopSequence": 24 }, { "arrival": { "time": "1767160193", "uncertainty": 120 }, "departure": { "time": "1767160193", "uncertainty": 120 }, "stopId": "0:33009C", "stopSequence": 25 }, { "arrival": { "time": "1767160219", "uncertainty": 120 }, "departure": { "time": "1767160219", "uncertainty": 120 }, "stopId": "0:33012C", "stopSequence": 26 }, { "arrival": { "time": "1767160247", "uncertainty": 120 }, "departure": { "time": "1767160247", "uncertainty": 120 }, "stopId": "0:33021C", "stopSequence": 27 }, { "arrival": { "time": "1767160279", "uncertainty": 120 }, "departure": { "time": "1767160279", "uncertainty": 120 }, "stopId": "0:33022C", "stopSequence": 28 }, { "arrival": { "time": "1767160303", "uncertainty": 120 }, "departure": { "time": "1767160303", "uncertainty": 120 }, "stopId": "0:33023C", "stopSequence": 29 }, { "arrival": { "time": "1767160321", "uncertainty": 120 }, "departure": { "time": "1767160321", "uncertainty": 120 }, "stopId": "0:33026C", "stopSequence": 30 }, { "arrival": { "time": "1767160339", "uncertainty": 120 }, "departure": { "time": "1767160339", "uncertainty": 120 }, "stopId": "0:1B095C", "stopSequence": 31 }, { "arrival": { "time": "1767160372", "uncertainty": 120 }, "departure": { "time": "1767160372", "uncertainty": 120 }, "stopId": "0:1B090C", "stopSequence": 32 }, { "arrival": { "time": "1767160424", "uncertainty": 120 }, "departure": { "time": "1767160424", "uncertainty": 120 }, "stopId": "0:1B085C", "stopSequence": 33 }, { "arrival": { "time": "1767160460", "uncertainty": 120 }, "departure": { "time": "1767160460", "uncertainty": 120 }, "stopId": "0:1B080C", "stopSequence": 34 }, { "arrival": { "time": "1767160485", "uncertainty": 120 }, "departure": { "time": "1767160485", "uncertainty": 120 }, "stopId": "0:1B075C", "stopSequence": 35 }, { "arrival": { "time": "1767160519", "uncertainty": 120 }, "departure": { "time": "1767160519", "uncertainty": 120 }, "stopId": "0:1B050C", "stopSequence": 36 }, { "arrival": { "time": "1767160546", "uncertainty": 120 }, "departure": { "time": "1767160546", "uncertainty": 120 }, "stopId": "0:12270P", "stopSequence": 37 }, { "arrival": { "time": "1767160647", "uncertainty": 120 }, "departure": { "time": "1767160647", "uncertainty": 120 }, "stopId": "0:12260P", "stopSequence": 38 }, { "arrival": { "time": "1767160699", "uncertainty": 120 }, "departure": { "time": "1767160699", "uncertainty": 120 }, "stopId": "0:12250P", "stopSequence": 39 }, { "arrival": { "time": "1767160759", "uncertainty": 120 }, "stopId": "0:11010C", "stopSequence": 40 } ], "trip": { "directionId": 0, "routeId": "2290", "scheduleRelationship": "SCHEDULED", "tripId": "2_31027596" }, "vehicle": { "id": "103", "label": "103" } } }, { "id": "1035567", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767158346", "uncertainty": 120 }, "stopId": "0:TA00028C", "stopSequence": 1 }, { "arrival": { "time": "1767158526", "uncertainty": 120 }, "departure": { "time": "1767158526", "uncertainty": 120 }, "stopId": "0:TA0145P", "stopSequence": 2 }, { "arrival": { "time": "1767158614", "uncertainty": 120 }, "departure": { "time": "1767158614", "uncertainty": 120 }, "stopId": "0:02004C", "stopSequence": 3 }, { "arrival": { "time": "1767158824", "uncertainty": 120 }, "departure": { "time": "1767158833", "uncertainty": 120 }, "stopId": "0:TA9180C", "stopSequence": 4 }, { "arrival": { "time": "1767158921", "uncertainty": 120 }, "departure": { "time": "1767158921", "uncertainty": 120 }, "stopId": "0:02380C", "stopSequence": 5 }, { "arrival": { "time": "1767159022", "uncertainty": 120 }, "departure": { "time": "1767159022", "uncertainty": 120 }, "stopId": "0:02375C", "stopSequence": 6 }, { "arrival": { "time": "1767159064", "uncertainty": 120 }, "departure": { "time": "1767159064", "uncertainty": 120 }, "stopId": "0:02370C", "stopSequence": 7 }, { "arrival": { "time": "1767159111", "uncertainty": 120 }, "departure": { "time": "1767159111", "uncertainty": 120 }, "stopId": "0:02011C", "stopSequence": 8 }, { "arrival": { "time": "1767159222", "uncertainty": 120 }, "departure": { "time": "1767159222", "uncertainty": 120 }, "stopId": "0:02010C", "stopSequence": 9 }, { "arrival": { "time": "1767159268", "uncertainty": 120 }, "departure": { "time": "1767159268", "uncertainty": 120 }, "stopId": "0:02020C", "stopSequence": 10 }, { "arrival": { "time": "1767159325", "uncertainty": 120 }, "departure": { "time": "1767159325", "uncertainty": 120 }, "stopId": "0:02030C", "stopSequence": 11 }, { "arrival": { "time": "1767159383", "uncertainty": 120 }, "departure": { "time": "1767159383", "uncertainty": 120 }, "stopId": "0:02370P", "stopSequence": 12 }, { "arrival": { "time": "1767159384", "uncertainty": 120 }, "departure": { "time": "1767159384", "uncertainty": 120 }, "stopId": "0:02370C", "stopSequence": 13 }, { "arrival": { "time": "1767159414", "uncertainty": 120 }, "departure": { "time": "1767159414", "uncertainty": 120 }, "stopId": "0:02040C", "stopSequence": 14 }, { "arrival": { "time": "1767159456", "uncertainty": 120 }, "departure": { "time": "1767159456", "uncertainty": 120 }, "stopId": "0:02050C", "stopSequence": 15 }, { "arrival": { "time": "1767159509", "uncertainty": 120 }, "departure": { "time": "1767159509", "uncertainty": 120 }, "stopId": "0:02060C", "stopSequence": 16 }, { "arrival": { "time": "1767159583", "uncertainty": 120 }, "departure": { "time": "1767159583", "uncertainty": 120 }, "stopId": "0:02070C", "stopSequence": 17 }, { "arrival": { "time": "1767159625", "uncertainty": 120 }, "departure": { "time": "1767159625", "uncertainty": 120 }, "stopId": "0:02080C", "stopSequence": 18 }, { "arrival": { "time": "1767159656", "uncertainty": 120 }, "departure": { "time": "1767159656", "uncertainty": 120 }, "stopId": "0:02090C", "stopSequence": 19 }, { "arrival": { "time": "1767159701", "uncertainty": 120 }, "departure": { "time": "1767159701", "uncertainty": 120 }, "stopId": "0:02100C", "stopSequence": 20 }, { "arrival": { "time": "1767159735", "uncertainty": 120 }, "departure": { "time": "1767159735", "uncertainty": 120 }, "stopId": "0:02110C", "stopSequence": 21 }, { "arrival": { "time": "1767159788", "uncertainty": 120 }, "departure": { "time": "1767159788", "uncertainty": 120 }, "stopId": "0:18160C", "stopSequence": 22 }, { "arrival": { "time": "1767159840", "uncertainty": 120 }, "departure": { "time": "1767159840", "uncertainty": 120 }, "stopId": "0:01160C", "stopSequence": 23 }, { "arrival": { "time": "1767159947", "uncertainty": 120 }, "departure": { "time": "1767159947", "uncertainty": 120 }, "stopId": "0:01170C", "stopSequence": 24 }, { "arrival": { "time": "1767160474", "uncertainty": 120 }, "departure": { "time": "1767160474", "uncertainty": 120 }, "stopId": "0:01190C", "stopSequence": 25 }, { "arrival": { "time": "1767160560", "uncertainty": 120 }, "departure": { "time": "1767160560", "uncertainty": 120 }, "stopId": "0:19205C", "stopSequence": 26 }, { "arrival": { "time": "1767160762", "uncertainty": 120 }, "departure": { "time": "1767160762", "uncertainty": 120 }, "stopId": "0:01880C", "stopSequence": 27 }, { "arrival": { "time": "1767160854", "uncertainty": 120 }, "departure": { "time": "1767160854", "uncertainty": 120 }, "stopId": "0:01265C", "stopSequence": 28 }, { "arrival": { "time": "1767160946", "uncertainty": 120 }, "departure": { "time": "1767160946", "uncertainty": 120 }, "stopId": "0:01270C", "stopSequence": 29 }, { "arrival": { "time": "1767161016", "uncertainty": 120 }, "departure": { "time": "1767161016", "uncertainty": 120 }, "stopId": "0:01280C", "stopSequence": 30 }, { "arrival": { "time": "1767161120", "uncertainty": 120 }, "departure": { "time": "1767161120", "uncertainty": 120 }, "stopId": "0:18170C", "stopSequence": 31 }, { "arrival": { "time": "1767161169", "uncertainty": 120 }, "departure": { "time": "1767161169", "uncertainty": 120 }, "stopId": "0:18180C", "stopSequence": 32 }, { "arrival": { "time": "1767161250", "uncertainty": 120 }, "departure": { "time": "1767161250", "uncertainty": 120 }, "stopId": "0:01320C", "stopSequence": 33 }, { "arrival": { "time": "1767161309", "uncertainty": 120 }, "departure": { "time": "1767161309", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 34 }, { "arrival": { "time": "1767161406", "uncertainty": 120 }, "departure": { "time": "1767161406", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 35 }, { "arrival": { "time": "1767161489", "uncertainty": 120 }, "stopId": "0:19060C", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "1020", "scheduleRelationship": "SCHEDULED", "tripId": "2_31035567" }, "vehicle": { "id": "92", "label": "92" } } }, { "id": "1035566", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767158586", "uncertainty": 120 }, "departure": { "time": "1767158595", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 35 }, { "arrival": { "time": "1767158686", "uncertainty": 120 }, "stopId": "0:19060C", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "1020", "scheduleRelationship": "SCHEDULED", "tripId": "2_31035566" } } }, { "id": "1027360", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162300" }, "stopId": "0:1C040P", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "2320", "scheduleRelationship": "SCHEDULED", "tripId": "2_31027360" } } }, { "id": "1027367", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159900" }, "stopId": "0:05343P", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2320", "scheduleRelationship": "SCHEDULED", "tripId": "2_31027367" } } }, { "id": "1026642", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159600", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "2010", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026642" } } }, { "id": "1022567", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767156454", "uncertainty": 120 }, "stopId": "0:AV1000C", "stopSequence": 1 }, { "arrival": { "time": "1767156484", "uncertainty": 120 }, "departure": { "time": "1767156484", "uncertainty": 120 }, "stopId": "0:AV410P", "stopSequence": 2 }, { "arrival": { "time": "1767156574", "uncertainty": 120 }, "departure": { "time": "1767156574", "uncertainty": 120 }, "stopId": "0:AV400P", "stopSequence": 3 }, { "arrival": { "time": "1767156610", "uncertainty": 120 }, "departure": { "time": "1767156610", "uncertainty": 120 }, "stopId": "0:AV370P", "stopSequence": 4 }, { "arrival": { "time": "1767156641", "uncertainty": 120 }, "departure": { "time": "1767156641", "uncertainty": 120 }, "stopId": "0:AV360P", "stopSequence": 5 }, { "arrival": { "time": "1767156695", "uncertainty": 120 }, "departure": { "time": "1767156724", "uncertainty": 120 }, "stopId": "0:AV350P", "stopSequence": 6 }, { "arrival": { "time": "1767156760", "uncertainty": 120 }, "departure": { "time": "1767156760", "uncertainty": 120 }, "stopId": "0:AV340P", "stopSequence": 7 }, { "arrival": { "time": "1767156821", "uncertainty": 120 }, "departure": { "time": "1767156821", "uncertainty": 120 }, "stopId": "0:AV330P", "stopSequence": 8 }, { "arrival": { "time": "1767156873", "uncertainty": 120 }, "departure": { "time": "1767156873", "uncertainty": 120 }, "stopId": "0:AV320P", "stopSequence": 9 }, { "arrival": { "time": "1767156889", "uncertainty": 120 }, "departure": { "time": "1767156889", "uncertainty": 120 }, "stopId": "0:AV310P", "stopSequence": 10 }, { "arrival": { "time": "1767156913", "uncertainty": 120 }, "departure": { "time": "1767156913", "uncertainty": 120 }, "stopId": "0:AV300P", "stopSequence": 11 }, { "arrival": { "time": "1767156940", "uncertainty": 120 }, "departure": { "time": "1767156940", "uncertainty": 120 }, "stopId": "0:AV290P", "stopSequence": 12 }, { "arrival": { "time": "1767156988", "uncertainty": 120 }, "departure": { "time": "1767156988", "uncertainty": 120 }, "stopId": "0:AV280P", "stopSequence": 13 }, { "arrival": { "time": "1767157028", "uncertainty": 120 }, "departure": { "time": "1767157028", "uncertainty": 120 }, "stopId": "0:AV270P", "stopSequence": 14 }, { "arrival": { "time": "1767157072", "uncertainty": 120 }, "departure": { "time": "1767157072", "uncertainty": 120 }, "stopId": "0:AV260P", "stopSequence": 15 }, { "arrival": { "time": "1767157125", "uncertainty": 120 }, "departure": { "time": "1767157125", "uncertainty": 120 }, "stopId": "0:AV250P", "stopSequence": 16 }, { "arrival": { "time": "1767157194", "uncertainty": 120 }, "departure": { "time": "1767157194", "uncertainty": 120 }, "stopId": "0:AV240P", "stopSequence": 17 }, { "arrival": { "time": "1767157234", "uncertainty": 120 }, "departure": { "time": "1767157234", "uncertainty": 120 }, "stopId": "0:AV230P", "stopSequence": 18 }, { "arrival": { "time": "1767157303", "uncertainty": 120 }, "departure": { "time": "1767157303", "uncertainty": 120 }, "stopId": "0:AV220P", "stopSequence": 19 }, { "arrival": { "time": "1767157331", "uncertainty": 120 }, "departure": { "time": "1767157331", "uncertainty": 120 }, "stopId": "0:AV210P", "stopSequence": 20 }, { "arrival": { "time": "1767157371", "uncertainty": 120 }, "departure": { "time": "1767157371", "uncertainty": 120 }, "stopId": "0:AV200P", "stopSequence": 21 }, { "arrival": { "time": "1767157392", "uncertainty": 120 }, "departure": { "time": "1767157392", "uncertainty": 120 }, "stopId": "0:AV190P", "stopSequence": 22 }, { "arrival": { "time": "1767157490", "uncertainty": 120 }, "departure": { "time": "1767157490", "uncertainty": 120 }, "stopId": "0:AV180P", "stopSequence": 23 }, { "arrival": { "time": "1767157538", "uncertainty": 120 }, "departure": { "time": "1767157538", "uncertainty": 120 }, "stopId": "0:AV170P", "stopSequence": 24 }, { "arrival": { "time": "1767157579", "uncertainty": 120 }, "departure": { "time": "1767157579", "uncertainty": 120 }, "stopId": "0:AV160P", "stopSequence": 25 }, { "arrival": { "time": "1767157601", "uncertainty": 120 }, "departure": { "time": "1767157601", "uncertainty": 120 }, "stopId": "0:AV0150P", "stopSequence": 26 }, { "arrival": { "time": "1767157654", "uncertainty": 120 }, "departure": { "time": "1767157654", "uncertainty": 120 }, "stopId": "0:AV0081P", "stopSequence": 27 }, { "arrival": { "time": "1767157694", "uncertainty": 120 }, "departure": { "time": "1767157694", "uncertainty": 120 }, "stopId": "0:AV0091P", "stopSequence": 28 }, { "arrival": { "time": "1767157738", "uncertainty": 120 }, "departure": { "time": "1767157738", "uncertainty": 120 }, "stopId": "0:AV0101P", "stopSequence": 29 }, { "arrival": { "time": "1767157748", "uncertainty": 120 }, "departure": { "time": "1767157748", "uncertainty": 120 }, "stopId": "0:AV490P", "stopSequence": 30 }, { "arrival": { "time": "1767157777", "uncertainty": 120 }, "departure": { "time": "1767157777", "uncertainty": 120 }, "stopId": "0:AV480P", "stopSequence": 31 }, { "arrival": { "time": "1767157805", "uncertainty": 120 }, "departure": { "time": "1767157805", "uncertainty": 120 }, "stopId": "0:AV500P", "stopSequence": 32 }, { "arrival": { "time": "1767157838", "uncertainty": 120 }, "departure": { "time": "1767157838", "uncertainty": 120 }, "stopId": "0:AV505P", "stopSequence": 33 }, { "arrival": { "time": "1767157896", "uncertainty": 120 }, "departure": { "time": "1767157896", "uncertainty": 120 }, "stopId": "0:AV510P", "stopSequence": 34 }, { "arrival": { "time": "1767157931", "uncertainty": 120 }, "departure": { "time": "1767157954", "uncertainty": 120 }, "stopId": "0:AV520P", "stopSequence": 35 }, { "arrival": { "time": "1767157986", "uncertainty": 120 }, "departure": { "time": "1767157986", "uncertainty": 120 }, "stopId": "0:AV0120P", "stopSequence": 36 }, { "arrival": { "time": "1767158018", "uncertainty": 120 }, "departure": { "time": "1767158044", "uncertainty": 120 }, "stopId": "0:AV0111C", "stopSequence": 37 }, { "arrival": { "time": "1767158083", "uncertainty": 120 }, "departure": { "time": "1767158083", "uncertainty": 120 }, "stopId": "0:AV0113C", "stopSequence": 38 }, { "arrival": { "time": "1767158112", "uncertainty": 120 }, "departure": { "time": "1767158112", "uncertainty": 120 }, "stopId": "0:AV0115C", "stopSequence": 39 }, { "arrival": { "time": "1767158229", "uncertainty": 120 }, "departure": { "time": "1767158229", "uncertainty": 120 }, "stopId": "0:AV0101C", "stopSequence": 40 }, { "arrival": { "time": "1767158265", "uncertainty": 120 }, "departure": { "time": "1767158265", "uncertainty": 120 }, "stopId": "0:AV0091C", "stopSequence": 41 }, { "arrival": { "time": "1767158301", "uncertainty": 120 }, "departure": { "time": "1767158301", "uncertainty": 120 }, "stopId": "0:AV0081C", "stopSequence": 42 }, { "arrival": { "time": "1767158329", "uncertainty": 120 }, "departure": { "time": "1767158329", "uncertainty": 120 }, "stopId": "0:AV0070C", "stopSequence": 43 }, { "arrival": { "time": "1767158419", "uncertainty": 120 }, "departure": { "time": "1767158419", "uncertainty": 120 }, "stopId": "0:AV0060C", "stopSequence": 44 }, { "arrival": { "time": "1767158429", "uncertainty": 120 }, "departure": { "time": "1767158429", "uncertainty": 120 }, "stopId": "0:AV0050C", "stopSequence": 45 }, { "arrival": { "time": "1767158465", "uncertainty": 120 }, "departure": { "time": "1767158465", "uncertainty": 120 }, "stopId": "0:AV0040P", "stopSequence": 46 }, { "arrival": { "time": "1767159205", "uncertainty": 120 }, "departure": { "time": "1767159205", "uncertainty": 120 }, "stopId": "0:AV0030P", "stopSequence": 47 }, { "arrival": { "time": "1767159273", "uncertainty": 120 }, "departure": { "time": "1767159273", "uncertainty": 120 }, "stopId": "0:AV0020P", "stopSequence": 48 }, { "arrival": { "time": "1767159279", "uncertainty": 120 }, "stopId": "0:AV0010P", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "8850", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022567" }, "vehicle": { "id": "129", "label": "129" } } }, { "id": "1031121", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162600", "uncertainty": 120 }, "stopId": "0:41016P", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "4430", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031121" } } }, { "id": "1031673", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159900" }, "stopId": "0:19060C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1140", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031673" } } }, { "id": "1031900", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161400", "uncertainty": 120 }, "stopId": "0:19045C", "stopSequence": 1 }, { "arrival": { "time": "1767161580", "uncertainty": 120 }, "departure": { "time": "1767161580", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 2 }, { "arrival": { "time": "1767161669", "uncertainty": 120 }, "departure": { "time": "1767161669", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 3 }, { "arrival": { "time": "1767161832", "uncertainty": 120 }, "departure": { "time": "1767161832", "uncertainty": 120 }, "stopId": "0:07170P", "stopSequence": 4 }, { "arrival": { "time": "1767161917", "uncertainty": 120 }, "departure": { "time": "1767161917", "uncertainty": 120 }, "stopId": "0:07180P", "stopSequence": 5 }, { "arrival": { "time": "1767162033", "uncertainty": 120 }, "departure": { "time": "1767162033", "uncertainty": 120 }, "stopId": "0:07185P", "stopSequence": 6 }, { "arrival": { "time": "1767162120", "uncertainty": 120 }, "departure": { "time": "1767162120", "uncertainty": 120 }, "stopId": "0:04180P", "stopSequence": 7 }, { "arrival": { "time": "1767162240", "uncertainty": 120 }, "departure": { "time": "1767162240", "uncertainty": 120 }, "stopId": "0:05370P", "stopSequence": 8 }, { "arrival": { "time": "1767162411", "uncertainty": 120 }, "departure": { "time": "1767162411", "uncertainty": 120 }, "stopId": "0:05440P", "stopSequence": 9 }, { "arrival": { "time": "1767162554", "uncertainty": 120 }, "departure": { "time": "1767162554", "uncertainty": 120 }, "stopId": "0:04220P", "stopSequence": 10 }, { "arrival": { "time": "1767162663", "uncertainty": 120 }, "departure": { "time": "1767162663", "uncertainty": 120 }, "stopId": "0:05450P", "stopSequence": 11 }, { "arrival": { "time": "1767162730", "uncertainty": 120 }, "departure": { "time": "1767162730", "uncertainty": 120 }, "stopId": "0:19080P", "stopSequence": 12 }, { "arrival": { "time": "1767162780", "uncertainty": 120 }, "departure": { "time": "1767162780", "uncertainty": 120 }, "stopId": "0:19075P", "stopSequence": 13 }, { "arrival": { "time": "1767162837", "uncertainty": 120 }, "departure": { "time": "1767162837", "uncertainty": 120 }, "stopId": "0:19302C", "stopSequence": 14 }, { "arrival": { "time": "1767162869", "uncertainty": 120 }, "departure": { "time": "1767162869", "uncertainty": 120 }, "stopId": "0:19070P", "stopSequence": 15 }, { "arrival": { "time": "1767162986", "uncertainty": 120 }, "departure": { "time": "1767162986", "uncertainty": 120 }, "stopId": "0:05530P", "stopSequence": 16 }, { "arrival": { "time": "1767163075", "uncertainty": 120 }, "departure": { "time": "1767163075", "uncertainty": 120 }, "stopId": "0:17775C", "stopSequence": 17 }, { "arrival": { "time": "1767163129", "uncertainty": 120 }, "departure": { "time": "1767163129", "uncertainty": 120 }, "stopId": "0:05341C", "stopSequence": 18 }, { "arrival": { "time": "1767163182", "uncertainty": 120 }, "departure": { "time": "1767163182", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 19 }, { "arrival": { "time": "1767163280", "uncertainty": 120 }, "departure": { "time": "1767163280", "uncertainty": 120 }, "stopId": "0:11342P", "stopSequence": 20 }, { "arrival": { "time": "1767163379", "uncertainty": 120 }, "departure": { "time": "1767163379", "uncertainty": 120 }, "stopId": "0:15360P", "stopSequence": 21 }, { "arrival": { "time": "1767163478", "uncertainty": 120 }, "departure": { "time": "1767163478", "uncertainty": 120 }, "stopId": "0:17840P", "stopSequence": 22 }, { "arrival": { "time": "1767163718", "uncertainty": 120 }, "departure": { "time": "1767163718", "uncertainty": 120 }, "stopId": "0:46134C", "stopSequence": 23 }, { "arrival": { "time": "1767163774", "uncertainty": 120 }, "departure": { "time": "1767163774", "uncertainty": 120 }, "stopId": "0:46020C", "stopSequence": 24 }, { "arrival": { "time": "1767163831", "uncertainty": 120 }, "departure": { "time": "1767163831", "uncertainty": 120 }, "stopId": "0:17790C", "stopSequence": 25 }, { "arrival": { "time": "1767163909", "uncertainty": 120 }, "departure": { "time": "1767163909", "uncertainty": 120 }, "stopId": "0:46022C", "stopSequence": 26 }, { "arrival": { "time": "1767163963", "uncertainty": 120 }, "departure": { "time": "1767163963", "uncertainty": 120 }, "stopId": "0:44170C", "stopSequence": 27 }, { "arrival": { "time": "1767164022", "uncertainty": 120 }, "departure": { "time": "1767164022", "uncertainty": 120 }, "stopId": "0:41016P", "stopSequence": 28 }, { "arrival": { "time": "1767164102", "uncertainty": 120 }, "departure": { "time": "1767164102", "uncertainty": 120 }, "stopId": "0:42250P", "stopSequence": 29 }, { "arrival": { "time": "1767164170", "uncertainty": 120 }, "departure": { "time": "1767164170", "uncertainty": 120 }, "stopId": "0:17795P", "stopSequence": 30 }, { "arrival": { "time": "1767164242", "uncertainty": 120 }, "departure": { "time": "1767164242", "uncertainty": 120 }, "stopId": "0:42240P", "stopSequence": 31 }, { "arrival": { "time": "1767164322", "uncertainty": 120 }, "departure": { "time": "1767164322", "uncertainty": 120 }, "stopId": "0:46140P", "stopSequence": 32 }, { "arrival": { "time": "1767164372", "uncertainty": 120 }, "departure": { "time": "1767164372", "uncertainty": 120 }, "stopId": "0:46040P", "stopSequence": 33 }, { "arrival": { "time": "1767164409", "uncertainty": 120 }, "departure": { "time": "1767164409", "uncertainty": 120 }, "stopId": "0:46050P", "stopSequence": 34 }, { "arrival": { "time": "1767164792", "uncertainty": 120 }, "departure": { "time": "1767164792", "uncertainty": 120 }, "stopId": "0:47310P", "stopSequence": 35 }, { "arrival": { "time": "1767164834", "uncertainty": 120 }, "departure": { "time": "1767164834", "uncertainty": 120 }, "stopId": "0:46125P", "stopSequence": 36 }, { "arrival": { "time": "1767164887", "uncertainty": 120 }, "departure": { "time": "1767164887", "uncertainty": 120 }, "stopId": "0:46195P", "stopSequence": 37 }, { "arrival": { "time": "1767164922", "uncertainty": 120 }, "stopId": "0:46130C", "stopSequence": 38 } ], "trip": { "directionId": 1, "routeId": "1182", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031900" } } }, { "id": "1031899", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159900" }, "stopId": "0:19045C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1182", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031899" } } }, { "id": "1031922", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767158370", "uncertainty": 120 }, "departure": { "time": "1767158375", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 2 }, { "arrival": { "time": "1767158464", "uncertainty": 120 }, "departure": { "time": "1767158497", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 3 }, { "arrival": { "time": "1767158555", "uncertainty": 120 }, "departure": { "time": "1767158555", "uncertainty": 120 }, "stopId": "0:07170P", "stopSequence": 4 }, { "arrival": { "time": "1767158586", "uncertainty": 120 }, "departure": { "time": "1767158615", "uncertainty": 120 }, "stopId": "0:07180P", "stopSequence": 5 }, { "arrival": { "time": "1767158671", "uncertainty": 120 }, "departure": { "time": "1767158671", "uncertainty": 120 }, "stopId": "0:07185P", "stopSequence": 6 }, { "arrival": { "time": "1767158705", "uncertainty": 120 }, "departure": { "time": "1767158705", "uncertainty": 120 }, "stopId": "0:04180P", "stopSequence": 7 }, { "arrival": { "time": "1767159006", "uncertainty": 120 }, "departure": { "time": "1767159006", "uncertainty": 120 }, "stopId": "0:05200P", "stopSequence": 8 }, { "arrival": { "time": "1767159119", "uncertainty": 120 }, "departure": { "time": "1767159119", "uncertainty": 120 }, "stopId": "0:19302C", "stopSequence": 9 }, { "arrival": { "time": "1767159182", "uncertainty": 120 }, "departure": { "time": "1767159182", "uncertainty": 120 }, "stopId": "0:19070P", "stopSequence": 10 }, { "arrival": { "time": "1767159289", "uncertainty": 120 }, "departure": { "time": "1767159289", "uncertainty": 120 }, "stopId": "0:05530P", "stopSequence": 11 }, { "arrival": { "time": "1767159389", "uncertainty": 120 }, "departure": { "time": "1767159389", "uncertainty": 120 }, "stopId": "0:17775C", "stopSequence": 12 }, { "arrival": { "time": "1767159430", "uncertainty": 120 }, "departure": { "time": "1767159430", "uncertainty": 120 }, "stopId": "0:05341C", "stopSequence": 13 }, { "arrival": { "time": "1767159483", "uncertainty": 120 }, "departure": { "time": "1767159483", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 14 }, { "arrival": { "time": "1767159574", "uncertainty": 120 }, "departure": { "time": "1767159574", "uncertainty": 120 }, "stopId": "0:11342P", "stopSequence": 15 }, { "arrival": { "time": "1767159691", "uncertainty": 120 }, "departure": { "time": "1767159691", "uncertainty": 120 }, "stopId": "0:15360P", "stopSequence": 16 }, { "arrival": { "time": "1767159790", "uncertainty": 120 }, "departure": { "time": "1767159790", "uncertainty": 120 }, "stopId": "0:17840P", "stopSequence": 17 }, { "arrival": { "time": "1767160030", "uncertainty": 120 }, "departure": { "time": "1767160030", "uncertainty": 120 }, "stopId": "0:46134C", "stopSequence": 18 }, { "arrival": { "time": "1767160086", "uncertainty": 120 }, "departure": { "time": "1767160086", "uncertainty": 120 }, "stopId": "0:46020C", "stopSequence": 19 }, { "arrival": { "time": "1767160143", "uncertainty": 120 }, "departure": { "time": "1767160143", "uncertainty": 120 }, "stopId": "0:17790C", "stopSequence": 20 }, { "arrival": { "time": "1767160221", "uncertainty": 120 }, "departure": { "time": "1767160221", "uncertainty": 120 }, "stopId": "0:46022C", "stopSequence": 21 }, { "arrival": { "time": "1767160275", "uncertainty": 120 }, "departure": { "time": "1767160275", "uncertainty": 120 }, "stopId": "0:44170C", "stopSequence": 22 }, { "arrival": { "time": "1767160330", "uncertainty": 120 }, "departure": { "time": "1767160330", "uncertainty": 120 }, "stopId": "0:41016P", "stopSequence": 23 }, { "arrival": { "time": "1767160410", "uncertainty": 120 }, "departure": { "time": "1767160410", "uncertainty": 120 }, "stopId": "0:42250P", "stopSequence": 24 }, { "arrival": { "time": "1767160478", "uncertainty": 120 }, "departure": { "time": "1767160478", "uncertainty": 120 }, "stopId": "0:17795P", "stopSequence": 25 }, { "arrival": { "time": "1767160550", "uncertainty": 120 }, "departure": { "time": "1767160550", "uncertainty": 120 }, "stopId": "0:42240P", "stopSequence": 26 }, { "arrival": { "time": "1767160630", "uncertainty": 120 }, "departure": { "time": "1767160630", "uncertainty": 120 }, "stopId": "0:46140P", "stopSequence": 27 }, { "arrival": { "time": "1767160675", "uncertainty": 120 }, "departure": { "time": "1767160675", "uncertainty": 120 }, "stopId": "0:46040P", "stopSequence": 28 }, { "arrival": { "time": "1767160709", "uncertainty": 120 }, "departure": { "time": "1767160709", "uncertainty": 120 }, "stopId": "0:46050P", "stopSequence": 29 }, { "arrival": { "time": "1767161054", "uncertainty": 120 }, "departure": { "time": "1767161054", "uncertainty": 120 }, "stopId": "0:47310P", "stopSequence": 30 }, { "arrival": { "time": "1767161092", "uncertainty": 120 }, "departure": { "time": "1767161092", "uncertainty": 120 }, "stopId": "0:46125P", "stopSequence": 31 }, { "arrival": { "time": "1767161140", "uncertainty": 120 }, "departure": { "time": "1767161140", "uncertainty": 120 }, "stopId": "0:46195P", "stopSequence": 32 }, { "arrival": { "time": "1767161170", "uncertainty": 120 }, "stopId": "0:46130C", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "1184", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031922" }, "vehicle": { "id": "5", "label": "5" } } }, { "id": "1035568", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160800", "uncertainty": 120 }, "stopId": "0:TA00028C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1020", "scheduleRelationship": "SCHEDULED", "tripId": "2_31035568" } } }, { "id": "1035580", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160800", "uncertainty": 120 }, "stopId": "0:19060C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1020", "scheduleRelationship": "SCHEDULED", "tripId": "2_31035580" } } }, { "id": "1031567", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161700", "uncertainty": 120 }, "stopId": "0:46030C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "8860", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031567" } } }, { "id": "1031566", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767159274", "uncertainty": 120 }, "stopId": "0:AV840C", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "8860", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031566" }, "vehicle": { "id": "132", "label": "132" } } }, { "id": "1031880", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767157286", "uncertainty": 120 }, "stopId": "0:46130C", "stopSequence": 1 }, { "arrival": { "time": "1767157323", "uncertainty": 120 }, "departure": { "time": "1767157346", "uncertainty": 120 }, "stopId": "0:46130P", "stopSequence": 2 }, { "arrival": { "time": "1767157415", "uncertainty": 120 }, "departure": { "time": "1767157415", "uncertainty": 120 }, "stopId": "0:46195C", "stopSequence": 3 }, { "arrival": { "time": "1767157465", "uncertainty": 120 }, "departure": { "time": "1767157466", "uncertainty": 120 }, "stopId": "0:46125C", "stopSequence": 4 }, { "arrival": { "time": "1767157502", "uncertainty": 120 }, "departure": { "time": "1767157502", "uncertainty": 120 }, "stopId": "0:47310C", "stopSequence": 5 }, { "arrival": { "time": "1767157827", "uncertainty": 120 }, "departure": { "time": "1767157827", "uncertainty": 120 }, "stopId": "0:46050C", "stopSequence": 6 }, { "arrival": { "time": "1767157880", "uncertainty": 120 }, "departure": { "time": "1767157880", "uncertainty": 120 }, "stopId": "0:46040C", "stopSequence": 7 }, { "arrival": { "time": "1767157935", "uncertainty": 120 }, "departure": { "time": "1767157935", "uncertainty": 120 }, "stopId": "0:46140C", "stopSequence": 8 }, { "arrival": { "time": "1767158025", "uncertainty": 120 }, "departure": { "time": "1767158025", "uncertainty": 120 }, "stopId": "0:42240C", "stopSequence": 9 }, { "arrival": { "time": "1767158055", "uncertainty": 120 }, "departure": { "time": "1767158055", "uncertainty": 120 }, "stopId": "0:17795C", "stopSequence": 10 }, { "arrival": { "time": "1767158129", "uncertainty": 120 }, "departure": { "time": "1767158144", "uncertainty": 120 }, "stopId": "0:42250C", "stopSequence": 11 }, { "arrival": { "time": "1767158219", "uncertainty": 120 }, "departure": { "time": "1767158235", "uncertainty": 120 }, "stopId": "0:41016C", "stopSequence": 12 }, { "arrival": { "time": "1767158303", "uncertainty": 120 }, "departure": { "time": "1767158303", "uncertainty": 120 }, "stopId": "0:44170P", "stopSequence": 13 }, { "arrival": { "time": "1767158353", "uncertainty": 120 }, "departure": { "time": "1767158355", "uncertainty": 120 }, "stopId": "0:46022P", "stopSequence": 14 }, { "arrival": { "time": "1767158449", "uncertainty": 120 }, "departure": { "time": "1767158449", "uncertainty": 120 }, "stopId": "0:17790P", "stopSequence": 15 }, { "arrival": { "time": "1767158547", "uncertainty": 120 }, "departure": { "time": "1767158547", "uncertainty": 120 }, "stopId": "0:46020P", "stopSequence": 16 }, { "arrival": { "time": "1767158595", "uncertainty": 120 }, "departure": { "time": "1767158595", "uncertainty": 120 }, "stopId": "0:46134P", "stopSequence": 17 }, { "arrival": { "time": "1767158816", "uncertainty": 120 }, "departure": { "time": "1767158816", "uncertainty": 120 }, "stopId": "0:17820C", "stopSequence": 18 }, { "arrival": { "time": "1767158889", "uncertainty": 120 }, "departure": { "time": "1767158894", "uncertainty": 120 }, "stopId": "0:15360C", "stopSequence": 19 }, { "arrival": { "time": "1767159026", "uncertainty": 120 }, "departure": { "time": "1767159026", "uncertainty": 120 }, "stopId": "0:11342C", "stopSequence": 20 }, { "arrival": { "time": "1767159093", "uncertainty": 120 }, "departure": { "time": "1767159093", "uncertainty": 120 }, "stopId": "0:15400C", "stopSequence": 21 }, { "arrival": { "time": "1767159135", "uncertainty": 120 }, "departure": { "time": "1767159135", "uncertainty": 120 }, "stopId": "0:15402C", "stopSequence": 22 }, { "arrival": { "time": "1767159185", "uncertainty": 120 }, "departure": { "time": "1767159185", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 23 }, { "arrival": { "time": "1767159216", "uncertainty": 120 }, "departure": { "time": "1767159216", "uncertainty": 120 }, "stopId": "0:17775P", "stopSequence": 24 }, { "arrival": { "time": "1767159292", "uncertainty": 120 }, "departure": { "time": "1767159292", "uncertainty": 120 }, "stopId": "0:05530C", "stopSequence": 25 }, { "arrival": { "time": "1767159523", "uncertainty": 120 }, "departure": { "time": "1767159523", "uncertainty": 120 }, "stopId": "0:19070C", "stopSequence": 26 }, { "arrival": { "time": "1767159566", "uncertainty": 120 }, "departure": { "time": "1767159566", "uncertainty": 120 }, "stopId": "0:19304C", "stopSequence": 27 }, { "arrival": { "time": "1767159614", "uncertainty": 120 }, "departure": { "time": "1767159614", "uncertainty": 120 }, "stopId": "0:19075C", "stopSequence": 28 }, { "arrival": { "time": "1767159662", "uncertainty": 120 }, "departure": { "time": "1767159662", "uncertainty": 120 }, "stopId": "0:19080C", "stopSequence": 29 }, { "arrival": { "time": "1767159728", "uncertainty": 120 }, "departure": { "time": "1767159728", "uncertainty": 120 }, "stopId": "0:05450C", "stopSequence": 30 }, { "arrival": { "time": "1767159821", "uncertainty": 120 }, "departure": { "time": "1767159821", "uncertainty": 120 }, "stopId": "0:04220C", "stopSequence": 31 }, { "arrival": { "time": "1767159960", "uncertainty": 120 }, "departure": { "time": "1767159960", "uncertainty": 120 }, "stopId": "0:05440C", "stopSequence": 32 }, { "arrival": { "time": "1767160123", "uncertainty": 120 }, "departure": { "time": "1767160123", "uncertainty": 120 }, "stopId": "0:05370C", "stopSequence": 33 }, { "arrival": { "time": "1767160243", "uncertainty": 120 }, "departure": { "time": "1767160243", "uncertainty": 120 }, "stopId": "0:04180C", "stopSequence": 34 }, { "arrival": { "time": "1767160319", "uncertainty": 120 }, "departure": { "time": "1767160319", "uncertainty": 120 }, "stopId": "0:07185C", "stopSequence": 35 }, { "arrival": { "time": "1767160392", "uncertainty": 120 }, "departure": { "time": "1767160392", "uncertainty": 120 }, "stopId": "0:07180C", "stopSequence": 36 }, { "arrival": { "time": "1767160507", "uncertainty": 120 }, "departure": { "time": "1767160507", "uncertainty": 120 }, "stopId": "0:07170C", "stopSequence": 37 }, { "arrival": { "time": "1767160633", "uncertainty": 120 }, "departure": { "time": "1767160633", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 38 }, { "arrival": { "time": "1767160731", "uncertainty": 120 }, "departure": { "time": "1767160731", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 39 }, { "arrival": { "time": "1767160796", "uncertainty": 120 }, "stopId": "0:19040C", "stopSequence": 40 } ], "trip": { "directionId": 0, "routeId": "1182", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031880" }, "vehicle": { "id": "8", "label": "8" } } }, { "id": "1031882", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161400", "uncertainty": 120 }, "stopId": "0:46130C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1182", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031882" } } }, { "id": "1031881", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160500", "uncertainty": 120 }, "stopId": "0:41016C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1182", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031881" } } }, { "id": "1026486", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160800", "uncertainty": 120 }, "stopId": "0:PE03038P", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "5530", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026486" } } }, { "id": "1032012", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159481", "uncertainty": 120 }, "stopId": "0:05343C", "stopSequence": 1 }, { "arrival": { "time": "1767159542", "uncertainty": 120 }, "departure": { "time": "1767159542", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 2 }, { "arrival": { "time": "1767159633", "uncertainty": 120 }, "departure": { "time": "1767159633", "uncertainty": 120 }, "stopId": "0:11342P", "stopSequence": 3 }, { "arrival": { "time": "1767159750", "uncertainty": 120 }, "departure": { "time": "1767159750", "uncertainty": 120 }, "stopId": "0:15360P", "stopSequence": 4 }, { "arrival": { "time": "1767159849", "uncertainty": 120 }, "departure": { "time": "1767159849", "uncertainty": 120 }, "stopId": "0:17840P", "stopSequence": 5 }, { "arrival": { "time": "1767159945", "uncertainty": 120 }, "departure": { "time": "1767159945", "uncertainty": 120 }, "stopId": "0:14215C", "stopSequence": 6 }, { "arrival": { "time": "1767160045", "uncertainty": 120 }, "departure": { "time": "1767160045", "uncertainty": 120 }, "stopId": "0:14150C", "stopSequence": 7 }, { "arrival": { "time": "1767160097", "uncertainty": 120 }, "departure": { "time": "1767160097", "uncertainty": 120 }, "stopId": "0:14160C", "stopSequence": 8 }, { "arrival": { "time": "1767160132", "uncertainty": 120 }, "departure": { "time": "1767160132", "uncertainty": 120 }, "stopId": "0:14170C", "stopSequence": 9 }, { "arrival": { "time": "1767160159", "uncertainty": 120 }, "departure": { "time": "1767160159", "uncertainty": 120 }, "stopId": "0:14180C", "stopSequence": 10 }, { "arrival": { "time": "1767160215", "uncertainty": 120 }, "departure": { "time": "1767160215", "uncertainty": 120 }, "stopId": "0:12390P", "stopSequence": 11 }, { "arrival": { "time": "1767160241", "uncertainty": 120 }, "departure": { "time": "1767160241", "uncertainty": 120 }, "stopId": "0:12380P", "stopSequence": 12 }, { "arrival": { "time": "1767160282", "uncertainty": 120 }, "departure": { "time": "1767160282", "uncertainty": 120 }, "stopId": "0:12370P", "stopSequence": 13 }, { "arrival": { "time": "1767160317", "uncertainty": 120 }, "departure": { "time": "1767160317", "uncertainty": 120 }, "stopId": "0:11539P", "stopSequence": 14 }, { "arrival": { "time": "1767160335", "uncertainty": 120 }, "departure": { "time": "1767160335", "uncertainty": 120 }, "stopId": "0:11540P", "stopSequence": 15 }, { "arrival": { "time": "1767160396", "uncertainty": 120 }, "departure": { "time": "1767160396", "uncertainty": 120 }, "stopId": "0:12360P", "stopSequence": 16 }, { "arrival": { "time": "1767160448", "uncertainty": 120 }, "departure": { "time": "1767160448", "uncertainty": 120 }, "stopId": "0:12350P", "stopSequence": 17 }, { "arrival": { "time": "1767160487", "uncertainty": 120 }, "departure": { "time": "1767160487", "uncertainty": 120 }, "stopId": "0:11504P", "stopSequence": 18 }, { "arrival": { "time": "1767160568", "uncertainty": 120 }, "departure": { "time": "1767160568", "uncertainty": 120 }, "stopId": "0:11506C", "stopSequence": 19 }, { "arrival": { "time": "1767160767", "uncertainty": 120 }, "departure": { "time": "1767160767", "uncertainty": 120 }, "stopId": "0:05280P", "stopSequence": 20 }, { "arrival": { "time": "1767160808", "uncertainty": 120 }, "departure": { "time": "1767160808", "uncertainty": 120 }, "stopId": "0:15245C", "stopSequence": 21 }, { "arrival": { "time": "1767160865", "uncertainty": 120 }, "departure": { "time": "1767160865", "uncertainty": 120 }, "stopId": "0:15225C", "stopSequence": 22 }, { "arrival": { "time": "1767160928", "uncertainty": 120 }, "departure": { "time": "1767160928", "uncertainty": 120 }, "stopId": "0:15232P", "stopSequence": 23 }, { "arrival": { "time": "1767160987", "uncertainty": 120 }, "departure": { "time": "1767160987", "uncertainty": 120 }, "stopId": "0:15233P", "stopSequence": 24 }, { "arrival": { "time": "1767161040", "uncertainty": 120 }, "departure": { "time": "1767161040", "uncertainty": 120 }, "stopId": "0:15234P", "stopSequence": 25 }, { "arrival": { "time": "1767161099", "uncertainty": 120 }, "departure": { "time": "1767161099", "uncertainty": 120 }, "stopId": "0:15235P", "stopSequence": 26 }, { "arrival": { "time": "1767161107", "uncertainty": 120 }, "departure": { "time": "1767161107", "uncertainty": 120 }, "stopId": "0:15229P", "stopSequence": 27 }, { "arrival": { "time": "1767161135", "uncertainty": 120 }, "departure": { "time": "1767161135", "uncertainty": 120 }, "stopId": "0:15215P", "stopSequence": 28 }, { "arrival": { "time": "1767161236", "uncertainty": 120 }, "departure": { "time": "1767161236", "uncertainty": 120 }, "stopId": "0:15210P", "stopSequence": 29 }, { "arrival": { "time": "1767161334", "uncertainty": 120 }, "departure": { "time": "1767161334", "uncertainty": 120 }, "stopId": "0:15200P", "stopSequence": 30 }, { "arrival": { "time": "1767161342", "uncertainty": 120 }, "stopId": "0:152005", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "2340", "scheduleRelationship": "SCHEDULED", "tripId": "2_31032012" } } }, { "id": "1032019", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161408", "uncertainty": 120 }, "stopId": "0:152005", "stopSequence": 1 }, { "arrival": { "time": "1767161414", "uncertainty": 120 }, "departure": { "time": "1767161414", "uncertainty": 120 }, "stopId": "0:15200C", "stopSequence": 2 }, { "arrival": { "time": "1767161491", "uncertainty": 120 }, "departure": { "time": "1767161491", "uncertainty": 120 }, "stopId": "0:15210C", "stopSequence": 3 }, { "arrival": { "time": "1767161570", "uncertainty": 120 }, "departure": { "time": "1767161570", "uncertainty": 120 }, "stopId": "0:15215C", "stopSequence": 4 }, { "arrival": { "time": "1767161588", "uncertainty": 120 }, "departure": { "time": "1767161588", "uncertainty": 120 }, "stopId": "0:15229C", "stopSequence": 5 }, { "arrival": { "time": "1767161602", "uncertainty": 120 }, "departure": { "time": "1767161602", "uncertainty": 120 }, "stopId": "0:15235C", "stopSequence": 6 }, { "arrival": { "time": "1767161659", "uncertainty": 120 }, "departure": { "time": "1767161659", "uncertainty": 120 }, "stopId": "0:15234C", "stopSequence": 7 }, { "arrival": { "time": "1767161708", "uncertainty": 120 }, "departure": { "time": "1767161708", "uncertainty": 120 }, "stopId": "0:15233C", "stopSequence": 8 }, { "arrival": { "time": "1767161769", "uncertainty": 120 }, "departure": { "time": "1767161769", "uncertainty": 120 }, "stopId": "0:15232C", "stopSequence": 9 }, { "arrival": { "time": "1767161829", "uncertainty": 120 }, "departure": { "time": "1767161829", "uncertainty": 120 }, "stopId": "0:15225P", "stopSequence": 10 }, { "arrival": { "time": "1767161888", "uncertainty": 120 }, "departure": { "time": "1767161888", "uncertainty": 120 }, "stopId": "0:15245P", "stopSequence": 11 }, { "arrival": { "time": "1767161930", "uncertainty": 120 }, "departure": { "time": "1767161930", "uncertainty": 120 }, "stopId": "0:05280C", "stopSequence": 12 }, { "arrival": { "time": "1767162128", "uncertainty": 120 }, "departure": { "time": "1767162128", "uncertainty": 120 }, "stopId": "0:11506P", "stopSequence": 13 }, { "arrival": { "time": "1767162166", "uncertainty": 120 }, "departure": { "time": "1767162166", "uncertainty": 120 }, "stopId": "0:11504C", "stopSequence": 14 }, { "arrival": { "time": "1767162188", "uncertainty": 120 }, "departure": { "time": "1767162188", "uncertainty": 120 }, "stopId": "0:12350C", "stopSequence": 15 }, { "arrival": { "time": "1767162200", "uncertainty": 120 }, "departure": { "time": "1767162200", "uncertainty": 120 }, "stopId": "0:12360C", "stopSequence": 16 }, { "arrival": { "time": "1767162218", "uncertainty": 120 }, "departure": { "time": "1767162218", "uncertainty": 120 }, "stopId": "0:11539P", "stopSequence": 17 }, { "arrival": { "time": "1767162226", "uncertainty": 120 }, "departure": { "time": "1767162226", "uncertainty": 120 }, "stopId": "0:11540P", "stopSequence": 18 }, { "arrival": { "time": "1767162253", "uncertainty": 120 }, "departure": { "time": "1767162253", "uncertainty": 120 }, "stopId": "0:12370C", "stopSequence": 19 }, { "arrival": { "time": "1767162268", "uncertainty": 120 }, "departure": { "time": "1767162268", "uncertainty": 120 }, "stopId": "0:12380C", "stopSequence": 20 }, { "arrival": { "time": "1767162284", "uncertainty": 120 }, "departure": { "time": "1767162284", "uncertainty": 120 }, "stopId": "0:12390C", "stopSequence": 21 }, { "arrival": { "time": "1767162308", "uncertainty": 120 }, "departure": { "time": "1767162308", "uncertainty": 120 }, "stopId": "0:11300C", "stopSequence": 22 }, { "arrival": { "time": "1767162376", "uncertainty": 120 }, "departure": { "time": "1767162376", "uncertainty": 120 }, "stopId": "0:11305C", "stopSequence": 23 }, { "arrival": { "time": "1767162540", "uncertainty": 120 }, "departure": { "time": "1767162540", "uncertainty": 120 }, "stopId": "0:15240C", "stopSequence": 24 }, { "arrival": { "time": "1767162583", "uncertainty": 120 }, "departure": { "time": "1767162583", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 25 }, { "arrival": { "time": "1767162688", "uncertainty": 120 }, "departure": { "time": "1767162688", "uncertainty": 120 }, "stopId": "0:15400C", "stopSequence": 26 }, { "arrival": { "time": "1767162746", "uncertainty": 120 }, "departure": { "time": "1767162746", "uncertainty": 120 }, "stopId": "0:15402C", "stopSequence": 27 }, { "arrival": { "time": "1767162791", "uncertainty": 120 }, "stopId": "0:05343C", "stopSequence": 28 } ], "trip": { "directionId": 0, "routeId": "2340", "scheduleRelationship": "SCHEDULED", "tripId": "2_31032019" } } }, { "id": "1026444", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159600", "uncertainty": 120 }, "stopId": "0:41016C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "4410", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026444" } } }, { "id": "1026440", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161400", "uncertainty": 120 }, "stopId": "0:41005C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "4410", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026440" } } }, { "id": "1032145", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162000", "uncertainty": 120 }, "stopId": "0:05343C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "2260", "scheduleRelationship": "SCHEDULED", "tripId": "2_31032145" } } }, { "id": "1032144", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767156063", "uncertainty": 120 }, "stopId": "0:05343C", "stopSequence": 1 }, { "arrival": { "time": "1767156112", "uncertainty": 120 }, "departure": { "time": "1767156112", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 2 }, { "arrival": { "time": "1767156183", "uncertainty": 120 }, "departure": { "time": "1767156183", "uncertainty": 120 }, "stopId": "0:11342P", "stopSequence": 3 }, { "arrival": { "time": "1767156288", "uncertainty": 120 }, "departure": { "time": "1767156288", "uncertainty": 120 }, "stopId": "0:15360P", "stopSequence": 4 }, { "arrival": { "time": "1767156333", "uncertainty": 120 }, "departure": { "time": "1767156333", "uncertainty": 120 }, "stopId": "0:17840P", "stopSequence": 5 }, { "arrival": { "time": "1767156388", "uncertainty": 120 }, "departure": { "time": "1767156388", "uncertainty": 120 }, "stopId": "0:14215C", "stopSequence": 6 }, { "arrival": { "time": "1767156534", "uncertainty": 120 }, "departure": { "time": "1767156534", "uncertainty": 120 }, "stopId": "0:14150C", "stopSequence": 7 }, { "arrival": { "time": "1767156563", "uncertainty": 120 }, "departure": { "time": "1767156563", "uncertainty": 120 }, "stopId": "0:14160C", "stopSequence": 8 }, { "arrival": { "time": "1767156588", "uncertainty": 120 }, "departure": { "time": "1767156588", "uncertainty": 120 }, "stopId": "0:14170C", "stopSequence": 9 }, { "arrival": { "time": "1767156598", "uncertainty": 120 }, "departure": { "time": "1767156598", "uncertainty": 120 }, "stopId": "0:14180C", "stopSequence": 10 }, { "arrival": { "time": "1767156633", "uncertainty": 120 }, "departure": { "time": "1767156633", "uncertainty": 120 }, "stopId": "0:05310P", "stopSequence": 11 }, { "arrival": { "time": "1767156663", "uncertainty": 120 }, "departure": { "time": "1767156663", "uncertainty": 120 }, "stopId": "0:05300P", "stopSequence": 12 }, { "arrival": { "time": "1767156693", "uncertainty": 120 }, "departure": { "time": "1767156693", "uncertainty": 120 }, "stopId": "0:05290P", "stopSequence": 13 }, { "arrival": { "time": "1767156743", "uncertainty": 120 }, "departure": { "time": "1767156743", "uncertainty": 120 }, "stopId": "0:05280P", "stopSequence": 14 }, { "arrival": { "time": "1767156753", "uncertainty": 120 }, "departure": { "time": "1767156753", "uncertainty": 120 }, "stopId": "0:15245C", "stopSequence": 15 }, { "arrival": { "time": "1767156793", "uncertainty": 120 }, "departure": { "time": "1767156793", "uncertainty": 120 }, "stopId": "0:15225C", "stopSequence": 16 }, { "arrival": { "time": "1767156838", "uncertainty": 120 }, "departure": { "time": "1767156838", "uncertainty": 120 }, "stopId": "0:15232P", "stopSequence": 17 }, { "arrival": { "time": "1767156865", "uncertainty": 120 }, "departure": { "time": "1767156865", "uncertainty": 120 }, "stopId": "0:15233P", "stopSequence": 18 }, { "arrival": { "time": "1767156894", "uncertainty": 120 }, "departure": { "time": "1767156903", "uncertainty": 120 }, "stopId": "0:15234P", "stopSequence": 19 }, { "arrival": { "time": "1767156933", "uncertainty": 120 }, "departure": { "time": "1767156933", "uncertainty": 120 }, "stopId": "0:15235P", "stopSequence": 20 }, { "arrival": { "time": "1767156938", "uncertainty": 120 }, "departure": { "time": "1767156938", "uncertainty": 120 }, "stopId": "0:15229P", "stopSequence": 21 }, { "arrival": { "time": "1767156958", "uncertainty": 120 }, "departure": { "time": "1767156963", "uncertainty": 120 }, "stopId": "0:15215P", "stopSequence": 22 }, { "arrival": { "time": "1767157023", "uncertainty": 120 }, "departure": { "time": "1767157023", "uncertainty": 120 }, "stopId": "0:15210P", "stopSequence": 23 }, { "arrival": { "time": "1767157083", "uncertainty": 120 }, "departure": { "time": "1767157083", "uncertainty": 120 }, "stopId": "0:15200P", "stopSequence": 24 }, { "arrival": { "time": "1767157087", "uncertainty": 120 }, "departure": { "time": "1767157087", "uncertainty": 120 }, "stopId": "0:15205P", "stopSequence": 25 }, { "arrival": { "time": "1767157114", "uncertainty": 120 }, "departure": { "time": "1767157114", "uncertainty": 120 }, "stopId": "0:15190P", "stopSequence": 26 }, { "arrival": { "time": "1767157152", "uncertainty": 120 }, "departure": { "time": "1767157152", "uncertainty": 120 }, "stopId": "0:15180P", "stopSequence": 27 }, { "arrival": { "time": "1767157195", "uncertainty": 120 }, "departure": { "time": "1767157195", "uncertainty": 120 }, "stopId": "0:12455C", "stopSequence": 28 }, { "arrival": { "time": "1767157235", "uncertainty": 120 }, "departure": { "time": "1767157235", "uncertainty": 120 }, "stopId": "0:12460C", "stopSequence": 29 }, { "arrival": { "time": "1767157249", "uncertainty": 120 }, "departure": { "time": "1767157249", "uncertainty": 120 }, "stopId": "0:12461C", "stopSequence": 30 }, { "arrival": { "time": "1767157267", "uncertainty": 120 }, "departure": { "time": "1767157267", "uncertainty": 120 }, "stopId": "0:17010P", "stopSequence": 31 }, { "arrival": { "time": "1767157297", "uncertainty": 120 }, "departure": { "time": "1767157297", "uncertainty": 120 }, "stopId": "0:17015P", "stopSequence": 32 }, { "arrival": { "time": "1767157356", "uncertainty": 120 }, "departure": { "time": "1767157357", "uncertainty": 120 }, "stopId": "0:17020P", "stopSequence": 33 }, { "arrival": { "time": "1767157419", "uncertainty": 120 }, "departure": { "time": "1767157419", "uncertainty": 120 }, "stopId": "0:17030P", "stopSequence": 34 }, { "arrival": { "time": "1767157447", "uncertainty": 120 }, "departure": { "time": "1767157449", "uncertainty": 120 }, "stopId": "0:17040C", "stopSequence": 35 }, { "arrival": { "time": "1767157562", "uncertainty": 120 }, "departure": { "time": "1767157562", "uncertainty": 120 }, "stopId": "0:17045C", "stopSequence": 36 }, { "arrival": { "time": "1767157620", "uncertainty": 120 }, "departure": { "time": "1767157629", "uncertainty": 120 }, "stopId": "0:17060C", "stopSequence": 37 }, { "arrival": { "time": "1767157718", "uncertainty": 120 }, "departure": { "time": "1767157718", "uncertainty": 120 }, "stopId": "0:17070C", "stopSequence": 38 }, { "arrival": { "time": "1767157776", "uncertainty": 120 }, "departure": { "time": "1767157778", "uncertainty": 120 }, "stopId": "0:17080C", "stopSequence": 39 }, { "arrival": { "time": "1767157835", "uncertainty": 120 }, "departure": { "time": "1767157835", "uncertainty": 120 }, "stopId": "0:17090C", "stopSequence": 40 }, { "arrival": { "time": "1767157867", "uncertainty": 120 }, "departure": { "time": "1767157867", "uncertainty": 120 }, "stopId": "0:17100C", "stopSequence": 41 }, { "arrival": { "time": "1767157940", "uncertainty": 120 }, "departure": { "time": "1767157940", "uncertainty": 120 }, "stopId": "0:12490C", "stopSequence": 42 }, { "arrival": { "time": "1767157989", "uncertainty": 120 }, "departure": { "time": "1767157989", "uncertainty": 120 }, "stopId": "0:12500C", "stopSequence": 43 }, { "arrival": { "time": "1767158034", "uncertainty": 120 }, "departure": { "time": "1767158034", "uncertainty": 120 }, "stopId": "0:12510C", "stopSequence": 44 }, { "arrival": { "time": "1767158073", "uncertainty": 120 }, "departure": { "time": "1767158073", "uncertainty": 120 }, "stopId": "0:12520C", "stopSequence": 45 }, { "arrival": { "time": "1767158109", "uncertainty": 120 }, "departure": { "time": "1767158109", "uncertainty": 120 }, "stopId": "0:12530C", "stopSequence": 46 }, { "arrival": { "time": "1767158165", "uncertainty": 120 }, "departure": { "time": "1767158198", "uncertainty": 120 }, "stopId": "0:11010C", "stopSequence": 47 }, { "arrival": { "time": "1767158258", "uncertainty": 120 }, "departure": { "time": "1767158258", "uncertainty": 120 }, "stopId": "0:17110C", "stopSequence": 48 }, { "arrival": { "time": "1767158329", "uncertainty": 120 }, "departure": { "time": "1767158329", "uncertainty": 120 }, "stopId": "0:17120C", "stopSequence": 49 }, { "arrival": { "time": "1767158364", "uncertainty": 120 }, "departure": { "time": "1767158364", "uncertainty": 120 }, "stopId": "0:11180C", "stopSequence": 50 }, { "arrival": { "time": "1767158379", "uncertainty": 120 }, "departure": { "time": "1767158379", "uncertainty": 120 }, "stopId": "0:11190C", "stopSequence": 51 }, { "arrival": { "time": "1767158439", "uncertainty": 120 }, "departure": { "time": "1767158439", "uncertainty": 120 }, "stopId": "0:17131C", "stopSequence": 52 }, { "arrival": { "time": "1767158474", "uncertainty": 120 }, "departure": { "time": "1767158474", "uncertainty": 120 }, "stopId": "0:17140C", "stopSequence": 53 }, { "arrival": { "time": "1767158516", "uncertainty": 120 }, "departure": { "time": "1767158516", "uncertainty": 120 }, "stopId": "0:17150C", "stopSequence": 54 }, { "arrival": { "time": "1767158573", "uncertainty": 120 }, "departure": { "time": "1767158573", "uncertainty": 120 }, "stopId": "0:17160C", "stopSequence": 55 }, { "arrival": { "time": "1767158621", "uncertainty": 120 }, "departure": { "time": "1767158621", "uncertainty": 120 }, "stopId": "0:12330C", "stopSequence": 56 }, { "arrival": { "time": "1767158651", "uncertainty": 120 }, "departure": { "time": "1767158651", "uncertainty": 120 }, "stopId": "0:12335C", "stopSequence": 57 }, { "arrival": { "time": "1767158786", "uncertainty": 120 }, "departure": { "time": "1767158799", "uncertainty": 120 }, "stopId": "0:12360C", "stopSequence": 60 }, { "arrival": { "time": "1767158855", "uncertainty": 120 }, "departure": { "time": "1767158855", "uncertainty": 120 }, "stopId": "0:11539P", "stopSequence": 61 }, { "arrival": { "time": "1767158875", "uncertainty": 120 }, "departure": { "time": "1767158875", "uncertainty": 120 }, "stopId": "0:11540P", "stopSequence": 62 }, { "arrival": { "time": "1767159035", "uncertainty": 120 }, "departure": { "time": "1767159035", "uncertainty": 120 }, "stopId": "0:12370C", "stopSequence": 63 }, { "arrival": { "time": "1767159084", "uncertainty": 120 }, "departure": { "time": "1767159084", "uncertainty": 120 }, "stopId": "0:12380C", "stopSequence": 64 }, { "arrival": { "time": "1767159117", "uncertainty": 120 }, "departure": { "time": "1767159117", "uncertainty": 120 }, "stopId": "0:12390C", "stopSequence": 65 }, { "arrival": { "time": "1767159209", "uncertainty": 120 }, "departure": { "time": "1767159209", "uncertainty": 120 }, "stopId": "0:11300C", "stopSequence": 66 }, { "arrival": { "time": "1767159288", "uncertainty": 120 }, "departure": { "time": "1767159288", "uncertainty": 120 }, "stopId": "0:11305C", "stopSequence": 67 }, { "arrival": { "time": "1767159428", "uncertainty": 120 }, "departure": { "time": "1767159428", "uncertainty": 120 }, "stopId": "0:15240C", "stopSequence": 68 }, { "arrival": { "time": "1767159460", "uncertainty": 120 }, "departure": { "time": "1767159460", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 69 }, { "arrival": { "time": "1767159539", "uncertainty": 120 }, "departure": { "time": "1767159539", "uncertainty": 120 }, "stopId": "0:15400C", "stopSequence": 70 }, { "arrival": { "time": "1767159570", "uncertainty": 120 }, "departure": { "time": "1767159570", "uncertainty": 120 }, "stopId": "0:15402C", "stopSequence": 71 }, { "arrival": { "time": "1767159616", "uncertainty": 120 }, "stopId": "0:05343C", "stopSequence": 72 } ], "trip": { "directionId": 1, "routeId": "2260", "scheduleRelationship": "SCHEDULED", "tripId": "2_31032144" }, "vehicle": { "id": "60", "label": "60" } } }, { "id": "1032148", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767154945", "uncertainty": 120 }, "departure": { "time": "1767154945", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 2 }, { "arrival": { "time": "1767155028", "uncertainty": 120 }, "departure": { "time": "1767155028", "uncertainty": 120 }, "stopId": "0:11342P", "stopSequence": 3 }, { "arrival": { "time": "1767155125", "uncertainty": 120 }, "departure": { "time": "1767155125", "uncertainty": 120 }, "stopId": "0:15360P", "stopSequence": 4 }, { "arrival": { "time": "1767155209", "uncertainty": 120 }, "departure": { "time": "1767155209", "uncertainty": 120 }, "stopId": "0:17840P", "stopSequence": 5 }, { "arrival": { "time": "1767155364", "uncertainty": 120 }, "departure": { "time": "1767155418", "uncertainty": 120 }, "stopId": "0:14215C", "stopSequence": 6 }, { "arrival": { "time": "1767155509", "uncertainty": 120 }, "departure": { "time": "1767155509", "uncertainty": 120 }, "stopId": "0:14150C", "stopSequence": 7 }, { "arrival": { "time": "1767155538", "uncertainty": 120 }, "departure": { "time": "1767155538", "uncertainty": 120 }, "stopId": "0:14160C", "stopSequence": 8 }, { "arrival": { "time": "1767155583", "uncertainty": 120 }, "departure": { "time": "1767155583", "uncertainty": 120 }, "stopId": "0:14170C", "stopSequence": 9 }, { "arrival": { "time": "1767155598", "uncertainty": 120 }, "departure": { "time": "1767155598", "uncertainty": 120 }, "stopId": "0:14180C", "stopSequence": 10 }, { "arrival": { "time": "1767155658", "uncertainty": 120 }, "departure": { "time": "1767155658", "uncertainty": 120 }, "stopId": "0:12390P", "stopSequence": 11 }, { "arrival": { "time": "1767155670", "uncertainty": 120 }, "departure": { "time": "1767155670", "uncertainty": 120 }, "stopId": "0:12380P", "stopSequence": 12 }, { "arrival": { "time": "1767155712", "uncertainty": 120 }, "departure": { "time": "1767155712", "uncertainty": 120 }, "stopId": "0:12370P", "stopSequence": 13 }, { "arrival": { "time": "1767155752", "uncertainty": 120 }, "departure": { "time": "1767155752", "uncertainty": 120 }, "stopId": "0:11539P", "stopSequence": 14 }, { "arrival": { "time": "1767155770", "uncertainty": 120 }, "departure": { "time": "1767155770", "uncertainty": 120 }, "stopId": "0:11540P", "stopSequence": 15 }, { "arrival": { "time": "1767155817", "uncertainty": 120 }, "departure": { "time": "1767155817", "uncertainty": 120 }, "stopId": "0:12360P", "stopSequence": 16 }, { "arrival": { "time": "1767155868", "uncertainty": 120 }, "departure": { "time": "1767155868", "uncertainty": 120 }, "stopId": "0:12350P", "stopSequence": 17 }, { "arrival": { "time": "1767155952", "uncertainty": 120 }, "departure": { "time": "1767155958", "uncertainty": 120 }, "stopId": "0:12340P", "stopSequence": 18 }, { "arrival": { "time": "1767156030", "uncertainty": 120 }, "departure": { "time": "1767156030", "uncertainty": 120 }, "stopId": "0:12335P", "stopSequence": 19 }, { "arrival": { "time": "1767156088", "uncertainty": 120 }, "departure": { "time": "1767156088", "uncertainty": 120 }, "stopId": "0:12330P", "stopSequence": 20 }, { "arrival": { "time": "1767156145", "uncertainty": 120 }, "departure": { "time": "1767156145", "uncertainty": 120 }, "stopId": "0:17160P", "stopSequence": 21 }, { "arrival": { "time": "1767156223", "uncertainty": 120 }, "departure": { "time": "1767156228", "uncertainty": 120 }, "stopId": "0:17150P", "stopSequence": 22 }, { "arrival": { "time": "1767156274", "uncertainty": 120 }, "departure": { "time": "1767156288", "uncertainty": 120 }, "stopId": "0:17140P", "stopSequence": 23 }, { "arrival": { "time": "1767156318", "uncertainty": 120 }, "departure": { "time": "1767156318", "uncertainty": 120 }, "stopId": "0:17131P", "stopSequence": 24 }, { "arrival": { "time": "1767156397", "uncertainty": 120 }, "departure": { "time": "1767156397", "uncertainty": 120 }, "stopId": "0:11190P", "stopSequence": 25 }, { "arrival": { "time": "1767156416", "uncertainty": 120 }, "departure": { "time": "1767156416", "uncertainty": 120 }, "stopId": "0:11180P", "stopSequence": 26 }, { "arrival": { "time": "1767156460", "uncertainty": 120 }, "departure": { "time": "1767156468", "uncertainty": 120 }, "stopId": "0:17120P", "stopSequence": 27 }, { "arrival": { "time": "1767156565", "uncertainty": 120 }, "departure": { "time": "1767156588", "uncertainty": 120 }, "stopId": "0:17110P", "stopSequence": 28 }, { "arrival": { "time": "1767156649", "uncertainty": 120 }, "departure": { "time": "1767156649", "uncertainty": 120 }, "stopId": "0:11010P", "stopSequence": 29 }, { "arrival": { "time": "1767156817", "uncertainty": 120 }, "departure": { "time": "1767156828", "uncertainty": 120 }, "stopId": "0:12530P", "stopSequence": 30 }, { "arrival": { "time": "1767156869", "uncertainty": 120 }, "departure": { "time": "1767156869", "uncertainty": 120 }, "stopId": "0:12520P", "stopSequence": 31 }, { "arrival": { "time": "1767156904", "uncertainty": 120 }, "departure": { "time": "1767156918", "uncertainty": 120 }, "stopId": "0:12510P", "stopSequence": 32 }, { "arrival": { "time": "1767157008", "uncertainty": 120 }, "departure": { "time": "1767157038", "uncertainty": 120 }, "stopId": "0:12500P", "stopSequence": 33 }, { "arrival": { "time": "1767157068", "uncertainty": 120 }, "departure": { "time": "1767157068", "uncertainty": 120 }, "stopId": "0:12490P", "stopSequence": 34 }, { "arrival": { "time": "1767157141", "uncertainty": 120 }, "departure": { "time": "1767157141", "uncertainty": 120 }, "stopId": "0:17100P", "stopSequence": 35 }, { "arrival": { "time": "1767157189", "uncertainty": 120 }, "departure": { "time": "1767157189", "uncertainty": 120 }, "stopId": "0:17090P", "stopSequence": 36 }, { "arrival": { "time": "1767157239", "uncertainty": 120 }, "departure": { "time": "1767157249", "uncertainty": 120 }, "stopId": "0:17080P", "stopSequence": 37 }, { "arrival": { "time": "1767157320", "uncertainty": 120 }, "departure": { "time": "1767157320", "uncertainty": 120 }, "stopId": "0:17070P", "stopSequence": 38 }, { "arrival": { "time": "1767157369", "uncertainty": 120 }, "departure": { "time": "1767157399", "uncertainty": 120 }, "stopId": "0:17060P", "stopSequence": 39 }, { "arrival": { "time": "1767157459", "uncertainty": 120 }, "departure": { "time": "1767157459", "uncertainty": 120 }, "stopId": "0:17045P", "stopSequence": 40 }, { "arrival": { "time": "1767157594", "uncertainty": 120 }, "departure": { "time": "1767157594", "uncertainty": 120 }, "stopId": "0:17040P", "stopSequence": 41 }, { "arrival": { "time": "1767157673", "uncertainty": 120 }, "departure": { "time": "1767157673", "uncertainty": 120 }, "stopId": "0:17030C", "stopSequence": 42 }, { "arrival": { "time": "1767157729", "uncertainty": 120 }, "departure": { "time": "1767157729", "uncertainty": 120 }, "stopId": "0:17020C", "stopSequence": 43 }, { "arrival": { "time": "1767157815", "uncertainty": 120 }, "departure": { "time": "1767157819", "uncertainty": 120 }, "stopId": "0:17015C", "stopSequence": 44 }, { "arrival": { "time": "1767157879", "uncertainty": 120 }, "departure": { "time": "1767157879", "uncertainty": 120 }, "stopId": "0:17010C", "stopSequence": 45 }, { "arrival": { "time": "1767157879", "uncertainty": 120 }, "departure": { "time": "1767157879", "uncertainty": 120 }, "stopId": "0:12461P", "stopSequence": 46 }, { "arrival": { "time": "1767157939", "uncertainty": 120 }, "departure": { "time": "1767157940", "uncertainty": 120 }, "stopId": "0:12460P", "stopSequence": 47 }, { "arrival": { "time": "1767157999", "uncertainty": 120 }, "departure": { "time": "1767157999", "uncertainty": 120 }, "stopId": "0:12455P", "stopSequence": 48 }, { "arrival": { "time": "1767158042", "uncertainty": 120 }, "departure": { "time": "1767158042", "uncertainty": 120 }, "stopId": "0:15180C", "stopSequence": 49 }, { "arrival": { "time": "1767158075", "uncertainty": 120 }, "departure": { "time": "1767158075", "uncertainty": 120 }, "stopId": "0:15190C", "stopSequence": 50 }, { "arrival": { "time": "1767158132", "uncertainty": 120 }, "departure": { "time": "1767158132", "uncertainty": 120 }, "stopId": "0:152005", "stopSequence": 51 }, { "arrival": { "time": "1767158149", "uncertainty": 120 }, "departure": { "time": "1767158149", "uncertainty": 120 }, "stopId": "0:15200C", "stopSequence": 52 }, { "arrival": { "time": "1767158206", "uncertainty": 120 }, "departure": { "time": "1767158206", "uncertainty": 120 }, "stopId": "0:15210C", "stopSequence": 53 }, { "arrival": { "time": "1767158267", "uncertainty": 120 }, "departure": { "time": "1767158269", "uncertainty": 120 }, "stopId": "0:15215C", "stopSequence": 54 }, { "arrival": { "time": "1767158306", "uncertainty": 120 }, "departure": { "time": "1767158306", "uncertainty": 120 }, "stopId": "0:15229C", "stopSequence": 55 }, { "arrival": { "time": "1767158321", "uncertainty": 120 }, "departure": { "time": "1767158321", "uncertainty": 120 }, "stopId": "0:15235C", "stopSequence": 56 }, { "arrival": { "time": "1767158379", "uncertainty": 120 }, "departure": { "time": "1767158379", "uncertainty": 120 }, "stopId": "0:15234C", "stopSequence": 57 }, { "arrival": { "time": "1767158437", "uncertainty": 120 }, "departure": { "time": "1767158437", "uncertainty": 120 }, "stopId": "0:15233C", "stopSequence": 58 }, { "arrival": { "time": "1767158539", "uncertainty": 120 }, "departure": { "time": "1767158539", "uncertainty": 120 }, "stopId": "0:15225P", "stopSequence": 59 }, { "arrival": { "time": "1767158579", "uncertainty": 120 }, "departure": { "time": "1767158579", "uncertainty": 120 }, "stopId": "0:15245P", "stopSequence": 60 }, { "arrival": { "time": "1767158623", "uncertainty": 120 }, "departure": { "time": "1767158629", "uncertainty": 120 }, "stopId": "0:05280C", "stopSequence": 61 }, { "arrival": { "time": "1767158708", "uncertainty": 120 }, "departure": { "time": "1767158708", "uncertainty": 120 }, "stopId": "0:05290C", "stopSequence": 62 }, { "arrival": { "time": "1767158749", "uncertainty": 120 }, "departure": { "time": "1767158749", "uncertainty": 120 }, "stopId": "0:05300C", "stopSequence": 63 }, { "arrival": { "time": "1767158779", "uncertainty": 120 }, "departure": { "time": "1767158779", "uncertainty": 120 }, "stopId": "0:05310C", "stopSequence": 64 }, { "arrival": { "time": "1767158994", "uncertainty": 120 }, "departure": { "time": "1767159019", "uncertainty": 120 }, "stopId": "0:11300C", "stopSequence": 65 }, { "arrival": { "time": "1767159099", "uncertainty": 120 }, "departure": { "time": "1767159109", "uncertainty": 120 }, "stopId": "0:11305C", "stopSequence": 66 }, { "arrival": { "time": "1767159282", "uncertainty": 120 }, "departure": { "time": "1767159282", "uncertainty": 120 }, "stopId": "0:15240C", "stopSequence": 67 }, { "arrival": { "time": "1767159314", "uncertainty": 120 }, "departure": { "time": "1767159314", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 68 }, { "arrival": { "time": "1767159393", "uncertainty": 120 }, "departure": { "time": "1767159393", "uncertainty": 120 }, "stopId": "0:15400C", "stopSequence": 69 }, { "arrival": { "time": "1767159430", "uncertainty": 120 }, "departure": { "time": "1767159430", "uncertainty": 120 }, "stopId": "0:15402C", "stopSequence": 70 }, { "arrival": { "time": "1767159481", "uncertainty": 120 }, "stopId": "0:05343C", "stopSequence": 71 } ], "trip": { "directionId": 0, "routeId": "2260", "scheduleRelationship": "SCHEDULED", "tripId": "2_31032148" }, "vehicle": { "id": "61", "label": "61" } } }, { "id": "1021933", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162600", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2210", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021933" } } }, { "id": "1021932", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159159", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 }, { "arrival": { "time": "1767159210", "uncertainty": 120 }, "departure": { "time": "1767159210", "uncertainty": 120 }, "stopId": "0:17775P", "stopSequence": 2 }, { "arrival": { "time": "1767159282", "uncertainty": 120 }, "departure": { "time": "1767159282", "uncertainty": 120 }, "stopId": "0:11380P", "stopSequence": 3 }, { "arrival": { "time": "1767159331", "uncertainty": 120 }, "departure": { "time": "1767159331", "uncertainty": 120 }, "stopId": "0:11390P", "stopSequence": 4 }, { "arrival": { "time": "1767159390", "uncertainty": 120 }, "departure": { "time": "1767159390", "uncertainty": 120 }, "stopId": "0:11400P", "stopSequence": 5 }, { "arrival": { "time": "1767159461", "uncertainty": 120 }, "departure": { "time": "1767159461", "uncertainty": 120 }, "stopId": "0:11410P", "stopSequence": 6 }, { "arrival": { "time": "1767159492", "uncertainty": 120 }, "departure": { "time": "1767159492", "uncertainty": 120 }, "stopId": "0:11430P", "stopSequence": 7 }, { "arrival": { "time": "1767159564", "uncertainty": 120 }, "departure": { "time": "1767159564", "uncertainty": 120 }, "stopId": "0:11285P", "stopSequence": 8 }, { "arrival": { "time": "1767159641", "uncertainty": 120 }, "departure": { "time": "1767159641", "uncertainty": 120 }, "stopId": "0:11270P", "stopSequence": 9 }, { "arrival": { "time": "1767159745", "uncertainty": 120 }, "departure": { "time": "1767159745", "uncertainty": 120 }, "stopId": "0:11260P", "stopSequence": 10 }, { "arrival": { "time": "1767159806", "uncertainty": 120 }, "departure": { "time": "1767159806", "uncertainty": 120 }, "stopId": "0:11250P", "stopSequence": 11 }, { "arrival": { "time": "1767159881", "uncertainty": 120 }, "departure": { "time": "1767159881", "uncertainty": 120 }, "stopId": "0:11240P", "stopSequence": 12 }, { "arrival": { "time": "1767159928", "uncertainty": 120 }, "departure": { "time": "1767159928", "uncertainty": 120 }, "stopId": "0:11230P", "stopSequence": 13 }, { "arrival": { "time": "1767160009", "uncertainty": 120 }, "departure": { "time": "1767160009", "uncertainty": 120 }, "stopId": "0:11220P", "stopSequence": 14 }, { "arrival": { "time": "1767160085", "uncertainty": 120 }, "departure": { "time": "1767160085", "uncertainty": 120 }, "stopId": "0:11210P", "stopSequence": 15 }, { "arrival": { "time": "1767160121", "uncertainty": 120 }, "departure": { "time": "1767160121", "uncertainty": 120 }, "stopId": "0:11200P", "stopSequence": 16 }, { "arrival": { "time": "1767160181", "uncertainty": 120 }, "departure": { "time": "1767160181", "uncertainty": 120 }, "stopId": "0:11190P", "stopSequence": 17 }, { "arrival": { "time": "1767160197", "uncertainty": 120 }, "departure": { "time": "1767160197", "uncertainty": 120 }, "stopId": "0:11180P", "stopSequence": 18 }, { "arrival": { "time": "1767160241", "uncertainty": 120 }, "departure": { "time": "1767160241", "uncertainty": 120 }, "stopId": "0:11170P", "stopSequence": 19 }, { "arrival": { "time": "1767160317", "uncertainty": 120 }, "departure": { "time": "1767160317", "uncertainty": 120 }, "stopId": "0:11160P", "stopSequence": 20 }, { "arrival": { "time": "1767160380", "uncertainty": 120 }, "departure": { "time": "1767160380", "uncertainty": 120 }, "stopId": "0:11150P", "stopSequence": 21 }, { "arrival": { "time": "1767160422", "uncertainty": 120 }, "departure": { "time": "1767160422", "uncertainty": 120 }, "stopId": "0:11140P", "stopSequence": 22 }, { "arrival": { "time": "1767160481", "uncertainty": 120 }, "departure": { "time": "1767160481", "uncertainty": 120 }, "stopId": "0:11130P", "stopSequence": 23 }, { "arrival": { "time": "1767160541", "uncertainty": 120 }, "departure": { "time": "1767160541", "uncertainty": 120 }, "stopId": "0:11120P", "stopSequence": 24 }, { "arrival": { "time": "1767160614", "uncertainty": 120 }, "departure": { "time": "1767160614", "uncertainty": 120 }, "stopId": "0:11110P", "stopSequence": 25 }, { "arrival": { "time": "1767160653", "uncertainty": 120 }, "departure": { "time": "1767160653", "uncertainty": 120 }, "stopId": "0:11100P", "stopSequence": 26 }, { "arrival": { "time": "1767160696", "uncertainty": 120 }, "departure": { "time": "1767160696", "uncertainty": 120 }, "stopId": "0:11080P", "stopSequence": 27 }, { "arrival": { "time": "1767160781", "uncertainty": 120 }, "departure": { "time": "1767160781", "uncertainty": 120 }, "stopId": "0:11070P", "stopSequence": 28 }, { "arrival": { "time": "1767160817", "uncertainty": 120 }, "departure": { "time": "1767160817", "uncertainty": 120 }, "stopId": "0:11060P", "stopSequence": 29 }, { "arrival": { "time": "1767160841", "uncertainty": 120 }, "departure": { "time": "1767160841", "uncertainty": 120 }, "stopId": "0:11050P", "stopSequence": 30 }, { "arrival": { "time": "1767160910", "uncertainty": 120 }, "departure": { "time": "1767160910", "uncertainty": 120 }, "stopId": "0:11040P", "stopSequence": 31 }, { "arrival": { "time": "1767160961", "uncertainty": 120 }, "departure": { "time": "1767160961", "uncertainty": 120 }, "stopId": "0:11030P", "stopSequence": 32 }, { "arrival": { "time": "1767161123", "uncertainty": 120 }, "departure": { "time": "1767161123", "uncertainty": 120 }, "stopId": "0:11020P", "stopSequence": 33 }, { "arrival": { "time": "1767161201", "uncertainty": 120 }, "departure": { "time": "1767161201", "uncertainty": 120 }, "stopId": "0:11010P", "stopSequence": 34 }, { "arrival": { "time": "1767161370", "uncertainty": 120 }, "departure": { "time": "1767161370", "uncertainty": 120 }, "stopId": "0:11440P", "stopSequence": 35 }, { "arrival": { "time": "1767161441", "uncertainty": 120 }, "stopId": "0:11015C", "stopSequence": 36 } ], "trip": { "directionId": 1, "routeId": "2210", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021932" }, "vehicle": { "id": "113", "label": "113" } } }, { "id": "1036400", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161700", "uncertainty": 120 }, "stopId": "0:05343P", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2240", "scheduleRelationship": "SCHEDULED", "tripId": "2_31036400" } } }, { "id": "1025297", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162600" }, "stopId": "0:PE0085C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1050", "scheduleRelationship": "SCHEDULED", "tripId": "2_31025297" } } }, { "id": "1036406", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767158971", "uncertainty": 120 }, "stopId": "0:15010C", "stopSequence": 1 }, { "arrival": { "time": "1767159035", "uncertainty": 120 }, "departure": { "time": "1767159061", "uncertainty": 120 }, "stopId": "0:15020C", "stopSequence": 2 }, { "arrival": { "time": "1767159095", "uncertainty": 120 }, "departure": { "time": "1767159095", "uncertainty": 120 }, "stopId": "0:15030C", "stopSequence": 3 }, { "arrival": { "time": "1767159129", "uncertainty": 120 }, "departure": { "time": "1767159151", "uncertainty": 120 }, "stopId": "0:15040C", "stopSequence": 4 }, { "arrival": { "time": "1767159188", "uncertainty": 120 }, "departure": { "time": "1767159188", "uncertainty": 120 }, "stopId": "0:15050C", "stopSequence": 5 }, { "arrival": { "time": "1767159215", "uncertainty": 120 }, "departure": { "time": "1767159215", "uncertainty": 120 }, "stopId": "0:15060C", "stopSequence": 6 }, { "arrival": { "time": "1767159247", "uncertainty": 120 }, "departure": { "time": "1767159247", "uncertainty": 120 }, "stopId": "0:15070C", "stopSequence": 7 }, { "arrival": { "time": "1767159263", "uncertainty": 120 }, "departure": { "time": "1767159263", "uncertainty": 120 }, "stopId": "0:15080C", "stopSequence": 8 }, { "arrival": { "time": "1767159267", "uncertainty": 120 }, "departure": { "time": "1767159267", "uncertainty": 120 }, "stopId": "0:15090C", "stopSequence": 9 }, { "arrival": { "time": "1767159363", "uncertainty": 120 }, "departure": { "time": "1767159363", "uncertainty": 120 }, "stopId": "0:15110C", "stopSequence": 10 }, { "arrival": { "time": "1767159398", "uncertainty": 120 }, "departure": { "time": "1767159398", "uncertainty": 120 }, "stopId": "0:15109C", "stopSequence": 11 }, { "arrival": { "time": "1767159454", "uncertainty": 120 }, "departure": { "time": "1767159454", "uncertainty": 120 }, "stopId": "0:15111C", "stopSequence": 12 }, { "arrival": { "time": "1767159483", "uncertainty": 120 }, "departure": { "time": "1767159483", "uncertainty": 120 }, "stopId": "0:15112C", "stopSequence": 13 }, { "arrival": { "time": "1767159499", "uncertainty": 120 }, "departure": { "time": "1767159499", "uncertainty": 120 }, "stopId": "0:15113C", "stopSequence": 14 }, { "arrival": { "time": "1767159518", "uncertainty": 120 }, "departure": { "time": "1767159518", "uncertainty": 120 }, "stopId": "0:15114C", "stopSequence": 15 }, { "arrival": { "time": "1767159843", "uncertainty": 120 }, "departure": { "time": "1767159843", "uncertainty": 120 }, "stopId": "0:15160C", "stopSequence": 16 }, { "arrival": { "time": "1767160023", "uncertainty": 120 }, "departure": { "time": "1767160023", "uncertainty": 120 }, "stopId": "0:15170C", "stopSequence": 17 }, { "arrival": { "time": "1767160097", "uncertainty": 120 }, "departure": { "time": "1767160097", "uncertainty": 120 }, "stopId": "0:15180C", "stopSequence": 18 }, { "arrival": { "time": "1767160143", "uncertainty": 120 }, "departure": { "time": "1767160143", "uncertainty": 120 }, "stopId": "0:15190C", "stopSequence": 19 }, { "arrival": { "time": "1767160263", "uncertainty": 120 }, "departure": { "time": "1767160263", "uncertainty": 120 }, "stopId": "0:15200C", "stopSequence": 20 }, { "arrival": { "time": "1767160343", "uncertainty": 120 }, "departure": { "time": "1767160343", "uncertainty": 120 }, "stopId": "0:15210C", "stopSequence": 21 }, { "arrival": { "time": "1767160425", "uncertainty": 120 }, "departure": { "time": "1767160425", "uncertainty": 120 }, "stopId": "0:15215C", "stopSequence": 22 }, { "arrival": { "time": "1767160443", "uncertainty": 120 }, "departure": { "time": "1767160443", "uncertainty": 120 }, "stopId": "0:15229C", "stopSequence": 23 }, { "arrival": { "time": "1767160476", "uncertainty": 120 }, "departure": { "time": "1767160476", "uncertainty": 120 }, "stopId": "0:15230C", "stopSequence": 24 }, { "arrival": { "time": "1767160563", "uncertainty": 120 }, "departure": { "time": "1767160563", "uncertainty": 120 }, "stopId": "0:05270C", "stopSequence": 25 }, { "arrival": { "time": "1767160602", "uncertainty": 120 }, "departure": { "time": "1767160602", "uncertainty": 120 }, "stopId": "0:05280C", "stopSequence": 26 }, { "arrival": { "time": "1767160683", "uncertainty": 120 }, "departure": { "time": "1767160683", "uncertainty": 120 }, "stopId": "0:05290C", "stopSequence": 27 }, { "arrival": { "time": "1767160747", "uncertainty": 120 }, "departure": { "time": "1767160747", "uncertainty": 120 }, "stopId": "0:05300C", "stopSequence": 28 }, { "arrival": { "time": "1767160803", "uncertainty": 120 }, "departure": { "time": "1767160803", "uncertainty": 120 }, "stopId": "0:05310C", "stopSequence": 29 }, { "arrival": { "time": "1767160922", "uncertainty": 120 }, "departure": { "time": "1767160922", "uncertainty": 120 }, "stopId": "0:11300C", "stopSequence": 30 }, { "arrival": { "time": "1767160992", "uncertainty": 120 }, "departure": { "time": "1767160992", "uncertainty": 120 }, "stopId": "0:11305C", "stopSequence": 31 }, { "arrival": { "time": "1767161162", "uncertainty": 120 }, "departure": { "time": "1767161162", "uncertainty": 120 }, "stopId": "0:15240C", "stopSequence": 32 }, { "arrival": { "time": "1767161194", "uncertainty": 120 }, "departure": { "time": "1767161194", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 33 }, { "arrival": { "time": "1767161273", "uncertainty": 120 }, "departure": { "time": "1767161273", "uncertainty": 120 }, "stopId": "0:15400C", "stopSequence": 34 }, { "arrival": { "time": "1767161324", "uncertainty": 120 }, "departure": { "time": "1767161324", "uncertainty": 120 }, "stopId": "0:15402C", "stopSequence": 35 }, { "arrival": { "time": "1767161350", "uncertainty": 120 }, "stopId": "0:05343P", "stopSequence": 36 } ], "trip": { "directionId": 0, "routeId": "2240", "scheduleRelationship": "SCHEDULED", "tripId": "2_31036406" }, "vehicle": { "id": "88", "label": "88" } } }, { "id": "1026081", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162300" }, "stopId": "0:CI0230C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "6610", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026081" } } }, { "id": "1026080", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159300" }, "stopId": "0:CI0011C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "6610", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026080" } } }, { "id": "1021757", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767156412", "uncertainty": 120 }, "stopId": "0:05343P", "stopSequence": 1 }, { "arrival": { "time": "1767156452", "uncertainty": 120 }, "departure": { "time": "1767156473", "uncertainty": 120 }, "stopId": "0:17775P", "stopSequence": 2 }, { "arrival": { "time": "1767156537", "uncertainty": 120 }, "departure": { "time": "1767156562", "uncertainty": 120 }, "stopId": "0:05530C", "stopSequence": 3 }, { "arrival": { "time": "1767156675", "uncertainty": 120 }, "departure": { "time": "1767156675", "uncertainty": 120 }, "stopId": "0:19070C", "stopSequence": 4 }, { "arrival": { "time": "1767156712", "uncertainty": 120 }, "departure": { "time": "1767156712", "uncertainty": 120 }, "stopId": "0:19303C", "stopSequence": 5 }, { "arrival": { "time": "1767156783", "uncertainty": 120 }, "departure": { "time": "1767156783", "uncertainty": 120 }, "stopId": "0:05460C", "stopSequence": 6 }, { "arrival": { "time": "1767156818", "uncertainty": 120 }, "departure": { "time": "1767156818", "uncertainty": 120 }, "stopId": "0:05200C", "stopSequence": 7 }, { "arrival": { "time": "1767156862", "uncertainty": 120 }, "departure": { "time": "1767156862", "uncertainty": 120 }, "stopId": "0:05191C", "stopSequence": 8 }, { "arrival": { "time": "1767156898", "uncertainty": 120 }, "departure": { "time": "1767156923", "uncertainty": 120 }, "stopId": "0:05165C", "stopSequence": 9 }, { "arrival": { "time": "1767156986", "uncertainty": 120 }, "departure": { "time": "1767156986", "uncertainty": 120 }, "stopId": "0:13070P", "stopSequence": 10 }, { "arrival": { "time": "1767157009", "uncertainty": 120 }, "departure": { "time": "1767157009", "uncertainty": 120 }, "stopId": "0:13065P", "stopSequence": 11 }, { "arrival": { "time": "1767157111", "uncertainty": 120 }, "departure": { "time": "1767157133", "uncertainty": 120 }, "stopId": "0:04080C", "stopSequence": 12 }, { "arrival": { "time": "1767157164", "uncertainty": 120 }, "departure": { "time": "1767157192", "uncertainty": 120 }, "stopId": "0:04090C", "stopSequence": 13 }, { "arrival": { "time": "1767157222", "uncertainty": 120 }, "departure": { "time": "1767157252", "uncertainty": 120 }, "stopId": "0:03100C", "stopSequence": 14 }, { "arrival": { "time": "1767157296", "uncertainty": 120 }, "departure": { "time": "1767157312", "uncertainty": 120 }, "stopId": "0:18280P", "stopSequence": 15 }, { "arrival": { "time": "1767157342", "uncertainty": 120 }, "departure": { "time": "1767157342", "uncertainty": 120 }, "stopId": "0:03390P", "stopSequence": 16 }, { "arrival": { "time": "1767157379", "uncertainty": 120 }, "departure": { "time": "1767157379", "uncertainty": 120 }, "stopId": "0:03400P", "stopSequence": 17 }, { "arrival": { "time": "1767157425", "uncertainty": 120 }, "departure": { "time": "1767157425", "uncertainty": 120 }, "stopId": "0:03380P", "stopSequence": 18 }, { "arrival": { "time": "1767157480", "uncertainty": 120 }, "departure": { "time": "1767157492", "uncertainty": 120 }, "stopId": "0:03070P", "stopSequence": 19 }, { "arrival": { "time": "1767157541", "uncertainty": 120 }, "departure": { "time": "1767157541", "uncertainty": 120 }, "stopId": "0:03060P", "stopSequence": 20 }, { "arrival": { "time": "1767157560", "uncertainty": 120 }, "departure": { "time": "1767157560", "uncertainty": 120 }, "stopId": "0:03050P", "stopSequence": 21 }, { "arrival": { "time": "1767157591", "uncertainty": 120 }, "departure": { "time": "1767157591", "uncertainty": 120 }, "stopId": "0:03040P", "stopSequence": 22 }, { "arrival": { "time": "1767157672", "uncertainty": 120 }, "departure": { "time": "1767157672", "uncertainty": 120 }, "stopId": "0:03030P", "stopSequence": 23 }, { "arrival": { "time": "1767157751", "uncertainty": 120 }, "departure": { "time": "1767157751", "uncertainty": 120 }, "stopId": "0:01010P", "stopSequence": 24 }, { "arrival": { "time": "1767157874", "uncertainty": 120 }, "departure": { "time": "1767157883", "uncertainty": 120 }, "stopId": "0:01020C", "stopSequence": 25 }, { "arrival": { "time": "1767157943", "uncertainty": 120 }, "departure": { "time": "1767157943", "uncertainty": 120 }, "stopId": "0:01030C", "stopSequence": 26 }, { "arrival": { "time": "1767158027", "uncertainty": 120 }, "departure": { "time": "1767158027", "uncertainty": 120 }, "stopId": "0:01040C", "stopSequence": 27 }, { "arrival": { "time": "1767158040", "uncertainty": 120 }, "departure": { "time": "1767158040", "uncertainty": 120 }, "stopId": "0:01050C", "stopSequence": 28 }, { "arrival": { "time": "1767158082", "uncertainty": 120 }, "departure": { "time": "1767158082", "uncertainty": 120 }, "stopId": "0:02330P", "stopSequence": 29 }, { "arrival": { "time": "1767158122", "uncertainty": 120 }, "departure": { "time": "1767158122", "uncertainty": 120 }, "stopId": "0:02320P", "stopSequence": 30 }, { "arrival": { "time": "1767158160", "uncertainty": 120 }, "departure": { "time": "1767158160", "uncertainty": 120 }, "stopId": "0:02310P", "stopSequence": 31 }, { "arrival": { "time": "1767158217", "uncertainty": 120 }, "departure": { "time": "1767158217", "uncertainty": 120 }, "stopId": "0:02300P", "stopSequence": 32 }, { "arrival": { "time": "1767158280", "uncertainty": 120 }, "departure": { "time": "1767158280", "uncertainty": 120 }, "stopId": "0:02290P", "stopSequence": 33 }, { "arrival": { "time": "1767158304", "uncertainty": 120 }, "departure": { "time": "1767158304", "uncertainty": 120 }, "stopId": "0:02280P", "stopSequence": 34 }, { "arrival": { "time": "1767158360", "uncertainty": 120 }, "departure": { "time": "1767158395", "uncertainty": 120 }, "stopId": "0:02275P", "stopSequence": 35 }, { "arrival": { "time": "1767158427", "uncertainty": 120 }, "departure": { "time": "1767158452", "uncertainty": 120 }, "stopId": "0:02270P", "stopSequence": 36 }, { "arrival": { "time": "1767158468", "uncertainty": 120 }, "departure": { "time": "1767158486", "uncertainty": 120 }, "stopId": "0:02420C", "stopSequence": 37 }, { "arrival": { "time": "1767158512", "uncertainty": 120 }, "departure": { "time": "1767158512", "uncertainty": 120 }, "stopId": "0:02415C", "stopSequence": 38 }, { "arrival": { "time": "1767158542", "uncertainty": 120 }, "departure": { "time": "1767158542", "uncertainty": 120 }, "stopId": "0:02410C", "stopSequence": 39 }, { "arrival": { "time": "1767158572", "uncertainty": 120 }, "departure": { "time": "1767158572", "uncertainty": 120 }, "stopId": "0:02405C", "stopSequence": 40 }, { "arrival": { "time": "1767158612", "uncertainty": 120 }, "departure": { "time": "1767158612", "uncertainty": 120 }, "stopId": "0:02400C", "stopSequence": 41 }, { "arrival": { "time": "1767158646", "uncertainty": 120 }, "departure": { "time": "1767158646", "uncertainty": 120 }, "stopId": "0:02395C", "stopSequence": 42 }, { "arrival": { "time": "1767158680", "uncertainty": 120 }, "departure": { "time": "1767158692", "uncertainty": 120 }, "stopId": "0:02390C", "stopSequence": 43 }, { "arrival": { "time": "1767158782", "uncertainty": 120 }, "departure": { "time": "1767158783", "uncertainty": 120 }, "stopId": "0:TA9180P", "stopSequence": 44 }, { "arrival": { "time": "1767158892", "uncertainty": 120 }, "departure": { "time": "1767158902", "uncertainty": 120 }, "stopId": "0:TA0001P", "stopSequence": 45 }, { "arrival": { "time": "1767159093", "uncertainty": 120 }, "departure": { "time": "1767159112", "uncertainty": 120 }, "stopId": "0:TA0145P", "stopSequence": 46 }, { "arrival": { "time": "1767159223", "uncertainty": 120 }, "departure": { "time": "1767159223", "uncertainty": 120 }, "stopId": "0:02003P", "stopSequence": 47 }, { "arrival": { "time": "1767159301", "uncertainty": 120 }, "departure": { "time": "1767159301", "uncertainty": 120 }, "stopId": "0:TA0001C", "stopSequence": 48 }, { "arrival": { "time": "1767159343", "uncertainty": 120 }, "stopId": "0:TA00028C", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "1131", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021757" }, "vehicle": { "id": "146", "label": "146" } } }, { "id": "1025213", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160800", "uncertainty": 120 }, "stopId": "0:19055C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1150", "scheduleRelationship": "SCHEDULED", "tripId": "2_31025213" } } }, { "id": "1021946", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162600", "uncertainty": 120 }, "stopId": "0:11015C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "2210", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021946" } } }, { "id": "1021945", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159075", "uncertainty": 120 }, "stopId": "0:11015C", "stopSequence": 1 }, { "arrival": { "time": "1767159105", "uncertainty": 120 }, "departure": { "time": "1767159105", "uncertainty": 120 }, "stopId": "0:11440C", "stopSequence": 2 }, { "arrival": { "time": "1767159199", "uncertainty": 120 }, "departure": { "time": "1767159199", "uncertainty": 120 }, "stopId": "0:11010C", "stopSequence": 3 }, { "arrival": { "time": "1767159240", "uncertainty": 120 }, "departure": { "time": "1767159240", "uncertainty": 120 }, "stopId": "0:11020C", "stopSequence": 4 }, { "arrival": { "time": "1767159325", "uncertainty": 120 }, "departure": { "time": "1767159325", "uncertainty": 120 }, "stopId": "0:11030C", "stopSequence": 5 }, { "arrival": { "time": "1767159354", "uncertainty": 120 }, "departure": { "time": "1767159354", "uncertainty": 120 }, "stopId": "0:11040C", "stopSequence": 6 }, { "arrival": { "time": "1767159379", "uncertainty": 120 }, "departure": { "time": "1767159379", "uncertainty": 120 }, "stopId": "0:11050C", "stopSequence": 7 }, { "arrival": { "time": "1767159400", "uncertainty": 120 }, "departure": { "time": "1767159400", "uncertainty": 120 }, "stopId": "0:11060C", "stopSequence": 8 }, { "arrival": { "time": "1767159439", "uncertainty": 120 }, "departure": { "time": "1767159439", "uncertainty": 120 }, "stopId": "0:11070C", "stopSequence": 9 }, { "arrival": { "time": "1767159469", "uncertainty": 120 }, "departure": { "time": "1767159469", "uncertainty": 120 }, "stopId": "0:11080C", "stopSequence": 10 }, { "arrival": { "time": "1767159494", "uncertainty": 120 }, "departure": { "time": "1767159494", "uncertainty": 120 }, "stopId": "0:11100C", "stopSequence": 11 }, { "arrival": { "time": "1767159521", "uncertainty": 120 }, "departure": { "time": "1767159521", "uncertainty": 120 }, "stopId": "0:11110C", "stopSequence": 12 }, { "arrival": { "time": "1767159559", "uncertainty": 120 }, "departure": { "time": "1767159559", "uncertainty": 120 }, "stopId": "0:11120C", "stopSequence": 13 }, { "arrival": { "time": "1767159619", "uncertainty": 120 }, "departure": { "time": "1767159619", "uncertainty": 120 }, "stopId": "0:11130C", "stopSequence": 14 }, { "arrival": { "time": "1767159678", "uncertainty": 120 }, "departure": { "time": "1767159678", "uncertainty": 120 }, "stopId": "0:11140C", "stopSequence": 15 }, { "arrival": { "time": "1767159714", "uncertainty": 120 }, "departure": { "time": "1767159714", "uncertainty": 120 }, "stopId": "0:11150C", "stopSequence": 16 }, { "arrival": { "time": "1767159769", "uncertainty": 120 }, "departure": { "time": "1767159769", "uncertainty": 120 }, "stopId": "0:11160C", "stopSequence": 17 }, { "arrival": { "time": "1767159859", "uncertainty": 120 }, "departure": { "time": "1767159859", "uncertainty": 120 }, "stopId": "0:11170C", "stopSequence": 18 }, { "arrival": { "time": "1767159949", "uncertainty": 120 }, "departure": { "time": "1767159949", "uncertainty": 120 }, "stopId": "0:11180C", "stopSequence": 19 }, { "arrival": { "time": "1767159965", "uncertainty": 120 }, "departure": { "time": "1767159965", "uncertainty": 120 }, "stopId": "0:11190C", "stopSequence": 20 }, { "arrival": { "time": "1767160025", "uncertainty": 120 }, "departure": { "time": "1767160025", "uncertainty": 120 }, "stopId": "0:11200C", "stopSequence": 21 }, { "arrival": { "time": "1767160066", "uncertainty": 120 }, "departure": { "time": "1767160066", "uncertainty": 120 }, "stopId": "0:11210C", "stopSequence": 22 }, { "arrival": { "time": "1767160165", "uncertainty": 120 }, "departure": { "time": "1767160165", "uncertainty": 120 }, "stopId": "0:11220C", "stopSequence": 23 }, { "arrival": { "time": "1767160202", "uncertainty": 120 }, "departure": { "time": "1767160202", "uncertainty": 120 }, "stopId": "0:11230C", "stopSequence": 24 }, { "arrival": { "time": "1767160265", "uncertainty": 120 }, "departure": { "time": "1767160265", "uncertainty": 120 }, "stopId": "0:11240C", "stopSequence": 25 }, { "arrival": { "time": "1767160342", "uncertainty": 120 }, "departure": { "time": "1767160342", "uncertainty": 120 }, "stopId": "0:11250C", "stopSequence": 26 }, { "arrival": { "time": "1767160417", "uncertainty": 120 }, "departure": { "time": "1767160417", "uncertainty": 120 }, "stopId": "0:11260C", "stopSequence": 27 }, { "arrival": { "time": "1767160505", "uncertainty": 120 }, "departure": { "time": "1767160505", "uncertainty": 120 }, "stopId": "0:11270C", "stopSequence": 28 }, { "arrival": { "time": "1767160561", "uncertainty": 120 }, "departure": { "time": "1767160561", "uncertainty": 120 }, "stopId": "0:11285C", "stopSequence": 29 }, { "arrival": { "time": "1767160605", "uncertainty": 120 }, "departure": { "time": "1767160605", "uncertainty": 120 }, "stopId": "0:11430C", "stopSequence": 30 }, { "arrival": { "time": "1767160625", "uncertainty": 120 }, "departure": { "time": "1767160625", "uncertainty": 120 }, "stopId": "0:11290C", "stopSequence": 31 }, { "arrival": { "time": "1767160805", "uncertainty": 120 }, "departure": { "time": "1767160805", "uncertainty": 120 }, "stopId": "0:11300C", "stopSequence": 32 }, { "arrival": { "time": "1767160875", "uncertainty": 120 }, "departure": { "time": "1767160875", "uncertainty": 120 }, "stopId": "0:11305C", "stopSequence": 33 }, { "arrival": { "time": "1767161045", "uncertainty": 120 }, "departure": { "time": "1767161045", "uncertainty": 120 }, "stopId": "0:15240C", "stopSequence": 34 }, { "arrival": { "time": "1767161077", "uncertainty": 120 }, "departure": { "time": "1767161077", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 35 }, { "arrival": { "time": "1767161156", "uncertainty": 120 }, "departure": { "time": "1767161156", "uncertainty": 120 }, "stopId": "0:15400C", "stopSequence": 36 }, { "arrival": { "time": "1767161199", "uncertainty": 120 }, "departure": { "time": "1767161199", "uncertainty": 120 }, "stopId": "0:15402C", "stopSequence": 37 }, { "arrival": { "time": "1767161227", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 38 } ], "trip": { "directionId": 0, "routeId": "2210", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021945" }, "vehicle": { "id": "39", "label": "39" } } }, { "id": "1021920", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160800", "uncertainty": 120 }, "stopId": "0:11015C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "2220", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021920" } } }, { "id": "1026016", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162600", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 }, { "arrival": { "time": "1767162666", "uncertainty": 120 }, "departure": { "time": "1767162666", "uncertainty": 120 }, "stopId": "0:17775P", "stopSequence": 2 }, { "arrival": { "time": "1767162718", "uncertainty": 120 }, "departure": { "time": "1767162718", "uncertainty": 120 }, "stopId": "0:05530C", "stopSequence": 3 }, { "arrival": { "time": "1767162876", "uncertainty": 120 }, "departure": { "time": "1767162876", "uncertainty": 120 }, "stopId": "0:19070C", "stopSequence": 4 }, { "arrival": { "time": "1767162923", "uncertainty": 120 }, "departure": { "time": "1767162923", "uncertainty": 120 }, "stopId": "0:19304C", "stopSequence": 5 }, { "arrival": { "time": "1767162976", "uncertainty": 120 }, "departure": { "time": "1767162976", "uncertainty": 120 }, "stopId": "0:19075C", "stopSequence": 6 }, { "arrival": { "time": "1767163029", "uncertainty": 120 }, "departure": { "time": "1767163029", "uncertainty": 120 }, "stopId": "0:19080C", "stopSequence": 7 }, { "arrival": { "time": "1767163101", "uncertainty": 120 }, "departure": { "time": "1767163101", "uncertainty": 120 }, "stopId": "0:05450C", "stopSequence": 8 }, { "arrival": { "time": "1767163203", "uncertainty": 120 }, "departure": { "time": "1767163203", "uncertainty": 120 }, "stopId": "0:04220C", "stopSequence": 9 }, { "arrival": { "time": "1767163355", "uncertainty": 120 }, "departure": { "time": "1767163355", "uncertainty": 120 }, "stopId": "0:05440C", "stopSequence": 10 }, { "arrival": { "time": "1767163536", "uncertainty": 120 }, "departure": { "time": "1767163536", "uncertainty": 120 }, "stopId": "0:05370C", "stopSequence": 11 }, { "arrival": { "time": "1767163656", "uncertainty": 120 }, "departure": { "time": "1767163656", "uncertainty": 120 }, "stopId": "0:04180C", "stopSequence": 12 }, { "arrival": { "time": "1767163715", "uncertainty": 120 }, "departure": { "time": "1767163715", "uncertainty": 120 }, "stopId": "0:07185C", "stopSequence": 13 }, { "arrival": { "time": "1767163772", "uncertainty": 120 }, "departure": { "time": "1767163772", "uncertainty": 120 }, "stopId": "0:07180C", "stopSequence": 14 }, { "arrival": { "time": "1767163862", "uncertainty": 120 }, "departure": { "time": "1767163862", "uncertainty": 120 }, "stopId": "0:07170C", "stopSequence": 15 }, { "arrival": { "time": "1767163960", "uncertainty": 120 }, "departure": { "time": "1767163960", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 16 }, { "arrival": { "time": "1767164046", "uncertainty": 120 }, "departure": { "time": "1767164046", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 17 }, { "arrival": { "time": "1767164096", "uncertainty": 120 }, "departure": { "time": "1767164096", "uncertainty": 120 }, "stopId": "0:19040C", "stopSequence": 18 }, { "arrival": { "time": "1767164334", "uncertainty": 120 }, "departure": { "time": "1767164334", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 19 }, { "arrival": { "time": "1767164443", "uncertainty": 120 }, "departure": { "time": "1767164443", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 20 }, { "arrival": { "time": "1767164481", "uncertainty": 120 }, "departure": { "time": "1767164481", "uncertainty": 120 }, "stopId": "0:01320P", "stopSequence": 21 }, { "arrival": { "time": "1767164694", "uncertainty": 120 }, "departure": { "time": "1767164694", "uncertainty": 120 }, "stopId": "0:05010P", "stopSequence": 22 }, { "arrival": { "time": "1767164808", "uncertainty": 120 }, "departure": { "time": "1767164808", "uncertainty": 120 }, "stopId": "0:05020P", "stopSequence": 23 }, { "arrival": { "time": "1767165054", "uncertainty": 120 }, "departure": { "time": "1767165054", "uncertainty": 120 }, "stopId": "0:18210P", "stopSequence": 24 }, { "arrival": { "time": "1767165234", "uncertainty": 120 }, "departure": { "time": "1767165234", "uncertainty": 120 }, "stopId": "0:01600C", "stopSequence": 25 }, { "arrival": { "time": "1767165301", "uncertainty": 120 }, "departure": { "time": "1767165301", "uncertainty": 120 }, "stopId": "0:01601C", "stopSequence": 26 }, { "arrival": { "time": "1767165354", "uncertainty": 120 }, "departure": { "time": "1767165354", "uncertainty": 120 }, "stopId": "0:02167P", "stopSequence": 27 }, { "arrival": { "time": "1767165404", "uncertainty": 120 }, "departure": { "time": "1767165404", "uncertainty": 120 }, "stopId": "0:02166P", "stopSequence": 28 }, { "arrival": { "time": "1767165436", "uncertainty": 120 }, "departure": { "time": "1767165436", "uncertainty": 120 }, "stopId": "0:02165P", "stopSequence": 29 }, { "arrival": { "time": "1767165534", "uncertainty": 120 }, "stopId": "0:02160C", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "1183", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026016" } } }, { "id": "1036488", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767156841", "uncertainty": 120 }, "departure": { "time": "1767156841", "uncertainty": 120 }, "stopId": "0:04020C" }, { "arrival": { "time": "1767156868", "uncertainty": 120 }, "departure": { "time": "1767156883", "uncertainty": 120 }, "stopId": "0:04030C" }, { "arrival": { "time": "1767156943", "uncertainty": 120 }, "departure": { "time": "1767156943", "uncertainty": 120 }, "stopId": "0:04040C" }, { "arrival": { "time": "1767157011", "uncertainty": 120 }, "departure": { "time": "1767157011", "uncertainty": 120 }, "stopId": "0:04050C" }, { "arrival": { "time": "1767157018", "uncertainty": 120 }, "departure": { "time": "1767157018", "uncertainty": 120 }, "stopId": "0:04060C" }, { "departure": { "time": "1767156032", "uncertainty": 120 }, "stopId": "0:03010C", "stopSequence": 1 }, { "arrival": { "time": "1767156160", "uncertainty": 120 }, "departure": { "time": "1767156213", "uncertainty": 120 }, "stopId": "0:01010C", "stopSequence": 2 }, { "arrival": { "time": "1767156621", "uncertainty": 120 }, "departure": { "time": "1767156632", "uncertainty": 120 }, "stopId": "0:03030C", "stopSequence": 3 }, { "arrival": { "time": "1767156692", "uncertainty": 120 }, "departure": { "time": "1767156692", "uncertainty": 120 }, "stopId": "0:03040C", "stopSequence": 4 }, { "arrival": { "time": "1767156722", "uncertainty": 120 }, "departure": { "time": "1767156722", "uncertainty": 120 }, "stopId": "0:03050C", "stopSequence": 5 }, { "arrival": { "time": "1767156753", "uncertainty": 120 }, "departure": { "time": "1767156753", "uncertainty": 120 }, "stopId": "0:03060C", "stopSequence": 6 }, { "arrival": { "time": "1767156782", "uncertainty": 120 }, "departure": { "time": "1767156782", "uncertainty": 120 }, "stopId": "0:03070C", "stopSequence": 7 }, { "arrival": { "time": "1767156790", "uncertainty": 120 }, "departure": { "time": "1767156790", "uncertainty": 120 }, "stopId": "0:04015C", "stopSequence": 8 }, { "arrival": { "time": "1767156538", "uncertainty": 120 }, "departure": { "time": "1767156538", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:04020C", "stopSequence": 9 }, { "arrival": { "time": "1767156583", "uncertainty": 120 }, "departure": { "time": "1767156583", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:13010C", "stopSequence": 10 }, { "arrival": { "time": "1767156631", "uncertainty": 120 }, "departure": { "time": "1767156631", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:13020C", "stopSequence": 11 }, { "arrival": { "time": "1767156668", "uncertainty": 120 }, "departure": { "time": "1767156668", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:13030C", "stopSequence": 12 }, { "arrival": { "time": "1767156735", "uncertainty": 120 }, "departure": { "time": "1767156735", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:04050C", "stopSequence": 13 }, { "arrival": { "time": "1767156760", "uncertainty": 120 }, "departure": { "time": "1767156760", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:04060C", "stopSequence": 14 }, { "arrival": { "time": "1767157047", "uncertainty": 120 }, "departure": { "time": "1767157047", "uncertainty": 120 }, "stopId": "0:04070C", "stopSequence": 15 }, { "arrival": { "time": "1767157071", "uncertainty": 120 }, "departure": { "time": "1767157077", "uncertainty": 120 }, "stopId": "0:04075C", "stopSequence": 16 }, { "arrival": { "time": "1767157131", "uncertainty": 120 }, "departure": { "time": "1767157137", "uncertainty": 120 }, "stopId": "0:04080C", "stopSequence": 17 }, { "arrival": { "time": "1767157167", "uncertainty": 120 }, "departure": { "time": "1767157198", "uncertainty": 120 }, "stopId": "0:04090C", "stopSequence": 18 }, { "arrival": { "time": "1767157232", "uncertainty": 120 }, "departure": { "time": "1767157257", "uncertainty": 120 }, "stopId": "0:03100C", "stopSequence": 19 }, { "arrival": { "time": "1767157347", "uncertainty": 120 }, "departure": { "time": "1767157347", "uncertainty": 120 }, "stopId": "0:03110C", "stopSequence": 20 }, { "arrival": { "time": "1767157389", "uncertainty": 120 }, "departure": { "time": "1767157407", "uncertainty": 120 }, "stopId": "0:03120C", "stopSequence": 21 }, { "arrival": { "time": "1767157437", "uncertainty": 120 }, "departure": { "time": "1767157437", "uncertainty": 120 }, "stopId": "0:03130C", "stopSequence": 22 }, { "arrival": { "time": "1767157467", "uncertainty": 120 }, "departure": { "time": "1767157467", "uncertainty": 120 }, "stopId": "0:03150C", "stopSequence": 23 }, { "arrival": { "time": "1767157498", "uncertainty": 120 }, "departure": { "time": "1767157498", "uncertainty": 120 }, "stopId": "0:03140C", "stopSequence": 24 }, { "arrival": { "time": "1767157527", "uncertainty": 120 }, "departure": { "time": "1767157527", "uncertainty": 120 }, "stopId": "0:03160C", "stopSequence": 25 }, { "arrival": { "time": "1767157559", "uncertainty": 120 }, "departure": { "time": "1767157559", "uncertainty": 120 }, "stopId": "0:03170C", "stopSequence": 26 }, { "arrival": { "time": "1767157587", "uncertainty": 120 }, "departure": { "time": "1767157587", "uncertainty": 120 }, "stopId": "0:18260C", "stopSequence": 27 }, { "arrival": { "time": "1767157617", "uncertainty": 120 }, "departure": { "time": "1767157647", "uncertainty": 120 }, "stopId": "0:18270C", "stopSequence": 28 }, { "arrival": { "time": "1767157718", "uncertainty": 120 }, "departure": { "time": "1767157737", "uncertainty": 120 }, "stopId": "0:03205C", "stopSequence": 29 }, { "arrival": { "time": "1767157798", "uncertainty": 120 }, "departure": { "time": "1767157828", "uncertainty": 120 }, "stopId": "0:03220C", "stopSequence": 30 }, { "arrival": { "time": "1767157857", "uncertainty": 120 }, "departure": { "time": "1767157857", "uncertainty": 120 }, "stopId": "0:03235C", "stopSequence": 31 }, { "arrival": { "time": "1767157926", "uncertainty": 120 }, "departure": { "time": "1767157926", "uncertainty": 120 }, "stopId": "0:03230C", "stopSequence": 32 }, { "arrival": { "time": "1767157956", "uncertainty": 120 }, "departure": { "time": "1767158012", "uncertainty": 120 }, "stopId": "0:03250C", "stopSequence": 33 }, { "arrival": { "time": "1767158037", "uncertainty": 120 }, "departure": { "time": "1767158037", "uncertainty": 120 }, "stopId": "0:03265C", "stopSequence": 34 }, { "arrival": { "time": "1767158067", "uncertainty": 120 }, "departure": { "time": "1767158067", "uncertainty": 120 }, "stopId": "0:03269C", "stopSequence": 35 }, { "arrival": { "time": "1767158130", "uncertainty": 120 }, "departure": { "time": "1767158157", "uncertainty": 120 }, "stopId": "0:03270C", "stopSequence": 36 }, { "arrival": { "time": "1767158217", "uncertainty": 120 }, "departure": { "time": "1767158217", "uncertainty": 120 }, "stopId": "0:03295C", "stopSequence": 37 }, { "arrival": { "time": "1767158309", "uncertainty": 120 }, "departure": { "time": "1767158309", "uncertainty": 120 }, "stopId": "0:03290C", "stopSequence": 38 }, { "arrival": { "time": "1767158445", "uncertainty": 120 }, "departure": { "time": "1767158445", "uncertainty": 120 }, "stopId": "0:01230C", "stopSequence": 39 }, { "arrival": { "time": "1767158526", "uncertainty": 120 }, "departure": { "time": "1767158526", "uncertainty": 120 }, "stopId": "0:01240C", "stopSequence": 40 }, { "arrival": { "time": "1767158648", "uncertainty": 120 }, "departure": { "time": "1767158655", "uncertainty": 120 }, "stopId": "0:01270C", "stopSequence": 41 }, { "arrival": { "time": "1767158715", "uncertainty": 120 }, "departure": { "time": "1767158715", "uncertainty": 120 }, "stopId": "0:01280C", "stopSequence": 42 }, { "arrival": { "time": "1767158755", "uncertainty": 120 }, "departure": { "time": "1767158776", "uncertainty": 120 }, "stopId": "0:18170C", "stopSequence": 43 }, { "arrival": { "time": "1767158864", "uncertainty": 120 }, "departure": { "time": "1767158864", "uncertainty": 120 }, "stopId": "0:18180C", "stopSequence": 44 }, { "arrival": { "time": "1767158946", "uncertainty": 120 }, "departure": { "time": "1767158946", "uncertainty": 120 }, "stopId": "0:01320C", "stopSequence": 45 }, { "arrival": { "time": "1767158991", "uncertainty": 120 }, "departure": { "time": "1767159014", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 46 }, { "arrival": { "time": "1767159097", "uncertainty": 120 }, "departure": { "time": "1767159104", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 47 }, { "arrival": { "time": "1767159232", "uncertainty": 120 }, "stopId": "0:19065C", "stopSequence": 48 } ], "trip": { "directionId": 0, "routeId": "1040", "scheduleRelationship": "SCHEDULED", "tripId": "2_31036488" }, "vehicle": { "id": "159", "label": "159" } } }, { "id": "1036508", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160800", "uncertainty": 120 }, "stopId": "0:19065C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1040", "scheduleRelationship": "SCHEDULED", "tripId": "2_31036508" } } }, { "id": "1021626", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767158841", "uncertainty": 120 }, "stopId": "0:PE0085P", "stopSequence": 1 }, { "arrival": { "time": "1767158872", "uncertainty": 120 }, "departure": { "time": "1767158931", "uncertainty": 120 }, "stopId": "0:PE0048C", "stopSequence": 2 }, { "arrival": { "time": "1767158981", "uncertainty": 120 }, "departure": { "time": "1767158981", "uncertainty": 120 }, "stopId": "0:PE0051C", "stopSequence": 3 }, { "arrival": { "time": "1767159012", "uncertainty": 120 }, "departure": { "time": "1767159030", "uncertainty": 120 }, "stopId": "0:PE0300C", "stopSequence": 4 }, { "arrival": { "time": "1767159077", "uncertainty": 120 }, "departure": { "time": "1767159082", "uncertainty": 120 }, "stopId": "0:PE0305C", "stopSequence": 5 }, { "arrival": { "time": "1767159114", "uncertainty": 120 }, "departure": { "time": "1767159114", "uncertainty": 120 }, "stopId": "0:PE0310C", "stopSequence": 6 }, { "arrival": { "time": "1767159157", "uncertainty": 120 }, "departure": { "time": "1767159157", "uncertainty": 120 }, "stopId": "0:PE0315C", "stopSequence": 7 }, { "arrival": { "time": "1767159194", "uncertainty": 120 }, "departure": { "time": "1767159194", "uncertainty": 120 }, "stopId": "0:PE0316C", "stopSequence": 8 }, { "arrival": { "time": "1767159219", "uncertainty": 120 }, "departure": { "time": "1767159219", "uncertainty": 120 }, "stopId": "0:PE0317C", "stopSequence": 9 }, { "arrival": { "time": "1767159250", "uncertainty": 120 }, "departure": { "time": "1767159250", "uncertainty": 120 }, "stopId": "0:PE0318C", "stopSequence": 10 }, { "arrival": { "time": "1767159279", "uncertainty": 120 }, "departure": { "time": "1767159279", "uncertainty": 120 }, "stopId": "0:PE02041C", "stopSequence": 11 }, { "arrival": { "time": "1767159339", "uncertainty": 120 }, "departure": { "time": "1767159339", "uncertainty": 120 }, "stopId": "0:PE03160C", "stopSequence": 12 }, { "arrival": { "time": "1767159389", "uncertainty": 120 }, "departure": { "time": "1767159389", "uncertainty": 120 }, "stopId": "0:PE03153C", "stopSequence": 13 }, { "arrival": { "time": "1767159419", "uncertainty": 120 }, "departure": { "time": "1767159419", "uncertainty": 120 }, "stopId": "0:PE03154C", "stopSequence": 14 }, { "arrival": { "time": "1767159459", "uncertainty": 120 }, "departure": { "time": "1767159459", "uncertainty": 120 }, "stopId": "0:PE03155C", "stopSequence": 15 }, { "arrival": { "time": "1767159511", "uncertainty": 120 }, "departure": { "time": "1767159511", "uncertainty": 120 }, "stopId": "0:PE03156C", "stopSequence": 16 }, { "arrival": { "time": "1767159552", "uncertainty": 120 }, "departure": { "time": "1767159552", "uncertainty": 120 }, "stopId": "0:PE03157C", "stopSequence": 17 }, { "arrival": { "time": "1767159571", "uncertainty": 120 }, "departure": { "time": "1767159571", "uncertainty": 120 }, "stopId": "0:PE02072C", "stopSequence": 18 }, { "arrival": { "time": "1767159610", "uncertainty": 120 }, "departure": { "time": "1767159610", "uncertainty": 120 }, "stopId": "0:PE02071C", "stopSequence": 19 }, { "arrival": { "time": "1767159640", "uncertainty": 120 }, "departure": { "time": "1767159640", "uncertainty": 120 }, "stopId": "0:PE02081C", "stopSequence": 20 }, { "arrival": { "time": "1767159700", "uncertainty": 120 }, "departure": { "time": "1767159700", "uncertainty": 120 }, "stopId": "0:PE0106C", "stopSequence": 21 }, { "arrival": { "time": "1767159760", "uncertainty": 120 }, "departure": { "time": "1767159760", "uncertainty": 120 }, "stopId": "0:PE0110C", "stopSequence": 22 }, { "arrival": { "time": "1767159836", "uncertainty": 120 }, "departure": { "time": "1767159836", "uncertainty": 120 }, "stopId": "0:PE03159C", "stopSequence": 23 }, { "arrival": { "time": "1767159940", "uncertainty": 120 }, "departure": { "time": "1767159940", "uncertainty": 120 }, "stopId": "0:PE00200C", "stopSequence": 24 }, { "arrival": { "time": "1767160043", "uncertainty": 120 }, "departure": { "time": "1767160043", "uncertainty": 120 }, "stopId": "0:PE0130C", "stopSequence": 25 }, { "arrival": { "time": "1767160120", "uncertainty": 120 }, "stopId": "0:PE00240C", "stopSequence": 26 } ], "trip": { "directionId": 0, "routeId": "5550", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021626" }, "vehicle": { "id": "122", "label": "122" } } }, { "id": "1021907", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767157306", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 }, { "arrival": { "time": "1767157350", "uncertainty": 120 }, "departure": { "time": "1767157350", "uncertainty": 120 }, "stopId": "0:17775P", "stopSequence": 2 }, { "arrival": { "time": "1767157420", "uncertainty": 120 }, "departure": { "time": "1767157426", "uncertainty": 120 }, "stopId": "0:11380P", "stopSequence": 3 }, { "arrival": { "time": "1767157528", "uncertainty": 120 }, "departure": { "time": "1767157528", "uncertainty": 120 }, "stopId": "0:11390P", "stopSequence": 4 }, { "arrival": { "time": "1767157565", "uncertainty": 120 }, "departure": { "time": "1767157576", "uncertainty": 120 }, "stopId": "0:11400P", "stopSequence": 5 }, { "arrival": { "time": "1767157661", "uncertainty": 120 }, "departure": { "time": "1767157667", "uncertainty": 120 }, "stopId": "0:11410P", "stopSequence": 6 }, { "arrival": { "time": "1767157721", "uncertainty": 120 }, "departure": { "time": "1767157721", "uncertainty": 120 }, "stopId": "0:11430P", "stopSequence": 7 }, { "arrival": { "time": "1767157779", "uncertainty": 120 }, "departure": { "time": "1767157787", "uncertainty": 120 }, "stopId": "0:11285P", "stopSequence": 8 }, { "arrival": { "time": "1767157887", "uncertainty": 120 }, "departure": { "time": "1767157887", "uncertainty": 120 }, "stopId": "0:11270P", "stopSequence": 9 }, { "arrival": { "time": "1767157949", "uncertainty": 120 }, "departure": { "time": "1767157949", "uncertainty": 120 }, "stopId": "0:11260P", "stopSequence": 10 }, { "arrival": { "time": "1767157967", "uncertainty": 120 }, "departure": { "time": "1767157967", "uncertainty": 120 }, "stopId": "0:11250P", "stopSequence": 11 }, { "arrival": { "time": "1767157998", "uncertainty": 120 }, "departure": { "time": "1767158027", "uncertainty": 120 }, "stopId": "0:11240P", "stopSequence": 12 }, { "arrival": { "time": "1767158087", "uncertainty": 120 }, "departure": { "time": "1767158087", "uncertainty": 120 }, "stopId": "0:11720P", "stopSequence": 13 }, { "arrival": { "time": "1767158127", "uncertainty": 120 }, "departure": { "time": "1767158127", "uncertainty": 120 }, "stopId": "0:11685P", "stopSequence": 14 }, { "arrival": { "time": "1767158148", "uncertainty": 120 }, "departure": { "time": "1767158148", "uncertainty": 120 }, "stopId": "0:11700P", "stopSequence": 15 }, { "arrival": { "time": "1767158289", "uncertainty": 120 }, "departure": { "time": "1767158289", "uncertainty": 120 }, "stopId": "0:11680P", "stopSequence": 16 }, { "arrival": { "time": "1767158297", "uncertainty": 120 }, "departure": { "time": "1767158297", "uncertainty": 120 }, "stopId": "0:11705P", "stopSequence": 17 }, { "arrival": { "time": "1767158336", "uncertainty": 120 }, "departure": { "time": "1767158336", "uncertainty": 120 }, "stopId": "0:11670P", "stopSequence": 18 }, { "arrival": { "time": "1767158357", "uncertainty": 120 }, "departure": { "time": "1767158357", "uncertainty": 120 }, "stopId": "0:11660P", "stopSequence": 19 }, { "arrival": { "time": "1767158388", "uncertainty": 120 }, "departure": { "time": "1767158388", "uncertainty": 120 }, "stopId": "0:11650P", "stopSequence": 20 }, { "arrival": { "time": "1767158418", "uncertainty": 120 }, "departure": { "time": "1767158418", "uncertainty": 120 }, "stopId": "0:11640P", "stopSequence": 21 }, { "arrival": { "time": "1767158477", "uncertainty": 120 }, "departure": { "time": "1767158477", "uncertainty": 120 }, "stopId": "0:11120P", "stopSequence": 22 }, { "arrival": { "time": "1767158538", "uncertainty": 120 }, "departure": { "time": "1767158538", "uncertainty": 120 }, "stopId": "0:11110P", "stopSequence": 23 }, { "arrival": { "time": "1767158587", "uncertainty": 120 }, "departure": { "time": "1767158587", "uncertainty": 120 }, "stopId": "0:11100P", "stopSequence": 24 }, { "arrival": { "time": "1767158598", "uncertainty": 120 }, "departure": { "time": "1767158598", "uncertainty": 120 }, "stopId": "0:11080P", "stopSequence": 25 }, { "arrival": { "time": "1767158627", "uncertainty": 120 }, "departure": { "time": "1767158627", "uncertainty": 120 }, "stopId": "0:11070P", "stopSequence": 26 }, { "arrival": { "time": "1767158666", "uncertainty": 120 }, "departure": { "time": "1767158666", "uncertainty": 120 }, "stopId": "0:11060P", "stopSequence": 27 }, { "arrival": { "time": "1767158697", "uncertainty": 120 }, "departure": { "time": "1767158697", "uncertainty": 120 }, "stopId": "0:11645C", "stopSequence": 28 }, { "arrival": { "time": "1767158742", "uncertainty": 120 }, "departure": { "time": "1767158742", "uncertainty": 120 }, "stopId": "0:11635C", "stopSequence": 29 }, { "arrival": { "time": "1767158807", "uncertainty": 120 }, "departure": { "time": "1767158807", "uncertainty": 120 }, "stopId": "0:11180C", "stopSequence": 30 }, { "arrival": { "time": "1767158829", "uncertainty": 120 }, "departure": { "time": "1767158837", "uncertainty": 120 }, "stopId": "0:11190C", "stopSequence": 31 }, { "arrival": { "time": "1767158910", "uncertainty": 120 }, "departure": { "time": "1767158910", "uncertainty": 120 }, "stopId": "0:17200P", "stopSequence": 32 }, { "arrival": { "time": "1767159018", "uncertainty": 120 }, "departure": { "time": "1767159018", "uncertainty": 120 }, "stopId": "0:17190P", "stopSequence": 33 }, { "arrival": { "time": "1767159190", "uncertainty": 120 }, "departure": { "time": "1767159190", "uncertainty": 120 }, "stopId": "0:11010P", "stopSequence": 34 }, { "arrival": { "time": "1767159359", "uncertainty": 120 }, "departure": { "time": "1767159359", "uncertainty": 120 }, "stopId": "0:11440P", "stopSequence": 35 }, { "arrival": { "time": "1767159430", "uncertainty": 120 }, "stopId": "0:11015C", "stopSequence": 36 } ], "trip": { "directionId": 1, "routeId": "2220", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021907" }, "vehicle": { "id": "65", "label": "65" } } }, { "id": "1022269", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767158687", "uncertainty": 120 }, "stopId": "0:01010P", "stopSequence": 1 }, { "arrival": { "time": "1767158715", "uncertainty": 120 }, "departure": { "time": "1767158715", "uncertainty": 120 }, "stopId": "0:01020C", "stopSequence": 2 }, { "arrival": { "time": "1767158798", "uncertainty": 120 }, "departure": { "time": "1767158834", "uncertainty": 120 }, "stopId": "0:01030C", "stopSequence": 3 }, { "arrival": { "time": "1767158894", "uncertainty": 120 }, "departure": { "time": "1767158894", "uncertainty": 120 }, "stopId": "0:01040C", "stopSequence": 4 }, { "arrival": { "time": "1767158915", "uncertainty": 120 }, "departure": { "time": "1767158915", "uncertainty": 120 }, "stopId": "0:01050C", "stopSequence": 5 }, { "arrival": { "time": "1767158980", "uncertainty": 120 }, "departure": { "time": "1767158984", "uncertainty": 120 }, "stopId": "0:01070C", "stopSequence": 6 }, { "arrival": { "time": "1767159034", "uncertainty": 120 }, "departure": { "time": "1767159044", "uncertainty": 120 }, "stopId": "0:01080C", "stopSequence": 7 }, { "arrival": { "time": "1767159074", "uncertainty": 120 }, "departure": { "time": "1767159074", "uncertainty": 120 }, "stopId": "0:01090C", "stopSequence": 8 }, { "arrival": { "time": "1767159111", "uncertainty": 120 }, "departure": { "time": "1767159134", "uncertainty": 120 }, "stopId": "0:01100C", "stopSequence": 9 }, { "arrival": { "time": "1767159183", "uncertainty": 120 }, "departure": { "time": "1767159183", "uncertainty": 120 }, "stopId": "0:01110C", "stopSequence": 10 }, { "arrival": { "time": "1767159269", "uncertainty": 120 }, "departure": { "time": "1767159269", "uncertainty": 120 }, "stopId": "0:01130C", "stopSequence": 11 }, { "arrival": { "time": "1767159300", "uncertainty": 120 }, "departure": { "time": "1767159300", "uncertainty": 120 }, "stopId": "0:01140C", "stopSequence": 12 }, { "arrival": { "time": "1767159358", "uncertainty": 120 }, "departure": { "time": "1767159358", "uncertainty": 120 }, "stopId": "0:18150C", "stopSequence": 13 }, { "arrival": { "time": "1767159411", "uncertainty": 120 }, "departure": { "time": "1767159411", "uncertainty": 120 }, "stopId": "0:01160C", "stopSequence": 14 }, { "arrival": { "time": "1767159540", "uncertainty": 120 }, "departure": { "time": "1767159540", "uncertainty": 120 }, "stopId": "0:01170C", "stopSequence": 15 }, { "arrival": { "time": "1767159899", "uncertainty": 120 }, "departure": { "time": "1767159899", "uncertainty": 120 }, "stopId": "0:01190C", "stopSequence": 16 }, { "arrival": { "time": "1767159933", "uncertainty": 120 }, "departure": { "time": "1767159933", "uncertainty": 120 }, "stopId": "0:01200C", "stopSequence": 17 }, { "arrival": { "time": "1767160012", "uncertainty": 120 }, "departure": { "time": "1767160012", "uncertainty": 120 }, "stopId": "0:01210C", "stopSequence": 18 }, { "arrival": { "time": "1767160080", "uncertainty": 120 }, "departure": { "time": "1767160080", "uncertainty": 120 }, "stopId": "0:01230C", "stopSequence": 19 }, { "arrival": { "time": "1767160175", "uncertainty": 120 }, "departure": { "time": "1767160175", "uncertainty": 120 }, "stopId": "0:01240C", "stopSequence": 20 }, { "arrival": { "time": "1767160260", "uncertainty": 120 }, "departure": { "time": "1767160260", "uncertainty": 120 }, "stopId": "0:01270C", "stopSequence": 21 }, { "arrival": { "time": "1767160330", "uncertainty": 120 }, "departure": { "time": "1767160330", "uncertainty": 120 }, "stopId": "0:01280C", "stopSequence": 22 }, { "arrival": { "time": "1767160434", "uncertainty": 120 }, "departure": { "time": "1767160434", "uncertainty": 120 }, "stopId": "0:18170C", "stopSequence": 23 }, { "arrival": { "time": "1767160483", "uncertainty": 120 }, "departure": { "time": "1767160483", "uncertainty": 120 }, "stopId": "0:18180C", "stopSequence": 24 }, { "arrival": { "time": "1767160560", "uncertainty": 120 }, "departure": { "time": "1767160560", "uncertainty": 120 }, "stopId": "0:01320C", "stopSequence": 25 }, { "arrival": { "time": "1767160619", "uncertainty": 120 }, "departure": { "time": "1767160619", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 26 }, { "arrival": { "time": "1767160717", "uncertainty": 120 }, "departure": { "time": "1767160717", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 27 }, { "arrival": { "time": "1767160800", "uncertainty": 120 }, "stopId": "0:19060C", "stopSequence": 28 } ], "trip": { "directionId": 0, "routeId": "1010", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022269" }, "vehicle": { "id": "31", "label": "31" } } }, { "id": "1022267", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161100", "uncertainty": 120 }, "stopId": "0:01010P", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1010", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022267" } } }, { "id": "1022266", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767158624", "uncertainty": 120 }, "stopId": "0:19060C", "stopSequence": 1 }, { "arrival": { "time": "1767158714", "uncertainty": 120 }, "departure": { "time": "1767158745", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 2 }, { "arrival": { "time": "1767158804", "uncertainty": 120 }, "departure": { "time": "1767158804", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 3 }, { "arrival": { "time": "1767158834", "uncertainty": 120 }, "departure": { "time": "1767158865", "uncertainty": 120 }, "stopId": "0:01320P", "stopSequence": 4 }, { "arrival": { "time": "1767158925", "uncertainty": 120 }, "departure": { "time": "1767158925", "uncertainty": 120 }, "stopId": "0:18190P", "stopSequence": 5 }, { "arrival": { "time": "1767158975", "uncertainty": 120 }, "departure": { "time": "1767158984", "uncertainty": 120 }, "stopId": "0:01290P", "stopSequence": 6 }, { "arrival": { "time": "1767159044", "uncertainty": 120 }, "departure": { "time": "1767159044", "uncertainty": 120 }, "stopId": "0:01285P", "stopSequence": 7 }, { "arrival": { "time": "1767159151", "uncertainty": 120 }, "departure": { "time": "1767159165", "uncertainty": 120 }, "stopId": "0:01270P", "stopSequence": 8 }, { "arrival": { "time": "1767159211", "uncertainty": 120 }, "departure": { "time": "1767159211", "uncertainty": 120 }, "stopId": "0:01260P", "stopSequence": 9 }, { "arrival": { "time": "1767159264", "uncertainty": 120 }, "departure": { "time": "1767159264", "uncertainty": 120 }, "stopId": "0:01255P", "stopSequence": 10 }, { "arrival": { "time": "1767159288", "uncertainty": 120 }, "departure": { "time": "1767159288", "uncertainty": 120 }, "stopId": "0:01250P", "stopSequence": 11 }, { "arrival": { "time": "1767159328", "uncertainty": 120 }, "departure": { "time": "1767159328", "uncertainty": 120 }, "stopId": "0:01230P", "stopSequence": 12 }, { "arrival": { "time": "1767159382", "uncertainty": 120 }, "departure": { "time": "1767159382", "uncertainty": 120 }, "stopId": "0:18200P", "stopSequence": 13 }, { "arrival": { "time": "1767159444", "uncertainty": 120 }, "departure": { "time": "1767159444", "uncertainty": 120 }, "stopId": "0:01210P", "stopSequence": 14 }, { "arrival": { "time": "1767159503", "uncertainty": 120 }, "departure": { "time": "1767159503", "uncertainty": 120 }, "stopId": "0:01200P", "stopSequence": 15 }, { "arrival": { "time": "1767159566", "uncertainty": 120 }, "departure": { "time": "1767159566", "uncertainty": 120 }, "stopId": "0:01190P", "stopSequence": 16 }, { "arrival": { "time": "1767159806", "uncertainty": 120 }, "departure": { "time": "1767159806", "uncertainty": 120 }, "stopId": "0:01170P", "stopSequence": 17 }, { "arrival": { "time": "1767159868", "uncertainty": 120 }, "departure": { "time": "1767159868", "uncertainty": 120 }, "stopId": "0:01160P", "stopSequence": 18 }, { "arrival": { "time": "1767159897", "uncertainty": 120 }, "departure": { "time": "1767159897", "uncertainty": 120 }, "stopId": "0:18150P", "stopSequence": 19 }, { "arrival": { "time": "1767159930", "uncertainty": 120 }, "departure": { "time": "1767159930", "uncertainty": 120 }, "stopId": "0:01140P", "stopSequence": 20 }, { "arrival": { "time": "1767159964", "uncertainty": 120 }, "departure": { "time": "1767159964", "uncertainty": 120 }, "stopId": "0:01130P", "stopSequence": 21 }, { "arrival": { "time": "1767160046", "uncertainty": 120 }, "departure": { "time": "1767160046", "uncertainty": 120 }, "stopId": "0:01110P", "stopSequence": 22 }, { "arrival": { "time": "1767160093", "uncertainty": 120 }, "departure": { "time": "1767160093", "uncertainty": 120 }, "stopId": "0:01100P", "stopSequence": 23 }, { "arrival": { "time": "1767160155", "uncertainty": 120 }, "departure": { "time": "1767160155", "uncertainty": 120 }, "stopId": "0:01090P", "stopSequence": 24 }, { "arrival": { "time": "1767160190", "uncertainty": 120 }, "departure": { "time": "1767160190", "uncertainty": 120 }, "stopId": "0:01080P", "stopSequence": 25 }, { "arrival": { "time": "1767160228", "uncertainty": 120 }, "departure": { "time": "1767160228", "uncertainty": 120 }, "stopId": "0:01070P", "stopSequence": 26 }, { "arrival": { "time": "1767160298", "uncertainty": 120 }, "departure": { "time": "1767160298", "uncertainty": 120 }, "stopId": "0:01050P", "stopSequence": 27 }, { "arrival": { "time": "1767160325", "uncertainty": 120 }, "departure": { "time": "1767160325", "uncertainty": 120 }, "stopId": "0:01040P", "stopSequence": 28 }, { "arrival": { "time": "1767160348", "uncertainty": 120 }, "departure": { "time": "1767160348", "uncertainty": 120 }, "stopId": "0:01030P", "stopSequence": 29 }, { "arrival": { "time": "1767160384", "uncertainty": 120 }, "departure": { "time": "1767160384", "uncertainty": 120 }, "stopId": "0:01020P", "stopSequence": 30 }, { "arrival": { "time": "1767160443", "uncertainty": 120 }, "departure": { "time": "1767160443", "uncertainty": 120 }, "stopId": "0:01010C", "stopSequence": 31 }, { "arrival": { "time": "1767160468", "uncertainty": 120 }, "stopId": "0:01010P", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "1010", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022266" }, "vehicle": { "id": "107", "label": "107" } } }, { "id": "1021623", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160200", "uncertainty": 120 }, "stopId": "0:PE00240C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "5550", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021623" } } }, { "id": "1021696", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162600", "uncertainty": 120 }, "stopId": "0:PE00240C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "5520", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021696" } } }, { "id": "1022006", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159900", "uncertainty": 120 }, "stopId": "0:19040C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1110", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022006" } } }, { "id": "1022005", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162300", "uncertainty": 120 }, "stopId": "0:19040C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1110", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022005" } } }, { "id": "1021919", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767157234", "uncertainty": 120 }, "stopId": "0:11015C", "stopSequence": 1 }, { "arrival": { "time": "1767157262", "uncertainty": 120 }, "departure": { "time": "1767157262", "uncertainty": 120 }, "stopId": "0:11440C", "stopSequence": 2 }, { "arrival": { "time": "1767157363", "uncertainty": 120 }, "departure": { "time": "1767157413", "uncertainty": 120 }, "stopId": "0:11010C", "stopSequence": 3 }, { "arrival": { "time": "1767157455", "uncertainty": 120 }, "departure": { "time": "1767157472", "uncertainty": 120 }, "stopId": "0:17190C", "stopSequence": 4 }, { "arrival": { "time": "1767157548", "uncertainty": 120 }, "departure": { "time": "1767157562", "uncertainty": 120 }, "stopId": "0:17200C", "stopSequence": 5 }, { "arrival": { "time": "1767157575", "uncertainty": 120 }, "departure": { "time": "1767157592", "uncertainty": 120 }, "stopId": "0:17220C", "stopSequence": 6 }, { "arrival": { "time": "1767157637", "uncertainty": 120 }, "departure": { "time": "1767157652", "uncertainty": 120 }, "stopId": "0:11180P", "stopSequence": 7 }, { "arrival": { "time": "1767157737", "uncertainty": 120 }, "departure": { "time": "1767157742", "uncertainty": 120 }, "stopId": "0:11635P", "stopSequence": 8 }, { "arrival": { "time": "1767157798", "uncertainty": 120 }, "departure": { "time": "1767157798", "uncertainty": 120 }, "stopId": "0:11645P", "stopSequence": 9 }, { "arrival": { "time": "1767157837", "uncertainty": 120 }, "departure": { "time": "1767157837", "uncertainty": 120 }, "stopId": "0:11060C", "stopSequence": 10 }, { "arrival": { "time": "1767157874", "uncertainty": 120 }, "departure": { "time": "1767157874", "uncertainty": 120 }, "stopId": "0:11070C", "stopSequence": 11 }, { "arrival": { "time": "1767157904", "uncertainty": 120 }, "departure": { "time": "1767157904", "uncertainty": 120 }, "stopId": "0:11080C", "stopSequence": 12 }, { "arrival": { "time": "1767157922", "uncertainty": 120 }, "departure": { "time": "1767157922", "uncertainty": 120 }, "stopId": "0:11100C", "stopSequence": 13 }, { "arrival": { "time": "1767157949", "uncertainty": 120 }, "departure": { "time": "1767157953", "uncertainty": 120 }, "stopId": "0:11110C", "stopSequence": 14 }, { "arrival": { "time": "1767157983", "uncertainty": 120 }, "departure": { "time": "1767157983", "uncertainty": 120 }, "stopId": "0:11120C", "stopSequence": 15 }, { "arrival": { "time": "1767158013", "uncertainty": 120 }, "departure": { "time": "1767158013", "uncertainty": 120 }, "stopId": "0:11640C", "stopSequence": 16 }, { "arrival": { "time": "1767158042", "uncertainty": 120 }, "departure": { "time": "1767158042", "uncertainty": 120 }, "stopId": "0:11650C", "stopSequence": 17 }, { "arrival": { "time": "1767158066", "uncertainty": 120 }, "departure": { "time": "1767158066", "uncertainty": 120 }, "stopId": "0:11660C", "stopSequence": 18 }, { "arrival": { "time": "1767158072", "uncertainty": 120 }, "departure": { "time": "1767158102", "uncertainty": 120 }, "stopId": "0:11670C", "stopSequence": 19 }, { "arrival": { "time": "1767158133", "uncertainty": 120 }, "departure": { "time": "1767158133", "uncertainty": 120 }, "stopId": "0:11705C", "stopSequence": 20 }, { "arrival": { "time": "1767158162", "uncertainty": 120 }, "departure": { "time": "1767158162", "uncertainty": 120 }, "stopId": "0:11680C", "stopSequence": 21 }, { "arrival": { "time": "1767158265", "uncertainty": 120 }, "departure": { "time": "1767158265", "uncertainty": 120 }, "stopId": "0:11700C", "stopSequence": 22 }, { "arrival": { "time": "1767158294", "uncertainty": 120 }, "departure": { "time": "1767158294", "uncertainty": 120 }, "stopId": "0:11685C", "stopSequence": 23 }, { "arrival": { "time": "1767158323", "uncertainty": 120 }, "departure": { "time": "1767158323", "uncertainty": 120 }, "stopId": "0:11720C", "stopSequence": 24 }, { "arrival": { "time": "1767158390", "uncertainty": 120 }, "departure": { "time": "1767158432", "uncertainty": 120 }, "stopId": "0:11240C", "stopSequence": 25 }, { "arrival": { "time": "1767158492", "uncertainty": 120 }, "departure": { "time": "1767158492", "uncertainty": 120 }, "stopId": "0:11250C", "stopSequence": 26 }, { "arrival": { "time": "1767158522", "uncertainty": 120 }, "departure": { "time": "1767158522", "uncertainty": 120 }, "stopId": "0:11260C", "stopSequence": 27 }, { "arrival": { "time": "1767158552", "uncertainty": 120 }, "departure": { "time": "1767158552", "uncertainty": 120 }, "stopId": "0:11270C", "stopSequence": 28 }, { "arrival": { "time": "1767158646", "uncertainty": 120 }, "departure": { "time": "1767158646", "uncertainty": 120 }, "stopId": "0:11285C", "stopSequence": 29 }, { "arrival": { "time": "1767158696", "uncertainty": 120 }, "departure": { "time": "1767158702", "uncertainty": 120 }, "stopId": "0:11430C", "stopSequence": 30 }, { "arrival": { "time": "1767158745", "uncertainty": 120 }, "departure": { "time": "1767158763", "uncertainty": 120 }, "stopId": "0:11290C", "stopSequence": 31 }, { "arrival": { "time": "1767158822", "uncertainty": 120 }, "departure": { "time": "1767158822", "uncertainty": 120 }, "stopId": "0:11300C", "stopSequence": 32 }, { "arrival": { "time": "1767158912", "uncertainty": 120 }, "departure": { "time": "1767158912", "uncertainty": 120 }, "stopId": "0:11305C", "stopSequence": 33 }, { "arrival": { "time": "1767159077", "uncertainty": 120 }, "departure": { "time": "1767159092", "uncertainty": 120 }, "stopId": "0:15240C", "stopSequence": 34 }, { "arrival": { "time": "1767159161", "uncertainty": 120 }, "departure": { "time": "1767159161", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 35 }, { "arrival": { "time": "1767159241", "uncertainty": 120 }, "departure": { "time": "1767159241", "uncertainty": 120 }, "stopId": "0:15400C", "stopSequence": 36 }, { "arrival": { "time": "1767159271", "uncertainty": 120 }, "departure": { "time": "1767159271", "uncertainty": 120 }, "stopId": "0:15402C", "stopSequence": 37 }, { "arrival": { "time": "1767159305", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 38 } ], "trip": { "directionId": 0, "routeId": "2220", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021919" }, "vehicle": { "id": "46", "label": "46" } } }, { "id": "1026015", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160800", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 }, { "arrival": { "time": "1767160866", "uncertainty": 120 }, "departure": { "time": "1767160866", "uncertainty": 120 }, "stopId": "0:17775P", "stopSequence": 2 }, { "arrival": { "time": "1767160918", "uncertainty": 120 }, "departure": { "time": "1767160918", "uncertainty": 120 }, "stopId": "0:05530C", "stopSequence": 3 }, { "arrival": { "time": "1767161076", "uncertainty": 120 }, "departure": { "time": "1767161076", "uncertainty": 120 }, "stopId": "0:19070C", "stopSequence": 4 }, { "arrival": { "time": "1767161123", "uncertainty": 120 }, "departure": { "time": "1767161123", "uncertainty": 120 }, "stopId": "0:19304C", "stopSequence": 5 }, { "arrival": { "time": "1767161176", "uncertainty": 120 }, "departure": { "time": "1767161176", "uncertainty": 120 }, "stopId": "0:19075C", "stopSequence": 6 }, { "arrival": { "time": "1767161229", "uncertainty": 120 }, "departure": { "time": "1767161229", "uncertainty": 120 }, "stopId": "0:19080C", "stopSequence": 7 }, { "arrival": { "time": "1767161301", "uncertainty": 120 }, "departure": { "time": "1767161301", "uncertainty": 120 }, "stopId": "0:05450C", "stopSequence": 8 }, { "arrival": { "time": "1767161403", "uncertainty": 120 }, "departure": { "time": "1767161403", "uncertainty": 120 }, "stopId": "0:04220C", "stopSequence": 9 }, { "arrival": { "time": "1767161555", "uncertainty": 120 }, "departure": { "time": "1767161555", "uncertainty": 120 }, "stopId": "0:05440C", "stopSequence": 10 }, { "arrival": { "time": "1767161736", "uncertainty": 120 }, "departure": { "time": "1767161736", "uncertainty": 120 }, "stopId": "0:05370C", "stopSequence": 11 }, { "arrival": { "time": "1767161856", "uncertainty": 120 }, "departure": { "time": "1767161856", "uncertainty": 120 }, "stopId": "0:04180C", "stopSequence": 12 }, { "arrival": { "time": "1767161941", "uncertainty": 120 }, "departure": { "time": "1767161941", "uncertainty": 120 }, "stopId": "0:07185C", "stopSequence": 13 }, { "arrival": { "time": "1767162022", "uncertainty": 120 }, "departure": { "time": "1767162022", "uncertainty": 120 }, "stopId": "0:07180C", "stopSequence": 14 }, { "arrival": { "time": "1767162150", "uncertainty": 120 }, "departure": { "time": "1767162150", "uncertainty": 120 }, "stopId": "0:07170C", "stopSequence": 15 }, { "arrival": { "time": "1767162290", "uncertainty": 120 }, "departure": { "time": "1767162290", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 16 }, { "arrival": { "time": "1767162384", "uncertainty": 120 }, "departure": { "time": "1767162384", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 17 }, { "arrival": { "time": "1767162456", "uncertainty": 120 }, "departure": { "time": "1767162456", "uncertainty": 120 }, "stopId": "0:19040C", "stopSequence": 18 }, { "arrival": { "time": "1767162694", "uncertainty": 120 }, "departure": { "time": "1767162694", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 19 }, { "arrival": { "time": "1767162802", "uncertainty": 120 }, "departure": { "time": "1767162802", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 20 }, { "arrival": { "time": "1767162840", "uncertainty": 120 }, "departure": { "time": "1767162840", "uncertainty": 120 }, "stopId": "0:01320P", "stopSequence": 21 }, { "arrival": { "time": "1767163053", "uncertainty": 120 }, "departure": { "time": "1767163053", "uncertainty": 120 }, "stopId": "0:05010P", "stopSequence": 22 }, { "arrival": { "time": "1767163167", "uncertainty": 120 }, "departure": { "time": "1767163167", "uncertainty": 120 }, "stopId": "0:05020P", "stopSequence": 23 }, { "arrival": { "time": "1767163413", "uncertainty": 120 }, "departure": { "time": "1767163413", "uncertainty": 120 }, "stopId": "0:18210P", "stopSequence": 24 }, { "arrival": { "time": "1767163534", "uncertainty": 120 }, "departure": { "time": "1767163534", "uncertainty": 120 }, "stopId": "0:01600C", "stopSequence": 25 }, { "arrival": { "time": "1767163601", "uncertainty": 120 }, "departure": { "time": "1767163601", "uncertainty": 120 }, "stopId": "0:01601C", "stopSequence": 26 }, { "arrival": { "time": "1767163654", "uncertainty": 120 }, "departure": { "time": "1767163654", "uncertainty": 120 }, "stopId": "0:02167P", "stopSequence": 27 }, { "arrival": { "time": "1767163704", "uncertainty": 120 }, "departure": { "time": "1767163704", "uncertainty": 120 }, "stopId": "0:02166P", "stopSequence": 28 }, { "arrival": { "time": "1767163736", "uncertainty": 120 }, "departure": { "time": "1767163736", "uncertainty": 120 }, "stopId": "0:02165P", "stopSequence": 29 }, { "arrival": { "time": "1767163834", "uncertainty": 120 }, "stopId": "0:02160C", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "1183", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026015" } } }, { "id": "1026014", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159101", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 }, { "arrival": { "time": "1767159145", "uncertainty": 120 }, "departure": { "time": "1767159161", "uncertainty": 120 }, "stopId": "0:17775P", "stopSequence": 2 }, { "arrival": { "time": "1767159236", "uncertainty": 120 }, "departure": { "time": "1767159236", "uncertainty": 120 }, "stopId": "0:05530C", "stopSequence": 3 }, { "arrival": { "time": "1767159465", "uncertainty": 120 }, "departure": { "time": "1767159465", "uncertainty": 120 }, "stopId": "0:19070C", "stopSequence": 4 }, { "arrival": { "time": "1767159508", "uncertainty": 120 }, "departure": { "time": "1767159508", "uncertainty": 120 }, "stopId": "0:19304C", "stopSequence": 5 }, { "arrival": { "time": "1767159556", "uncertainty": 120 }, "departure": { "time": "1767159556", "uncertainty": 120 }, "stopId": "0:19075C", "stopSequence": 6 }, { "arrival": { "time": "1767159604", "uncertainty": 120 }, "departure": { "time": "1767159604", "uncertainty": 120 }, "stopId": "0:19080C", "stopSequence": 7 }, { "arrival": { "time": "1767159670", "uncertainty": 120 }, "departure": { "time": "1767159670", "uncertainty": 120 }, "stopId": "0:05450C", "stopSequence": 8 }, { "arrival": { "time": "1767159763", "uncertainty": 120 }, "departure": { "time": "1767159763", "uncertainty": 120 }, "stopId": "0:04220C", "stopSequence": 9 }, { "arrival": { "time": "1767159902", "uncertainty": 120 }, "departure": { "time": "1767159902", "uncertainty": 120 }, "stopId": "0:05440C", "stopSequence": 10 }, { "arrival": { "time": "1767160065", "uncertainty": 120 }, "departure": { "time": "1767160065", "uncertainty": 120 }, "stopId": "0:05370C", "stopSequence": 11 }, { "arrival": { "time": "1767160185", "uncertainty": 120 }, "departure": { "time": "1767160185", "uncertainty": 120 }, "stopId": "0:04180C", "stopSequence": 12 }, { "arrival": { "time": "1767160262", "uncertainty": 120 }, "departure": { "time": "1767160262", "uncertainty": 120 }, "stopId": "0:07185C", "stopSequence": 13 }, { "arrival": { "time": "1767160336", "uncertainty": 120 }, "departure": { "time": "1767160336", "uncertainty": 120 }, "stopId": "0:07180C", "stopSequence": 14 }, { "arrival": { "time": "1767160453", "uncertainty": 120 }, "departure": { "time": "1767160453", "uncertainty": 120 }, "stopId": "0:07170C", "stopSequence": 15 }, { "arrival": { "time": "1767160581", "uncertainty": 120 }, "departure": { "time": "1767160581", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 16 }, { "arrival": { "time": "1767160667", "uncertainty": 120 }, "departure": { "time": "1767160667", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 17 }, { "arrival": { "time": "1767160733", "uncertainty": 120 }, "departure": { "time": "1767160733", "uncertainty": 120 }, "stopId": "0:19040C", "stopSequence": 18 }, { "arrival": { "time": "1767160962", "uncertainty": 120 }, "departure": { "time": "1767160962", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 19 }, { "arrival": { "time": "1767161040", "uncertainty": 120 }, "departure": { "time": "1767161040", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 20 }, { "arrival": { "time": "1767161073", "uncertainty": 120 }, "departure": { "time": "1767161073", "uncertainty": 120 }, "stopId": "0:01320P", "stopSequence": 21 }, { "arrival": { "time": "1767161286", "uncertainty": 120 }, "departure": { "time": "1767161286", "uncertainty": 120 }, "stopId": "0:05010P", "stopSequence": 22 }, { "arrival": { "time": "1767161402", "uncertainty": 120 }, "departure": { "time": "1767161402", "uncertainty": 120 }, "stopId": "0:05020P", "stopSequence": 23 }, { "arrival": { "time": "1767161648", "uncertainty": 120 }, "departure": { "time": "1767161648", "uncertainty": 120 }, "stopId": "0:18210P", "stopSequence": 24 }, { "arrival": { "time": "1767161768", "uncertainty": 120 }, "departure": { "time": "1767161768", "uncertainty": 120 }, "stopId": "0:01600C", "stopSequence": 25 }, { "arrival": { "time": "1767161835", "uncertainty": 120 }, "departure": { "time": "1767161835", "uncertainty": 120 }, "stopId": "0:01601C", "stopSequence": 26 }, { "arrival": { "time": "1767161888", "uncertainty": 120 }, "departure": { "time": "1767161888", "uncertainty": 120 }, "stopId": "0:02167P", "stopSequence": 27 }, { "arrival": { "time": "1767161938", "uncertainty": 120 }, "departure": { "time": "1767161938", "uncertainty": 120 }, "stopId": "0:02166P", "stopSequence": 28 }, { "arrival": { "time": "1767161970", "uncertainty": 120 }, "departure": { "time": "1767161970", "uncertainty": 120 }, "stopId": "0:02165P", "stopSequence": 29 }, { "arrival": { "time": "1767162068", "uncertainty": 120 }, "stopId": "0:02160C", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "1183", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026014" }, "vehicle": { "id": "145", "label": "145" } } }, { "id": "1026013", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767157244", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 }, { "arrival": { "time": "1767157280", "uncertainty": 120 }, "departure": { "time": "1767157304", "uncertainty": 120 }, "stopId": "0:17775P", "stopSequence": 2 }, { "arrival": { "time": "1767157373", "uncertainty": 120 }, "departure": { "time": "1767157373", "uncertainty": 120 }, "stopId": "0:05530C", "stopSequence": 3 }, { "arrival": { "time": "1767157484", "uncertainty": 120 }, "departure": { "time": "1767157484", "uncertainty": 120 }, "stopId": "0:19070C", "stopSequence": 4 }, { "arrival": { "time": "1767157525", "uncertainty": 120 }, "departure": { "time": "1767157574", "uncertainty": 120 }, "stopId": "0:19304C", "stopSequence": 5 }, { "arrival": { "time": "1767157659", "uncertainty": 120 }, "departure": { "time": "1767157659", "uncertainty": 120 }, "stopId": "0:19075C", "stopSequence": 6 }, { "arrival": { "time": "1767157694", "uncertainty": 120 }, "departure": { "time": "1767157694", "uncertainty": 120 }, "stopId": "0:19080C", "stopSequence": 7 }, { "arrival": { "time": "1767157764", "uncertainty": 120 }, "departure": { "time": "1767157764", "uncertainty": 120 }, "stopId": "0:05450C", "stopSequence": 8 }, { "arrival": { "time": "1767157837", "uncertainty": 120 }, "departure": { "time": "1767157837", "uncertainty": 120 }, "stopId": "0:04220C", "stopSequence": 9 }, { "arrival": { "time": "1767157964", "uncertainty": 120 }, "departure": { "time": "1767157964", "uncertainty": 120 }, "stopId": "0:05440C", "stopSequence": 10 }, { "arrival": { "time": "1767158090", "uncertainty": 120 }, "departure": { "time": "1767158090", "uncertainty": 120 }, "stopId": "0:05370C", "stopSequence": 11 }, { "arrival": { "time": "1767158175", "uncertainty": 120 }, "departure": { "time": "1767158175", "uncertainty": 120 }, "stopId": "0:04180C", "stopSequence": 12 }, { "arrival": { "time": "1767158235", "uncertainty": 120 }, "departure": { "time": "1767158235", "uncertainty": 120 }, "stopId": "0:07185C", "stopSequence": 13 }, { "arrival": { "time": "1767158254", "uncertainty": 120 }, "departure": { "time": "1767158264", "uncertainty": 120 }, "stopId": "0:07180C", "stopSequence": 14 }, { "arrival": { "time": "1767158424", "uncertainty": 120 }, "departure": { "time": "1767158424", "uncertainty": 120 }, "stopId": "0:07170C", "stopSequence": 15 }, { "arrival": { "time": "1767158490", "uncertainty": 120 }, "departure": { "time": "1767158505", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 16 }, { "arrival": { "time": "1767158590", "uncertainty": 120 }, "departure": { "time": "1767158595", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 17 }, { "arrival": { "time": "1767158695", "uncertainty": 120 }, "departure": { "time": "1767158835", "uncertainty": 120 }, "stopId": "0:19040C", "stopSequence": 18 }, { "arrival": { "time": "1767159003", "uncertainty": 120 }, "departure": { "time": "1767159014", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 19 }, { "arrival": { "time": "1767159073", "uncertainty": 120 }, "departure": { "time": "1767159075", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 20 }, { "arrival": { "time": "1767159130", "uncertainty": 120 }, "departure": { "time": "1767159135", "uncertainty": 120 }, "stopId": "0:01320P", "stopSequence": 21 }, { "arrival": { "time": "1767159308", "uncertainty": 120 }, "departure": { "time": "1767159308", "uncertainty": 120 }, "stopId": "0:05010P", "stopSequence": 22 }, { "arrival": { "time": "1767159426", "uncertainty": 120 }, "departure": { "time": "1767159426", "uncertainty": 120 }, "stopId": "0:05020P", "stopSequence": 23 }, { "arrival": { "time": "1767159672", "uncertainty": 120 }, "departure": { "time": "1767159672", "uncertainty": 120 }, "stopId": "0:18210P", "stopSequence": 24 }, { "arrival": { "time": "1767159792", "uncertainty": 120 }, "departure": { "time": "1767159792", "uncertainty": 120 }, "stopId": "0:01600C", "stopSequence": 25 }, { "arrival": { "time": "1767159859", "uncertainty": 120 }, "departure": { "time": "1767159859", "uncertainty": 120 }, "stopId": "0:01601C", "stopSequence": 26 }, { "arrival": { "time": "1767159912", "uncertainty": 120 }, "departure": { "time": "1767159912", "uncertainty": 120 }, "stopId": "0:02167P", "stopSequence": 27 }, { "arrival": { "time": "1767159962", "uncertainty": 120 }, "departure": { "time": "1767159962", "uncertainty": 120 }, "stopId": "0:02166P", "stopSequence": 28 }, { "arrival": { "time": "1767159994", "uncertainty": 120 }, "departure": { "time": "1767159994", "uncertainty": 120 }, "stopId": "0:02165P", "stopSequence": 29 }, { "arrival": { "time": "1767160092", "uncertainty": 120 }, "stopId": "0:02160C", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "1183", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026013" }, "vehicle": { "id": "14", "label": "14" } } }, { "id": "1025990", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161400", "uncertainty": 120 }, "stopId": "0:02160C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1183", "scheduleRelationship": "SCHEDULED", "tripId": "2_31025990" } } }, { "id": "1025989", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159600", "uncertainty": 120 }, "stopId": "0:02230C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1183", "scheduleRelationship": "SCHEDULED", "tripId": "2_31025989" } } }, { "id": "1025988", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767157800", "uncertainty": 120 }, "stopId": "0:02230C", "stopSequence": 1 }, { "arrival": { "time": "1767157872", "uncertainty": 120 }, "departure": { "time": "1767157892", "uncertainty": 120 }, "stopId": "0:02220C", "stopSequence": 2 }, { "arrival": { "time": "1767157932", "uncertainty": 120 }, "departure": { "time": "1767157932", "uncertainty": 120 }, "stopId": "0:02210C", "stopSequence": 3 }, { "arrival": { "time": "1767157961", "uncertainty": 120 }, "departure": { "time": "1767157961", "uncertainty": 120 }, "stopId": "0:02200C", "stopSequence": 4 }, { "arrival": { "time": "1767158007", "uncertainty": 120 }, "departure": { "time": "1767158007", "uncertainty": 120 }, "stopId": "0:02190C", "stopSequence": 5 }, { "arrival": { "time": "1767158029", "uncertainty": 120 }, "departure": { "time": "1767158029", "uncertainty": 120 }, "stopId": "0:02180C", "stopSequence": 6 }, { "arrival": { "time": "1767158072", "uncertainty": 120 }, "departure": { "time": "1767158072", "uncertainty": 120 }, "stopId": "0:02175C", "stopSequence": 7 }, { "arrival": { "time": "1767158171", "uncertainty": 120 }, "departure": { "time": "1767158171", "uncertainty": 120 }, "stopId": "0:02176C", "stopSequence": 8 }, { "arrival": { "time": "1767158207", "uncertainty": 120 }, "departure": { "time": "1767158207", "uncertainty": 120 }, "stopId": "0:02170C", "stopSequence": 9 }, { "arrival": { "time": "1767158284", "uncertainty": 120 }, "departure": { "time": "1767158340", "uncertainty": 120 }, "stopId": "0:02160C", "stopSequence": 10 }, { "arrival": { "time": "1767158402", "uncertainty": 120 }, "departure": { "time": "1767158432", "uncertainty": 120 }, "stopId": "0:02165C", "stopSequence": 11 }, { "arrival": { "time": "1767158493", "uncertainty": 120 }, "departure": { "time": "1767158493", "uncertainty": 120 }, "stopId": "0:02166C", "stopSequence": 12 }, { "arrival": { "time": "1767158523", "uncertainty": 120 }, "departure": { "time": "1767158523", "uncertainty": 120 }, "stopId": "0:02167C", "stopSequence": 13 }, { "arrival": { "time": "1767158582", "uncertainty": 120 }, "departure": { "time": "1767158582", "uncertainty": 120 }, "stopId": "0:01601P", "stopSequence": 14 }, { "arrival": { "time": "1767158672", "uncertainty": 120 }, "departure": { "time": "1767158672", "uncertainty": 120 }, "stopId": "0:01600P", "stopSequence": 15 }, { "arrival": { "time": "1767158862", "uncertainty": 120 }, "departure": { "time": "1767158862", "uncertainty": 120 }, "stopId": "0:18210C", "stopSequence": 16 }, { "arrival": { "time": "1767158998", "uncertainty": 120 }, "departure": { "time": "1767159033", "uncertainty": 120 }, "stopId": "0:05020C", "stopSequence": 17 }, { "arrival": { "time": "1767159092", "uncertainty": 120 }, "departure": { "time": "1767159153", "uncertainty": 120 }, "stopId": "0:05010C", "stopSequence": 18 }, { "arrival": { "time": "1767159206", "uncertainty": 120 }, "departure": { "time": "1767159206", "uncertainty": 120 }, "stopId": "0:18180C", "stopSequence": 19 }, { "arrival": { "time": "1767159287", "uncertainty": 120 }, "departure": { "time": "1767159287", "uncertainty": 120 }, "stopId": "0:01320C", "stopSequence": 20 }, { "arrival": { "time": "1767159333", "uncertainty": 120 }, "departure": { "time": "1767159333", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 21 }, { "arrival": { "time": "1767159416", "uncertainty": 120 }, "departure": { "time": "1767159416", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 22 }, { "arrival": { "time": "1767159498", "uncertainty": 120 }, "departure": { "time": "1767159498", "uncertainty": 120 }, "stopId": "0:19045C", "stopSequence": 23 }, { "arrival": { "time": "1767159672", "uncertainty": 120 }, "departure": { "time": "1767159672", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 24 }, { "arrival": { "time": "1767159734", "uncertainty": 120 }, "departure": { "time": "1767159734", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 25 }, { "arrival": { "time": "1767159818", "uncertainty": 120 }, "departure": { "time": "1767159818", "uncertainty": 120 }, "stopId": "0:07170P", "stopSequence": 26 }, { "arrival": { "time": "1767159853", "uncertainty": 120 }, "departure": { "time": "1767159853", "uncertainty": 120 }, "stopId": "0:07180P", "stopSequence": 27 }, { "arrival": { "time": "1767159914", "uncertainty": 120 }, "departure": { "time": "1767159914", "uncertainty": 120 }, "stopId": "0:07185P", "stopSequence": 28 }, { "arrival": { "time": "1767159952", "uncertainty": 120 }, "departure": { "time": "1767159952", "uncertainty": 120 }, "stopId": "0:04180P", "stopSequence": 29 }, { "arrival": { "time": "1767160072", "uncertainty": 120 }, "departure": { "time": "1767160072", "uncertainty": 120 }, "stopId": "0:05370P", "stopSequence": 30 }, { "arrival": { "time": "1767160232", "uncertainty": 120 }, "departure": { "time": "1767160232", "uncertainty": 120 }, "stopId": "0:05440P", "stopSequence": 31 }, { "arrival": { "time": "1767160366", "uncertainty": 120 }, "departure": { "time": "1767160366", "uncertainty": 120 }, "stopId": "0:04220P", "stopSequence": 32 }, { "arrival": { "time": "1767160468", "uncertainty": 120 }, "departure": { "time": "1767160468", "uncertainty": 120 }, "stopId": "0:05450P", "stopSequence": 33 }, { "arrival": { "time": "1767160531", "uncertainty": 120 }, "departure": { "time": "1767160531", "uncertainty": 120 }, "stopId": "0:19080P", "stopSequence": 34 }, { "arrival": { "time": "1767160579", "uncertainty": 120 }, "departure": { "time": "1767160579", "uncertainty": 120 }, "stopId": "0:19075P", "stopSequence": 35 }, { "arrival": { "time": "1767160639", "uncertainty": 120 }, "departure": { "time": "1767160639", "uncertainty": 120 }, "stopId": "0:05200P", "stopSequence": 36 }, { "arrival": { "time": "1767160695", "uncertainty": 120 }, "departure": { "time": "1767160695", "uncertainty": 120 }, "stopId": "0:19302C", "stopSequence": 37 }, { "arrival": { "time": "1767160721", "uncertainty": 120 }, "departure": { "time": "1767160721", "uncertainty": 120 }, "stopId": "0:19070P", "stopSequence": 38 }, { "arrival": { "time": "1767160819", "uncertainty": 120 }, "departure": { "time": "1767160819", "uncertainty": 120 }, "stopId": "0:05530P", "stopSequence": 39 }, { "arrival": { "time": "1767160960", "uncertainty": 120 }, "departure": { "time": "1767160960", "uncertainty": 120 }, "stopId": "0:17775C", "stopSequence": 40 }, { "arrival": { "time": "1767161046", "uncertainty": 120 }, "stopId": "0:05341C", "stopSequence": 41 } ], "trip": { "directionId": 1, "routeId": "1183", "scheduleRelationship": "SCHEDULED", "tripId": "2_31025988" }, "vehicle": { "id": "160", "label": "160" } } }, { "id": "1025987", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767156000", "uncertainty": 120 }, "stopId": "0:02230C", "stopSequence": 1 }, { "arrival": { "time": "1767156067", "uncertainty": 120 }, "departure": { "time": "1767156067", "uncertainty": 120 }, "stopId": "0:02220C", "stopSequence": 2 }, { "arrival": { "time": "1767156087", "uncertainty": 120 }, "departure": { "time": "1767156087", "uncertainty": 120 }, "stopId": "0:02210C", "stopSequence": 3 }, { "arrival": { "time": "1767156118", "uncertainty": 120 }, "departure": { "time": "1767156118", "uncertainty": 120 }, "stopId": "0:02200C", "stopSequence": 4 }, { "arrival": { "time": "1767156166", "uncertainty": 120 }, "departure": { "time": "1767156166", "uncertainty": 120 }, "stopId": "0:02190C", "stopSequence": 5 }, { "arrival": { "time": "1767156215", "uncertainty": 120 }, "departure": { "time": "1767156215", "uncertainty": 120 }, "stopId": "0:02180C", "stopSequence": 6 }, { "arrival": { "time": "1767156257", "uncertainty": 120 }, "departure": { "time": "1767156257", "uncertainty": 120 }, "stopId": "0:02175C", "stopSequence": 7 }, { "arrival": { "time": "1767156354", "uncertainty": 120 }, "departure": { "time": "1767156354", "uncertainty": 120 }, "stopId": "0:02176C", "stopSequence": 8 }, { "arrival": { "time": "1767156393", "uncertainty": 120 }, "departure": { "time": "1767156393", "uncertainty": 120 }, "stopId": "0:02170C", "stopSequence": 9 }, { "arrival": { "time": "1767156480", "uncertainty": 120 }, "departure": { "time": "1767156527", "uncertainty": 120 }, "stopId": "0:02160C", "stopSequence": 10 }, { "arrival": { "time": "1767156586", "uncertainty": 120 }, "departure": { "time": "1767156586", "uncertainty": 120 }, "stopId": "0:02165C", "stopSequence": 11 }, { "arrival": { "time": "1767156656", "uncertainty": 120 }, "departure": { "time": "1767156656", "uncertainty": 120 }, "stopId": "0:02166C", "stopSequence": 12 }, { "arrival": { "time": "1767156691", "uncertainty": 120 }, "departure": { "time": "1767156691", "uncertainty": 120 }, "stopId": "0:02167C", "stopSequence": 13 }, { "arrival": { "time": "1767156736", "uncertainty": 120 }, "departure": { "time": "1767156736", "uncertainty": 120 }, "stopId": "0:01601P", "stopSequence": 14 }, { "arrival": { "time": "1767156856", "uncertainty": 120 }, "departure": { "time": "1767156856", "uncertainty": 120 }, "stopId": "0:01600P", "stopSequence": 15 }, { "arrival": { "time": "1767157066", "uncertainty": 120 }, "departure": { "time": "1767157066", "uncertainty": 120 }, "stopId": "0:18210C", "stopSequence": 16 }, { "arrival": { "time": "1767157198", "uncertainty": 120 }, "departure": { "time": "1767157216", "uncertainty": 120 }, "stopId": "0:05020C", "stopSequence": 17 }, { "arrival": { "time": "1767157276", "uncertainty": 120 }, "departure": { "time": "1767157276", "uncertainty": 120 }, "stopId": "0:05010C", "stopSequence": 18 }, { "arrival": { "time": "1767157333", "uncertainty": 120 }, "departure": { "time": "1767157336", "uncertainty": 120 }, "stopId": "0:18180C", "stopSequence": 19 }, { "arrival": { "time": "1767157417", "uncertainty": 120 }, "departure": { "time": "1767157417", "uncertainty": 120 }, "stopId": "0:01320C", "stopSequence": 20 }, { "arrival": { "time": "1767157426", "uncertainty": 120 }, "departure": { "time": "1767157457", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 21 }, { "arrival": { "time": "1767157532", "uncertainty": 120 }, "departure": { "time": "1767157546", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 22 }, { "arrival": { "time": "1767157666", "uncertainty": 120 }, "departure": { "time": "1767157786", "uncertainty": 120 }, "stopId": "0:19045C", "stopSequence": 23 }, { "arrival": { "time": "1767157949", "uncertainty": 120 }, "departure": { "time": "1767157966", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 24 }, { "arrival": { "time": "1767158019", "uncertainty": 120 }, "departure": { "time": "1767158026", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 25 }, { "arrival": { "time": "1767158113", "uncertainty": 120 }, "departure": { "time": "1767158116", "uncertainty": 120 }, "stopId": "0:07170P", "stopSequence": 26 }, { "arrival": { "time": "1767158184", "uncertainty": 120 }, "departure": { "time": "1767158237", "uncertainty": 120 }, "stopId": "0:07180P", "stopSequence": 27 }, { "arrival": { "time": "1767158296", "uncertainty": 120 }, "departure": { "time": "1767158296", "uncertainty": 120 }, "stopId": "0:07185P", "stopSequence": 28 }, { "arrival": { "time": "1767158364", "uncertainty": 120 }, "departure": { "time": "1767158364", "uncertainty": 120 }, "stopId": "0:04180P", "stopSequence": 29 }, { "arrival": { "time": "1767158519", "uncertainty": 120 }, "departure": { "time": "1767158519", "uncertainty": 120 }, "stopId": "0:05370P", "stopSequence": 30 }, { "arrival": { "time": "1767158628", "uncertainty": 120 }, "departure": { "time": "1767158628", "uncertainty": 120 }, "stopId": "0:05440P", "stopSequence": 31 }, { "arrival": { "time": "1767158733", "uncertainty": 120 }, "departure": { "time": "1767158746", "uncertainty": 120 }, "stopId": "0:04220P", "stopSequence": 32 }, { "arrival": { "time": "1767158843", "uncertainty": 120 }, "departure": { "time": "1767158843", "uncertainty": 120 }, "stopId": "0:05450P", "stopSequence": 33 }, { "arrival": { "time": "1767158910", "uncertainty": 120 }, "departure": { "time": "1767158910", "uncertainty": 120 }, "stopId": "0:19080P", "stopSequence": 34 }, { "arrival": { "time": "1767158946", "uncertainty": 120 }, "departure": { "time": "1767158946", "uncertainty": 120 }, "stopId": "0:19075P", "stopSequence": 35 }, { "arrival": { "time": "1767159045", "uncertainty": 120 }, "departure": { "time": "1767159045", "uncertainty": 120 }, "stopId": "0:05200P", "stopSequence": 36 }, { "arrival": { "time": "1767159182", "uncertainty": 120 }, "departure": { "time": "1767159182", "uncertainty": 120 }, "stopId": "0:19302C", "stopSequence": 37 }, { "arrival": { "time": "1767159238", "uncertainty": 120 }, "departure": { "time": "1767159238", "uncertainty": 120 }, "stopId": "0:19070P", "stopSequence": 38 }, { "arrival": { "time": "1767159344", "uncertainty": 120 }, "departure": { "time": "1767159344", "uncertainty": 120 }, "stopId": "0:05530P", "stopSequence": 39 }, { "arrival": { "time": "1767159443", "uncertainty": 120 }, "departure": { "time": "1767159443", "uncertainty": 120 }, "stopId": "0:17775C", "stopSequence": 40 }, { "arrival": { "time": "1767159483", "uncertainty": 120 }, "stopId": "0:05341C", "stopSequence": 41 } ], "trip": { "directionId": 1, "routeId": "1183", "scheduleRelationship": "SCHEDULED", "tripId": "2_31025987" }, "vehicle": { "id": "148", "label": "148" } } }, { "id": "1021908", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160800", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2220", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021908" } } }, { "id": "1026164", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161100" }, "stopId": "0:CI0570C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "6630", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026164" } } }, { "id": "1036490", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767161268", "uncertainty": 120 }, "departure": { "time": "1767161268", "uncertainty": 120 }, "stopId": "0:04020C" }, { "arrival": { "time": "1767161289", "uncertainty": 120 }, "departure": { "time": "1767161289", "uncertainty": 120 }, "stopId": "0:04030C" }, { "arrival": { "time": "1767161337", "uncertainty": 120 }, "departure": { "time": "1767161337", "uncertainty": 120 }, "stopId": "0:04040C" }, { "arrival": { "time": "1767161382", "uncertainty": 120 }, "departure": { "time": "1767161382", "uncertainty": 120 }, "stopId": "0:04050C" }, { "arrival": { "time": "1767161401", "uncertainty": 120 }, "departure": { "time": "1767161401", "uncertainty": 120 }, "stopId": "0:04060C" }, { "departure": { "time": "1767159174", "uncertainty": 120 }, "stopId": "0:03010C", "stopSequence": 1 }, { "arrival": { "time": "1767160920", "uncertainty": 120 }, "departure": { "time": "1767160920", "uncertainty": 120 }, "stopId": "0:01010C", "stopSequence": 2 }, { "arrival": { "time": "1767160990", "uncertainty": 120 }, "departure": { "time": "1767160990", "uncertainty": 120 }, "stopId": "0:03030C", "stopSequence": 3 }, { "arrival": { "time": "1767161087", "uncertainty": 120 }, "departure": { "time": "1767161087", "uncertainty": 120 }, "stopId": "0:03040C", "stopSequence": 4 }, { "arrival": { "time": "1767161134", "uncertainty": 120 }, "departure": { "time": "1767161134", "uncertainty": 120 }, "stopId": "0:03050C", "stopSequence": 5 }, { "arrival": { "time": "1767161160", "uncertainty": 120 }, "departure": { "time": "1767161160", "uncertainty": 120 }, "stopId": "0:03060C", "stopSequence": 6 }, { "arrival": { "time": "1767161210", "uncertainty": 120 }, "departure": { "time": "1767161210", "uncertainty": 120 }, "stopId": "0:03070C", "stopSequence": 7 }, { "arrival": { "time": "1767161230", "uncertainty": 120 }, "departure": { "time": "1767161230", "uncertainty": 120 }, "stopId": "0:04015C", "stopSequence": 8 }, { "arrival": { "time": "1767161270", "uncertainty": 120 }, "departure": { "time": "1767161270", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:04020C", "stopSequence": 9 }, { "arrival": { "time": "1767161308", "uncertainty": 120 }, "departure": { "time": "1767161308", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:13010C", "stopSequence": 10 }, { "arrival": { "time": "1767161348", "uncertainty": 120 }, "departure": { "time": "1767161348", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:13020C", "stopSequence": 11 }, { "arrival": { "time": "1767161379", "uncertainty": 120 }, "departure": { "time": "1767161379", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:13030C", "stopSequence": 12 }, { "arrival": { "time": "1767161435", "uncertainty": 120 }, "departure": { "time": "1767161435", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:04050C", "stopSequence": 13 }, { "arrival": { "time": "1767161456", "uncertainty": 120 }, "departure": { "time": "1767161456", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:04060C", "stopSequence": 14 }, { "arrival": { "time": "1767161438", "uncertainty": 120 }, "departure": { "time": "1767161438", "uncertainty": 120 }, "stopId": "0:04070C", "stopSequence": 15 }, { "arrival": { "time": "1767161467", "uncertainty": 120 }, "departure": { "time": "1767161467", "uncertainty": 120 }, "stopId": "0:04075C", "stopSequence": 16 }, { "arrival": { "time": "1767161521", "uncertainty": 120 }, "departure": { "time": "1767161521", "uncertainty": 120 }, "stopId": "0:04080C", "stopSequence": 17 }, { "arrival": { "time": "1767161552", "uncertainty": 120 }, "departure": { "time": "1767161552", "uncertainty": 120 }, "stopId": "0:04090C", "stopSequence": 18 }, { "arrival": { "time": "1767161604", "uncertainty": 120 }, "departure": { "time": "1767161604", "uncertainty": 120 }, "stopId": "0:03100C", "stopSequence": 19 }, { "arrival": { "time": "1767161718", "uncertainty": 120 }, "departure": { "time": "1767161718", "uncertainty": 120 }, "stopId": "0:03110C", "stopSequence": 20 }, { "arrival": { "time": "1767161761", "uncertainty": 120 }, "departure": { "time": "1767161761", "uncertainty": 120 }, "stopId": "0:03120C", "stopSequence": 21 }, { "arrival": { "time": "1767161802", "uncertainty": 120 }, "departure": { "time": "1767161802", "uncertainty": 120 }, "stopId": "0:03130C", "stopSequence": 22 }, { "arrival": { "time": "1767161838", "uncertainty": 120 }, "departure": { "time": "1767161838", "uncertainty": 120 }, "stopId": "0:03150C", "stopSequence": 23 }, { "arrival": { "time": "1767161889", "uncertainty": 120 }, "departure": { "time": "1767161889", "uncertainty": 120 }, "stopId": "0:03140C", "stopSequence": 24 }, { "arrival": { "time": "1767161920", "uncertainty": 120 }, "departure": { "time": "1767161920", "uncertainty": 120 }, "stopId": "0:03160C", "stopSequence": 25 }, { "arrival": { "time": "1767161961", "uncertainty": 120 }, "departure": { "time": "1767161961", "uncertainty": 120 }, "stopId": "0:03170C", "stopSequence": 26 }, { "arrival": { "time": "1767162031", "uncertainty": 120 }, "departure": { "time": "1767162031", "uncertainty": 120 }, "stopId": "0:18260C", "stopSequence": 27 }, { "arrival": { "time": "1767162066", "uncertainty": 120 }, "departure": { "time": "1767162066", "uncertainty": 120 }, "stopId": "0:18270C", "stopSequence": 28 }, { "arrival": { "time": "1767162136", "uncertainty": 120 }, "departure": { "time": "1767162136", "uncertainty": 120 }, "stopId": "0:03205C", "stopSequence": 29 }, { "arrival": { "time": "1767162211", "uncertainty": 120 }, "departure": { "time": "1767162211", "uncertainty": 120 }, "stopId": "0:03220C", "stopSequence": 30 }, { "arrival": { "time": "1767162256", "uncertainty": 120 }, "departure": { "time": "1767162256", "uncertainty": 120 }, "stopId": "0:03235C", "stopSequence": 31 }, { "arrival": { "time": "1767162290", "uncertainty": 120 }, "departure": { "time": "1767162290", "uncertainty": 120 }, "stopId": "0:03230C", "stopSequence": 32 }, { "arrival": { "time": "1767162316", "uncertainty": 120 }, "departure": { "time": "1767162316", "uncertainty": 120 }, "stopId": "0:03250C", "stopSequence": 33 }, { "arrival": { "time": "1767162349", "uncertainty": 120 }, "departure": { "time": "1767162349", "uncertainty": 120 }, "stopId": "0:03265C", "stopSequence": 34 }, { "arrival": { "time": "1767162390", "uncertainty": 120 }, "departure": { "time": "1767162390", "uncertainty": 120 }, "stopId": "0:03269C", "stopSequence": 35 }, { "arrival": { "time": "1767162438", "uncertainty": 120 }, "departure": { "time": "1767162438", "uncertainty": 120 }, "stopId": "0:03270C", "stopSequence": 36 }, { "arrival": { "time": "1767162490", "uncertainty": 120 }, "departure": { "time": "1767162490", "uncertainty": 120 }, "stopId": "0:03295C", "stopSequence": 37 }, { "arrival": { "time": "1767162586", "uncertainty": 120 }, "departure": { "time": "1767162586", "uncertainty": 120 }, "stopId": "0:03290C", "stopSequence": 38 }, { "arrival": { "time": "1767162730", "uncertainty": 120 }, "departure": { "time": "1767162730", "uncertainty": 120 }, "stopId": "0:01230C", "stopSequence": 39 }, { "arrival": { "time": "1767162799", "uncertainty": 120 }, "departure": { "time": "1767162799", "uncertainty": 120 }, "stopId": "0:01240C", "stopSequence": 40 }, { "arrival": { "time": "1767162861", "uncertainty": 120 }, "departure": { "time": "1767162861", "uncertainty": 120 }, "stopId": "0:01270C", "stopSequence": 41 }, { "arrival": { "time": "1767162931", "uncertainty": 120 }, "departure": { "time": "1767162931", "uncertainty": 120 }, "stopId": "0:01280C", "stopSequence": 42 }, { "arrival": { "time": "1767163035", "uncertainty": 120 }, "departure": { "time": "1767163035", "uncertainty": 120 }, "stopId": "0:18170C", "stopSequence": 43 }, { "arrival": { "time": "1767163084", "uncertainty": 120 }, "departure": { "time": "1767163084", "uncertainty": 120 }, "stopId": "0:18180C", "stopSequence": 44 }, { "arrival": { "time": "1767163161", "uncertainty": 120 }, "departure": { "time": "1767163161", "uncertainty": 120 }, "stopId": "0:01320C", "stopSequence": 45 }, { "arrival": { "time": "1767163219", "uncertainty": 120 }, "departure": { "time": "1767163219", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 46 }, { "arrival": { "time": "1767163314", "uncertainty": 120 }, "departure": { "time": "1767163314", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 47 }, { "arrival": { "time": "1767163404", "uncertainty": 120 }, "stopId": "0:19065C", "stopSequence": 48 } ], "trip": { "directionId": 0, "routeId": "1040", "scheduleRelationship": "SCHEDULED", "tripId": "2_31036490" } } }, { "id": "1036489", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767158818", "uncertainty": 120 }, "departure": { "time": "1767158818", "uncertainty": 120 }, "stopId": "0:04020C" }, { "arrival": { "time": "1767158849", "uncertainty": 120 }, "departure": { "time": "1767158861", "uncertainty": 120 }, "stopId": "0:04030C" }, { "arrival": { "time": "1767158912", "uncertainty": 120 }, "departure": { "time": "1767158912", "uncertainty": 120 }, "stopId": "0:04040C" }, { "arrival": { "time": "1767158962", "uncertainty": 120 }, "departure": { "time": "1767158962", "uncertainty": 120 }, "stopId": "0:04050C" }, { "arrival": { "time": "1767158988", "uncertainty": 120 }, "departure": { "time": "1767158988", "uncertainty": 120 }, "stopId": "0:04060C" }, { "departure": { "time": "1767158414", "uncertainty": 120 }, "stopId": "0:03010C", "stopSequence": 1 }, { "arrival": { "time": "1767158502", "uncertainty": 120 }, "departure": { "time": "1767158506", "uncertainty": 120 }, "stopId": "0:01010C", "stopSequence": 2 }, { "arrival": { "time": "1767158624", "uncertainty": 120 }, "departure": { "time": "1767158624", "uncertainty": 120 }, "stopId": "0:03030C", "stopSequence": 3 }, { "arrival": { "time": "1767158700", "uncertainty": 120 }, "departure": { "time": "1767158700", "uncertainty": 120 }, "stopId": "0:03040C", "stopSequence": 4 }, { "arrival": { "time": "1767158715", "uncertainty": 120 }, "departure": { "time": "1767158715", "uncertainty": 120 }, "stopId": "0:03050C", "stopSequence": 5 }, { "arrival": { "time": "1767158745", "uncertainty": 120 }, "departure": { "time": "1767158745", "uncertainty": 120 }, "stopId": "0:03060C", "stopSequence": 6 }, { "arrival": { "time": "1767158775", "uncertainty": 120 }, "departure": { "time": "1767158775", "uncertainty": 120 }, "stopId": "0:03070C", "stopSequence": 7 }, { "arrival": { "time": "1767158787", "uncertainty": 120 }, "departure": { "time": "1767158787", "uncertainty": 120 }, "stopId": "0:04015C", "stopSequence": 8 }, { "arrival": { "time": "1767158903", "uncertainty": 120 }, "departure": { "time": "1767158903", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:04020C", "stopSequence": 9 }, { "arrival": { "time": "1767158944", "uncertainty": 120 }, "departure": { "time": "1767158944", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:13010C", "stopSequence": 10 }, { "arrival": { "time": "1767158988", "uncertainty": 120 }, "departure": { "time": "1767158988", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:13020C", "stopSequence": 11 }, { "arrival": { "time": "1767159022", "uncertainty": 120 }, "departure": { "time": "1767159022", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:13030C", "stopSequence": 12 }, { "arrival": { "time": "1767159083", "uncertainty": 120 }, "departure": { "time": "1767159083", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:04050C", "stopSequence": 13 }, { "arrival": { "time": "1767159106", "uncertainty": 120 }, "departure": { "time": "1767159106", "uncertainty": 120 }, "scheduleRelationship": "SKIPPED", "stopId": "0:04060C", "stopSequence": 14 }, { "arrival": { "time": "1767159021", "uncertainty": 120 }, "departure": { "time": "1767159021", "uncertainty": 120 }, "stopId": "0:04070C", "stopSequence": 15 }, { "arrival": { "time": "1767159078", "uncertainty": 120 }, "departure": { "time": "1767159078", "uncertainty": 120 }, "stopId": "0:04075C", "stopSequence": 16 }, { "arrival": { "time": "1767159139", "uncertainty": 120 }, "departure": { "time": "1767159139", "uncertainty": 120 }, "stopId": "0:04080C", "stopSequence": 17 }, { "arrival": { "time": "1767159201", "uncertainty": 120 }, "departure": { "time": "1767159201", "uncertainty": 120 }, "stopId": "0:04090C", "stopSequence": 18 }, { "arrival": { "time": "1767159255", "uncertainty": 120 }, "departure": { "time": "1767159255", "uncertainty": 120 }, "stopId": "0:03100C", "stopSequence": 19 }, { "arrival": { "time": "1767159371", "uncertainty": 120 }, "departure": { "time": "1767159371", "uncertainty": 120 }, "stopId": "0:03110C", "stopSequence": 20 }, { "arrival": { "time": "1767159416", "uncertainty": 120 }, "departure": { "time": "1767159416", "uncertainty": 120 }, "stopId": "0:03120C", "stopSequence": 21 }, { "arrival": { "time": "1767159457", "uncertainty": 120 }, "departure": { "time": "1767159457", "uncertainty": 120 }, "stopId": "0:03130C", "stopSequence": 22 }, { "arrival": { "time": "1767159493", "uncertainty": 120 }, "departure": { "time": "1767159493", "uncertainty": 120 }, "stopId": "0:03150C", "stopSequence": 23 }, { "arrival": { "time": "1767159544", "uncertainty": 120 }, "departure": { "time": "1767159544", "uncertainty": 120 }, "stopId": "0:03140C", "stopSequence": 24 }, { "arrival": { "time": "1767159575", "uncertainty": 120 }, "departure": { "time": "1767159575", "uncertainty": 120 }, "stopId": "0:03160C", "stopSequence": 25 }, { "arrival": { "time": "1767159616", "uncertainty": 120 }, "departure": { "time": "1767159616", "uncertainty": 120 }, "stopId": "0:03170C", "stopSequence": 26 }, { "arrival": { "time": "1767159685", "uncertainty": 120 }, "departure": { "time": "1767159685", "uncertainty": 120 }, "stopId": "0:18260C", "stopSequence": 27 }, { "arrival": { "time": "1767159719", "uncertainty": 120 }, "departure": { "time": "1767159719", "uncertainty": 120 }, "stopId": "0:18270C", "stopSequence": 28 }, { "arrival": { "time": "1767159789", "uncertainty": 120 }, "departure": { "time": "1767159789", "uncertainty": 120 }, "stopId": "0:03205C", "stopSequence": 29 }, { "arrival": { "time": "1767159864", "uncertainty": 120 }, "departure": { "time": "1767159864", "uncertainty": 120 }, "stopId": "0:03220C", "stopSequence": 30 }, { "arrival": { "time": "1767159909", "uncertainty": 120 }, "departure": { "time": "1767159909", "uncertainty": 120 }, "stopId": "0:03235C", "stopSequence": 31 }, { "arrival": { "time": "1767159943", "uncertainty": 120 }, "departure": { "time": "1767159943", "uncertainty": 120 }, "stopId": "0:03230C", "stopSequence": 32 }, { "arrival": { "time": "1767159969", "uncertainty": 120 }, "departure": { "time": "1767159969", "uncertainty": 120 }, "stopId": "0:03250C", "stopSequence": 33 }, { "arrival": { "time": "1767160003", "uncertainty": 120 }, "departure": { "time": "1767160003", "uncertainty": 120 }, "stopId": "0:03265C", "stopSequence": 34 }, { "arrival": { "time": "1767160045", "uncertainty": 120 }, "departure": { "time": "1767160045", "uncertainty": 120 }, "stopId": "0:03269C", "stopSequence": 35 }, { "arrival": { "time": "1767160095", "uncertainty": 120 }, "departure": { "time": "1767160095", "uncertainty": 120 }, "stopId": "0:03270C", "stopSequence": 36 }, { "arrival": { "time": "1767160149", "uncertainty": 120 }, "departure": { "time": "1767160149", "uncertainty": 120 }, "stopId": "0:03295C", "stopSequence": 37 }, { "arrival": { "time": "1767160245", "uncertainty": 120 }, "departure": { "time": "1767160245", "uncertainty": 120 }, "stopId": "0:03290C", "stopSequence": 38 }, { "arrival": { "time": "1767160389", "uncertainty": 120 }, "departure": { "time": "1767160389", "uncertainty": 120 }, "stopId": "0:01230C", "stopSequence": 39 }, { "arrival": { "time": "1767160457", "uncertainty": 120 }, "departure": { "time": "1767160457", "uncertainty": 120 }, "stopId": "0:01240C", "stopSequence": 40 }, { "arrival": { "time": "1767160518", "uncertainty": 120 }, "departure": { "time": "1767160518", "uncertainty": 120 }, "stopId": "0:01270C", "stopSequence": 41 }, { "arrival": { "time": "1767160588", "uncertainty": 120 }, "departure": { "time": "1767160588", "uncertainty": 120 }, "stopId": "0:01280C", "stopSequence": 42 }, { "arrival": { "time": "1767160692", "uncertainty": 120 }, "departure": { "time": "1767160692", "uncertainty": 120 }, "stopId": "0:18170C", "stopSequence": 43 }, { "arrival": { "time": "1767160741", "uncertainty": 120 }, "departure": { "time": "1767160741", "uncertainty": 120 }, "stopId": "0:18180C", "stopSequence": 44 }, { "arrival": { "time": "1767160818", "uncertainty": 120 }, "departure": { "time": "1767160818", "uncertainty": 120 }, "stopId": "0:01320C", "stopSequence": 45 }, { "arrival": { "time": "1767160876", "uncertainty": 120 }, "departure": { "time": "1767160876", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 46 }, { "arrival": { "time": "1767160971", "uncertainty": 120 }, "departure": { "time": "1767160971", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 47 }, { "arrival": { "time": "1767161061", "uncertainty": 120 }, "stopId": "0:19065C", "stopSequence": 48 } ], "trip": { "directionId": 0, "routeId": "1040", "scheduleRelationship": "SCHEDULED", "tripId": "2_31036489" }, "vehicle": { "id": "118", "label": "118" } } }, { "id": "1032365", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767159201", "uncertainty": 120 }, "stopId": "0:CI0440C", "stopSequence": 5 } ], "trip": { "directionId": 0, "routeId": "6620", "scheduleRelationship": "SCHEDULED", "tripId": "2_31032365" }, "vehicle": { "id": "77", "label": "77" } } }, { "id": "1021674", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159300", "uncertainty": 120 }, "stopId": "0:PE0010C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "5510", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021674" }, "vehicle": { "id": "123", "label": "123" } } }, { "id": "1022160", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161400", "uncertainty": 120 }, "stopId": "0:19065C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1030", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022160" } } }, { "id": "1022176", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767157773", "uncertainty": 120 }, "stopId": "0:03010C", "stopSequence": 1 }, { "arrival": { "time": "1767157845", "uncertainty": 120 }, "departure": { "time": "1767157862", "uncertainty": 120 }, "stopId": "0:01010C", "stopSequence": 2 }, { "arrival": { "time": "1767157953", "uncertainty": 120 }, "departure": { "time": "1767157953", "uncertainty": 120 }, "stopId": "0:03315C", "stopSequence": 3 }, { "arrival": { "time": "1767157982", "uncertainty": 120 }, "departure": { "time": "1767157982", "uncertainty": 120 }, "stopId": "0:03320C", "stopSequence": 4 }, { "arrival": { "time": "1767158041", "uncertainty": 120 }, "departure": { "time": "1767158041", "uncertainty": 120 }, "stopId": "0:03325C", "stopSequence": 5 }, { "arrival": { "time": "1767158090", "uncertainty": 120 }, "departure": { "time": "1767158090", "uncertainty": 120 }, "stopId": "0:03330C", "stopSequence": 6 }, { "arrival": { "time": "1767158162", "uncertainty": 120 }, "departure": { "time": "1767158162", "uncertainty": 120 }, "stopId": "0:03340C", "stopSequence": 7 }, { "arrival": { "time": "1767158192", "uncertainty": 120 }, "departure": { "time": "1767158192", "uncertainty": 120 }, "stopId": "0:03350C", "stopSequence": 8 }, { "arrival": { "time": "1767158237", "uncertainty": 120 }, "departure": { "time": "1767158237", "uncertainty": 120 }, "stopId": "0:03360C", "stopSequence": 9 }, { "arrival": { "time": "1767158252", "uncertainty": 120 }, "departure": { "time": "1767158252", "uncertainty": 120 }, "stopId": "0:03365C", "stopSequence": 10 }, { "arrival": { "time": "1767158312", "uncertainty": 120 }, "departure": { "time": "1767158312", "uncertainty": 120 }, "stopId": "0:03371C", "stopSequence": 11 }, { "arrival": { "time": "1767158342", "uncertainty": 120 }, "departure": { "time": "1767158342", "uncertainty": 120 }, "stopId": "0:03380C", "stopSequence": 12 }, { "arrival": { "time": "1767158372", "uncertainty": 120 }, "departure": { "time": "1767158403", "uncertainty": 120 }, "stopId": "0:03400C", "stopSequence": 13 }, { "arrival": { "time": "1767158444", "uncertainty": 120 }, "departure": { "time": "1767158444", "uncertainty": 120 }, "stopId": "0:03390C", "stopSequence": 14 }, { "arrival": { "time": "1767158473", "uncertainty": 120 }, "departure": { "time": "1767158503", "uncertainty": 120 }, "stopId": "0:18280C", "stopSequence": 15 }, { "arrival": { "time": "1767158593", "uncertainty": 120 }, "departure": { "time": "1767158593", "uncertainty": 120 }, "stopId": "0:03110C", "stopSequence": 16 }, { "arrival": { "time": "1767158638", "uncertainty": 120 }, "departure": { "time": "1767158638", "uncertainty": 120 }, "stopId": "0:03120C", "stopSequence": 17 }, { "arrival": { "time": "1767158683", "uncertainty": 120 }, "departure": { "time": "1767158683", "uncertainty": 120 }, "stopId": "0:03130C", "stopSequence": 18 }, { "arrival": { "time": "1767158693", "uncertainty": 120 }, "departure": { "time": "1767158693", "uncertainty": 120 }, "stopId": "0:03150C", "stopSequence": 19 }, { "arrival": { "time": "1767158755", "uncertainty": 120 }, "departure": { "time": "1767158755", "uncertainty": 120 }, "stopId": "0:03140C", "stopSequence": 20 }, { "arrival": { "time": "1767158774", "uncertainty": 120 }, "departure": { "time": "1767158774", "uncertainty": 120 }, "stopId": "0:03160C", "stopSequence": 21 }, { "arrival": { "time": "1767158794", "uncertainty": 120 }, "departure": { "time": "1767158794", "uncertainty": 120 }, "stopId": "0:03170C", "stopSequence": 22 }, { "arrival": { "time": "1767158822", "uncertainty": 120 }, "departure": { "time": "1767158834", "uncertainty": 120 }, "stopId": "0:18260C", "stopSequence": 23 }, { "arrival": { "time": "1767158882", "uncertainty": 120 }, "departure": { "time": "1767158894", "uncertainty": 120 }, "stopId": "0:18270C", "stopSequence": 24 }, { "arrival": { "time": "1767158954", "uncertainty": 120 }, "departure": { "time": "1767158954", "uncertainty": 120 }, "stopId": "0:05120C", "stopSequence": 25 }, { "arrival": { "time": "1767158967", "uncertainty": 120 }, "departure": { "time": "1767158967", "uncertainty": 120 }, "stopId": "0:05110C", "stopSequence": 26 }, { "arrival": { "time": "1767158995", "uncertainty": 120 }, "departure": { "time": "1767158995", "uncertainty": 120 }, "stopId": "0:05100C", "stopSequence": 27 }, { "arrival": { "time": "1767159043", "uncertainty": 120 }, "departure": { "time": "1767159043", "uncertainty": 120 }, "stopId": "0:05090C", "stopSequence": 28 }, { "arrival": { "time": "1767159051", "uncertainty": 120 }, "departure": { "time": "1767159051", "uncertainty": 120 }, "stopId": "0:05080C", "stopSequence": 29 }, { "arrival": { "time": "1767159124", "uncertainty": 120 }, "departure": { "time": "1767159124", "uncertainty": 120 }, "stopId": "0:07045C", "stopSequence": 30 }, { "arrival": { "time": "1767159163", "uncertainty": 120 }, "departure": { "time": "1767159163", "uncertainty": 120 }, "stopId": "0:05025C", "stopSequence": 31 }, { "arrival": { "time": "1767159245", "uncertainty": 120 }, "departure": { "time": "1767159245", "uncertainty": 120 }, "stopId": "0:SP0420C", "stopSequence": 32 }, { "arrival": { "time": "1767159463", "uncertainty": 120 }, "departure": { "time": "1767159463", "uncertainty": 120 }, "stopId": "0:05020C", "stopSequence": 33 }, { "arrival": { "time": "1767159527", "uncertainty": 120 }, "departure": { "time": "1767159527", "uncertainty": 120 }, "stopId": "0:05010C", "stopSequence": 34 }, { "arrival": { "time": "1767159581", "uncertainty": 120 }, "departure": { "time": "1767159581", "uncertainty": 120 }, "stopId": "0:18180C", "stopSequence": 35 }, { "arrival": { "time": "1767159663", "uncertainty": 120 }, "departure": { "time": "1767159663", "uncertainty": 120 }, "stopId": "0:01320C", "stopSequence": 36 }, { "arrival": { "time": "1767159709", "uncertainty": 120 }, "departure": { "time": "1767159709", "uncertainty": 120 }, "stopId": "0:18130C", "stopSequence": 37 }, { "arrival": { "time": "1767159793", "uncertainty": 120 }, "departure": { "time": "1767159793", "uncertainty": 120 }, "stopId": "0:01362C", "stopSequence": 38 }, { "arrival": { "time": "1767159887", "uncertainty": 120 }, "stopId": "0:19065C", "stopSequence": 39 } ], "trip": { "directionId": 0, "routeId": "1030", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022176" }, "vehicle": { "id": "109", "label": "109" } } }, { "id": "1025208", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767157200", "uncertainty": 120 }, "stopId": "0:PE0066C", "stopSequence": 1 }, { "arrival": { "time": "1767157290", "uncertainty": 120 }, "departure": { "time": "1767157290", "uncertainty": 120 }, "stopId": "0:06475C", "stopSequence": 2 }, { "arrival": { "time": "1767157348", "uncertainty": 120 }, "departure": { "time": "1767157348", "uncertainty": 120 }, "stopId": "0:00036C", "stopSequence": 3 }, { "arrival": { "time": "1767157416", "uncertainty": 120 }, "departure": { "time": "1767157416", "uncertainty": 120 }, "stopId": "0:06470C", "stopSequence": 4 }, { "arrival": { "time": "1767157500", "uncertainty": 120 }, "departure": { "time": "1767157500", "uncertainty": 120 }, "stopId": "0:06473P", "stopSequence": 5 }, { "arrival": { "time": "1767157544", "uncertainty": 120 }, "departure": { "time": "1767157544", "uncertainty": 120 }, "stopId": "0:06471P", "stopSequence": 6 }, { "arrival": { "time": "1767157590", "uncertainty": 120 }, "departure": { "time": "1767157590", "uncertainty": 120 }, "stopId": "0:06477P", "stopSequence": 7 }, { "arrival": { "time": "1767157639", "uncertainty": 120 }, "departure": { "time": "1767157639", "uncertainty": 120 }, "stopId": "0:06213P", "stopSequence": 8 }, { "arrival": { "time": "1767157731", "uncertainty": 120 }, "departure": { "time": "1767157731", "uncertainty": 120 }, "stopId": "0:06199P", "stopSequence": 9 }, { "arrival": { "time": "1767157770", "uncertainty": 120 }, "departure": { "time": "1767157770", "uncertainty": 120 }, "stopId": "0:06214P", "stopSequence": 10 }, { "arrival": { "time": "1767157830", "uncertainty": 120 }, "departure": { "time": "1767157830", "uncertainty": 120 }, "stopId": "0:06199C", "stopSequence": 11 }, { "arrival": { "time": "1767157913", "uncertainty": 120 }, "departure": { "time": "1767157920", "uncertainty": 120 }, "stopId": "0:06213C", "stopSequence": 12 }, { "arrival": { "time": "1767157968", "uncertainty": 120 }, "departure": { "time": "1767157980", "uncertainty": 120 }, "stopId": "0:06200C", "stopSequence": 13 }, { "arrival": { "time": "1767158027", "uncertainty": 120 }, "departure": { "time": "1767158027", "uncertainty": 120 }, "stopId": "0:06190C", "stopSequence": 14 }, { "arrival": { "time": "1767158086", "uncertainty": 120 }, "departure": { "time": "1767158100", "uncertainty": 120 }, "stopId": "0:06180C", "stopSequence": 15 }, { "arrival": { "time": "1767158205", "uncertainty": 120 }, "departure": { "time": "1767158205", "uncertainty": 120 }, "stopId": "0:06175C", "stopSequence": 16 }, { "arrival": { "time": "1767158248", "uncertainty": 120 }, "departure": { "time": "1767158250", "uncertainty": 120 }, "stopId": "0:06165C", "stopSequence": 17 }, { "arrival": { "time": "1767158460", "uncertainty": 120 }, "departure": { "time": "1767158460", "uncertainty": 120 }, "stopId": "0:06160C", "stopSequence": 18 }, { "arrival": { "time": "1767158494", "uncertainty": 120 }, "departure": { "time": "1767158494", "uncertainty": 120 }, "stopId": "0:18220C", "stopSequence": 19 }, { "arrival": { "time": "1767158600", "uncertainty": 120 }, "departure": { "time": "1767158600", "uncertainty": 120 }, "stopId": "0:06140C", "stopSequence": 20 }, { "arrival": { "time": "1767158640", "uncertainty": 120 }, "departure": { "time": "1767158640", "uncertainty": 120 }, "stopId": "0:06130C", "stopSequence": 21 }, { "arrival": { "time": "1767158685", "uncertainty": 120 }, "departure": { "time": "1767158685", "uncertainty": 120 }, "stopId": "0:06110C", "stopSequence": 22 }, { "arrival": { "time": "1767158730", "uncertainty": 120 }, "departure": { "time": "1767158730", "uncertainty": 120 }, "stopId": "0:06120C", "stopSequence": 23 }, { "arrival": { "time": "1767158752", "uncertainty": 120 }, "departure": { "time": "1767158752", "uncertainty": 120 }, "stopId": "0:06100C", "stopSequence": 24 }, { "arrival": { "time": "1767158772", "uncertainty": 120 }, "departure": { "time": "1767158790", "uncertainty": 120 }, "stopId": "0:06090C", "stopSequence": 25 }, { "arrival": { "time": "1767158842", "uncertainty": 120 }, "departure": { "time": "1767158842", "uncertainty": 120 }, "stopId": "0:06080C", "stopSequence": 26 }, { "arrival": { "time": "1767158910", "uncertainty": 120 }, "departure": { "time": "1767158910", "uncertainty": 120 }, "stopId": "0:06070C", "stopSequence": 27 }, { "arrival": { "time": "1767158940", "uncertainty": 120 }, "departure": { "time": "1767158940", "uncertainty": 120 }, "stopId": "0:06050C", "stopSequence": 28 }, { "arrival": { "time": "1767158970", "uncertainty": 120 }, "departure": { "time": "1767158970", "uncertainty": 120 }, "stopId": "0:06040C", "stopSequence": 29 }, { "arrival": { "time": "1767159000", "uncertainty": 120 }, "departure": { "time": "1767159000", "uncertainty": 120 }, "stopId": "0:09280P", "stopSequence": 30 }, { "arrival": { "time": "1767159090", "uncertainty": 120 }, "departure": { "time": "1767159090", "uncertainty": 120 }, "stopId": "0:09290C", "stopSequence": 31 }, { "arrival": { "time": "1767159145", "uncertainty": 120 }, "departure": { "time": "1767159145", "uncertainty": 120 }, "stopId": "0:06011C", "stopSequence": 32 }, { "arrival": { "time": "1767159221", "uncertainty": 120 }, "departure": { "time": "1767159221", "uncertainty": 120 }, "stopId": "0:02170C", "stopSequence": 33 }, { "arrival": { "time": "1767159289", "uncertainty": 120 }, "departure": { "time": "1767159289", "uncertainty": 120 }, "stopId": "0:02160C", "stopSequence": 34 }, { "arrival": { "time": "1767159349", "uncertainty": 120 }, "departure": { "time": "1767159349", "uncertainty": 120 }, "stopId": "0:02150C", "stopSequence": 35 }, { "arrival": { "time": "1767159409", "uncertainty": 120 }, "departure": { "time": "1767159409", "uncertainty": 120 }, "stopId": "0:02140C", "stopSequence": 36 }, { "arrival": { "time": "1767159490", "uncertainty": 120 }, "departure": { "time": "1767159490", "uncertainty": 120 }, "stopId": "0:01450C", "stopSequence": 37 }, { "arrival": { "time": "1767159534", "uncertainty": 120 }, "departure": { "time": "1767159534", "uncertainty": 120 }, "stopId": "0:01440C", "stopSequence": 38 }, { "arrival": { "time": "1767159642", "uncertainty": 120 }, "departure": { "time": "1767159642", "uncertainty": 120 }, "stopId": "0:01430C", "stopSequence": 39 }, { "arrival": { "time": "1767159726", "uncertainty": 120 }, "departure": { "time": "1767159726", "uncertainty": 120 }, "stopId": "0:01420C", "stopSequence": 40 }, { "arrival": { "time": "1767159774", "uncertainty": 120 }, "departure": { "time": "1767159774", "uncertainty": 120 }, "stopId": "0:01390C", "stopSequence": 41 }, { "arrival": { "time": "1767159800", "uncertainty": 120 }, "departure": { "time": "1767159800", "uncertainty": 120 }, "stopId": "0:01400C", "stopSequence": 42 }, { "arrival": { "time": "1767159837", "uncertainty": 120 }, "stopId": "0:19055C", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "1150", "scheduleRelationship": "SCHEDULED", "tripId": "2_31025208" }, "vehicle": { "id": "15", "label": "15" } } }, { "id": "1021529", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159600" }, "stopId": "0:11010P", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2330", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021529" } } }, { "id": "1022044", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767158755", "uncertainty": 120 }, "stopId": "0:19055C", "stopSequence": 1 }, { "arrival": { "time": "1767158864", "uncertainty": 120 }, "departure": { "time": "1767158864", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 2 }, { "arrival": { "time": "1767158928", "uncertainty": 120 }, "departure": { "time": "1767158935", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 3 }, { "arrival": { "time": "1767159011", "uncertainty": 120 }, "departure": { "time": "1767159025", "uncertainty": 120 }, "stopId": "0:07170P", "stopSequence": 4 }, { "arrival": { "time": "1767159055", "uncertainty": 120 }, "departure": { "time": "1767159055", "uncertainty": 120 }, "stopId": "0:07180P", "stopSequence": 5 }, { "arrival": { "time": "1767159122", "uncertainty": 120 }, "departure": { "time": "1767159122", "uncertainty": 120 }, "stopId": "0:07185P", "stopSequence": 6 }, { "arrival": { "time": "1767159200", "uncertainty": 120 }, "departure": { "time": "1767159200", "uncertainty": 120 }, "stopId": "0:07200P", "stopSequence": 7 }, { "arrival": { "time": "1767159253", "uncertainty": 120 }, "departure": { "time": "1767159253", "uncertainty": 120 }, "stopId": "0:07215P", "stopSequence": 8 }, { "arrival": { "time": "1767159303", "uncertainty": 120 }, "departure": { "time": "1767159303", "uncertainty": 120 }, "stopId": "0:04195P", "stopSequence": 9 }, { "arrival": { "time": "1767159367", "uncertainty": 120 }, "departure": { "time": "1767159367", "uncertainty": 120 }, "stopId": "0:05370P", "stopSequence": 10 }, { "arrival": { "time": "1767159514", "uncertainty": 120 }, "departure": { "time": "1767159514", "uncertainty": 120 }, "stopId": "0:05365P", "stopSequence": 11 }, { "arrival": { "time": "1767159622", "uncertainty": 120 }, "departure": { "time": "1767159622", "uncertainty": 120 }, "stopId": "0:05360P", "stopSequence": 12 }, { "arrival": { "time": "1767159663", "uncertainty": 120 }, "departure": { "time": "1767159663", "uncertainty": 120 }, "stopId": "0:05355P", "stopSequence": 13 }, { "arrival": { "time": "1767159735", "uncertainty": 120 }, "departure": { "time": "1767159735", "uncertainty": 120 }, "stopId": "0:05350P", "stopSequence": 14 }, { "arrival": { "time": "1767159769", "uncertainty": 120 }, "departure": { "time": "1767159769", "uncertainty": 120 }, "stopId": "0:05410P", "stopSequence": 15 }, { "arrival": { "time": "1767159845", "uncertainty": 120 }, "departure": { "time": "1767159845", "uncertainty": 120 }, "stopId": "0:19330P", "stopSequence": 16 }, { "arrival": { "time": "1767159871", "uncertainty": 120 }, "departure": { "time": "1767159871", "uncertainty": 120 }, "stopId": "0:05420P", "stopSequence": 17 }, { "arrival": { "time": "1767159934", "uncertainty": 120 }, "departure": { "time": "1767159934", "uncertainty": 120 }, "stopId": "0:05430P", "stopSequence": 18 }, { "arrival": { "time": "1767159975", "uncertainty": 120 }, "departure": { "time": "1767159975", "uncertainty": 120 }, "stopId": "0:03120P", "stopSequence": 19 }, { "arrival": { "time": "1767160028", "uncertainty": 120 }, "departure": { "time": "1767160028", "uncertainty": 120 }, "stopId": "0:03110P", "stopSequence": 20 }, { "arrival": { "time": "1767160139", "uncertainty": 120 }, "departure": { "time": "1767160139", "uncertainty": 120 }, "stopId": "0:03100P", "stopSequence": 21 }, { "arrival": { "time": "1767160196", "uncertainty": 120 }, "departure": { "time": "1767160196", "uncertainty": 120 }, "stopId": "0:04090P", "stopSequence": 22 }, { "arrival": { "time": "1767160231", "uncertainty": 120 }, "departure": { "time": "1767160231", "uncertainty": 120 }, "stopId": "0:04080P", "stopSequence": 23 }, { "arrival": { "time": "1767160263", "uncertainty": 120 }, "departure": { "time": "1767160263", "uncertainty": 120 }, "stopId": "0:04075P", "stopSequence": 24 }, { "arrival": { "time": "1767160378", "uncertainty": 120 }, "departure": { "time": "1767160378", "uncertainty": 120 }, "stopId": "0:04290P", "stopSequence": 25 }, { "arrival": { "time": "1767160431", "uncertainty": 120 }, "departure": { "time": "1767160431", "uncertainty": 120 }, "stopId": "0:04310P", "stopSequence": 26 }, { "arrival": { "time": "1767160502", "uncertainty": 120 }, "departure": { "time": "1767160502", "uncertainty": 120 }, "stopId": "0:04300P", "stopSequence": 27 }, { "arrival": { "time": "1767160567", "uncertainty": 120 }, "departure": { "time": "1767160567", "uncertainty": 120 }, "stopId": "0:04280P", "stopSequence": 28 }, { "arrival": { "time": "1767160689", "uncertainty": 120 }, "departure": { "time": "1767160689", "uncertainty": 120 }, "stopId": "0:04271P", "stopSequence": 29 }, { "arrival": { "time": "1767160723", "uncertainty": 120 }, "departure": { "time": "1767160723", "uncertainty": 120 }, "stopId": "0:04260P", "stopSequence": 30 }, { "arrival": { "time": "1767160812", "uncertainty": 120 }, "departure": { "time": "1767160812", "uncertainty": 120 }, "stopId": "0:01010P", "stopSequence": 31 }, { "arrival": { "time": "1767160888", "uncertainty": 120 }, "departure": { "time": "1767160888", "uncertainty": 120 }, "stopId": "0:01020C", "stopSequence": 32 }, { "arrival": { "time": "1767160917", "uncertainty": 120 }, "stopId": "0:03010C", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "1070", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022044" }, "vehicle": { "id": "42", "label": "42" } } }, { "id": "1022040", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162600", "uncertainty": 120 }, "stopId": "0:03010C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1070", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022040" } } }, { "id": "1026204", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161700", "uncertainty": 120 }, "stopId": "0:CI0011C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "6600", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026204" } } }, { "id": "1021750", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159900", "uncertainty": 120 }, "stopId": "0:TA00028C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1131", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021750" } } }, { "id": "1022018", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159900", "uncertainty": 120 }, "stopId": "0:PE00200C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1110", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022018" } } }, { "id": "1022146", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160200", "uncertainty": 120 }, "stopId": "0:03010C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1030", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022146" } } }, { "id": "1022175", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162600", "uncertainty": 120 }, "stopId": "0:03010C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1030", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022175" } } }, { "id": "1026863", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159900", "uncertainty": 120 }, "stopId": "0:05343C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2230", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026863" } } }, { "id": "1026854", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161700", "uncertainty": 120 }, "stopId": "0:14010C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "2230", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026854" } } }, { "id": "1026853", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767158051", "uncertainty": 120 }, "stopId": "0:14010C", "stopSequence": 1 }, { "arrival": { "time": "1767158106", "uncertainty": 120 }, "departure": { "time": "1767158106", "uncertainty": 120 }, "stopId": "0:14245C", "stopSequence": 2 }, { "arrival": { "time": "1767158142", "uncertainty": 120 }, "departure": { "time": "1767158142", "uncertainty": 120 }, "stopId": "0:14240C", "stopSequence": 3 }, { "arrival": { "time": "1767158142", "uncertainty": 120 }, "departure": { "time": "1767158142", "uncertainty": 120 }, "stopId": "0:14230C", "stopSequence": 4 }, { "arrival": { "time": "1767158160", "uncertainty": 120 }, "departure": { "time": "1767158233", "uncertainty": 120 }, "stopId": "0:14220C", "stopSequence": 5 }, { "arrival": { "time": "1767158266", "uncertainty": 120 }, "departure": { "time": "1767158292", "uncertainty": 120 }, "stopId": "0:14020P", "stopSequence": 6 }, { "arrival": { "time": "1767158354", "uncertainty": 120 }, "departure": { "time": "1767158354", "uncertainty": 120 }, "stopId": "0:14030C", "stopSequence": 7 }, { "arrival": { "time": "1767158412", "uncertainty": 120 }, "departure": { "time": "1767158412", "uncertainty": 120 }, "stopId": "0:14040C", "stopSequence": 8 }, { "arrival": { "time": "1767158443", "uncertainty": 120 }, "departure": { "time": "1767158472", "uncertainty": 120 }, "stopId": "0:14050C", "stopSequence": 9 }, { "arrival": { "time": "1767158509", "uncertainty": 120 }, "departure": { "time": "1767158509", "uncertainty": 120 }, "stopId": "0:14060C", "stopSequence": 10 }, { "arrival": { "time": "1767158539", "uncertainty": 120 }, "departure": { "time": "1767158562", "uncertainty": 120 }, "stopId": "0:14070C", "stopSequence": 11 }, { "arrival": { "time": "1767158644", "uncertainty": 120 }, "departure": { "time": "1767158653", "uncertainty": 120 }, "stopId": "0:16160C", "stopSequence": 12 }, { "arrival": { "time": "1767158714", "uncertainty": 120 }, "departure": { "time": "1767158714", "uncertainty": 120 }, "stopId": "0:16190C", "stopSequence": 13 }, { "arrival": { "time": "1767158759", "uncertainty": 120 }, "departure": { "time": "1767158759", "uncertainty": 120 }, "stopId": "0:14277C", "stopSequence": 14 }, { "arrival": { "time": "1767158799", "uncertainty": 120 }, "departure": { "time": "1767158803", "uncertainty": 120 }, "stopId": "0:14215P", "stopSequence": 15 }, { "arrival": { "time": "1767158888", "uncertainty": 120 }, "departure": { "time": "1767158888", "uncertainty": 120 }, "stopId": "0:17820C", "stopSequence": 16 }, { "arrival": { "time": "1767158933", "uncertainty": 120 }, "departure": { "time": "1767158933", "uncertainty": 120 }, "stopId": "0:15360C", "stopSequence": 17 }, { "arrival": { "time": "1767159061", "uncertainty": 120 }, "departure": { "time": "1767159061", "uncertainty": 120 }, "stopId": "0:11342C", "stopSequence": 18 }, { "arrival": { "time": "1767159125", "uncertainty": 120 }, "departure": { "time": "1767159125", "uncertainty": 120 }, "stopId": "0:15400C", "stopSequence": 19 }, { "arrival": { "time": "1767159162", "uncertainty": 120 }, "departure": { "time": "1767159163", "uncertainty": 120 }, "stopId": "0:15402C", "stopSequence": 20 }, { "arrival": { "time": "1767159197", "uncertainty": 120 }, "stopId": "0:05343C", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "2230", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026853" }, "vehicle": { "id": "87", "label": "87" } } }, { "id": "1021647", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162300", "uncertainty": 120 }, "stopId": "0:11010P", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "2300", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021647" } } }, { "id": "1022027", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160500" }, "stopId": "0:03010C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1070", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022027" } } }, { "id": "1021641", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767158208", "uncertainty": 120 }, "stopId": "0:11010P", "stopSequence": 1 }, { "arrival": { "time": "1767158238", "uncertainty": 120 }, "departure": { "time": "1767158238", "uncertainty": 120 }, "stopId": "0:12250C", "stopSequence": 2 }, { "arrival": { "time": "1767158278", "uncertainty": 120 }, "departure": { "time": "1767158278", "uncertainty": 120 }, "stopId": "0:12260C", "stopSequence": 3 }, { "arrival": { "time": "1767158380", "uncertainty": 120 }, "departure": { "time": "1767158420", "uncertainty": 120 }, "stopId": "0:12270C", "stopSequence": 4 }, { "arrival": { "time": "1767158430", "uncertainty": 120 }, "departure": { "time": "1767158430", "uncertainty": 120 }, "stopId": "0:1B050P", "stopSequence": 5 }, { "arrival": { "time": "1767158481", "uncertainty": 120 }, "departure": { "time": "1767158481", "uncertainty": 120 }, "stopId": "0:12290C", "stopSequence": 6 }, { "arrival": { "time": "1767158524", "uncertainty": 120 }, "departure": { "time": "1767158524", "uncertainty": 120 }, "stopId": "0:12300C", "stopSequence": 7 }, { "arrival": { "time": "1767158580", "uncertainty": 120 }, "departure": { "time": "1767158601", "uncertainty": 120 }, "stopId": "0:12310C", "stopSequence": 8 }, { "arrival": { "time": "1767158668", "uncertainty": 120 }, "departure": { "time": "1767158690", "uncertainty": 120 }, "stopId": "0:12320C", "stopSequence": 9 }, { "arrival": { "time": "1767158780", "uncertainty": 120 }, "departure": { "time": "1767158780", "uncertainty": 120 }, "stopId": "0:12325C", "stopSequence": 10 }, { "arrival": { "time": "1767158810", "uncertainty": 120 }, "departure": { "time": "1767158810", "uncertainty": 120 }, "stopId": "0:12330C", "stopSequence": 11 }, { "arrival": { "time": "1767158841", "uncertainty": 120 }, "departure": { "time": "1767158841", "uncertainty": 120 }, "stopId": "0:12335C", "stopSequence": 12 }, { "arrival": { "time": "1767158897", "uncertainty": 120 }, "departure": { "time": "1767158897", "uncertainty": 120 }, "stopId": "0:12340C", "stopSequence": 13 }, { "arrival": { "time": "1767158943", "uncertainty": 120 }, "departure": { "time": "1767158943", "uncertainty": 120 }, "stopId": "0:11504P", "stopSequence": 14 }, { "arrival": { "time": "1767158976", "uncertainty": 120 }, "departure": { "time": "1767158976", "uncertainty": 120 }, "stopId": "0:11506C", "stopSequence": 15 }, { "arrival": { "time": "1767159008", "uncertainty": 120 }, "departure": { "time": "1767159008", "uncertainty": 120 }, "stopId": "0:12340C", "stopSequence": 16 }, { "arrival": { "time": "1767159102", "uncertainty": 120 }, "departure": { "time": "1767159116", "uncertainty": 120 }, "stopId": "0:12350C", "stopSequence": 17 }, { "arrival": { "time": "1767159143", "uncertainty": 120 }, "departure": { "time": "1767159143", "uncertainty": 120 }, "stopId": "0:12360C", "stopSequence": 18 }, { "arrival": { "time": "1767159175", "uncertainty": 120 }, "departure": { "time": "1767159175", "uncertainty": 120 }, "stopId": "0:12370C", "stopSequence": 19 }, { "arrival": { "time": "1767159206", "uncertainty": 120 }, "departure": { "time": "1767159206", "uncertainty": 120 }, "stopId": "0:12380C", "stopSequence": 20 }, { "arrival": { "time": "1767159240", "uncertainty": 120 }, "departure": { "time": "1767159240", "uncertainty": 120 }, "stopId": "0:12390C", "stopSequence": 21 }, { "arrival": { "time": "1767159300", "uncertainty": 120 }, "departure": { "time": "1767159300", "uncertainty": 120 }, "stopId": "0:11300C", "stopSequence": 22 }, { "arrival": { "time": "1767159379", "uncertainty": 120 }, "departure": { "time": "1767159379", "uncertainty": 120 }, "stopId": "0:11305C", "stopSequence": 23 }, { "arrival": { "time": "1767159519", "uncertainty": 120 }, "departure": { "time": "1767159519", "uncertainty": 120 }, "stopId": "0:15240C", "stopSequence": 24 }, { "arrival": { "time": "1767159551", "uncertainty": 120 }, "departure": { "time": "1767159551", "uncertainty": 120 }, "stopId": "0:17800C", "stopSequence": 25 }, { "arrival": { "time": "1767159630", "uncertainty": 120 }, "departure": { "time": "1767159630", "uncertainty": 120 }, "stopId": "0:15400C", "stopSequence": 26 }, { "arrival": { "time": "1767159673", "uncertainty": 120 }, "departure": { "time": "1767159673", "uncertainty": 120 }, "stopId": "0:15402C", "stopSequence": 27 }, { "arrival": { "time": "1767159699", "uncertainty": 120 }, "stopId": "0:05343P", "stopSequence": 28 } ], "trip": { "directionId": 0, "routeId": "2300", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021641" }, "vehicle": { "id": "171", "label": "171" } } }, { "id": "1021639", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160200", "uncertainty": 120 }, "stopId": "0:05343P", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2300", "scheduleRelationship": "SCHEDULED", "tripId": "2_31021639" } } }, { "id": "1031106", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160800", "uncertainty": 120 }, "stopId": "0:41016P", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "4420", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031106" } } }, { "id": "1031104", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162600", "uncertainty": 120 }, "stopId": "0:42010C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "4420", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031104" } } }, { "id": "1031131", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160420", "uncertainty": 120 }, "stopId": "0:44005C", "stopSequence": 1 }, { "arrival": { "time": "1767160442", "uncertainty": 120 }, "departure": { "time": "1767160442", "uncertainty": 120 }, "stopId": "0:44007C", "stopSequence": 2 }, { "arrival": { "time": "1767160480", "uncertainty": 120 }, "departure": { "time": "1767160480", "uncertainty": 120 }, "stopId": "0:44010C", "stopSequence": 3 }, { "arrival": { "time": "1767160522", "uncertainty": 120 }, "departure": { "time": "1767160522", "uncertainty": 120 }, "stopId": "0:44020C", "stopSequence": 4 }, { "arrival": { "time": "1767160539", "uncertainty": 120 }, "departure": { "time": "1767160539", "uncertainty": 120 }, "stopId": "0:44030C", "stopSequence": 5 }, { "arrival": { "time": "1767160565", "uncertainty": 120 }, "departure": { "time": "1767160565", "uncertainty": 120 }, "stopId": "0:44040C", "stopSequence": 6 }, { "arrival": { "time": "1767160639", "uncertainty": 120 }, "departure": { "time": "1767160639", "uncertainty": 120 }, "stopId": "0:44050C", "stopSequence": 7 }, { "arrival": { "time": "1767160767", "uncertainty": 120 }, "departure": { "time": "1767160767", "uncertainty": 120 }, "stopId": "0:44060C", "stopSequence": 8 }, { "arrival": { "time": "1767160780", "uncertainty": 120 }, "departure": { "time": "1767160780", "uncertainty": 120 }, "stopId": "0:44070C", "stopSequence": 9 }, { "arrival": { "time": "1767160840", "uncertainty": 120 }, "departure": { "time": "1767160840", "uncertainty": 120 }, "stopId": "0:44071C", "stopSequence": 10 }, { "arrival": { "time": "1767160947", "uncertainty": 120 }, "departure": { "time": "1767160947", "uncertainty": 120 }, "stopId": "0:44080C", "stopSequence": 11 }, { "arrival": { "time": "1767160983", "uncertainty": 120 }, "departure": { "time": "1767160983", "uncertainty": 120 }, "stopId": "0:44090C", "stopSequence": 12 }, { "arrival": { "time": "1767161045", "uncertainty": 120 }, "departure": { "time": "1767161045", "uncertainty": 120 }, "stopId": "0:44100C", "stopSequence": 13 }, { "arrival": { "time": "1767161140", "uncertainty": 120 }, "departure": { "time": "1767161140", "uncertainty": 120 }, "stopId": "0:44110C", "stopSequence": 14 }, { "arrival": { "time": "1767161167", "uncertainty": 120 }, "departure": { "time": "1767161167", "uncertainty": 120 }, "stopId": "0:44111C", "stopSequence": 15 }, { "arrival": { "time": "1767161200", "uncertainty": 120 }, "departure": { "time": "1767161200", "uncertainty": 120 }, "stopId": "0:44115C", "stopSequence": 16 }, { "arrival": { "time": "1767161260", "uncertainty": 120 }, "departure": { "time": "1767161260", "uncertainty": 120 }, "stopId": "0:44130C", "stopSequence": 17 }, { "arrival": { "time": "1767161334", "uncertainty": 120 }, "departure": { "time": "1767161334", "uncertainty": 120 }, "stopId": "0:41410C", "stopSequence": 18 }, { "arrival": { "time": "1767161353", "uncertainty": 120 }, "departure": { "time": "1767161353", "uncertainty": 120 }, "stopId": "0:44140C", "stopSequence": 19 }, { "arrival": { "time": "1767161500", "uncertainty": 120 }, "departure": { "time": "1767161500", "uncertainty": 120 }, "stopId": "0:44160C", "stopSequence": 20 }, { "arrival": { "time": "1767161569", "uncertainty": 120 }, "departure": { "time": "1767161569", "uncertainty": 120 }, "stopId": "0:44165C", "stopSequence": 21 }, { "arrival": { "time": "1767161620", "uncertainty": 120 }, "departure": { "time": "1767161620", "uncertainty": 120 }, "stopId": "0:44170C", "stopSequence": 22 }, { "arrival": { "time": "1767161715", "uncertainty": 120 }, "stopId": "0:41016P", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "4440", "scheduleRelationship": "SCHEDULED", "tripId": "2_31031131" } } }, { "id": "1022543", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767159300", "uncertainty": 120 }, "stopId": "0:AV580C", "stopSequence": 3 } ], "trip": { "directionId": 0, "routeId": "8870", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022543" }, "vehicle": { "id": "78", "label": "78" } } }, { "id": "1026594", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767158400", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 }, { "arrival": { "time": "1767158429", "uncertainty": 120 }, "departure": { "time": "1767158429", "uncertainty": 120 }, "stopId": "0:17775P", "stopSequence": 2 }, { "arrival": { "time": "1767158512", "uncertainty": 120 }, "departure": { "time": "1767158533", "uncertainty": 120 }, "stopId": "0:05530C", "stopSequence": 3 }, { "arrival": { "time": "1767158692", "uncertainty": 120 }, "departure": { "time": "1767158692", "uncertainty": 120 }, "stopId": "0:19070C", "stopSequence": 4 }, { "arrival": { "time": "1767158726", "uncertainty": 120 }, "departure": { "time": "1767158726", "uncertainty": 120 }, "stopId": "0:19302C", "stopSequence": 5 }, { "arrival": { "time": "1767158842", "uncertainty": 120 }, "departure": { "time": "1767158842", "uncertainty": 120 }, "stopId": "0:05460C", "stopSequence": 6 }, { "arrival": { "time": "1767158883", "uncertainty": 120 }, "departure": { "time": "1767158883", "uncertainty": 120 }, "stopId": "0:05200C", "stopSequence": 7 }, { "arrival": { "time": "1767158930", "uncertainty": 120 }, "departure": { "time": "1767158930", "uncertainty": 120 }, "stopId": "0:05195P", "stopSequence": 8 }, { "arrival": { "time": "1767158995", "uncertainty": 120 }, "departure": { "time": "1767158995", "uncertainty": 120 }, "stopId": "0:05185C", "stopSequence": 9 }, { "arrival": { "time": "1767159037", "uncertainty": 120 }, "departure": { "time": "1767159037", "uncertainty": 120 }, "stopId": "0:05200C", "stopSequence": 10 }, { "arrival": { "time": "1767159090", "uncertainty": 120 }, "departure": { "time": "1767159090", "uncertainty": 120 }, "stopId": "0:05191C", "stopSequence": 11 }, { "arrival": { "time": "1767159133", "uncertainty": 120 }, "departure": { "time": "1767159133", "uncertainty": 120 }, "stopId": "0:05165C", "stopSequence": 12 }, { "arrival": { "time": "1767159182", "uncertainty": 120 }, "departure": { "time": "1767159182", "uncertainty": 120 }, "stopId": "0:05170C", "stopSequence": 13 }, { "arrival": { "time": "1767159206", "uncertainty": 120 }, "departure": { "time": "1767159206", "uncertainty": 120 }, "stopId": "0:05155C", "stopSequence": 14 }, { "arrival": { "time": "1767159225", "uncertainty": 120 }, "departure": { "time": "1767159225", "uncertainty": 120 }, "stopId": "0:05160C", "stopSequence": 15 }, { "arrival": { "time": "1767159242", "uncertainty": 120 }, "departure": { "time": "1767159242", "uncertainty": 120 }, "stopId": "0:05150C", "stopSequence": 16 }, { "arrival": { "time": "1767159273", "uncertainty": 120 }, "departure": { "time": "1767159273", "uncertainty": 120 }, "stopId": "0:05140C", "stopSequence": 17 }, { "arrival": { "time": "1767159311", "uncertainty": 120 }, "departure": { "time": "1767159311", "uncertainty": 120 }, "stopId": "0:04080C", "stopSequence": 18 }, { "arrival": { "time": "1767159351", "uncertainty": 120 }, "departure": { "time": "1767159351", "uncertainty": 120 }, "stopId": "0:04090C", "stopSequence": 19 }, { "arrival": { "time": "1767159439", "uncertainty": 120 }, "departure": { "time": "1767159439", "uncertainty": 120 }, "stopId": "0:13080C", "stopSequence": 20 }, { "arrival": { "time": "1767159496", "uncertainty": 120 }, "departure": { "time": "1767159496", "uncertainty": 120 }, "stopId": "0:13085C", "stopSequence": 21 }, { "arrival": { "time": "1767159545", "uncertainty": 120 }, "departure": { "time": "1767159545", "uncertainty": 120 }, "stopId": "0:13090C", "stopSequence": 22 }, { "arrival": { "time": "1767159591", "uncertainty": 120 }, "departure": { "time": "1767159591", "uncertainty": 120 }, "stopId": "0:04015P", "stopSequence": 23 }, { "arrival": { "time": "1767159617", "uncertainty": 120 }, "departure": { "time": "1767159617", "uncertainty": 120 }, "stopId": "0:03070P", "stopSequence": 24 }, { "arrival": { "time": "1767159665", "uncertainty": 120 }, "departure": { "time": "1767159665", "uncertainty": 120 }, "stopId": "0:03060P", "stopSequence": 25 }, { "arrival": { "time": "1767159711", "uncertainty": 120 }, "departure": { "time": "1767159711", "uncertainty": 120 }, "stopId": "0:03050P", "stopSequence": 26 }, { "arrival": { "time": "1767159757", "uncertainty": 120 }, "departure": { "time": "1767159757", "uncertainty": 120 }, "stopId": "0:03040P", "stopSequence": 27 }, { "arrival": { "time": "1767159878", "uncertainty": 120 }, "departure": { "time": "1767159878", "uncertainty": 120 }, "stopId": "0:03030P", "stopSequence": 28 }, { "arrival": { "time": "1767159983", "uncertainty": 120 }, "departure": { "time": "1767159983", "uncertainty": 120 }, "stopId": "0:01010P", "stopSequence": 29 }, { "arrival": { "time": "1767160016", "uncertainty": 120 }, "departure": { "time": "1767160016", "uncertainty": 120 }, "stopId": "0:01020C", "stopSequence": 30 }, { "arrival": { "time": "1767160046", "uncertainty": 120 }, "stopId": "0:03010C", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "1130", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026594" }, "vehicle": { "id": "34", "label": "34" } } }, { "id": "1034786", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162000", "uncertainty": 120 }, "stopId": "0:05342C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "2010", "scheduleRelationship": "SCHEDULED", "tripId": "2_31034786" } } }, { "id": "1027574", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162000", "uncertainty": 120 }, "stopId": "0:07140C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1160", "scheduleRelationship": "SCHEDULED", "tripId": "2_31027574" } } }, { "id": "1027573", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767160500", "uncertainty": 120 }, "stopId": "0:07140C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1160", "scheduleRelationship": "SCHEDULED", "tripId": "2_31027573" } } }, { "id": "1035410", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767162000", "uncertainty": 120 }, "stopId": "0:07190C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1170", "scheduleRelationship": "SCHEDULED", "tripId": "2_31035410" } } }, { "id": "1035409", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767159600", "uncertainty": 120 }, "stopId": "0:07190C", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "1170", "scheduleRelationship": "SCHEDULED", "tripId": "2_31035409" } } }, { "id": "1035408", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767157200", "uncertainty": 120 }, "stopId": "0:07190C", "stopSequence": 1 }, { "arrival": { "time": "1767157297", "uncertainty": 120 }, "departure": { "time": "1767157297", "uncertainty": 120 }, "stopId": "0:07215C", "stopSequence": 2 }, { "arrival": { "time": "1767157364", "uncertainty": 120 }, "departure": { "time": "1767157364", "uncertainty": 120 }, "stopId": "0:07200C", "stopSequence": 3 }, { "arrival": { "time": "1767157390", "uncertainty": 120 }, "departure": { "time": "1767157390", "uncertainty": 120 }, "stopId": "0:04170C", "stopSequence": 4 }, { "arrival": { "time": "1767157425", "uncertainty": 120 }, "departure": { "time": "1767157425", "uncertainty": 120 }, "stopId": "0:04160C", "stopSequence": 5 }, { "arrival": { "time": "1767157444", "uncertainty": 120 }, "departure": { "time": "1767157444", "uncertainty": 120 }, "stopId": "0:04150C", "stopSequence": 6 }, { "arrival": { "time": "1767157482", "uncertainty": 120 }, "departure": { "time": "1767157482", "uncertainty": 120 }, "stopId": "0:04131C", "stopSequence": 7 }, { "arrival": { "time": "1767157568", "uncertainty": 120 }, "departure": { "time": "1767157568", "uncertainty": 120 }, "stopId": "0:07210C", "stopSequence": 8 }, { "arrival": { "time": "1767157644", "uncertainty": 120 }, "departure": { "time": "1767157651", "uncertainty": 120 }, "stopId": "0:04250C", "stopSequence": 9 }, { "arrival": { "time": "1767157711", "uncertainty": 120 }, "departure": { "time": "1767157711", "uncertainty": 120 }, "stopId": "0:01385C", "stopSequence": 10 }, { "arrival": { "time": "1767157771", "uncertainty": 120 }, "departure": { "time": "1767157771", "uncertainty": 120 }, "stopId": "0:01401C", "stopSequence": 11 }, { "arrival": { "time": "1767157831", "uncertainty": 120 }, "departure": { "time": "1767157980", "uncertainty": 120 }, "stopId": "0:19050C", "stopSequence": 12 }, { "arrival": { "time": "1767158123", "uncertainty": 120 }, "departure": { "time": "1767158131", "uncertainty": 120 }, "stopId": "0:01365P", "stopSequence": 13 }, { "arrival": { "time": "1767158210", "uncertainty": 120 }, "departure": { "time": "1767158210", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 14 }, { "arrival": { "time": "1767158238", "uncertainty": 120 }, "departure": { "time": "1767158238", "uncertainty": 120 }, "stopId": "0:01330C", "stopSequence": 15 }, { "arrival": { "time": "1767158281", "uncertainty": 120 }, "departure": { "time": "1767158281", "uncertainty": 120 }, "stopId": "0:01335C", "stopSequence": 16 }, { "arrival": { "time": "1767158379", "uncertainty": 120 }, "departure": { "time": "1767158379", "uncertainty": 120 }, "stopId": "0:01385C", "stopSequence": 17 }, { "arrival": { "time": "1767158492", "uncertainty": 120 }, "departure": { "time": "1767158533", "uncertainty": 120 }, "stopId": "0:01420P", "stopSequence": 18 }, { "arrival": { "time": "1767158599", "uncertainty": 120 }, "departure": { "time": "1767158599", "uncertainty": 120 }, "stopId": "0:01455P", "stopSequence": 19 }, { "arrival": { "time": "1767158649", "uncertainty": 120 }, "departure": { "time": "1767158653", "uncertainty": 120 }, "stopId": "0:01465P", "stopSequence": 20 }, { "arrival": { "time": "1767158701", "uncertainty": 120 }, "departure": { "time": "1767158701", "uncertainty": 120 }, "stopId": "0:01470P", "stopSequence": 21 }, { "arrival": { "time": "1767158748", "uncertainty": 120 }, "departure": { "time": "1767158748", "uncertainty": 120 }, "stopId": "0:01480P", "stopSequence": 22 }, { "arrival": { "time": "1767158793", "uncertainty": 120 }, "departure": { "time": "1767158803", "uncertainty": 120 }, "stopId": "0:01490P", "stopSequence": 23 }, { "arrival": { "time": "1767158829", "uncertainty": 120 }, "departure": { "time": "1767158833", "uncertainty": 120 }, "stopId": "0:18250P", "stopSequence": 24 }, { "arrival": { "time": "1767158893", "uncertainty": 120 }, "departure": { "time": "1767158893", "uncertainty": 120 }, "stopId": "0:18240P", "stopSequence": 25 }, { "arrival": { "time": "1767158921", "uncertainty": 120 }, "departure": { "time": "1767158921", "uncertainty": 120 }, "stopId": "0:01540P", "stopSequence": 26 }, { "arrival": { "time": "1767158953", "uncertainty": 120 }, "departure": { "time": "1767158953", "uncertainty": 120 }, "stopId": "0:01550P", "stopSequence": 27 }, { "arrival": { "time": "1767158983", "uncertainty": 120 }, "departure": { "time": "1767158983", "uncertainty": 120 }, "stopId": "0:0180C", "stopSequence": 28 }, { "arrival": { "time": "1767159013", "uncertainty": 120 }, "departure": { "time": "1767159013", "uncertainty": 120 }, "stopId": "0:01840C", "stopSequence": 29 }, { "arrival": { "time": "1767159103", "uncertainty": 120 }, "departure": { "time": "1767159103", "uncertainty": 120 }, "stopId": "0:19320C", "stopSequence": 30 }, { "arrival": { "time": "1767159215", "uncertainty": 120 }, "departure": { "time": "1767159215", "uncertainty": 120 }, "stopId": "0:01265P", "stopSequence": 31 }, { "arrival": { "time": "1767159313", "uncertainty": 120 }, "departure": { "time": "1767159313", "uncertainty": 120 }, "stopId": "0:01270C", "stopSequence": 32 }, { "arrival": { "time": "1767159372", "uncertainty": 120 }, "departure": { "time": "1767159372", "uncertainty": 120 }, "stopId": "0:01280C", "stopSequence": 33 }, { "arrival": { "time": "1767159531", "uncertainty": 120 }, "departure": { "time": "1767159531", "uncertainty": 120 }, "stopId": "0:01365C", "stopSequence": 34 }, { "arrival": { "time": "1767159581", "uncertainty": 120 }, "departure": { "time": "1767159581", "uncertainty": 120 }, "stopId": "0:19050C", "stopSequence": 35 }, { "arrival": { "time": "1767159679", "uncertainty": 120 }, "departure": { "time": "1767159679", "uncertainty": 120 }, "stopId": "0:01365P", "stopSequence": 36 }, { "arrival": { "time": "1767159730", "uncertainty": 120 }, "departure": { "time": "1767159730", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 37 }, { "arrival": { "time": "1767159765", "uncertainty": 120 }, "departure": { "time": "1767159765", "uncertainty": 120 }, "stopId": "0:01330C", "stopSequence": 38 }, { "arrival": { "time": "1767159824", "uncertainty": 120 }, "departure": { "time": "1767159824", "uncertainty": 120 }, "stopId": "0:01335C", "stopSequence": 39 }, { "arrival": { "time": "1767159871", "uncertainty": 120 }, "departure": { "time": "1767159871", "uncertainty": 120 }, "stopId": "0:04250P", "stopSequence": 40 }, { "arrival": { "time": "1767159927", "uncertainty": 120 }, "departure": { "time": "1767159927", "uncertainty": 120 }, "stopId": "0:04140P", "stopSequence": 41 }, { "arrival": { "time": "1767159964", "uncertainty": 120 }, "departure": { "time": "1767159964", "uncertainty": 120 }, "stopId": "0:04150P", "stopSequence": 42 }, { "arrival": { "time": "1767159991", "uncertainty": 120 }, "departure": { "time": "1767159991", "uncertainty": 120 }, "stopId": "0:04160P", "stopSequence": 43 }, { "arrival": { "time": "1767160028", "uncertainty": 120 }, "departure": { "time": "1767160028", "uncertainty": 120 }, "stopId": "0:04170P", "stopSequence": 44 }, { "arrival": { "time": "1767160051", "uncertainty": 120 }, "departure": { "time": "1767160051", "uncertainty": 120 }, "stopId": "0:07200P", "stopSequence": 45 }, { "arrival": { "time": "1767160111", "uncertainty": 120 }, "departure": { "time": "1767160111", "uncertainty": 120 }, "stopId": "0:07215P", "stopSequence": 46 }, { "arrival": { "time": "1767160167", "uncertainty": 120 }, "departure": { "time": "1767160167", "uncertainty": 120 }, "stopId": "0:04195P", "stopSequence": 47 }, { "arrival": { "time": "1767160171", "uncertainty": 120 }, "departure": { "time": "1767160171", "uncertainty": 120 }, "stopId": "0:04195C", "stopSequence": 48 }, { "arrival": { "time": "1767160231", "uncertainty": 120 }, "stopId": "0:07190C", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "1170", "scheduleRelationship": "SCHEDULED", "tripId": "2_31035408" }, "vehicle": { "id": "181", "label": "181" } } }, { "id": "1022264", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161100", "uncertainty": 120 }, "stopId": "0:19060C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "1010", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022264" } } }, { "id": "1022150", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1767159262", "uncertainty": 120 }, "departure": { "time": "1767159262", "uncertainty": 120 }, "stopId": "0:01362P", "stopSequence": 2 }, { "arrival": { "time": "1767159325", "uncertainty": 120 }, "departure": { "time": "1767159325", "uncertainty": 120 }, "stopId": "0:18130P", "stopSequence": 3 }, { "arrival": { "time": "1767159355", "uncertainty": 120 }, "departure": { "time": "1767159355", "uncertainty": 120 }, "stopId": "0:01320P", "stopSequence": 4 }, { "arrival": { "time": "1767159548", "uncertainty": 120 }, "departure": { "time": "1767159548", "uncertainty": 120 }, "stopId": "0:05010P", "stopSequence": 5 }, { "arrival": { "time": "1767159679", "uncertainty": 120 }, "departure": { "time": "1767159679", "uncertainty": 120 }, "stopId": "0:05020P", "stopSequence": 6 }, { "arrival": { "time": "1767159820", "uncertainty": 120 }, "departure": { "time": "1767159820", "uncertainty": 120 }, "stopId": "0:SP0420P", "stopSequence": 7 }, { "arrival": { "time": "1767159919", "uncertainty": 120 }, "departure": { "time": "1767159919", "uncertainty": 120 }, "stopId": "0:05025P", "stopSequence": 8 }, { "arrival": { "time": "1767159958", "uncertainty": 120 }, "departure": { "time": "1767159958", "uncertainty": 120 }, "stopId": "0:07045P", "stopSequence": 9 }, { "arrival": { "time": "1767160039", "uncertainty": 120 }, "departure": { "time": "1767160039", "uncertainty": 120 }, "stopId": "0:05080P", "stopSequence": 10 }, { "arrival": { "time": "1767160083", "uncertainty": 120 }, "departure": { "time": "1767160083", "uncertainty": 120 }, "stopId": "0:05090P", "stopSequence": 11 }, { "arrival": { "time": "1767160156", "uncertainty": 120 }, "departure": { "time": "1767160156", "uncertainty": 120 }, "stopId": "0:05100P", "stopSequence": 12 }, { "arrival": { "time": "1767160195", "uncertainty": 120 }, "departure": { "time": "1767160195", "uncertainty": 120 }, "stopId": "0:05110P", "stopSequence": 13 }, { "arrival": { "time": "1767160239", "uncertainty": 120 }, "departure": { "time": "1767160239", "uncertainty": 120 }, "stopId": "0:05120P", "stopSequence": 14 }, { "arrival": { "time": "1767160277", "uncertainty": 120 }, "departure": { "time": "1767160277", "uncertainty": 120 }, "stopId": "0:18300P", "stopSequence": 15 }, { "arrival": { "time": "1767160326", "uncertainty": 120 }, "departure": { "time": "1767160326", "uncertainty": 120 }, "stopId": "0:18260P", "stopSequence": 16 }, { "arrival": { "time": "1767160399", "uncertainty": 120 }, "departure": { "time": "1767160399", "uncertainty": 120 }, "stopId": "0:03170P", "stopSequence": 17 }, { "arrival": { "time": "1767160433", "uncertainty": 120 }, "departure": { "time": "1767160433", "uncertainty": 120 }, "stopId": "0:03160P", "stopSequence": 18 }, { "arrival": { "time": "1767160471", "uncertainty": 120 }, "departure": { "time": "1767160471", "uncertainty": 120 }, "stopId": "0:03140P", "stopSequence": 19 }, { "arrival": { "time": "1767160530", "uncertainty": 120 }, "departure": { "time": "1767160530", "uncertainty": 120 }, "stopId": "0:03150P", "stopSequence": 20 }, { "arrival": { "time": "1767160590", "uncertainty": 120 }, "departure": { "time": "1767160590", "uncertainty": 120 }, "stopId": "0:03130P", "stopSequence": 21 }, { "arrival": { "time": "1767160632", "uncertainty": 120 }, "departure": { "time": "1767160632", "uncertainty": 120 }, "stopId": "0:03120P", "stopSequence": 22 }, { "arrival": { "time": "1767160683", "uncertainty": 120 }, "departure": { "time": "1767160683", "uncertainty": 120 }, "stopId": "0:03110P", "stopSequence": 23 }, { "arrival": { "time": "1767160789", "uncertainty": 120 }, "departure": { "time": "1767160789", "uncertainty": 120 }, "stopId": "0:18280P", "stopSequence": 24 }, { "arrival": { "time": "1767160818", "uncertainty": 120 }, "departure": { "time": "1767160818", "uncertainty": 120 }, "stopId": "0:03390P", "stopSequence": 25 }, { "arrival": { "time": "1767160862", "uncertainty": 120 }, "departure": { "time": "1767160862", "uncertainty": 120 }, "stopId": "0:03400P", "stopSequence": 26 }, { "arrival": { "time": "1767160915", "uncertainty": 120 }, "departure": { "time": "1767160915", "uncertainty": 120 }, "stopId": "0:03380P", "stopSequence": 27 }, { "arrival": { "time": "1767160939", "uncertainty": 120 }, "departure": { "time": "1767160939", "uncertainty": 120 }, "stopId": "0:03371P", "stopSequence": 28 }, { "arrival": { "time": "1767161001", "uncertainty": 120 }, "departure": { "time": "1767161001", "uncertainty": 120 }, "stopId": "0:03365P", "stopSequence": 29 }, { "arrival": { "time": "1767161039", "uncertainty": 120 }, "departure": { "time": "1767161039", "uncertainty": 120 }, "stopId": "0:03360P", "stopSequence": 30 }, { "arrival": { "time": "1767161114", "uncertainty": 120 }, "departure": { "time": "1767161114", "uncertainty": 120 }, "stopId": "0:03350P", "stopSequence": 31 }, { "arrival": { "time": "1767161174", "uncertainty": 120 }, "departure": { "time": "1767161174", "uncertainty": 120 }, "stopId": "0:03340P", "stopSequence": 32 }, { "arrival": { "time": "1767161245", "uncertainty": 120 }, "departure": { "time": "1767161245", "uncertainty": 120 }, "stopId": "0:03330P", "stopSequence": 33 }, { "arrival": { "time": "1767161322", "uncertainty": 120 }, "departure": { "time": "1767161322", "uncertainty": 120 }, "stopId": "0:03325P", "stopSequence": 34 }, { "arrival": { "time": "1767161393", "uncertainty": 120 }, "departure": { "time": "1767161393", "uncertainty": 120 }, "stopId": "0:03320P", "stopSequence": 35 }, { "arrival": { "time": "1767161458", "uncertainty": 120 }, "departure": { "time": "1767161458", "uncertainty": 120 }, "stopId": "0:03315P", "stopSequence": 36 }, { "arrival": { "time": "1767161551", "uncertainty": 120 }, "departure": { "time": "1767161551", "uncertainty": 120 }, "stopId": "0:01010P", "stopSequence": 37 }, { "arrival": { "time": "1767161629", "uncertainty": 120 }, "departure": { "time": "1767161629", "uncertainty": 120 }, "stopId": "0:01020C", "stopSequence": 38 }, { "arrival": { "time": "1767161659", "uncertainty": 120 }, "stopId": "0:03010C", "stopSequence": 39 } ], "trip": { "directionId": 1, "routeId": "1030", "scheduleRelationship": "SCHEDULED", "tripId": "2_31022150" }, "vehicle": { "id": "162", "label": "162" } } }, { "id": "1027601", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161700", "uncertainty": 120 }, "stopId": "0:11010P", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "2290", "scheduleRelationship": "SCHEDULED", "tripId": "2_31027601" } } }, { "id": "1026431", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1767161721", "uncertainty": 120 }, "stopId": "0:41016C", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "4450", "scheduleRelationship": "SCHEDULED", "tripId": "2_31026431" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1767159176" } }