Détails de la ressource
Cette ressource fait partie du jeu de données Réseau urbain Marinéo.
Disponibilité au téléchargement
En savoir plus
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
❌247 erreurs, 42 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 27/11/2025 à 08h03 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
stop_times_updates not strictly sorted E002 15 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 21323610 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
- trip_id 21323608 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
- trip_id 21323614 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
- trip_id 21323612 stop_sequence [13, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] is not strictly sorted by increasing stop_sequence
- trip_id 21725936 stop_sequence [27, 1] is not strictly sorted by increasing stop_sequence
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 1 erreur
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Exemples d'erreurs
- trip_id 21323855 does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt route_id does not exist in GTFS data E004 1 erreur
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Exemples d'erreurs
- route_id SC does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 22 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id 21323610 stop_id bsmtran2 does not exist in GTFS data stops.txt
- trip_id 21323611 stop_id bsmtran2 does not exist in GTFS data stops.txt
- trip_id 21323608 stop_id bsmtran2 does not exist in GTFS data stops.txt
- trip_id 21323609 stop_id bsmtran2 does not exist in GTFS data stops.txt
- trip_id 21323614 stop_id bsmtran2 does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 204 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 21323610 stop_sequence 1 departure_time 08:01:31 (1764226891) is less than previous stop departure_time 08:21:29 (1764228089) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 1 departure_time 08:01:31 (1764226891) is less than previous stop arrival_time 08:21:29 (1764228089) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 2 arrival_time 08:05:13 (1764227113) is less than previous stop arrival_time 08:21:29 (1764228089) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 2 departure_time 08:05:13 (1764227113) is less than previous stop arrival_time 08:21:29 (1764228089) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 17 arrival_time 08:21:36 (1764228096) is less than previous stop arrival_time 08:24:10 (1764228250) - times must increase between two sequential stops
GTFS-rt stop_sequence not found in GTFS data E051 4 erreurs
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Exemples d'erreurs
- GTFS-rt trip_id 21725936 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21725933 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21725931 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 21323739 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
Avertissements
vehicle_id not populated W002 42 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 21323611 does not have a vehicle_id
- trip_id 21323614 does not have a vehicle_id
- trip_id 21323615 does not have a vehicle_id
- trip_id 21323612 does not have a vehicle_id
- trip_id 21323613 does not have a vehicle_id
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 |
|---|---|---|---|
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 521 | 30 fois (100 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 4 838 | 30 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1 027 | 30 fois (100 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 251 | 26 fois (87 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 29 | 23 fois (77 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 14 | 14 fois (47 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 14 | 14 fois (47 % 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 | 7 | 7 fois (23 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 1 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 27/11/2025 à 08h32 Europe/Paris.
trip_updates (75) vehicle_positions (0) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 27/11/2025 à 08h32 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "21323619",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764232880",
"uncertainty": 120
},
"departure": {
"time": "1764232880",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764232200",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764232424",
"uncertainty": 120
},
"departure": {
"time": "1764232424",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764232578",
"uncertainty": 120
},
"departure": {
"time": "1764232578",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764232680",
"uncertainty": 120
},
"departure": {
"time": "1764232680",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764232784",
"uncertainty": 120
},
"departure": {
"time": "1764232784",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764232875",
"uncertainty": 120
},
"departure": {
"time": "1764232875",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764232980",
"uncertainty": 120
},
"departure": {
"time": "1764232980",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764233028",
"uncertainty": 120
},
"departure": {
"time": "1764233028",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764232969",
"uncertainty": 120
},
"departure": {
"time": "1764232969",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764233045",
"uncertainty": 120
},
"departure": {
"time": "1764233045",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764233170",
"uncertainty": 120
},
"departure": {
"time": "1764233170",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764233247",
"uncertainty": 120
},
"departure": {
"time": "1764233247",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764233310",
"uncertainty": 120
},
"departure": {
"time": "1764233310",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764233372",
"uncertainty": 120
},
"departure": {
"time": "1764233372",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764233474",
"uncertainty": 120
},
"departure": {
"time": "1764233474",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764233535",
"uncertainty": 120
},
"departure": {
"time": "1764233535",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764233607",
"uncertainty": 120
},
"departure": {
"time": "1764233607",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764233669",
"uncertainty": 120
},
"departure": {
"time": "1764233669",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764233747",
"uncertainty": 120
},
"departure": {
"time": "1764233747",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764233838",
"uncertainty": 120
},
"departure": {
"time": "1764233838",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764233967",
"uncertainty": 120
},
"departure": {
"time": "1764233967",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764234056",
"uncertainty": 120
},
"departure": {
"time": "1764234056",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764234160",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323619"
}
}
},
{
"id": "21323616",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764231931",
"uncertainty": 120
},
"departure": {
"time": "1764231931",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764231960",
"uncertainty": 120
},
"departure": {
"time": "1764231960",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764231971",
"uncertainty": 120
},
"departure": {
"time": "1764231971",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764231985",
"uncertainty": 120
},
"departure": {
"time": "1764231985",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764232058",
"uncertainty": 120
},
"departure": {
"time": "1764232058",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764230700",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764230951",
"uncertainty": 120
},
"departure": {
"time": "1764230951",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764231043",
"uncertainty": 120
},
"departure": {
"time": "1764231043",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764231124",
"uncertainty": 120
},
"departure": {
"time": "1764231124",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764231240",
"uncertainty": 120
},
"departure": {
"time": "1764231240",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764231291",
"uncertainty": 120
},
"departure": {
"time": "1764231291",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764231372",
"uncertainty": 120
},
"departure": {
"time": "1764231372",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764231467",
"uncertainty": 120
},
"departure": {
"time": "1764231467",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764231547",
"uncertainty": 120
},
"departure": {
"time": "1764231547",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764231600",
"uncertainty": 120
},
"departure": {
"time": "1764231600",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764231727",
"uncertainty": 120
},
"departure": {
"time": "1764231727",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764231828",
"uncertainty": 120
},
"departure": {
"time": "1764231828",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764231924",
"uncertainty": 120
},
"departure": {
"time": "1764231924",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764232021",
"uncertainty": 120
},
"departure": {
"time": "1764232021",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764232080",
"uncertainty": 120
},
"departure": {
"time": "1764232080",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764232150",
"uncertainty": 120
},
"departure": {
"time": "1764232150",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764232065",
"uncertainty": 120
},
"departure": {
"time": "1764232065",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764232166",
"uncertainty": 120
},
"departure": {
"time": "1764232166",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764232311",
"uncertainty": 120
},
"departure": {
"time": "1764232311",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764232418",
"uncertainty": 120
},
"departure": {
"time": "1764232418",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764232500",
"uncertainty": 120
},
"departure": {
"time": "1764232500",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764232631",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323616"
}
}
},
{
"id": "21323617",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764231680",
"uncertainty": 120
},
"departure": {
"time": "1764231680",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764231000",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764231224",
"uncertainty": 120
},
"departure": {
"time": "1764231224",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764231378",
"uncertainty": 120
},
"departure": {
"time": "1764231378",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764231480",
"uncertainty": 120
},
"departure": {
"time": "1764231480",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764231584",
"uncertainty": 120
},
"departure": {
"time": "1764231584",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764231675",
"uncertainty": 120
},
"departure": {
"time": "1764231675",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764231780",
"uncertainty": 120
},
"departure": {
"time": "1764231780",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764231828",
"uncertainty": 120
},
"departure": {
"time": "1764231828",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764231769",
"uncertainty": 120
},
"departure": {
"time": "1764231769",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764231845",
"uncertainty": 120
},
"departure": {
"time": "1764231845",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764231970",
"uncertainty": 120
},
"departure": {
"time": "1764231970",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764232049",
"uncertainty": 120
},
"departure": {
"time": "1764232049",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764232112",
"uncertainty": 120
},
"departure": {
"time": "1764232112",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764232175",
"uncertainty": 120
},
"departure": {
"time": "1764232175",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764232279",
"uncertainty": 120
},
"departure": {
"time": "1764232279",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764232340",
"uncertainty": 120
},
"departure": {
"time": "1764232340",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764232412",
"uncertainty": 120
},
"departure": {
"time": "1764232412",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764232474",
"uncertainty": 120
},
"departure": {
"time": "1764232474",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764232552",
"uncertainty": 120
},
"departure": {
"time": "1764232552",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764232643",
"uncertainty": 120
},
"departure": {
"time": "1764232643",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764232773",
"uncertainty": 120
},
"departure": {
"time": "1764232773",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764232856",
"uncertainty": 120
},
"departure": {
"time": "1764232856",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764232960",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323617"
}
}
},
{
"id": "21323610",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764228645",
"uncertainty": 120
},
"departure": {
"time": "1764228655",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764228715",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323610"
}
}
},
{
"id": "21323611",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764228176",
"uncertainty": 120
},
"departure": {
"time": "1764228176",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764227462",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764227582",
"uncertainty": 120
},
"departure": {
"time": "1764227612",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764227754",
"uncertainty": 120
},
"departure": {
"time": "1764227822",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227880",
"uncertainty": 120
},
"departure": {
"time": "1764227880",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764227969",
"uncertainty": 120
},
"departure": {
"time": "1764228032",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228075",
"uncertainty": 120
},
"departure": {
"time": "1764228075",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228180",
"uncertainty": 120
},
"departure": {
"time": "1764228180",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228228",
"uncertainty": 120
},
"departure": {
"time": "1764228228",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228259",
"uncertainty": 120
},
"departure": {
"time": "1764228298",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228358",
"uncertainty": 120
},
"departure": {
"time": "1764228358",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228471",
"uncertainty": 120
},
"departure": {
"time": "1764228508",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764228561",
"uncertainty": 120
},
"departure": {
"time": "1764228628",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228688",
"uncertainty": 120
},
"departure": {
"time": "1764228688",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764228714",
"uncertainty": 120
},
"departure": {
"time": "1764228718",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764228811",
"uncertainty": 120
},
"departure": {
"time": "1764228811",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764228897",
"uncertainty": 120
},
"departure": {
"time": "1764228897",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764228966",
"uncertainty": 120
},
"departure": {
"time": "1764228966",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229026",
"uncertainty": 120
},
"departure": {
"time": "1764229026",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229087",
"uncertainty": 120
},
"departure": {
"time": "1764229087",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229172",
"uncertainty": 120
},
"departure": {
"time": "1764229172",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764229306",
"uncertainty": 120
},
"departure": {
"time": "1764229306",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764229379",
"uncertainty": 120
},
"departure": {
"time": "1764229379",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764229483",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323611"
},
"vehicle": {
"id": "185",
"label": "185"
}
}
},
{
"id": "21323614",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764230648",
"uncertainty": 120
},
"departure": {
"time": "1764230648",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764230677",
"uncertainty": 120
},
"departure": {
"time": "1764230677",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764230688",
"uncertainty": 120
},
"departure": {
"time": "1764230688",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764230702",
"uncertainty": 120
},
"departure": {
"time": "1764230702",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764230775",
"uncertainty": 120
},
"departure": {
"time": "1764230775",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764229500",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764229704",
"uncertainty": 120
},
"departure": {
"time": "1764229704",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764229779",
"uncertainty": 120
},
"departure": {
"time": "1764229779",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764229841",
"uncertainty": 120
},
"departure": {
"time": "1764229841",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764229957",
"uncertainty": 120
},
"departure": {
"time": "1764229957",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764230008",
"uncertainty": 120
},
"departure": {
"time": "1764230008",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764230089",
"uncertainty": 120
},
"departure": {
"time": "1764230089",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764230184",
"uncertainty": 120
},
"departure": {
"time": "1764230184",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764230264",
"uncertainty": 120
},
"departure": {
"time": "1764230264",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764230317",
"uncertainty": 120
},
"departure": {
"time": "1764230317",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764230444",
"uncertainty": 120
},
"departure": {
"time": "1764230444",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764230545",
"uncertainty": 120
},
"departure": {
"time": "1764230545",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764230641",
"uncertainty": 120
},
"departure": {
"time": "1764230641",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764230821",
"uncertainty": 120
},
"departure": {
"time": "1764230821",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764230880",
"uncertainty": 120
},
"departure": {
"time": "1764230880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764230950",
"uncertainty": 120
},
"departure": {
"time": "1764230950",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764230782",
"uncertainty": 120
},
"departure": {
"time": "1764230782",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764230883",
"uncertainty": 120
},
"departure": {
"time": "1764230883",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764231022",
"uncertainty": 120
},
"departure": {
"time": "1764231022",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764231141",
"uncertainty": 120
},
"departure": {
"time": "1764231141",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764231238",
"uncertainty": 120
},
"departure": {
"time": "1764231238",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764231369",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323614"
}
}
},
{
"id": "21323615",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764230480",
"uncertainty": 120
},
"departure": {
"time": "1764230480",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764229800",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764230024",
"uncertainty": 120
},
"departure": {
"time": "1764230024",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764230178",
"uncertainty": 120
},
"departure": {
"time": "1764230178",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764230280",
"uncertainty": 120
},
"departure": {
"time": "1764230280",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764230384",
"uncertainty": 120
},
"departure": {
"time": "1764230384",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764230475",
"uncertainty": 120
},
"departure": {
"time": "1764230475",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764230580",
"uncertainty": 120
},
"departure": {
"time": "1764230580",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764230628",
"uncertainty": 120
},
"departure": {
"time": "1764230628",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764230569",
"uncertainty": 120
},
"departure": {
"time": "1764230569",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764230645",
"uncertainty": 120
},
"departure": {
"time": "1764230645",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764230770",
"uncertainty": 120
},
"departure": {
"time": "1764230770",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764230849",
"uncertainty": 120
},
"departure": {
"time": "1764230849",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764230912",
"uncertainty": 120
},
"departure": {
"time": "1764230912",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764230974",
"uncertainty": 120
},
"departure": {
"time": "1764230974",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764231076",
"uncertainty": 120
},
"departure": {
"time": "1764231076",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764231137",
"uncertainty": 120
},
"departure": {
"time": "1764231137",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764231209",
"uncertainty": 120
},
"departure": {
"time": "1764231209",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764231271",
"uncertainty": 120
},
"departure": {
"time": "1764231271",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764231349",
"uncertainty": 120
},
"departure": {
"time": "1764231349",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764231440",
"uncertainty": 120
},
"departure": {
"time": "1764231440",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764231569",
"uncertainty": 120
},
"departure": {
"time": "1764231569",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764231652",
"uncertainty": 120
},
"departure": {
"time": "1764231652",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764231756",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323615"
}
}
},
{
"id": "21323612",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764229359",
"uncertainty": 120
},
"departure": {
"time": "1764229359",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764229388",
"uncertainty": 120
},
"departure": {
"time": "1764229388",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764229399",
"uncertainty": 120
},
"departure": {
"time": "1764229399",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764229413",
"uncertainty": 120
},
"departure": {
"time": "1764229413",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764229486",
"uncertainty": 120
},
"departure": {
"time": "1764229486",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764228331",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228529",
"uncertainty": 120
},
"departure": {
"time": "1764228601",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228674",
"uncertainty": 120
},
"departure": {
"time": "1764228691",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228751",
"uncertainty": 120
},
"departure": {
"time": "1764228751",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228827",
"uncertainty": 120
},
"departure": {
"time": "1764228827",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228861",
"uncertainty": 120
},
"departure": {
"time": "1764228861",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228920",
"uncertainty": 120
},
"departure": {
"time": "1764228920",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228989",
"uncertainty": 120
},
"departure": {
"time": "1764228989",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764229043",
"uncertainty": 120
},
"departure": {
"time": "1764229043",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229139",
"uncertainty": 120
},
"departure": {
"time": "1764229139",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229221",
"uncertainty": 120
},
"departure": {
"time": "1764229221",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229287",
"uncertainty": 120
},
"departure": {
"time": "1764229287",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229352",
"uncertainty": 120
},
"departure": {
"time": "1764229352",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229621",
"uncertainty": 120
},
"departure": {
"time": "1764229621",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229680",
"uncertainty": 120
},
"departure": {
"time": "1764229680",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229750",
"uncertainty": 120
},
"departure": {
"time": "1764229750",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229493",
"uncertainty": 120
},
"departure": {
"time": "1764229493",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229578",
"uncertainty": 120
},
"departure": {
"time": "1764229578",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229727",
"uncertainty": 120
},
"departure": {
"time": "1764229727",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229801",
"uncertainty": 120
},
"departure": {
"time": "1764229801",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764229876",
"uncertainty": 120
},
"departure": {
"time": "1764229876",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764229944",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323612"
},
"vehicle": {
"id": "180",
"label": "180"
}
}
},
{
"id": "21323613",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764229280",
"uncertainty": 120
},
"departure": {
"time": "1764229280",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764228753",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228886",
"uncertainty": 120
},
"departure": {
"time": "1764228886",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764229048",
"uncertainty": 120
},
"departure": {
"time": "1764229048",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764229122",
"uncertainty": 120
},
"departure": {
"time": "1764229122",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764229184",
"uncertainty": 120
},
"departure": {
"time": "1764229184",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764229275",
"uncertainty": 120
},
"departure": {
"time": "1764229275",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764229380",
"uncertainty": 120
},
"departure": {
"time": "1764229380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764229428",
"uncertainty": 120
},
"departure": {
"time": "1764229428",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764229369",
"uncertainty": 120
},
"departure": {
"time": "1764229369",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229431",
"uncertainty": 120
},
"departure": {
"time": "1764229431",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229556",
"uncertainty": 120
},
"departure": {
"time": "1764229556",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229612",
"uncertainty": 120
},
"departure": {
"time": "1764229612",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229672",
"uncertainty": 120
},
"departure": {
"time": "1764229672",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229702",
"uncertainty": 120
},
"departure": {
"time": "1764229702",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229804",
"uncertainty": 120
},
"departure": {
"time": "1764229804",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229865",
"uncertainty": 120
},
"departure": {
"time": "1764229865",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229937",
"uncertainty": 120
},
"departure": {
"time": "1764229937",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229999",
"uncertainty": 120
},
"departure": {
"time": "1764229999",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764230077",
"uncertainty": 120
},
"departure": {
"time": "1764230077",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764230168",
"uncertainty": 120
},
"departure": {
"time": "1764230168",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764230297",
"uncertainty": 120
},
"departure": {
"time": "1764230297",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764230376",
"uncertainty": 120
},
"departure": {
"time": "1764230376",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764230480",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323613"
},
"vehicle": {
"id": "178",
"label": "178"
}
}
},
{
"id": "21323592",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764230400",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323592"
}
}
},
{
"id": "21323584",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764231000",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323584"
}
}
},
{
"id": "21323825",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764229500",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323825"
}
}
},
{
"id": "21323830",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764232200",
"uncertainty": 120
},
"stopId": "isqvill2",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323830"
}
}
},
{
"id": "21323818",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764226623",
"uncertainty": 120
},
"stopId": "hesecol2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764226825",
"uncertainty": 120
},
"departure": {
"time": "1764226825",
"uncertainty": 120
},
"stopId": "hesman2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764226893",
"uncertainty": 120
},
"departure": {
"time": "1764226893",
"uncertainty": 120
},
"stopId": "hestro2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227030",
"uncertainty": 120
},
"departure": {
"time": "1764227030",
"uncertainty": 120
},
"stopId": "isqcast",
"stopSequence": 4
},
{
"arrival": {
"time": "1764227073",
"uncertainty": 120
},
"departure": {
"time": "1764227073",
"uncertainty": 120
},
"stopId": "isqegli",
"stopSequence": 5
},
{
"arrival": {
"time": "1764227148",
"uncertainty": 120
},
"departure": {
"time": "1764227223",
"uncertainty": 120
},
"stopId": "isqvill2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764227288",
"uncertainty": 120
},
"departure": {
"time": "1764227313",
"uncertainty": 120
},
"stopId": "isqcast2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764227394",
"uncertainty": 120
},
"departure": {
"time": "1764227403",
"uncertainty": 120
},
"stopId": "isqmair2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764227493",
"uncertainty": 120
},
"departure": {
"time": "1764227493",
"uncertainty": 120
},
"stopId": "isqhame2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764227574",
"uncertainty": 120
},
"departure": {
"time": "1764227583",
"uncertainty": 120
},
"stopId": "isqresi2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764227678",
"uncertainty": 120
},
"departure": {
"time": "1764227703",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 11
},
{
"arrival": {
"time": "1764227730",
"uncertainty": 120
},
"departure": {
"time": "1764227733",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764227776",
"uncertainty": 120
},
"departure": {
"time": "1764227776",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764227853",
"uncertainty": 120
},
"departure": {
"time": "1764227853",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764227913",
"uncertainty": 120
},
"departure": {
"time": "1764227913",
"uncertainty": 120
},
"stopId": "leober1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764227991",
"uncertainty": 120
},
"departure": {
"time": "1764227991",
"uncertainty": 120
},
"stopId": "leovall",
"stopSequence": 16
},
{
"arrival": {
"time": "1764228093",
"uncertainty": 120
},
"departure": {
"time": "1764228093",
"uncertainty": 120
},
"stopId": "leorec2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764228213",
"uncertainty": 120
},
"departure": {
"time": "1764228243",
"uncertainty": 120
},
"stopId": "leobel2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764228280",
"uncertainty": 120
},
"departure": {
"time": "1764228280",
"uncertainty": 120
},
"stopId": "leocite2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764228363",
"uncertainty": 120
},
"departure": {
"time": "1764228363",
"uncertainty": 120
},
"stopId": "leobeau2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764228555",
"uncertainty": 120
},
"departure": {
"time": "1764228573",
"uncertainty": 120
},
"stopId": "leopet2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764228914",
"uncertainty": 120
},
"departure": {
"time": "1764228914",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764229013",
"uncertainty": 120
},
"departure": {
"time": "1764229013",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 23
},
{
"arrival": {
"time": "1764229075",
"uncertainty": 120
},
"departure": {
"time": "1764229075",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764229129",
"uncertainty": 120
},
"departure": {
"time": "1764229129",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 25
},
{
"arrival": {
"time": "1764229174",
"uncertainty": 120
},
"departure": {
"time": "1764229174",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764229304",
"uncertainty": 120
},
"departure": {
"time": "1764229304",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764229404",
"uncertainty": 120
},
"departure": {
"time": "1764229404",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 28
},
{
"arrival": {
"time": "1764229531",
"uncertainty": 120
},
"stopId": "bsmcca4r",
"stopSequence": 29
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323818"
},
"vehicle": {
"id": "216",
"label": "216"
}
}
},
{
"id": "21725825",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764228900",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725825"
},
"vehicle": {
"id": "514",
"label": "514"
}
}
},
{
"id": "21725826",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764230280",
"uncertainty": 120
},
"departure": {
"time": "1764230280",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1764230363",
"uncertainty": 120
},
"departure": {
"time": "1764230363",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1764230469",
"uncertainty": 120
},
"departure": {
"time": "1764230469",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1764229500",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764229595",
"uncertainty": 120
},
"departure": {
"time": "1764229595",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764229680",
"uncertainty": 120
},
"departure": {
"time": "1764229680",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764229830",
"uncertainty": 120
},
"departure": {
"time": "1764229830",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764229912",
"uncertainty": 120
},
"departure": {
"time": "1764229912",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1764229944",
"uncertainty": 120
},
"departure": {
"time": "1764229944",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1764230014",
"uncertainty": 120
},
"departure": {
"time": "1764230014",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1764230073",
"uncertainty": 120
},
"departure": {
"time": "1764230073",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1764230143",
"uncertainty": 120
},
"departure": {
"time": "1764230143",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1764230200",
"uncertainty": 120
},
"departure": {
"time": "1764230200",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1764230280",
"uncertainty": 120
},
"departure": {
"time": "1764230280",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1764230397",
"uncertainty": 120
},
"departure": {
"time": "1764230397",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1764230437",
"uncertainty": 120
},
"departure": {
"time": "1764230437",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1764230520",
"uncertainty": 120
},
"departure": {
"time": "1764230520",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1764230591",
"uncertainty": 120
},
"departure": {
"time": "1764230591",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764230508",
"uncertainty": 120
},
"departure": {
"time": "1764230508",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764230571",
"uncertainty": 120
},
"departure": {
"time": "1764230571",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1764230632",
"uncertainty": 120
},
"departure": {
"time": "1764230632",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764230714",
"uncertainty": 120
},
"departure": {
"time": "1764230714",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1764230878",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725826"
}
}
},
{
"id": "21725827",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764231600",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725827"
}
}
},
{
"id": "21725940",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764231780",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725940"
}
}
},
{
"id": "21725941",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764234469",
"uncertainty": 120
},
"departure": {
"time": "1764234469",
"uncertainty": 120
},
"stopId": "outsall2"
},
{
"departure": {
"time": "1764231840",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764231923",
"uncertainty": 120
},
"departure": {
"time": "1764231923",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764232020",
"uncertainty": 120
},
"departure": {
"time": "1764232020",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764232115",
"uncertainty": 120
},
"departure": {
"time": "1764232115",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764232200",
"uncertainty": 120
},
"departure": {
"time": "1764232200",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764232273",
"uncertainty": 120
},
"departure": {
"time": "1764232273",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764232369",
"uncertainty": 120
},
"departure": {
"time": "1764232369",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764232436",
"uncertainty": 120
},
"departure": {
"time": "1764232436",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764232560",
"uncertainty": 120
},
"departure": {
"time": "1764232560",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764232746",
"uncertainty": 120
},
"departure": {
"time": "1764232746",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764232920",
"uncertainty": 120
},
"departure": {
"time": "1764232920",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764233220",
"uncertainty": 120
},
"departure": {
"time": "1764233220",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764233340",
"uncertainty": 120
},
"departure": {
"time": "1764233400",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764233469",
"uncertainty": 120
},
"departure": {
"time": "1764233469",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764233544",
"uncertainty": 120
},
"departure": {
"time": "1764233544",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764233609",
"uncertainty": 120
},
"departure": {
"time": "1764233609",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764233721",
"uncertainty": 120
},
"departure": {
"time": "1764233721",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764233820",
"uncertainty": 120
},
"departure": {
"time": "1764233820",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764233870",
"uncertainty": 120
},
"departure": {
"time": "1764233870",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764233938",
"uncertainty": 120
},
"departure": {
"time": "1764233938",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764234009",
"uncertainty": 120
},
"departure": {
"time": "1764234009",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764234082",
"uncertainty": 120
},
"departure": {
"time": "1764234082",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764234158",
"uncertainty": 120
},
"departure": {
"time": "1764234158",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764234247",
"uncertainty": 120
},
"departure": {
"time": "1764234247",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764234360",
"uncertainty": 120
},
"departure": {
"time": "1764234360",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764234420",
"uncertainty": 120
},
"departure": {
"time": "1764234420",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764234469",
"uncertainty": 120
},
"departure": {
"time": "1764234469",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764234517",
"uncertainty": 120
},
"departure": {
"time": "1764234517",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764234577",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725941"
}
}
},
{
"id": "21725936",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764231769",
"uncertainty": 120
},
"departure": {
"time": "1764231769",
"uncertainty": 120
},
"stopId": "outsall2"
},
{
"departure": {
"time": "1764229200",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764229242",
"uncertainty": 120
},
"departure": {
"time": "1764229242",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764229300",
"uncertainty": 120
},
"departure": {
"time": "1764229300",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764229359",
"uncertainty": 120
},
"departure": {
"time": "1764229359",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764229418",
"uncertainty": 120
},
"departure": {
"time": "1764229418",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764229489",
"uncertainty": 120
},
"departure": {
"time": "1764229489",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764229555",
"uncertainty": 120
},
"departure": {
"time": "1764229555",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764229607",
"uncertainty": 120
},
"departure": {
"time": "1764229607",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764229691",
"uncertainty": 120
},
"departure": {
"time": "1764229691",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229823",
"uncertainty": 120
},
"departure": {
"time": "1764229823",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229949",
"uncertainty": 120
},
"departure": {
"time": "1764229949",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764230212",
"uncertainty": 120
},
"departure": {
"time": "1764230212",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764230332",
"uncertainty": 120
},
"departure": {
"time": "1764230700",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764230769",
"uncertainty": 120
},
"departure": {
"time": "1764230769",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764230844",
"uncertainty": 120
},
"departure": {
"time": "1764230844",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764230909",
"uncertainty": 120
},
"departure": {
"time": "1764230909",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764231021",
"uncertainty": 120
},
"departure": {
"time": "1764231021",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764231120",
"uncertainty": 120
},
"departure": {
"time": "1764231120",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764231170",
"uncertainty": 120
},
"departure": {
"time": "1764231170",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764231238",
"uncertainty": 120
},
"departure": {
"time": "1764231238",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764231309",
"uncertainty": 120
},
"departure": {
"time": "1764231309",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764231382",
"uncertainty": 120
},
"departure": {
"time": "1764231382",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764231458",
"uncertainty": 120
},
"departure": {
"time": "1764231458",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764231547",
"uncertainty": 120
},
"departure": {
"time": "1764231547",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764231660",
"uncertainty": 120
},
"departure": {
"time": "1764231660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764231720",
"uncertainty": 120
},
"departure": {
"time": "1764231720",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764231769",
"uncertainty": 120
},
"departure": {
"time": "1764231769",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764231817",
"uncertainty": 120
},
"departure": {
"time": "1764231817",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764231877",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725936"
}
}
},
{
"id": "21725937",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764227216",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764227282",
"uncertainty": 120
},
"departure": {
"time": "1764227282",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764227375",
"uncertainty": 120
},
"departure": {
"time": "1764227456",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227486",
"uncertainty": 120
},
"departure": {
"time": "1764227486",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764227576",
"uncertainty": 120
},
"departure": {
"time": "1764227666",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764227723",
"uncertainty": 120
},
"departure": {
"time": "1764227727",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764227773",
"uncertainty": 120
},
"departure": {
"time": "1764227773",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764227844",
"uncertainty": 120
},
"departure": {
"time": "1764227845",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764227896",
"uncertainty": 120
},
"departure": {
"time": "1764227906",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 9
},
{
"arrival": {
"time": "1764227950",
"uncertainty": 120
},
"departure": {
"time": "1764227950",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228014",
"uncertainty": 120
},
"departure": {
"time": "1764228056",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764228176",
"uncertainty": 120
},
"departure": {
"time": "1764228236",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228356",
"uncertainty": 120
},
"departure": {
"time": "1764228416",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764228670",
"uncertainty": 120
},
"departure": {
"time": "1764228716",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 14
},
{
"arrival": {
"time": "1764228849",
"uncertainty": 120
},
"departure": {
"time": "1764228900",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764228989",
"uncertainty": 120
},
"departure": {
"time": "1764228989",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229079",
"uncertainty": 120
},
"departure": {
"time": "1764229079",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229139",
"uncertainty": 120
},
"departure": {
"time": "1764229139",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229267",
"uncertainty": 120
},
"departure": {
"time": "1764229267",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229331",
"uncertainty": 120
},
"departure": {
"time": "1764229331",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 20
},
{
"arrival": {
"time": "1764229381",
"uncertainty": 120
},
"departure": {
"time": "1764229381",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 21
},
{
"arrival": {
"time": "1764229449",
"uncertainty": 120
},
"departure": {
"time": "1764229449",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 22
},
{
"arrival": {
"time": "1764229520",
"uncertainty": 120
},
"departure": {
"time": "1764229520",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 23
},
{
"arrival": {
"time": "1764229593",
"uncertainty": 120
},
"departure": {
"time": "1764229593",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 24
},
{
"arrival": {
"time": "1764229669",
"uncertainty": 120
},
"departure": {
"time": "1764229669",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 25
},
{
"arrival": {
"time": "1764229758",
"uncertainty": 120
},
"departure": {
"time": "1764229758",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 26
},
{
"arrival": {
"time": "1764229871",
"uncertainty": 120
},
"departure": {
"time": "1764229871",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1764229931",
"uncertainty": 120
},
"departure": {
"time": "1764229931",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 28
},
{
"arrival": {
"time": "1764230003",
"uncertainty": 120
},
"departure": {
"time": "1764230003",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764230051",
"uncertainty": 120
},
"departure": {
"time": "1764230051",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764230111",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 31
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725937"
},
"vehicle": {
"id": "189",
"label": "189"
}
}
},
{
"id": "21725938",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764233569",
"uncertainty": 120
},
"departure": {
"time": "1764233569",
"uncertainty": 120
},
"stopId": "outsall2"
},
{
"departure": {
"time": "1764230580",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764230725",
"uncertainty": 120
},
"departure": {
"time": "1764230725",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764230940",
"uncertainty": 120
},
"departure": {
"time": "1764230940",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 3
},
{
"arrival": {
"time": "1764231023",
"uncertainty": 120
},
"departure": {
"time": "1764231023",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764231120",
"uncertainty": 120
},
"departure": {
"time": "1764231120",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764231215",
"uncertainty": 120
},
"departure": {
"time": "1764231215",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764231300",
"uncertainty": 120
},
"departure": {
"time": "1764231300",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764231373",
"uncertainty": 120
},
"departure": {
"time": "1764231373",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764231469",
"uncertainty": 120
},
"departure": {
"time": "1764231469",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 9
},
{
"arrival": {
"time": "1764231536",
"uncertainty": 120
},
"departure": {
"time": "1764231536",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 10
},
{
"arrival": {
"time": "1764231660",
"uncertainty": 120
},
"departure": {
"time": "1764231660",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764231846",
"uncertainty": 120
},
"departure": {
"time": "1764231846",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764232020",
"uncertainty": 120
},
"departure": {
"time": "1764232020",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764232320",
"uncertainty": 120
},
"departure": {
"time": "1764232320",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 14
},
{
"arrival": {
"time": "1764232440",
"uncertainty": 120
},
"departure": {
"time": "1764232500",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764232569",
"uncertainty": 120
},
"departure": {
"time": "1764232569",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 16
},
{
"arrival": {
"time": "1764232644",
"uncertainty": 120
},
"departure": {
"time": "1764232644",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 17
},
{
"arrival": {
"time": "1764232709",
"uncertainty": 120
},
"departure": {
"time": "1764232709",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 18
},
{
"arrival": {
"time": "1764232821",
"uncertainty": 120
},
"departure": {
"time": "1764232821",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 19
},
{
"arrival": {
"time": "1764232920",
"uncertainty": 120
},
"departure": {
"time": "1764232920",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 20
},
{
"arrival": {
"time": "1764232970",
"uncertainty": 120
},
"departure": {
"time": "1764232970",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 21
},
{
"arrival": {
"time": "1764233038",
"uncertainty": 120
},
"departure": {
"time": "1764233038",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 22
},
{
"arrival": {
"time": "1764233109",
"uncertainty": 120
},
"departure": {
"time": "1764233109",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 23
},
{
"arrival": {
"time": "1764233182",
"uncertainty": 120
},
"departure": {
"time": "1764233182",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 24
},
{
"arrival": {
"time": "1764233258",
"uncertainty": 120
},
"departure": {
"time": "1764233258",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 25
},
{
"arrival": {
"time": "1764233347",
"uncertainty": 120
},
"departure": {
"time": "1764233347",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoloti",
"stopSequence": 26
},
{
"arrival": {
"time": "1764233460",
"uncertainty": 120
},
"departure": {
"time": "1764233460",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1764233520",
"uncertainty": 120
},
"departure": {
"time": "1764233520",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoalpr",
"stopSequence": 28
},
{
"arrival": {
"time": "1764233569",
"uncertainty": 120
},
"departure": {
"time": "1764233569",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764233617",
"uncertainty": 120
},
"departure": {
"time": "1764233617",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764233677",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 31
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725938"
}
}
},
{
"id": "21725939",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764230880",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725939"
}
}
},
{
"id": "21323781",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764224312",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764224394",
"uncertainty": 120
},
"departure": {
"time": "1764224394",
"uncertainty": 120
},
"stopId": "lacpont2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764224460",
"uncertainty": 120
},
"departure": {
"time": "1764224522",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764224625",
"uncertainty": 120
},
"departure": {
"time": "1764224642",
"uncertainty": 120
},
"stopId": "lacegli2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764224679",
"uncertainty": 120
},
"departure": {
"time": "1764224702",
"uncertainty": 120
},
"stopId": "lacgara2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764224766",
"uncertainty": 120
},
"departure": {
"time": "1764224766",
"uncertainty": 120
},
"stopId": "lacpern2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764224810",
"uncertainty": 120
},
"departure": {
"time": "1764224810",
"uncertainty": 120
},
"stopId": "lacpell2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764224846",
"uncertainty": 120
},
"departure": {
"time": "1764224846",
"uncertainty": 120
},
"stopId": "smbbadh2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764224907",
"uncertainty": 120
},
"departure": {
"time": "1764225032",
"uncertainty": 120
},
"stopId": "bsminqo",
"stopSequence": 9
},
{
"arrival": {
"time": "1764225107",
"uncertainty": 120
},
"departure": {
"time": "1764225107",
"uncertainty": 120
},
"stopId": "smbipbo",
"stopSequence": 10
},
{
"arrival": {
"time": "1764225140",
"uncertainty": 120
},
"departure": {
"time": "1764225140",
"uncertainty": 120
},
"stopId": "smboues2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764225427",
"uncertainty": 120
},
"departure": {
"time": "1764225427",
"uncertainty": 120
},
"stopId": "smbheli",
"stopSequence": 12
},
{
"arrival": {
"time": "1764225585",
"uncertainty": 120
},
"departure": {
"time": "1764225602",
"uncertainty": 120
},
"stopId": "smbmont2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764225662",
"uncertainty": 120
},
"departure": {
"time": "1764225662",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764225704",
"uncertainty": 120
},
"departure": {
"time": "1764225720",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 15
},
{
"arrival": {
"time": "1764226463",
"uncertainty": 120
},
"stopId": "bsmcc10r",
"stopSequence": 16
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "18",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323781"
},
"vehicle": {
"id": "217",
"label": "217"
}
}
},
{
"id": "21725932",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764229920",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725932"
}
}
},
{
"id": "21725933",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764230886",
"uncertainty": 120
},
"departure": {
"time": "1764230886",
"uncertainty": 120
},
"stopId": "outsall2"
},
{
"departure": {
"time": "1764228422",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228459",
"uncertainty": 120
},
"departure": {
"time": "1764228459",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228513",
"uncertainty": 120
},
"departure": {
"time": "1764228513",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228568",
"uncertainty": 120
},
"departure": {
"time": "1764228568",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228660",
"uncertainty": 120
},
"departure": {
"time": "1764228692",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228776",
"uncertainty": 120
},
"departure": {
"time": "1764228776",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228832",
"uncertainty": 120
},
"departure": {
"time": "1764228832",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228879",
"uncertainty": 120
},
"departure": {
"time": "1764228879",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228950",
"uncertainty": 120
},
"departure": {
"time": "1764228950",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229074",
"uncertainty": 120
},
"departure": {
"time": "1764229074",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229197",
"uncertainty": 120
},
"departure": {
"time": "1764229197",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229456",
"uncertainty": 120
},
"departure": {
"time": "1764229456",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229576",
"uncertainty": 120
},
"departure": {
"time": "1764229800",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229886",
"uncertainty": 120
},
"departure": {
"time": "1764229886",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229975",
"uncertainty": 120
},
"departure": {
"time": "1764229975",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764230039",
"uncertainty": 120
},
"departure": {
"time": "1764230039",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764230167",
"uncertainty": 120
},
"departure": {
"time": "1764230167",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764230237",
"uncertainty": 120
},
"departure": {
"time": "1764230237",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764230287",
"uncertainty": 120
},
"departure": {
"time": "1764230287",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764230355",
"uncertainty": 120
},
"departure": {
"time": "1764230355",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764230426",
"uncertainty": 120
},
"departure": {
"time": "1764230426",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764230499",
"uncertainty": 120
},
"departure": {
"time": "1764230499",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764230575",
"uncertainty": 120
},
"departure": {
"time": "1764230575",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764230707",
"uncertainty": 120
},
"departure": {
"time": "1764230707",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764230820",
"uncertainty": 120
},
"departure": {
"time": "1764230820",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764230880",
"uncertainty": 120
},
"departure": {
"time": "1764230880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764230886",
"uncertainty": 120
},
"departure": {
"time": "1764230886",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764230934",
"uncertainty": 120
},
"departure": {
"time": "1764230934",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764230994",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725933"
},
"vehicle": {
"id": "176",
"label": "176"
}
}
},
{
"id": "21725934",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764227312",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764227402",
"uncertainty": 120
},
"departure": {
"time": "1764227402",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764227492",
"uncertainty": 120
},
"departure": {
"time": "1764227492",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227525",
"uncertainty": 120
},
"departure": {
"time": "1764227525",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764227591",
"uncertainty": 120
},
"departure": {
"time": "1764227642",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764227689",
"uncertainty": 120
},
"departure": {
"time": "1764227732",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764227802",
"uncertainty": 120
},
"departure": {
"time": "1764227802",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228005",
"uncertainty": 120
},
"departure": {
"time": "1764228035",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228143",
"uncertainty": 120
},
"departure": {
"time": "1764228185",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228252",
"uncertainty": 120
},
"departure": {
"time": "1764228276",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228335",
"uncertainty": 120
},
"departure": {
"time": "1764228335",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764228436",
"uncertainty": 120
},
"departure": {
"time": "1764228455",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228507",
"uncertainty": 120
},
"departure": {
"time": "1764228507",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764228666",
"uncertainty": 120
},
"departure": {
"time": "1764228666",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764228696",
"uncertainty": 120
},
"departure": {
"time": "1764228696",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764228837",
"uncertainty": 120
},
"departure": {
"time": "1764228837",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764228957",
"uncertainty": 120
},
"departure": {
"time": "1764228957",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229080",
"uncertainty": 120
},
"departure": {
"time": "1764229080",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229220",
"uncertainty": 120
},
"departure": {
"time": "1764229220",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229369",
"uncertainty": 120
},
"departure": {
"time": "1764229369",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764229444",
"uncertainty": 120
},
"departure": {
"time": "1764229444",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764229498",
"uncertainty": 120
},
"departure": {
"time": "1764229498",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764229551",
"uncertainty": 120
},
"departure": {
"time": "1764229551",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764229621",
"uncertainty": 120
},
"departure": {
"time": "1764229621",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764229773",
"uncertainty": 120
},
"departure": {
"time": "1764229773",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764229839",
"uncertainty": 120
},
"departure": {
"time": "1764229839",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764229903",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725934"
},
"vehicle": {
"id": "516",
"label": "516"
}
}
},
{
"id": "21725935",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764228302",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228392",
"uncertainty": 120
},
"departure": {
"time": "1764228392",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228452",
"uncertainty": 120
},
"departure": {
"time": "1764228452",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228464",
"uncertainty": 120
},
"departure": {
"time": "1764228512",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228580",
"uncertainty": 120
},
"departure": {
"time": "1764228580",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228626",
"uncertainty": 120
},
"departure": {
"time": "1764228662",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228752",
"uncertainty": 120
},
"departure": {
"time": "1764228752",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228912",
"uncertainty": 120
},
"departure": {
"time": "1764228912",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764229023",
"uncertainty": 120
},
"departure": {
"time": "1764229023",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229090",
"uncertainty": 120
},
"departure": {
"time": "1764229090",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229149",
"uncertainty": 120
},
"departure": {
"time": "1764229149",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229251",
"uncertainty": 120
},
"departure": {
"time": "1764229251",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229304",
"uncertainty": 120
},
"departure": {
"time": "1764229304",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229466",
"uncertainty": 120
},
"departure": {
"time": "1764229466",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229497",
"uncertainty": 120
},
"departure": {
"time": "1764229497",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229627",
"uncertainty": 120
},
"departure": {
"time": "1764229627",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229747",
"uncertainty": 120
},
"departure": {
"time": "1764229800",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229939",
"uncertainty": 120
},
"departure": {
"time": "1764229939",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764230089",
"uncertainty": 120
},
"departure": {
"time": "1764230089",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764230237",
"uncertainty": 120
},
"departure": {
"time": "1764230237",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764230326",
"uncertainty": 120
},
"departure": {
"time": "1764230326",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764230429",
"uncertainty": 120
},
"departure": {
"time": "1764230429",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764230510",
"uncertainty": 120
},
"departure": {
"time": "1764230510",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764230589",
"uncertainty": 120
},
"departure": {
"time": "1764230589",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764230751",
"uncertainty": 120
},
"departure": {
"time": "1764230751",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764230867",
"uncertainty": 120
},
"departure": {
"time": "1764230867",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764230931",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725935"
},
"vehicle": {
"id": "188",
"label": "188"
}
}
},
{
"id": "21725929",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764227089",
"uncertainty": 120
},
"departure": {
"time": "1764227089",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227149",
"uncertainty": 120
},
"departure": {
"time": "1764227149",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764227179",
"uncertainty": 120
},
"departure": {
"time": "1764227179",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764227240",
"uncertainty": 120
},
"departure": {
"time": "1764227240",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764227315",
"uncertainty": 120
},
"departure": {
"time": "1764227315",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764227360",
"uncertainty": 120
},
"departure": {
"time": "1764227360",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764227443",
"uncertainty": 120
},
"departure": {
"time": "1764227480",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764227611",
"uncertainty": 120
},
"departure": {
"time": "1764227630",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764227720",
"uncertainty": 120
},
"departure": {
"time": "1764227720",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764227910",
"uncertainty": 120
},
"departure": {
"time": "1764227930",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228110",
"uncertainty": 120
},
"departure": {
"time": "1764228170",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764228260",
"uncertainty": 120
},
"departure": {
"time": "1764228260",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764228350",
"uncertainty": 120
},
"departure": {
"time": "1764228470",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764228530",
"uncertainty": 120
},
"departure": {
"time": "1764228530",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764228650",
"uncertainty": 120
},
"departure": {
"time": "1764228650",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764228709",
"uncertainty": 120
},
"departure": {
"time": "1764228710",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764228777",
"uncertainty": 120
},
"departure": {
"time": "1764228777",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764228845",
"uncertainty": 120
},
"departure": {
"time": "1764228845",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764228916",
"uncertainty": 120
},
"departure": {
"time": "1764228916",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764228989",
"uncertainty": 120
},
"departure": {
"time": "1764228989",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764229065",
"uncertainty": 120
},
"departure": {
"time": "1764229065",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764229154",
"uncertainty": 120
},
"departure": {
"time": "1764229154",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764229281",
"uncertainty": 120
},
"departure": {
"time": "1764229281",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764229341",
"uncertainty": 120
},
"departure": {
"time": "1764229341",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764229413",
"uncertainty": 120
},
"departure": {
"time": "1764229413",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764229461",
"uncertainty": 120
},
"departure": {
"time": "1764229461",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764229521",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725929"
},
"vehicle": {
"id": "332",
"label": "332"
}
}
},
{
"id": "21725930",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764226411",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764226531",
"uncertainty": 120
},
"departure": {
"time": "1764226531",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764226609",
"uncertainty": 120
},
"departure": {
"time": "1764226609",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764226626",
"uncertainty": 120
},
"departure": {
"time": "1764226626",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764226691",
"uncertainty": 120
},
"departure": {
"time": "1764226742",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764226792",
"uncertainty": 120
},
"departure": {
"time": "1764226832",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764226903",
"uncertainty": 120
},
"departure": {
"time": "1764226903",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764227102",
"uncertainty": 120
},
"departure": {
"time": "1764227102",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764227203",
"uncertainty": 120
},
"departure": {
"time": "1764227252",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764227312",
"uncertainty": 120
},
"departure": {
"time": "1764227342",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764227393",
"uncertainty": 120
},
"departure": {
"time": "1764227402",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764227492",
"uncertainty": 120
},
"departure": {
"time": "1764227492",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764227553",
"uncertainty": 120
},
"departure": {
"time": "1764227553",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764227702",
"uncertainty": 120
},
"departure": {
"time": "1764227702",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764227762",
"uncertainty": 120
},
"departure": {
"time": "1764227762",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764227837",
"uncertainty": 120
},
"departure": {
"time": "1764227882",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764228092",
"uncertainty": 120
},
"departure": {
"time": "1764228123",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764228241",
"uncertainty": 120
},
"departure": {
"time": "1764228272",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764228407",
"uncertainty": 120
},
"departure": {
"time": "1764228482",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764228632",
"uncertainty": 120
},
"departure": {
"time": "1764228632",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764228698",
"uncertainty": 120
},
"departure": {
"time": "1764228698",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764228747",
"uncertainty": 120
},
"departure": {
"time": "1764228752",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764228804",
"uncertainty": 120
},
"departure": {
"time": "1764228804",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764228876",
"uncertainty": 120
},
"departure": {
"time": "1764228876",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764229012",
"uncertainty": 120
},
"departure": {
"time": "1764229012",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764229072",
"uncertainty": 120
},
"departure": {
"time": "1764229072",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764229108",
"uncertainty": 120
},
"departure": {
"time": "1764229108",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
},
{
"arrival": {
"time": "1764229222",
"uncertainty": 120
},
"departure": {
"time": "1764229222",
"uncertainty": 120
},
"stopId": "smbpeu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764229288",
"uncertainty": 120
},
"stopId": "smblam",
"stopSequence": 29
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725930"
},
"vehicle": {
"id": "195",
"label": "195"
}
}
},
{
"id": "21725931",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764232683",
"uncertainty": 120
},
"departure": {
"time": "1764232683",
"uncertainty": 120
},
"stopId": "outsall2"
},
{
"departure": {
"time": "1764228997",
"uncertainty": 120
},
"stopId": "baicas1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764229069",
"uncertainty": 120
},
"departure": {
"time": "1764229069",
"uncertainty": 120
},
"stopId": "baiaub1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764229155",
"uncertainty": 120
},
"departure": {
"time": "1764229155",
"uncertainty": 120
},
"stopId": "baihetr",
"stopSequence": 3
},
{
"arrival": {
"time": "1764229274",
"uncertainty": 120
},
"departure": {
"time": "1764229274",
"uncertainty": 120
},
"stopId": "baique1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764229534",
"uncertainty": 120
},
"departure": {
"time": "1764229534",
"uncertainty": 120
},
"stopId": "baibert2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764229572",
"uncertainty": 120
},
"departure": {
"time": "1764229572",
"uncertainty": 120
},
"stopId": "baipat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764229667",
"uncertainty": 120
},
"departure": {
"time": "1764229667",
"uncertainty": 120
},
"stopId": "baiboud2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764229897",
"uncertainty": 120
},
"departure": {
"time": "1764229897",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764230000",
"uncertainty": 120
},
"departure": {
"time": "1764230000",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764230152",
"uncertainty": 120
},
"departure": {
"time": "1764230152",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 10
},
{
"arrival": {
"time": "1764230212",
"uncertainty": 120
},
"departure": {
"time": "1764230212",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764230288",
"uncertainty": 120
},
"departure": {
"time": "1764230288",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764230383",
"uncertainty": 120
},
"departure": {
"time": "1764230383",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 13
},
{
"arrival": {
"time": "1764230468",
"uncertainty": 120
},
"departure": {
"time": "1764230468",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764230547",
"uncertainty": 120
},
"departure": {
"time": "1764230547",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 15
},
{
"arrival": {
"time": "1764230643",
"uncertainty": 120
},
"departure": {
"time": "1764230643",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 16
},
{
"arrival": {
"time": "1764230710",
"uncertainty": 120
},
"departure": {
"time": "1764230710",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 17
},
{
"arrival": {
"time": "1764230834",
"uncertainty": 120
},
"departure": {
"time": "1764230834",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764231020",
"uncertainty": 120
},
"departure": {
"time": "1764231020",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 19
},
{
"arrival": {
"time": "1764231194",
"uncertainty": 120
},
"departure": {
"time": "1764231194",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764231494",
"uncertainty": 120
},
"departure": {
"time": "1764231494",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 21
},
{
"arrival": {
"time": "1764231614",
"uncertainty": 120
},
"departure": {
"time": "1764231614",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764231683",
"uncertainty": 120
},
"departure": {
"time": "1764231683",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 23
},
{
"arrival": {
"time": "1764231758",
"uncertainty": 120
},
"departure": {
"time": "1764231758",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764231823",
"uncertainty": 120
},
"departure": {
"time": "1764231823",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 25
},
{
"arrival": {
"time": "1764231935",
"uncertainty": 120
},
"departure": {
"time": "1764231935",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 26
},
{
"arrival": {
"time": "1764232034",
"uncertainty": 120
},
"departure": {
"time": "1764232034",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 27
},
{
"arrival": {
"time": "1764232084",
"uncertainty": 120
},
"departure": {
"time": "1764232084",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 28
},
{
"arrival": {
"time": "1764232152",
"uncertainty": 120
},
"departure": {
"time": "1764232152",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 29
},
{
"arrival": {
"time": "1764232223",
"uncertainty": 120
},
"departure": {
"time": "1764232223",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 30
},
{
"arrival": {
"time": "1764232296",
"uncertainty": 120
},
"departure": {
"time": "1764232296",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 31
},
{
"arrival": {
"time": "1764232372",
"uncertainty": 120
},
"departure": {
"time": "1764232372",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764232447",
"uncertainty": 120
},
"departure": {
"time": "1764232447",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoloti",
"stopSequence": 33
},
{
"arrival": {
"time": "1764232560",
"uncertainty": 120
},
"departure": {
"time": "1764232560",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoegli",
"stopSequence": 34
},
{
"arrival": {
"time": "1764232620",
"uncertainty": 120
},
"departure": {
"time": "1764232620",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoalpr",
"stopSequence": 35
},
{
"arrival": {
"time": "1764232683",
"uncertainty": 120
},
"departure": {
"time": "1764232683",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764232731",
"uncertainty": 120
},
"departure": {
"time": "1764232731",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764232791",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 38
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725931"
}
}
},
{
"id": "21323842",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764228600",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228662",
"uncertainty": 120
},
"departure": {
"time": "1764228662",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228692",
"uncertainty": 120
},
"departure": {
"time": "1764228692",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228747",
"uncertainty": 120
},
"departure": {
"time": "1764228752",
"uncertainty": 120
},
"stopId": "leomair2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228841",
"uncertainty": 120
},
"departure": {
"time": "1764228841",
"uncertainty": 120
},
"stopId": "leopon2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228973",
"uncertainty": 120
},
"departure": {
"time": "1764228973",
"uncertainty": 120
},
"stopId": "leofle2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764229052",
"uncertainty": 120
},
"departure": {
"time": "1764229052",
"uncertainty": 120
},
"stopId": "leobel2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764229090",
"uncertainty": 120
},
"departure": {
"time": "1764229090",
"uncertainty": 120
},
"stopId": "leocite2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764229156",
"uncertainty": 120
},
"departure": {
"time": "1764229156",
"uncertainty": 120
},
"stopId": "leobeau2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229301",
"uncertainty": 120
},
"departure": {
"time": "1764229301",
"uncertainty": 120
},
"stopId": "leopet2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229488",
"uncertainty": 120
},
"departure": {
"time": "1764229488",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229587",
"uncertainty": 120
},
"departure": {
"time": "1764229587",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229666",
"uncertainty": 120
},
"departure": {
"time": "1764229666",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229720",
"uncertainty": 120
},
"departure": {
"time": "1764229720",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229768",
"uncertainty": 120
},
"departure": {
"time": "1764229768",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229927",
"uncertainty": 120
},
"departure": {
"time": "1764229927",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764230061",
"uncertainty": 120
},
"departure": {
"time": "1764230061",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 17
},
{
"arrival": {
"time": "1764230188",
"uncertainty": 120
},
"stopId": "bsmcca4r",
"stopSequence": 18
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323842"
},
"vehicle": {
"id": "192",
"label": "192"
}
}
},
{
"id": "21323418",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764229080",
"uncertainty": 120
},
"stopId": "neuson2",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "143",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323418"
}
}
},
{
"id": "21323419",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764225906",
"uncertainty": 120
},
"stopId": "neuson2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764225996",
"uncertainty": 120
},
"departure": {
"time": "1764225996",
"uncertainty": 120
},
"stopId": "neuforg2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764226116",
"uncertainty": 120
},
"departure": {
"time": "1764226146",
"uncertainty": 120
},
"stopId": "neumai1",
"stopSequence": 3
},
{
"arrival": {
"time": "1764226260",
"uncertainty": 120
},
"departure": {
"time": "1764226265",
"uncertainty": 120
},
"stopId": "neucoin2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764226340",
"uncertainty": 120
},
"departure": {
"time": "1764226356",
"uncertainty": 120
},
"stopId": "neslav1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764226776",
"uncertainty": 120
},
"departure": {
"time": "1764226926",
"uncertainty": 120
},
"stopId": "conpas1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764227147",
"uncertainty": 120
},
"departure": {
"time": "1764227166",
"uncertainty": 120
},
"stopId": "concha1",
"stopSequence": 7
},
{
"arrival": {
"time": "1764227307",
"uncertainty": 120
},
"departure": {
"time": "1764227316",
"uncertainty": 120
},
"stopId": "conyser2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228266",
"uncertainty": 120
},
"departure": {
"time": "1764228307",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228397",
"uncertainty": 120
},
"departure": {
"time": "1764228397",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228482",
"uncertainty": 120
},
"departure": {
"time": "1764228547",
"uncertainty": 120
},
"stopId": "bsmc14a",
"stopSequence": 11
},
{
"arrival": {
"time": "1764228676",
"uncertainty": 120
},
"departure": {
"time": "1764228676",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228841",
"uncertainty": 120
},
"departure": {
"time": "1764228841",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764228905",
"uncertainty": 120
},
"departure": {
"time": "1764228905",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764228998",
"uncertainty": 120
},
"departure": {
"time": "1764228998",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229059",
"uncertainty": 120
},
"departure": {
"time": "1764229059",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229100",
"uncertainty": 120
},
"departure": {
"time": "1764229100",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229171",
"uncertainty": 120
},
"departure": {
"time": "1764229171",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229227",
"uncertainty": 120
},
"departure": {
"time": "1764229227",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229467",
"uncertainty": 120
},
"stopId": "smbann2",
"stopSequence": 20
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "143",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323419"
},
"vehicle": {
"id": "164",
"label": "164"
}
}
},
{
"id": "21323514",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764231524",
"uncertainty": 120
},
"departure": {
"time": "1764231524",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1764231559",
"uncertainty": 120
},
"departure": {
"time": "1764231559",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764231637",
"uncertainty": 120
},
"departure": {
"time": "1764231637",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764229500",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764229583",
"uncertainty": 120
},
"departure": {
"time": "1764229583",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764229680",
"uncertainty": 120
},
"departure": {
"time": "1764229680",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764229775",
"uncertainty": 120
},
"departure": {
"time": "1764229775",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1764229860",
"uncertainty": 120
},
"departure": {
"time": "1764229860",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764229949",
"uncertainty": 120
},
"departure": {
"time": "1764229949",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764230123",
"uncertainty": 120
},
"departure": {
"time": "1764230123",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1764230222",
"uncertainty": 120
},
"departure": {
"time": "1764230222",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764230284",
"uncertainty": 120
},
"departure": {
"time": "1764230284",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764230349",
"uncertainty": 120
},
"departure": {
"time": "1764230349",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764230400",
"uncertainty": 120
},
"departure": {
"time": "1764230400",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764230477",
"uncertainty": 120
},
"departure": {
"time": "1764230477",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1764230623",
"uncertainty": 120
},
"departure": {
"time": "1764230623",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764230688",
"uncertainty": 120
},
"departure": {
"time": "1764230688",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764230750",
"uncertainty": 120
},
"departure": {
"time": "1764230750",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1764230820",
"uncertainty": 120
},
"departure": {
"time": "1764230820",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764231002",
"uncertainty": 120
},
"departure": {
"time": "1764231002",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764231120",
"uncertainty": 120
},
"departure": {
"time": "1764231120",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764231225",
"uncertainty": 120
},
"departure": {
"time": "1764231225",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764231300",
"uncertainty": 120
},
"departure": {
"time": "1764231300",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764231408",
"uncertainty": 120
},
"departure": {
"time": "1764231408",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764231524",
"uncertainty": 120
},
"departure": {
"time": "1764231524",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764231548",
"uncertainty": 120
},
"departure": {
"time": "1764231548",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764231600",
"uncertainty": 120
},
"departure": {
"time": "1764231600",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764231670",
"uncertainty": 120
},
"departure": {
"time": "1764231670",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764231637",
"uncertainty": 120
},
"departure": {
"time": "1764231637",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764231738",
"uncertainty": 120
},
"departure": {
"time": "1764231738",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764231885",
"uncertainty": 120
},
"departure": {
"time": "1764231885",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764232000",
"uncertainty": 120
},
"departure": {
"time": "1764232000",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1764232075",
"uncertainty": 120
},
"departure": {
"time": "1764232075",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1764232199",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323514"
}
}
},
{
"id": "21323515",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764233324",
"uncertainty": 120
},
"departure": {
"time": "1764233324",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1764233359",
"uncertainty": 120
},
"departure": {
"time": "1764233359",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764233437",
"uncertainty": 120
},
"departure": {
"time": "1764233437",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764231300",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764231383",
"uncertainty": 120
},
"departure": {
"time": "1764231383",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764231480",
"uncertainty": 120
},
"departure": {
"time": "1764231480",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764231575",
"uncertainty": 120
},
"departure": {
"time": "1764231575",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1764231660",
"uncertainty": 120
},
"departure": {
"time": "1764231660",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764231749",
"uncertainty": 120
},
"departure": {
"time": "1764231749",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764231923",
"uncertainty": 120
},
"departure": {
"time": "1764231923",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1764232022",
"uncertainty": 120
},
"departure": {
"time": "1764232022",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764232084",
"uncertainty": 120
},
"departure": {
"time": "1764232084",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764232149",
"uncertainty": 120
},
"departure": {
"time": "1764232149",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764232200",
"uncertainty": 120
},
"departure": {
"time": "1764232200",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764232277",
"uncertainty": 120
},
"departure": {
"time": "1764232277",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1764232423",
"uncertainty": 120
},
"departure": {
"time": "1764232423",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764232488",
"uncertainty": 120
},
"departure": {
"time": "1764232488",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764232550",
"uncertainty": 120
},
"departure": {
"time": "1764232550",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1764232620",
"uncertainty": 120
},
"departure": {
"time": "1764232620",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764232802",
"uncertainty": 120
},
"departure": {
"time": "1764232802",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764232920",
"uncertainty": 120
},
"departure": {
"time": "1764232920",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764233025",
"uncertainty": 120
},
"departure": {
"time": "1764233025",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764233100",
"uncertainty": 120
},
"departure": {
"time": "1764233100",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764233208",
"uncertainty": 120
},
"departure": {
"time": "1764233208",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764233324",
"uncertainty": 120
},
"departure": {
"time": "1764233324",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764233348",
"uncertainty": 120
},
"departure": {
"time": "1764233348",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764233400",
"uncertainty": 120
},
"departure": {
"time": "1764233400",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764233470",
"uncertainty": 120
},
"departure": {
"time": "1764233470",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764233437",
"uncertainty": 120
},
"departure": {
"time": "1764233437",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764233538",
"uncertainty": 120
},
"departure": {
"time": "1764233538",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764233685",
"uncertainty": 120
},
"departure": {
"time": "1764233685",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764233802",
"uncertainty": 120
},
"departure": {
"time": "1764233802",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1764233898",
"uncertainty": 120
},
"departure": {
"time": "1764233898",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1764234022",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323515"
}
}
},
{
"id": "21323513",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764230050",
"uncertainty": 120
},
"departure": {
"time": "1764230050",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1764230085",
"uncertainty": 120
},
"departure": {
"time": "1764230085",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764230163",
"uncertainty": 120
},
"departure": {
"time": "1764230163",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764228302",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228347",
"uncertainty": 120
},
"departure": {
"time": "1764228347",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228422",
"uncertainty": 120
},
"departure": {
"time": "1764228422",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228482",
"uncertainty": 120
},
"departure": {
"time": "1764228482",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228532",
"uncertainty": 120
},
"departure": {
"time": "1764228542",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228612",
"uncertainty": 120
},
"departure": {
"time": "1764228612",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228782",
"uncertainty": 120
},
"departure": {
"time": "1764228782",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228891",
"uncertainty": 120
},
"departure": {
"time": "1764228891",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228959",
"uncertainty": 120
},
"departure": {
"time": "1764228959",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229005",
"uncertainty": 120
},
"departure": {
"time": "1764229005",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229061",
"uncertainty": 120
},
"departure": {
"time": "1764229061",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229138",
"uncertainty": 120
},
"departure": {
"time": "1764229138",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229284",
"uncertainty": 120
},
"departure": {
"time": "1764229284",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229349",
"uncertainty": 120
},
"departure": {
"time": "1764229349",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229411",
"uncertainty": 120
},
"departure": {
"time": "1764229411",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229481",
"uncertainty": 120
},
"departure": {
"time": "1764229481",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229528",
"uncertainty": 120
},
"departure": {
"time": "1764229528",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229646",
"uncertainty": 120
},
"departure": {
"time": "1764229646",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229751",
"uncertainty": 120
},
"departure": {
"time": "1764229751",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229826",
"uncertainty": 120
},
"departure": {
"time": "1764229826",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764229934",
"uncertainty": 120
},
"departure": {
"time": "1764229934",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764230050",
"uncertainty": 120
},
"departure": {
"time": "1764230050",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764230108",
"uncertainty": 120
},
"departure": {
"time": "1764230108",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764230160",
"uncertainty": 120
},
"departure": {
"time": "1764230160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764230230",
"uncertainty": 120
},
"departure": {
"time": "1764230230",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764230163",
"uncertainty": 120
},
"departure": {
"time": "1764230163",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764230264",
"uncertainty": 120
},
"departure": {
"time": "1764230264",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764230410",
"uncertainty": 120
},
"departure": {
"time": "1764230410",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764230524",
"uncertainty": 120
},
"departure": {
"time": "1764230524",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1764230601",
"uncertainty": 120
},
"departure": {
"time": "1764230601",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1764230725",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323513"
},
"vehicle": {
"id": "184",
"label": "184"
}
}
},
{
"id": "21323496",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764228811",
"uncertainty": 120
},
"departure": {
"time": "1764228811",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764228842",
"uncertainty": 120
},
"departure": {
"time": "1764228842",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1764228151",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228272",
"uncertainty": 120
},
"departure": {
"time": "1764228272",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228435",
"uncertainty": 120
},
"departure": {
"time": "1764228512",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228583",
"uncertainty": 120
},
"departure": {
"time": "1764228632",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228692",
"uncertainty": 120
},
"departure": {
"time": "1764228722",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228675",
"uncertainty": 120
},
"departure": {
"time": "1764228675",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228780",
"uncertainty": 120
},
"departure": {
"time": "1764228780",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228825",
"uncertainty": 120
},
"departure": {
"time": "1764228825",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228843",
"uncertainty": 120
},
"departure": {
"time": "1764228843",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228940",
"uncertainty": 120
},
"departure": {
"time": "1764228940",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229080",
"uncertainty": 120
},
"departure": {
"time": "1764229080",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229187",
"uncertainty": 120
},
"departure": {
"time": "1764229187",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229242",
"uncertainty": 120
},
"departure": {
"time": "1764229242",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229288",
"uncertainty": 120
},
"departure": {
"time": "1764229288",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229358",
"uncertainty": 120
},
"departure": {
"time": "1764229358",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229405",
"uncertainty": 120
},
"departure": {
"time": "1764229405",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229487",
"uncertainty": 120
},
"departure": {
"time": "1764229487",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229555",
"uncertainty": 120
},
"departure": {
"time": "1764229555",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229651",
"uncertainty": 120
},
"departure": {
"time": "1764229651",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229720",
"uncertainty": 120
},
"departure": {
"time": "1764229720",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764229862",
"uncertainty": 120
},
"departure": {
"time": "1764229862",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764229910",
"uncertainty": 120
},
"departure": {
"time": "1764229910",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1764230001",
"uncertainty": 120
},
"departure": {
"time": "1764230001",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1764230068",
"uncertainty": 120
},
"departure": {
"time": "1764230068",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764230140",
"uncertainty": 120
},
"departure": {
"time": "1764230140",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1764230202",
"uncertainty": 120
},
"departure": {
"time": "1764230202",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764230276",
"uncertainty": 120
},
"departure": {
"time": "1764230276",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1764230438",
"uncertainty": 120
},
"departure": {
"time": "1764230438",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1764230509",
"uncertainty": 120
},
"departure": {
"time": "1764230509",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1764230558",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323496"
},
"vehicle": {
"id": "161",
"label": "161"
}
}
},
{
"id": "21323497",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764232221",
"uncertainty": 120
},
"departure": {
"time": "1764232221",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764232252",
"uncertainty": 120
},
"departure": {
"time": "1764232252",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1764231600",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1764231799",
"uncertainty": 120
},
"departure": {
"time": "1764231799",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764231932",
"uncertainty": 120
},
"departure": {
"time": "1764231932",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764232020",
"uncertainty": 120
},
"departure": {
"time": "1764232020",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764232124",
"uncertainty": 120
},
"departure": {
"time": "1764232124",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764232215",
"uncertainty": 120
},
"departure": {
"time": "1764232215",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764232320",
"uncertainty": 120
},
"departure": {
"time": "1764232320",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764232365",
"uncertainty": 120
},
"departure": {
"time": "1764232365",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764232255",
"uncertainty": 120
},
"departure": {
"time": "1764232255",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1764232352",
"uncertainty": 120
},
"departure": {
"time": "1764232352",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1764232492",
"uncertainty": 120
},
"departure": {
"time": "1764232492",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1764232599",
"uncertainty": 120
},
"departure": {
"time": "1764232599",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1764232673",
"uncertainty": 120
},
"departure": {
"time": "1764232673",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1764232719",
"uncertainty": 120
},
"departure": {
"time": "1764232719",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1764232791",
"uncertainty": 120
},
"departure": {
"time": "1764232791",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764232923",
"uncertainty": 120
},
"departure": {
"time": "1764232923",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764233025",
"uncertainty": 120
},
"departure": {
"time": "1764233025",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764233093",
"uncertainty": 120
},
"departure": {
"time": "1764233093",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764233221",
"uncertainty": 120
},
"departure": {
"time": "1764233221",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764233308",
"uncertainty": 120
},
"departure": {
"time": "1764233308",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764233418",
"uncertainty": 120
},
"departure": {
"time": "1764233418",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764233477",
"uncertainty": 120
},
"departure": {
"time": "1764233477",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1764233570",
"uncertainty": 120
},
"departure": {
"time": "1764233570",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1764233667",
"uncertainty": 120
},
"departure": {
"time": "1764233667",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764233762",
"uncertainty": 120
},
"departure": {
"time": "1764233762",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1764233846",
"uncertainty": 120
},
"departure": {
"time": "1764233846",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764233924",
"uncertainty": 120
},
"departure": {
"time": "1764233924",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1764234086",
"uncertainty": 120
},
"departure": {
"time": "1764234086",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1764234157",
"uncertainty": 120
},
"departure": {
"time": "1764234157",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1764234206",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323497"
}
}
},
{
"id": "21725788",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764228086",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228146",
"uncertainty": 120
},
"departure": {
"time": "1764228176",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228246",
"uncertainty": 120
},
"departure": {
"time": "1764228246",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228371",
"uncertainty": 120
},
"departure": {
"time": "1764228386",
"uncertainty": 120
},
"stopId": "outcite",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228434",
"uncertainty": 120
},
"departure": {
"time": "1764228446",
"uncertainty": 120
},
"stopId": "outfleu",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228499",
"uncertainty": 120
},
"departure": {
"time": "1764228506",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228842",
"uncertainty": 120
},
"departure": {
"time": "1764228842",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228948",
"uncertainty": 120
},
"departure": {
"time": "1764228948",
"uncertainty": 120
},
"stopId": "outrsal3",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228993",
"uncertainty": 120
},
"departure": {
"time": "1764228993",
"uncertainty": 120
},
"stopId": "outbert2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229055",
"uncertainty": 120
},
"departure": {
"time": "1764229055",
"uncertainty": 120
},
"stopId": "outhlm2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229136",
"uncertainty": 120
},
"departure": {
"time": "1764229136",
"uncertainty": 120
},
"stopId": "outdes2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229190",
"uncertainty": 120
},
"departure": {
"time": "1764229190",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229299",
"uncertainty": 120
},
"departure": {
"time": "1764229299",
"uncertainty": 120
},
"stopId": "outlidl",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229479",
"uncertainty": 120
},
"departure": {
"time": "1764229479",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229616",
"uncertainty": 120
},
"departure": {
"time": "1764229616",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229705",
"uncertainty": 120
},
"departure": {
"time": "1764229705",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229896",
"uncertainty": 120
},
"departure": {
"time": "1764229896",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764230029",
"uncertainty": 120
},
"departure": {
"time": "1764230029",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764230138",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 19
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725788"
},
"vehicle": {
"id": "1200",
"label": "1200"
}
}
},
{
"id": "21725789",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764228753",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764229002",
"uncertainty": 120
},
"departure": {
"time": "1764229002",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764229087",
"uncertainty": 120
},
"departure": {
"time": "1764229087",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764229271",
"uncertainty": 120
},
"departure": {
"time": "1764229271",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764229367",
"uncertainty": 120
},
"departure": {
"time": "1764229367",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1764229507",
"uncertainty": 120
},
"departure": {
"time": "1764229507",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1764229556",
"uncertainty": 120
},
"departure": {
"time": "1764229556",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764229681",
"uncertainty": 120
},
"departure": {
"time": "1764229681",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1764229747",
"uncertainty": 120
},
"departure": {
"time": "1764229747",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229793",
"uncertainty": 120
},
"departure": {
"time": "1764229793",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229902",
"uncertainty": 120
},
"departure": {
"time": "1764229902",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764230020",
"uncertainty": 120
},
"departure": {
"time": "1764230020",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764230111",
"uncertainty": 120
},
"departure": {
"time": "1764230111",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764230141",
"uncertainty": 120
},
"departure": {
"time": "1764230141",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764230225",
"uncertainty": 120
},
"departure": {
"time": "1764230225",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764230279",
"uncertainty": 120
},
"departure": {
"time": "1764230279",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1764230388",
"uncertainty": 120
},
"departure": {
"time": "1764230388",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1764230472",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725789"
},
"vehicle": {
"id": "1199",
"label": "1199"
}
}
},
{
"id": "21725790",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764230700",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725790"
}
}
},
{
"id": "21725791",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764232974",
"uncertainty": 120
},
"departure": {
"time": "1764232974",
"uncertainty": 120
},
"stopId": "lpoalpr3"
},
{
"departure": {
"time": "1764231300",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764231549",
"uncertainty": 120
},
"departure": {
"time": "1764231549",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764231660",
"uncertainty": 120
},
"departure": {
"time": "1764231660",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764231844",
"uncertainty": 120
},
"departure": {
"time": "1764231844",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764231940",
"uncertainty": 120
},
"departure": {
"time": "1764231940",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1764232080",
"uncertainty": 120
},
"departure": {
"time": "1764232080",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1764232130",
"uncertainty": 120
},
"departure": {
"time": "1764232130",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764232255",
"uncertainty": 120
},
"departure": {
"time": "1764232255",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1764232321",
"uncertainty": 120
},
"departure": {
"time": "1764232321",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1764232367",
"uncertainty": 120
},
"departure": {
"time": "1764232367",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764232476",
"uncertainty": 120
},
"departure": {
"time": "1764232476",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764232593",
"uncertainty": 120
},
"departure": {
"time": "1764232593",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764232680",
"uncertainty": 120
},
"departure": {
"time": "1764232680",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764232710",
"uncertainty": 120
},
"departure": {
"time": "1764232710",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764232794",
"uncertainty": 120
},
"departure": {
"time": "1764232794",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764232848",
"uncertainty": 120
},
"departure": {
"time": "1764232848",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1764232956",
"uncertainty": 120
},
"departure": {
"time": "1764232956",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1764232974",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725791"
}
}
},
{
"id": "21323495",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764226962",
"uncertainty": 120
},
"departure": {
"time": "1764226984",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764227025",
"uncertainty": 120
},
"departure": {
"time": "1764227025",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1764226263",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1764226414",
"uncertainty": 120
},
"departure": {
"time": "1764226473",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764226663",
"uncertainty": 120
},
"departure": {
"time": "1764226684",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764226753",
"uncertainty": 120
},
"departure": {
"time": "1764226774",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764226856",
"uncertainty": 120
},
"departure": {
"time": "1764226864",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764226815",
"uncertainty": 120
},
"departure": {
"time": "1764226815",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764226920",
"uncertainty": 120
},
"departure": {
"time": "1764226920",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764226965",
"uncertainty": 120
},
"departure": {
"time": "1764226965",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764227028",
"uncertainty": 120
},
"departure": {
"time": "1764227034",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1764227119",
"uncertainty": 120
},
"departure": {
"time": "1764227119",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1764227211",
"uncertainty": 120
},
"departure": {
"time": "1764227244",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1764227333",
"uncertainty": 120
},
"departure": {
"time": "1764227364",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1764227416",
"uncertainty": 120
},
"departure": {
"time": "1764227454",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1764227507",
"uncertainty": 120
},
"departure": {
"time": "1764227544",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1764227609",
"uncertainty": 120
},
"departure": {
"time": "1764227609",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764227693",
"uncertainty": 120
},
"departure": {
"time": "1764227693",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764227754",
"uncertainty": 120
},
"departure": {
"time": "1764227754",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764227826",
"uncertainty": 120
},
"departure": {
"time": "1764227874",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764227953",
"uncertainty": 120
},
"departure": {
"time": "1764227964",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764228149",
"uncertainty": 120
},
"departure": {
"time": "1764228204",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764228354",
"uncertainty": 120
},
"departure": {
"time": "1764228354",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764228409",
"uncertainty": 120
},
"departure": {
"time": "1764228414",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1764228504",
"uncertainty": 120
},
"departure": {
"time": "1764228534",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1764228594",
"uncertainty": 120
},
"departure": {
"time": "1764228654",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764228721",
"uncertainty": 120
},
"departure": {
"time": "1764228721",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1764228773",
"uncertainty": 120
},
"departure": {
"time": "1764228773",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764228845",
"uncertainty": 120
},
"departure": {
"time": "1764228845",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1764229007",
"uncertainty": 120
},
"departure": {
"time": "1764229007",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1764229078",
"uncertainty": 120
},
"departure": {
"time": "1764229078",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1764229114",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323495"
},
"vehicle": {
"id": "177",
"label": "177"
}
}
},
{
"id": "21725990",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764228022",
"uncertainty": 120
},
"departure": {
"time": "1764228031",
"uncertainty": 120
},
"stopId": "wimjean"
},
{
"arrival": {
"time": "1764228141",
"uncertainty": 120
},
"departure": {
"time": "1764228151",
"uncertainty": 120
},
"stopId": "wimsncf2"
},
{
"arrival": {
"time": "1764228211",
"uncertainty": 120
},
"departure": {
"time": "1764228211",
"uncertainty": 120
},
"stopId": "wimcol2"
},
{
"arrival": {
"time": "1764228254",
"uncertainty": 120
},
"departure": {
"time": "1764228254",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764228255",
"uncertainty": 120
},
"departure": {
"time": "1764228255",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764228532",
"uncertainty": 120
},
"departure": {
"time": "1764228532",
"uncertainty": 120
},
"stopId": "wimeco"
},
{
"arrival": {
"time": "1764228571",
"uncertainty": 120
},
"departure": {
"time": "1764228571",
"uncertainty": 120
},
"stopId": "wimstad"
},
{
"departure": {
"time": "1764226397",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764226414",
"uncertainty": 120
},
"departure": {
"time": "1764226414",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764226469",
"uncertainty": 120
},
"departure": {
"time": "1764226469",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764226518",
"uncertainty": 120
},
"departure": {
"time": "1764226518",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764226696",
"uncertainty": 120
},
"departure": {
"time": "1764226729",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764226784",
"uncertainty": 120
},
"departure": {
"time": "1764226788",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764226879",
"uncertainty": 120
},
"departure": {
"time": "1764226879",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764226917",
"uncertainty": 120
},
"departure": {
"time": "1764226939",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764227049",
"uncertainty": 120
},
"departure": {
"time": "1764227060",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764227157",
"uncertainty": 120
},
"departure": {
"time": "1764227180",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764227270",
"uncertainty": 120
},
"departure": {
"time": "1764227330",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764227390",
"uncertainty": 120
},
"departure": {
"time": "1764227390",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764227510",
"uncertainty": 120
},
"departure": {
"time": "1764227510",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764227551",
"uncertainty": 120
},
"departure": {
"time": "1764227551",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764227570",
"uncertainty": 120
},
"departure": {
"time": "1764227570",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764227619",
"uncertainty": 120
},
"departure": {
"time": "1764227619",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764227666",
"uncertainty": 120
},
"departure": {
"time": "1764227666",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764227707",
"uncertainty": 120
},
"departure": {
"time": "1764227707",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764227743",
"uncertainty": 120
},
"departure": {
"time": "1764227780",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764227840",
"uncertainty": 120
},
"departure": {
"time": "1764227840",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764227946",
"uncertainty": 120
},
"departure": {
"time": "1764227946",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764228012",
"uncertainty": 120
},
"departure": {
"time": "1764228020",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764227978",
"uncertainty": 120
},
"departure": {
"time": "1764227978",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764228011",
"uncertainty": 120
},
"departure": {
"time": "1764228011",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764228060",
"uncertainty": 120
},
"departure": {
"time": "1764228060",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764228572",
"uncertainty": 120
},
"departure": {
"time": "1764228572",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764228615",
"uncertainty": 120
},
"departure": {
"time": "1764228615",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764228731",
"uncertainty": 120
},
"departure": {
"time": "1764228731",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764228799",
"uncertainty": 120
},
"departure": {
"time": "1764228799",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764228888",
"uncertainty": 120
},
"departure": {
"time": "1764228888",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764228961",
"uncertainty": 120
},
"departure": {
"time": "1764228961",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764229003",
"uncertainty": 120
},
"departure": {
"time": "1764229003",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764229039",
"uncertainty": 120
},
"departure": {
"time": "1764229039",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764229111",
"uncertainty": 120
},
"departure": {
"time": "1764229111",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764229139",
"uncertainty": 120
},
"departure": {
"time": "1764229139",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764229219",
"uncertainty": 120
},
"departure": {
"time": "1764229219",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1764229265",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725990"
},
"vehicle": {
"id": "531",
"label": "531"
}
}
},
{
"id": "21725991",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764227021",
"uncertainty": 120
},
"departure": {
"time": "1764227021",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1764227166",
"uncertainty": 120
},
"departure": {
"time": "1764227166",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764227167",
"uncertainty": 120
},
"departure": {
"time": "1764227167",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764227253",
"uncertainty": 120
},
"departure": {
"time": "1764227253",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1764227337",
"uncertainty": 120
},
"departure": {
"time": "1764227337",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1764226292",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764226337",
"uncertainty": 120
},
"departure": {
"time": "1764226352",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764226412",
"uncertainty": 120
},
"departure": {
"time": "1764226412",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764226442",
"uncertainty": 120
},
"departure": {
"time": "1764226472",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764226531",
"uncertainty": 120
},
"departure": {
"time": "1764226532",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764226575",
"uncertainty": 120
},
"departure": {
"time": "1764226592",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764226704",
"uncertainty": 120
},
"departure": {
"time": "1764226712",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764226791",
"uncertainty": 120
},
"departure": {
"time": "1764226804",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764226891",
"uncertainty": 120
},
"departure": {
"time": "1764226894",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764226964",
"uncertainty": 120
},
"departure": {
"time": "1764226964",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764226980",
"uncertainty": 120
},
"departure": {
"time": "1764226980",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764227026",
"uncertainty": 120
},
"departure": {
"time": "1764227026",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764227063",
"uncertainty": 120
},
"departure": {
"time": "1764227063",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764227396",
"uncertainty": 120
},
"departure": {
"time": "1764227409",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764227499",
"uncertainty": 120
},
"departure": {
"time": "1764227499",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764227580",
"uncertainty": 120
},
"departure": {
"time": "1764227580",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764227626",
"uncertainty": 120
},
"departure": {
"time": "1764227626",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764227666",
"uncertainty": 120
},
"departure": {
"time": "1764227666",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764227704",
"uncertainty": 120
},
"departure": {
"time": "1764227709",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764227781",
"uncertainty": 120
},
"departure": {
"time": "1764227781",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764227822",
"uncertainty": 120
},
"departure": {
"time": "1764227829",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764227859",
"uncertainty": 120
},
"departure": {
"time": "1764227859",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764227949",
"uncertainty": 120
},
"departure": {
"time": "1764228013",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764228091",
"uncertainty": 120
},
"departure": {
"time": "1764228099",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764228175",
"uncertainty": 120
},
"departure": {
"time": "1764228189",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764228320",
"uncertainty": 120
},
"departure": {
"time": "1764228369",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764228478",
"uncertainty": 120
},
"departure": {
"time": "1764228519",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764228571",
"uncertainty": 120
},
"departure": {
"time": "1764228609",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764228692",
"uncertainty": 120
},
"departure": {
"time": "1764228729",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764228898",
"uncertainty": 120
},
"departure": {
"time": "1764228898",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764228966",
"uncertainty": 120
},
"departure": {
"time": "1764228966",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764229087",
"uncertainty": 120
},
"departure": {
"time": "1764229087",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764229148",
"uncertainty": 120
},
"departure": {
"time": "1764229148",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764229229",
"uncertainty": 120
},
"departure": {
"time": "1764229229",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764229296",
"uncertainty": 120
},
"departure": {
"time": "1764229296",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764229388",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725991"
},
"vehicle": {
"id": "187",
"label": "187"
}
}
},
{
"id": "21725996",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764232980",
"uncertainty": 120
},
"departure": {
"time": "1764232980",
"uncertainty": 120
},
"stopId": "wimjean"
},
{
"arrival": {
"time": "1764233100",
"uncertainty": 120
},
"departure": {
"time": "1764233100",
"uncertainty": 120
},
"stopId": "wimsncf2"
},
{
"arrival": {
"time": "1764233177",
"uncertainty": 120
},
"departure": {
"time": "1764233177",
"uncertainty": 120
},
"stopId": "wimcol2"
},
{
"arrival": {
"time": "1764233223",
"uncertainty": 120
},
"departure": {
"time": "1764233223",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764233224",
"uncertainty": 120
},
"departure": {
"time": "1764233224",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764233443",
"uncertainty": 120
},
"departure": {
"time": "1764233443",
"uncertainty": 120
},
"stopId": "wimeco"
},
{
"arrival": {
"time": "1764233509",
"uncertainty": 120
},
"departure": {
"time": "1764233509",
"uncertainty": 120
},
"stopId": "wimstad"
},
{
"departure": {
"time": "1764231000",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764231017",
"uncertainty": 120
},
"departure": {
"time": "1764231017",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764231103",
"uncertainty": 120
},
"departure": {
"time": "1764231103",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764231193",
"uncertainty": 120
},
"departure": {
"time": "1764231193",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764231300",
"uncertainty": 120
},
"departure": {
"time": "1764231300",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764231376",
"uncertainty": 120
},
"departure": {
"time": "1764231376",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764231515",
"uncertainty": 120
},
"departure": {
"time": "1764231515",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764231598",
"uncertainty": 120
},
"departure": {
"time": "1764231598",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764231780",
"uncertainty": 120
},
"departure": {
"time": "1764231780",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764231868",
"uncertainty": 120
},
"departure": {
"time": "1764231868",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764231960",
"uncertainty": 120
},
"departure": {
"time": "1764232020",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764232111",
"uncertainty": 120
},
"departure": {
"time": "1764232111",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764232261",
"uncertainty": 120
},
"departure": {
"time": "1764232261",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764232313",
"uncertainty": 120
},
"departure": {
"time": "1764232313",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764232380",
"uncertainty": 120
},
"departure": {
"time": "1764232380",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764232430",
"uncertainty": 120
},
"departure": {
"time": "1764232430",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764232493",
"uncertainty": 120
},
"departure": {
"time": "1764232493",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764232553",
"uncertainty": 120
},
"departure": {
"time": "1764232553",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764232607",
"uncertainty": 120
},
"departure": {
"time": "1764232607",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764232696",
"uncertainty": 120
},
"departure": {
"time": "1764232696",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764232881",
"uncertainty": 120
},
"departure": {
"time": "1764232881",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764232978",
"uncertainty": 120
},
"departure": {
"time": "1764232978",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764233018",
"uncertainty": 120
},
"departure": {
"time": "1764233018",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764233051",
"uncertainty": 120
},
"departure": {
"time": "1764233051",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764233100",
"uncertainty": 120
},
"departure": {
"time": "1764233100",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764233509",
"uncertainty": 120
},
"departure": {
"time": "1764233509",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764233583",
"uncertainty": 120
},
"departure": {
"time": "1764233583",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764233636",
"uncertainty": 120
},
"departure": {
"time": "1764233636",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764233703",
"uncertainty": 120
},
"departure": {
"time": "1764233703",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764233792",
"uncertainty": 120
},
"departure": {
"time": "1764233792",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764233865",
"uncertainty": 120
},
"departure": {
"time": "1764233865",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764233907",
"uncertainty": 120
},
"departure": {
"time": "1764233907",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764233943",
"uncertainty": 120
},
"departure": {
"time": "1764233943",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764234015",
"uncertainty": 120
},
"departure": {
"time": "1764234015",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764234043",
"uncertainty": 120
},
"departure": {
"time": "1764234043",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764234123",
"uncertainty": 120
},
"departure": {
"time": "1764234123",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1764234243",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725996"
}
}
},
{
"id": "21323680",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764227464",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764227615",
"uncertainty": 120
},
"departure": {
"time": "1764227615",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1764227705",
"uncertainty": 120
},
"departure": {
"time": "1764227705",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227786",
"uncertainty": 120
},
"departure": {
"time": "1764227786",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764227870",
"uncertainty": 120
},
"departure": {
"time": "1764227885",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764227957",
"uncertainty": 120
},
"departure": {
"time": "1764227975",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228030",
"uncertainty": 120
},
"departure": {
"time": "1764228035",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228095",
"uncertainty": 120
},
"departure": {
"time": "1764228095",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228215",
"uncertainty": 120
},
"departure": {
"time": "1764228215",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228275",
"uncertainty": 120
},
"departure": {
"time": "1764228275",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228305",
"uncertainty": 120
},
"departure": {
"time": "1764228305",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 11
},
{
"arrival": {
"time": "1764228360",
"uncertainty": 120
},
"departure": {
"time": "1764228365",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228422",
"uncertainty": 120
},
"departure": {
"time": "1764228456",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764228513",
"uncertainty": 120
},
"departure": {
"time": "1764228516",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764228565",
"uncertainty": 120
},
"departure": {
"time": "1764228565",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764228666",
"uncertainty": 120
},
"departure": {
"time": "1764228666",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 16
},
{
"arrival": {
"time": "1764228895",
"uncertainty": 120
},
"departure": {
"time": "1764228895",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229055",
"uncertainty": 120
},
"departure": {
"time": "1764229055",
"uncertainty": 120
},
"stopId": "outre12",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229117",
"uncertainty": 120
},
"departure": {
"time": "1764229117",
"uncertainty": 120
},
"stopId": "outcrow2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229158",
"uncertainty": 120
},
"departure": {
"time": "1764229158",
"uncertainty": 120
},
"stopId": "bsmseli2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764229255",
"uncertainty": 120
},
"departure": {
"time": "1764229255",
"uncertainty": 120
},
"stopId": "bsmblum4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764229357",
"uncertainty": 120
},
"departure": {
"time": "1764229357",
"uncertainty": 120
},
"stopId": "bsmdamr2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764229424",
"uncertainty": 120
},
"departure": {
"time": "1764229424",
"uncertainty": 120
},
"stopId": "bsmres2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764229555",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 24
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323680"
},
"vehicle": {
"id": "168",
"label": "168"
}
}
},
{
"id": "21725992",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764230355",
"uncertainty": 120
},
"departure": {
"time": "1764230355",
"uncertainty": 120
},
"stopId": "wimjean"
},
{
"arrival": {
"time": "1764230475",
"uncertainty": 120
},
"departure": {
"time": "1764230475",
"uncertainty": 120
},
"stopId": "wimsncf2"
},
{
"arrival": {
"time": "1764230552",
"uncertainty": 120
},
"departure": {
"time": "1764230552",
"uncertainty": 120
},
"stopId": "wimcol2"
},
{
"arrival": {
"time": "1764230598",
"uncertainty": 120
},
"departure": {
"time": "1764230598",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764230599",
"uncertainty": 120
},
"departure": {
"time": "1764230599",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764230818",
"uncertainty": 120
},
"departure": {
"time": "1764230818",
"uncertainty": 120
},
"stopId": "wimeco"
},
{
"arrival": {
"time": "1764230884",
"uncertainty": 120
},
"departure": {
"time": "1764230884",
"uncertainty": 120
},
"stopId": "wimstad"
},
{
"departure": {
"time": "1764228422",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228439",
"uncertainty": 120
},
"departure": {
"time": "1764228439",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228500",
"uncertainty": 120
},
"departure": {
"time": "1764228500",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228572",
"uncertainty": 120
},
"departure": {
"time": "1764228572",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228692",
"uncertainty": 120
},
"departure": {
"time": "1764228722",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228805",
"uncertainty": 120
},
"departure": {
"time": "1764228805",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228944",
"uncertainty": 120
},
"departure": {
"time": "1764228944",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764229014",
"uncertainty": 120
},
"departure": {
"time": "1764229014",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764229166",
"uncertainty": 120
},
"departure": {
"time": "1764229166",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229303",
"uncertainty": 120
},
"departure": {
"time": "1764229303",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229395",
"uncertainty": 120
},
"departure": {
"time": "1764229395",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229486",
"uncertainty": 120
},
"departure": {
"time": "1764229486",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229636",
"uncertainty": 120
},
"departure": {
"time": "1764229636",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229688",
"uncertainty": 120
},
"departure": {
"time": "1764229688",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229755",
"uncertainty": 120
},
"departure": {
"time": "1764229755",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229805",
"uncertainty": 120
},
"departure": {
"time": "1764229805",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229868",
"uncertainty": 120
},
"departure": {
"time": "1764229868",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229928",
"uncertainty": 120
},
"departure": {
"time": "1764229928",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229982",
"uncertainty": 120
},
"departure": {
"time": "1764229982",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764230071",
"uncertainty": 120
},
"departure": {
"time": "1764230071",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764230256",
"uncertainty": 120
},
"departure": {
"time": "1764230256",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764230353",
"uncertainty": 120
},
"departure": {
"time": "1764230353",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764230318",
"uncertainty": 120
},
"departure": {
"time": "1764230318",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764230351",
"uncertainty": 120
},
"departure": {
"time": "1764230351",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764230400",
"uncertainty": 120
},
"departure": {
"time": "1764230400",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764230884",
"uncertainty": 120
},
"departure": {
"time": "1764230884",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764230958",
"uncertainty": 120
},
"departure": {
"time": "1764230958",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764231011",
"uncertainty": 120
},
"departure": {
"time": "1764231011",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764231078",
"uncertainty": 120
},
"departure": {
"time": "1764231078",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764231167",
"uncertainty": 120
},
"departure": {
"time": "1764231167",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764231240",
"uncertainty": 120
},
"departure": {
"time": "1764231240",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764231282",
"uncertainty": 120
},
"departure": {
"time": "1764231282",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764231318",
"uncertainty": 120
},
"departure": {
"time": "1764231318",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764231390",
"uncertainty": 120
},
"departure": {
"time": "1764231390",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764231418",
"uncertainty": 120
},
"departure": {
"time": "1764231418",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764231498",
"uncertainty": 120
},
"departure": {
"time": "1764231498",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1764231618",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725992"
},
"vehicle": {
"id": "181",
"label": "181"
}
}
},
{
"id": "21725993",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764228967",
"uncertainty": 120
},
"departure": {
"time": "1764228967",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1764229156",
"uncertainty": 120
},
"departure": {
"time": "1764229156",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764229157",
"uncertainty": 120
},
"departure": {
"time": "1764229157",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764229267",
"uncertainty": 120
},
"departure": {
"time": "1764229267",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1764229356",
"uncertainty": 120
},
"departure": {
"time": "1764229356",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1764228121",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228178",
"uncertainty": 120
},
"departure": {
"time": "1764228181",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228241",
"uncertainty": 120
},
"departure": {
"time": "1764228241",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228301",
"uncertainty": 120
},
"departure": {
"time": "1764228331",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228375",
"uncertainty": 120
},
"departure": {
"time": "1764228391",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228451",
"uncertainty": 120
},
"departure": {
"time": "1764228451",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228545",
"uncertainty": 120
},
"departure": {
"time": "1764228545",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228601",
"uncertainty": 120
},
"departure": {
"time": "1764228601",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228782",
"uncertainty": 120
},
"departure": {
"time": "1764228782",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228857",
"uncertainty": 120
},
"departure": {
"time": "1764228857",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228780",
"uncertainty": 120
},
"departure": {
"time": "1764228780",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764228826",
"uncertainty": 120
},
"departure": {
"time": "1764228826",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228863",
"uncertainty": 120
},
"departure": {
"time": "1764228863",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229395",
"uncertainty": 120
},
"departure": {
"time": "1764229395",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229478",
"uncertainty": 120
},
"departure": {
"time": "1764229478",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229648",
"uncertainty": 120
},
"departure": {
"time": "1764229648",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229733",
"uncertainty": 120
},
"departure": {
"time": "1764229733",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229781",
"uncertainty": 120
},
"departure": {
"time": "1764229781",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229832",
"uncertainty": 120
},
"departure": {
"time": "1764229832",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229895",
"uncertainty": 120
},
"departure": {
"time": "1764229895",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764229936",
"uncertainty": 120
},
"departure": {
"time": "1764229936",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764230003",
"uncertainty": 120
},
"departure": {
"time": "1764230003",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764230109",
"uncertainty": 120
},
"departure": {
"time": "1764230109",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764230188",
"uncertainty": 120
},
"departure": {
"time": "1764230188",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764230266",
"uncertainty": 120
},
"departure": {
"time": "1764230266",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764230407",
"uncertainty": 120
},
"departure": {
"time": "1764230407",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764230526",
"uncertainty": 120
},
"departure": {
"time": "1764230526",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764230603",
"uncertainty": 120
},
"departure": {
"time": "1764230603",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764230706",
"uncertainty": 120
},
"departure": {
"time": "1764230706",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764230875",
"uncertainty": 120
},
"departure": {
"time": "1764230875",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764230943",
"uncertainty": 120
},
"departure": {
"time": "1764230943",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764231065",
"uncertainty": 120
},
"departure": {
"time": "1764231065",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764231126",
"uncertainty": 120
},
"departure": {
"time": "1764231126",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764231207",
"uncertainty": 120
},
"departure": {
"time": "1764231207",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764231274",
"uncertainty": 120
},
"departure": {
"time": "1764231274",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764231366",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725993"
},
"vehicle": {
"id": "191",
"label": "191"
}
}
},
{
"id": "21725994",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764230260",
"uncertainty": 120
},
"departure": {
"time": "1764230260",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1764230449",
"uncertainty": 120
},
"departure": {
"time": "1764230449",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764230450",
"uncertainty": 120
},
"departure": {
"time": "1764230450",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764230560",
"uncertainty": 120
},
"departure": {
"time": "1764230560",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1764230649",
"uncertainty": 120
},
"departure": {
"time": "1764230649",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1764229500",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764229545",
"uncertainty": 120
},
"departure": {
"time": "1764229545",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764229604",
"uncertainty": 120
},
"departure": {
"time": "1764229604",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764229680",
"uncertainty": 120
},
"departure": {
"time": "1764229680",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764229725",
"uncertainty": 120
},
"departure": {
"time": "1764229725",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764229793",
"uncertainty": 120
},
"departure": {
"time": "1764229793",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764229891",
"uncertainty": 120
},
"departure": {
"time": "1764229891",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764229976",
"uncertainty": 120
},
"departure": {
"time": "1764229976",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764230056",
"uncertainty": 120
},
"departure": {
"time": "1764230056",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764230150",
"uncertainty": 120
},
"departure": {
"time": "1764230150",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764230280",
"uncertainty": 120
},
"departure": {
"time": "1764230280",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764230326",
"uncertainty": 120
},
"departure": {
"time": "1764230326",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764230363",
"uncertainty": 120
},
"departure": {
"time": "1764230363",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764230688",
"uncertainty": 120
},
"departure": {
"time": "1764230688",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764230772",
"uncertainty": 120
},
"departure": {
"time": "1764230772",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764230944",
"uncertainty": 120
},
"departure": {
"time": "1764230944",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764231030",
"uncertainty": 120
},
"departure": {
"time": "1764231030",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764231079",
"uncertainty": 120
},
"departure": {
"time": "1764231079",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764231131",
"uncertainty": 120
},
"departure": {
"time": "1764231131",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764231195",
"uncertainty": 120
},
"departure": {
"time": "1764231195",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764231236",
"uncertainty": 120
},
"departure": {
"time": "1764231236",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764231303",
"uncertainty": 120
},
"departure": {
"time": "1764231303",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764231409",
"uncertainty": 120
},
"departure": {
"time": "1764231409",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764231522",
"uncertainty": 120
},
"departure": {
"time": "1764231522",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764231607",
"uncertainty": 120
},
"departure": {
"time": "1764231607",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764231747",
"uncertainty": 120
},
"departure": {
"time": "1764231747",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764231863",
"uncertainty": 120
},
"departure": {
"time": "1764231863",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764231940",
"uncertainty": 120
},
"departure": {
"time": "1764231940",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764232043",
"uncertainty": 120
},
"departure": {
"time": "1764232043",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764232212",
"uncertainty": 120
},
"departure": {
"time": "1764232212",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764232280",
"uncertainty": 120
},
"departure": {
"time": "1764232280",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764232399",
"uncertainty": 120
},
"departure": {
"time": "1764232399",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764232460",
"uncertainty": 120
},
"departure": {
"time": "1764232460",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764232541",
"uncertainty": 120
},
"departure": {
"time": "1764232541",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764232608",
"uncertainty": 120
},
"departure": {
"time": "1764232608",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764232700",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725994"
}
}
},
{
"id": "21725995",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764232660",
"uncertainty": 120
},
"departure": {
"time": "1764232660",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1764232849",
"uncertainty": 120
},
"departure": {
"time": "1764232849",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764232850",
"uncertainty": 120
},
"departure": {
"time": "1764232850",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764232960",
"uncertainty": 120
},
"departure": {
"time": "1764232960",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1764233049",
"uncertainty": 120
},
"departure": {
"time": "1764233049",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1764231900",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764231945",
"uncertainty": 120
},
"departure": {
"time": "1764231945",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764232004",
"uncertainty": 120
},
"departure": {
"time": "1764232004",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764232080",
"uncertainty": 120
},
"departure": {
"time": "1764232080",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764232125",
"uncertainty": 120
},
"departure": {
"time": "1764232125",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764232193",
"uncertainty": 120
},
"departure": {
"time": "1764232193",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764232291",
"uncertainty": 120
},
"departure": {
"time": "1764232291",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764232376",
"uncertainty": 120
},
"departure": {
"time": "1764232376",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764232456",
"uncertainty": 120
},
"departure": {
"time": "1764232456",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764232550",
"uncertainty": 120
},
"departure": {
"time": "1764232550",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764232680",
"uncertainty": 120
},
"departure": {
"time": "1764232680",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764232730",
"uncertainty": 120
},
"departure": {
"time": "1764232730",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764232771",
"uncertainty": 120
},
"departure": {
"time": "1764232771",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764233090",
"uncertainty": 120
},
"departure": {
"time": "1764233090",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764233181",
"uncertainty": 120
},
"departure": {
"time": "1764233181",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764233366",
"uncertainty": 120
},
"departure": {
"time": "1764233366",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764233458",
"uncertainty": 120
},
"departure": {
"time": "1764233458",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764233511",
"uncertainty": 120
},
"departure": {
"time": "1764233511",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764233567",
"uncertainty": 120
},
"departure": {
"time": "1764233567",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764233636",
"uncertainty": 120
},
"departure": {
"time": "1764233636",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764233680",
"uncertainty": 120
},
"departure": {
"time": "1764233680",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764233747",
"uncertainty": 120
},
"departure": {
"time": "1764233747",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764233853",
"uncertainty": 120
},
"departure": {
"time": "1764233853",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764233968",
"uncertainty": 120
},
"departure": {
"time": "1764233968",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764234057",
"uncertainty": 120
},
"departure": {
"time": "1764234057",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764234177",
"uncertainty": 120
},
"departure": {
"time": "1764234177",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764234293",
"uncertainty": 120
},
"departure": {
"time": "1764234293",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764234370",
"uncertainty": 120
},
"departure": {
"time": "1764234370",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764234480",
"uncertainty": 120
},
"departure": {
"time": "1764234480",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764234649",
"uncertainty": 120
},
"departure": {
"time": "1764234649",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764234717",
"uncertainty": 120
},
"departure": {
"time": "1764234717",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764234838",
"uncertainty": 120
},
"departure": {
"time": "1764234838",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764234899",
"uncertainty": 120
},
"departure": {
"time": "1764234899",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764234980",
"uncertainty": 120
},
"departure": {
"time": "1764234980",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764235047",
"uncertainty": 120
},
"departure": {
"time": "1764235047",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764235139",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725995"
}
}
},
{
"id": "21323675",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764227764",
"uncertainty": 120
},
"departure": {
"time": "1764227774",
"uncertainty": 120
},
"stopId": "bsmstm2"
},
{
"arrival": {
"time": "1764227844",
"uncertainty": 120
},
"departure": {
"time": "1764227865",
"uncertainty": 120
},
"stopId": "bsmduf2"
},
{
"arrival": {
"time": "1764227904",
"uncertainty": 120
},
"departure": {
"time": "1764227925",
"uncertainty": 120
},
"stopId": "bsmlema"
},
{
"arrival": {
"time": "1764227955",
"uncertainty": 120
},
"departure": {
"time": "1764227955",
"uncertainty": 120
},
"stopId": "smbcal2"
},
{
"arrival": {
"time": "1764228010",
"uncertainty": 120
},
"departure": {
"time": "1764228010",
"uncertainty": 120
},
"stopId": "smbjard2"
},
{
"arrival": {
"time": "1764228045",
"uncertainty": 120
},
"departure": {
"time": "1764228045",
"uncertainty": 120
},
"stopId": "smbjos2"
},
{
"arrival": {
"time": "1764228116",
"uncertainty": 120
},
"departure": {
"time": "1764228135",
"uncertainty": 120
},
"stopId": "bsmmoka2"
},
{
"arrival": {
"time": "1764228194",
"uncertainty": 120
},
"departure": {
"time": "1764228195",
"uncertainty": 120
},
"stopId": "bsmdres2"
},
{
"arrival": {
"time": "1764228263",
"uncertainty": 120
},
"departure": {
"time": "1764228263",
"uncertainty": 120
},
"stopId": "bsmpatr2"
},
{
"arrival": {
"time": "1764228313",
"uncertainty": 120
},
"departure": {
"time": "1764228315",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764228382",
"uncertainty": 120
},
"departure": {
"time": "1764228435",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764228445",
"uncertainty": 120
},
"departure": {
"time": "1764228465",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764228581",
"uncertainty": 120
},
"departure": {
"time": "1764228586",
"uncertainty": 120
},
"stopId": "bsmduga2"
},
{
"departure": {
"time": "1764227193",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764227373",
"uncertainty": 120
},
"departure": {
"time": "1764227373",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764227461",
"uncertainty": 120
},
"departure": {
"time": "1764227463",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227654",
"uncertainty": 120
},
"departure": {
"time": "1764227673",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764227733",
"uncertainty": 120
},
"departure": {
"time": "1764227763",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764227658",
"uncertainty": 120
},
"departure": {
"time": "1764227658",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmduf3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764227760",
"uncertainty": 120
},
"departure": {
"time": "1764227760",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmbeau",
"stopSequence": 7
},
{
"arrival": {
"time": "1764227824",
"uncertainty": 120
},
"departure": {
"time": "1764227824",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmnorm2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764227883",
"uncertainty": 120
},
"departure": {
"time": "1764227883",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmcalm2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764227936",
"uncertainty": 120
},
"departure": {
"time": "1764227936",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmduga2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228645",
"uncertainty": 120
},
"departure": {
"time": "1764228652",
"uncertainty": 120
},
"stopId": "bsmflot2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764228703",
"uncertainty": 120
},
"departure": {
"time": "1764228703",
"uncertainty": 120
},
"stopId": "bsmbaro",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228809",
"uncertainty": 120
},
"departure": {
"time": "1764228809",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764228958",
"uncertainty": 120
},
"departure": {
"time": "1764228958",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229030",
"uncertainty": 120
},
"departure": {
"time": "1764229030",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229102",
"uncertainty": 120
},
"departure": {
"time": "1764229102",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229204",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 17
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323675"
},
"vehicle": {
"id": "214",
"label": "214"
}
}
},
{
"id": "21323678",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764233125",
"uncertainty": 120
},
"departure": {
"time": "1764233125",
"uncertainty": 120
},
"stopId": "bsmfem1"
},
{
"arrival": {
"time": "1764233214",
"uncertainty": 120
},
"departure": {
"time": "1764233214",
"uncertainty": 120
},
"stopId": "bsmhenn"
},
{
"arrival": {
"time": "1764233246",
"uncertainty": 120
},
"departure": {
"time": "1764233246",
"uncertainty": 120
},
"stopId": "bsmhenn2"
},
{
"arrival": {
"time": "1764233288",
"uncertainty": 120
},
"departure": {
"time": "1764233288",
"uncertainty": 120
},
"stopId": "bsmros2"
},
{
"arrival": {
"time": "1764233335",
"uncertainty": 120
},
"departure": {
"time": "1764233335",
"uncertainty": 120
},
"stopId": "bsmmade"
},
{
"arrival": {
"time": "1764233347",
"uncertainty": 120
},
"departure": {
"time": "1764233347",
"uncertainty": 120
},
"stopId": "bsmampe"
},
{
"departure": {
"time": "1764231900",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764232144",
"uncertainty": 120
},
"departure": {
"time": "1764232144",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764232260",
"uncertainty": 120
},
"departure": {
"time": "1764232260",
"uncertainty": 120
},
"stopId": "bsmpalb",
"stopSequence": 3
},
{
"arrival": {
"time": "1764232307",
"uncertainty": 120
},
"departure": {
"time": "1764232307",
"uncertainty": 120
},
"stopId": "bsmedou",
"stopSequence": 4
},
{
"arrival": {
"time": "1764232375",
"uncertainty": 120
},
"departure": {
"time": "1764232375",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 5
},
{
"arrival": {
"time": "1764232440",
"uncertainty": 120
},
"departure": {
"time": "1764232440",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 6
},
{
"arrival": {
"time": "1764232494",
"uncertainty": 120
},
"departure": {
"time": "1764232494",
"uncertainty": 120
},
"stopId": "bsmest",
"stopSequence": 7
},
{
"arrival": {
"time": "1764232552",
"uncertainty": 120
},
"departure": {
"time": "1764232552",
"uncertainty": 120
},
"stopId": "bsmvatre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764232593",
"uncertainty": 120
},
"departure": {
"time": "1764232593",
"uncertainty": 120
},
"stopId": "bsmcenl",
"stopSequence": 9
},
{
"arrival": {
"time": "1764232672",
"uncertainty": 120
},
"departure": {
"time": "1764232672",
"uncertainty": 120
},
"stopId": "bsmbran3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764232740",
"uncertainty": 120
},
"departure": {
"time": "1764232740",
"uncertainty": 120
},
"stopId": "smbgide",
"stopSequence": 11
},
{
"arrival": {
"time": "1764232824",
"uncertainty": 120
},
"departure": {
"time": "1764232824",
"uncertainty": 120
},
"stopId": "smbfbou",
"stopSequence": 12
},
{
"arrival": {
"time": "1764232888",
"uncertainty": 120
},
"departure": {
"time": "1764232888",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 13
},
{
"arrival": {
"time": "1764233043",
"uncertainty": 120
},
"departure": {
"time": "1764233043",
"uncertainty": 120
},
"stopId": "bsmval",
"stopSequence": 14
},
{
"arrival": {
"time": "1764233121",
"uncertainty": 120
},
"departure": {
"time": "1764233121",
"uncertainty": 120
},
"stopId": "bsmfem1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764233236",
"uncertainty": 120
},
"departure": {
"time": "1764233236",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmarc",
"stopSequence": 16
},
{
"arrival": {
"time": "1764233267",
"uncertainty": 120
},
"departure": {
"time": "1764233267",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmbell",
"stopSequence": 17
},
{
"arrival": {
"time": "1764233292",
"uncertainty": 120
},
"departure": {
"time": "1764233292",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdocq",
"stopSequence": 18
},
{
"arrival": {
"time": "1764233332",
"uncertainty": 120
},
"departure": {
"time": "1764233332",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmpane",
"stopSequence": 19
},
{
"arrival": {
"time": "1764233400",
"uncertainty": 120
},
"departure": {
"time": "1764233400",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmqueh2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764233453",
"uncertainty": 120
},
"departure": {
"time": "1764233453",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmont",
"stopSequence": 21
},
{
"arrival": {
"time": "1764233350",
"uncertainty": 120
},
"departure": {
"time": "1764233350",
"uncertainty": 120
},
"stopId": "bsmampe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764233415",
"uncertainty": 120
},
"departure": {
"time": "1764233415",
"uncertainty": 120
},
"stopId": "bsmhfa",
"stopSequence": 23
},
{
"arrival": {
"time": "1764233475",
"uncertainty": 120
},
"departure": {
"time": "1764233475",
"uncertainty": 120
},
"stopId": "bsmcase",
"stopSequence": 24
},
{
"arrival": {
"time": "1764233594",
"uncertainty": 120
},
"departure": {
"time": "1764233594",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 25
},
{
"arrival": {
"time": "1764233701",
"uncertainty": 120
},
"departure": {
"time": "1764233701",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 26
},
{
"arrival": {
"time": "1764233894",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 27
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323678"
}
}
},
{
"id": "21323679",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764228900",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323679"
},
"vehicle": {
"id": "1201",
"label": "1201"
}
}
},
{
"id": "21725970",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764224838",
"uncertainty": 120
},
"departure": {
"time": "1764224838",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764224902",
"uncertainty": 120
},
"departure": {
"time": "1764224902",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764225025",
"uncertainty": 120
},
"departure": {
"time": "1764225025",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764225120",
"uncertainty": 120
},
"departure": {
"time": "1764225120",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764225115",
"uncertainty": 120
},
"departure": {
"time": "1764225235",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764225325",
"uncertainty": 120
},
"departure": {
"time": "1764225385",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764225460",
"uncertainty": 120
},
"departure": {
"time": "1764225535",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764225595",
"uncertainty": 120
},
"departure": {
"time": "1764225595",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764225632",
"uncertainty": 120
},
"departure": {
"time": "1764225632",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764225689",
"uncertainty": 120
},
"departure": {
"time": "1764225689",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764225842",
"uncertainty": 120
},
"departure": {
"time": "1764225842",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764225900",
"uncertainty": 120
},
"departure": {
"time": "1764225926",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764225985",
"uncertainty": 120
},
"departure": {
"time": "1764226015",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764226185",
"uncertainty": 120
},
"departure": {
"time": "1764226195",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764226255",
"uncertainty": 120
},
"departure": {
"time": "1764226255",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764226452",
"uncertainty": 120
},
"departure": {
"time": "1764226495",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764226675",
"uncertainty": 120
},
"departure": {
"time": "1764226675",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764226825",
"uncertainty": 120
},
"departure": {
"time": "1764226855",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764226915",
"uncertainty": 120
},
"departure": {
"time": "1764226945",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764227140",
"uncertainty": 120
},
"departure": {
"time": "1764227186",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764227276",
"uncertainty": 120
},
"departure": {
"time": "1764227276",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764227347",
"uncertainty": 120
},
"departure": {
"time": "1764227347",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764227437",
"uncertainty": 120
},
"departure": {
"time": "1764227456",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764227566",
"uncertainty": 120
},
"departure": {
"time": "1764227606",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764227659",
"uncertainty": 120
},
"departure": {
"time": "1764227696",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764227769",
"uncertainty": 120
},
"departure": {
"time": "1764227786",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764227876",
"uncertainty": 120
},
"departure": {
"time": "1764227876",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764227951",
"uncertainty": 120
},
"departure": {
"time": "1764227966",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764228044",
"uncertainty": 120
},
"departure": {
"time": "1764228056",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764228174",
"uncertainty": 120
},
"departure": {
"time": "1764228176",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764228259",
"uncertainty": 120
},
"departure": {
"time": "1764228266",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764228296",
"uncertainty": 120
},
"departure": {
"time": "1764228296",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764228369",
"uncertainty": 120
},
"departure": {
"time": "1764228369",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764228416",
"uncertainty": 120
},
"departure": {
"time": "1764228416",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764228476",
"uncertainty": 120
},
"departure": {
"time": "1764228476",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764228566",
"uncertainty": 120
},
"departure": {
"time": "1764228566",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764228707",
"uncertainty": 120
},
"departure": {
"time": "1764228707",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764228752",
"uncertainty": 120
},
"departure": {
"time": "1764228752",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764228795",
"uncertainty": 120
},
"departure": {
"time": "1764228795",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764228872",
"uncertainty": 120
},
"departure": {
"time": "1764228872",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764228980",
"uncertainty": 120
},
"departure": {
"time": "1764228980",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764229038",
"uncertainty": 120
},
"departure": {
"time": "1764229038",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764229077",
"uncertainty": 120
},
"departure": {
"time": "1764229077",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764229172",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725970"
},
"vehicle": {
"id": "328",
"label": "328"
}
}
},
{
"id": "21323676",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764230553",
"uncertainty": 120
},
"departure": {
"time": "1764230553",
"uncertainty": 120
},
"stopId": "bsmstm2"
},
{
"arrival": {
"time": "1764230628",
"uncertainty": 120
},
"departure": {
"time": "1764230628",
"uncertainty": 120
},
"stopId": "bsmduf2"
},
{
"arrival": {
"time": "1764230668",
"uncertainty": 120
},
"departure": {
"time": "1764230668",
"uncertainty": 120
},
"stopId": "bsmlema"
},
{
"arrival": {
"time": "1764230707",
"uncertainty": 120
},
"departure": {
"time": "1764230707",
"uncertainty": 120
},
"stopId": "smbcal2"
},
{
"arrival": {
"time": "1764230767",
"uncertainty": 120
},
"departure": {
"time": "1764230767",
"uncertainty": 120
},
"stopId": "smbjard2"
},
{
"arrival": {
"time": "1764230817",
"uncertainty": 120
},
"departure": {
"time": "1764230817",
"uncertainty": 120
},
"stopId": "smbjos2"
},
{
"arrival": {
"time": "1764230850",
"uncertainty": 120
},
"departure": {
"time": "1764230850",
"uncertainty": 120
},
"stopId": "bsmmoka2"
},
{
"arrival": {
"time": "1764230925",
"uncertainty": 120
},
"departure": {
"time": "1764230925",
"uncertainty": 120
},
"stopId": "bsmdres2"
},
{
"arrival": {
"time": "1764230986",
"uncertainty": 120
},
"departure": {
"time": "1764230986",
"uncertainty": 120
},
"stopId": "bsmpatr2"
},
{
"arrival": {
"time": "1764231044",
"uncertainty": 120
},
"departure": {
"time": "1764231044",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764231077",
"uncertainty": 120
},
"departure": {
"time": "1764231077",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764231087",
"uncertainty": 120
},
"departure": {
"time": "1764231087",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764231162",
"uncertainty": 120
},
"departure": {
"time": "1764231162",
"uncertainty": 120
},
"stopId": "bsmduga2"
},
{
"departure": {
"time": "1764230100",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764230282",
"uncertainty": 120
},
"departure": {
"time": "1764230282",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764230378",
"uncertainty": 120
},
"departure": {
"time": "1764230378",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 3
},
{
"arrival": {
"time": "1764230473",
"uncertainty": 120
},
"departure": {
"time": "1764230473",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764230552",
"uncertainty": 120
},
"departure": {
"time": "1764230552",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764230658",
"uncertainty": 120
},
"departure": {
"time": "1764230658",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmduf3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764230760",
"uncertainty": 120
},
"departure": {
"time": "1764230760",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmbeau",
"stopSequence": 7
},
{
"arrival": {
"time": "1764230824",
"uncertainty": 120
},
"departure": {
"time": "1764230824",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmnorm2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764230883",
"uncertainty": 120
},
"departure": {
"time": "1764230883",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmcalm2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764230936",
"uncertainty": 120
},
"departure": {
"time": "1764230936",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmduga2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764231192",
"uncertainty": 120
},
"departure": {
"time": "1764231192",
"uncertainty": 120
},
"stopId": "bsmflot2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764231226",
"uncertainty": 120
},
"departure": {
"time": "1764231226",
"uncertainty": 120
},
"stopId": "bsmbaro",
"stopSequence": 12
},
{
"arrival": {
"time": "1764231336",
"uncertainty": 120
},
"departure": {
"time": "1764231336",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764231481",
"uncertainty": 120
},
"departure": {
"time": "1764231481",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764231595",
"uncertainty": 120
},
"departure": {
"time": "1764231595",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764231677",
"uncertainty": 120
},
"departure": {
"time": "1764231677",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 16
},
{
"arrival": {
"time": "1764231779",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 17
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323676"
}
}
},
{
"id": "21725971",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764227312",
"uncertainty": 120
},
"departure": {
"time": "1764227312",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764227386",
"uncertainty": 120
},
"departure": {
"time": "1764227386",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227529",
"uncertainty": 120
},
"departure": {
"time": "1764227529",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764227640",
"uncertainty": 120
},
"departure": {
"time": "1764227640",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764227675",
"uncertainty": 120
},
"departure": {
"time": "1764227675",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764227765",
"uncertainty": 120
},
"departure": {
"time": "1764227823",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764227893",
"uncertainty": 120
},
"departure": {
"time": "1764227915",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764227975",
"uncertainty": 120
},
"departure": {
"time": "1764227975",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228035",
"uncertainty": 120
},
"departure": {
"time": "1764228035",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228065",
"uncertainty": 120
},
"departure": {
"time": "1764228065",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764228201",
"uncertainty": 120
},
"departure": {
"time": "1764228201",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228252",
"uncertainty": 120
},
"departure": {
"time": "1764228305",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764228335",
"uncertainty": 120
},
"departure": {
"time": "1764228515",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764228630",
"uncertainty": 120
},
"departure": {
"time": "1764228635",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764228677",
"uncertainty": 120
},
"departure": {
"time": "1764228677",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764228748",
"uncertainty": 120
},
"departure": {
"time": "1764228755",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764228882",
"uncertainty": 120
},
"departure": {
"time": "1764228882",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229034",
"uncertainty": 120
},
"departure": {
"time": "1764229034",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229103",
"uncertainty": 120
},
"departure": {
"time": "1764229103",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764229265",
"uncertainty": 120
},
"departure": {
"time": "1764229265",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764229337",
"uncertainty": 120
},
"departure": {
"time": "1764229337",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764229410",
"uncertainty": 120
},
"departure": {
"time": "1764229410",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764229541",
"uncertainty": 120
},
"departure": {
"time": "1764229541",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764229650",
"uncertainty": 120
},
"departure": {
"time": "1764229680",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764229735",
"uncertainty": 120
},
"departure": {
"time": "1764229735",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764229820",
"uncertainty": 120
},
"departure": {
"time": "1764229820",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764229940",
"uncertainty": 120
},
"departure": {
"time": "1764229940",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764230048",
"uncertainty": 120
},
"departure": {
"time": "1764230048",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764230111",
"uncertainty": 120
},
"departure": {
"time": "1764230111",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764230223",
"uncertainty": 120
},
"departure": {
"time": "1764230223",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764230306",
"uncertainty": 120
},
"departure": {
"time": "1764230306",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764230338",
"uncertainty": 120
},
"departure": {
"time": "1764230338",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764230430",
"uncertainty": 120
},
"departure": {
"time": "1764230430",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764230463",
"uncertainty": 120
},
"departure": {
"time": "1764230463",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764230525",
"uncertainty": 120
},
"departure": {
"time": "1764230525",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764230644",
"uncertainty": 120
},
"departure": {
"time": "1764230644",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764230788",
"uncertainty": 120
},
"departure": {
"time": "1764230788",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764230825",
"uncertainty": 120
},
"departure": {
"time": "1764230825",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764230868",
"uncertainty": 120
},
"departure": {
"time": "1764230868",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764230945",
"uncertainty": 120
},
"departure": {
"time": "1764230945",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764231053",
"uncertainty": 120
},
"departure": {
"time": "1764231053",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764231111",
"uncertainty": 120
},
"departure": {
"time": "1764231111",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764231150",
"uncertainty": 120
},
"departure": {
"time": "1764231150",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764231245",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725971"
},
"vehicle": {
"id": "1198",
"label": "1198"
}
}
},
{
"id": "21725979",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764230580",
"uncertainty": 120
},
"stopId": "wimmair",
"stopSequence": 1
},
{
"arrival": {
"time": "1764230658",
"uncertainty": 120
},
"departure": {
"time": "1764230658",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764230722",
"uncertainty": 120
},
"departure": {
"time": "1764230722",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764230845",
"uncertainty": 120
},
"departure": {
"time": "1764230845",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764230940",
"uncertainty": 120
},
"departure": {
"time": "1764230940",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764230910",
"uncertainty": 120
},
"departure": {
"time": "1764230910",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764231038",
"uncertainty": 120
},
"departure": {
"time": "1764231038",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764231095",
"uncertainty": 120
},
"departure": {
"time": "1764231095",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764231135",
"uncertainty": 120
},
"departure": {
"time": "1764231135",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764231181",
"uncertainty": 120
},
"departure": {
"time": "1764231181",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764231226",
"uncertainty": 120
},
"departure": {
"time": "1764231226",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764231397",
"uncertainty": 120
},
"departure": {
"time": "1764231397",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764231456",
"uncertainty": 120
},
"departure": {
"time": "1764231456",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764231546",
"uncertainty": 120
},
"departure": {
"time": "1764231546",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764231648",
"uncertainty": 120
},
"departure": {
"time": "1764231648",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764231714",
"uncertainty": 120
},
"departure": {
"time": "1764231714",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764231823",
"uncertainty": 120
},
"departure": {
"time": "1764231823",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764231934",
"uncertainty": 120
},
"departure": {
"time": "1764231934",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764232066",
"uncertainty": 120
},
"departure": {
"time": "1764232066",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764232135",
"uncertainty": 120
},
"departure": {
"time": "1764232135",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764232297",
"uncertainty": 120
},
"departure": {
"time": "1764232297",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764232405",
"uncertainty": 120
},
"departure": {
"time": "1764232405",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764232487",
"uncertainty": 120
},
"departure": {
"time": "1764232487",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764232616",
"uncertainty": 120
},
"departure": {
"time": "1764232616",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764232722",
"uncertainty": 120
},
"departure": {
"time": "1764232860",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764232937",
"uncertainty": 120
},
"departure": {
"time": "1764232937",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764233040",
"uncertainty": 120
},
"departure": {
"time": "1764233040",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764233160",
"uncertainty": 120
},
"departure": {
"time": "1764233160",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764233268",
"uncertainty": 120
},
"departure": {
"time": "1764233268",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764233348",
"uncertainty": 120
},
"departure": {
"time": "1764233348",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764233460",
"uncertainty": 120
},
"departure": {
"time": "1764233460",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764233543",
"uncertainty": 120
},
"departure": {
"time": "1764233543",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764233575",
"uncertainty": 120
},
"departure": {
"time": "1764233575",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764233667",
"uncertainty": 120
},
"departure": {
"time": "1764233667",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764233700",
"uncertainty": 120
},
"departure": {
"time": "1764233700",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764233761",
"uncertainty": 120
},
"departure": {
"time": "1764233761",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764233880",
"uncertainty": 120
},
"departure": {
"time": "1764233880",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764234023",
"uncertainty": 120
},
"departure": {
"time": "1764234023",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764234060",
"uncertainty": 120
},
"departure": {
"time": "1764234060",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764234103",
"uncertainty": 120
},
"departure": {
"time": "1764234103",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764234180",
"uncertainty": 120
},
"departure": {
"time": "1764234180",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764234288",
"uncertainty": 120
},
"departure": {
"time": "1764234288",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764234346",
"uncertainty": 120
},
"departure": {
"time": "1764234346",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764234385",
"uncertainty": 120
},
"departure": {
"time": "1764234385",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764234480",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725979"
}
}
},
{
"id": "21725957",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764229811",
"uncertainty": 120
},
"departure": {
"time": "1764229811",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764230000",
"uncertainty": 120
},
"departure": {
"time": "1764230000",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764226290",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764226350",
"uncertainty": 120
},
"departure": {
"time": "1764226350",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764226402",
"uncertainty": 120
},
"departure": {
"time": "1764226410",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764226500",
"uncertainty": 120
},
"departure": {
"time": "1764226530",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764226580",
"uncertainty": 120
},
"departure": {
"time": "1764226580",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764226718",
"uncertainty": 120
},
"departure": {
"time": "1764226770",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764226828",
"uncertainty": 120
},
"departure": {
"time": "1764226830",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764226888",
"uncertainty": 120
},
"departure": {
"time": "1764226888",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764227016",
"uncertainty": 120
},
"departure": {
"time": "1764227040",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764227142",
"uncertainty": 120
},
"departure": {
"time": "1764227250",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764227334",
"uncertainty": 120
},
"departure": {
"time": "1764227334",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764227374",
"uncertainty": 120
},
"departure": {
"time": "1764227378",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764227458",
"uncertainty": 120
},
"departure": {
"time": "1764227490",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764227578",
"uncertainty": 120
},
"departure": {
"time": "1764227610",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764227680",
"uncertainty": 120
},
"departure": {
"time": "1764227700",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764227790",
"uncertainty": 120
},
"departure": {
"time": "1764227820",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764227850",
"uncertainty": 120
},
"departure": {
"time": "1764227850",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764227948",
"uncertainty": 120
},
"departure": {
"time": "1764227948",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764228081",
"uncertainty": 120
},
"departure": {
"time": "1764228150",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764228317",
"uncertainty": 120
},
"departure": {
"time": "1764228360",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764228450",
"uncertainty": 120
},
"departure": {
"time": "1764228480",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764228555",
"uncertainty": 120
},
"departure": {
"time": "1764228555",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764228615",
"uncertainty": 120
},
"departure": {
"time": "1764228630",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764228720",
"uncertainty": 120
},
"departure": {
"time": "1764228720",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764228806",
"uncertainty": 120
},
"departure": {
"time": "1764228806",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764228895",
"uncertainty": 120
},
"departure": {
"time": "1764228895",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764228955",
"uncertainty": 120
},
"departure": {
"time": "1764228955",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764228995",
"uncertainty": 120
},
"departure": {
"time": "1764228995",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764229065",
"uncertainty": 120
},
"departure": {
"time": "1764229065",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764229120",
"uncertainty": 120
},
"departure": {
"time": "1764229120",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764229192",
"uncertainty": 120
},
"departure": {
"time": "1764229192",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764229300",
"uncertainty": 120
},
"departure": {
"time": "1764229300",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764229464",
"uncertainty": 120
},
"departure": {
"time": "1764229464",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764229502",
"uncertainty": 120
},
"departure": {
"time": "1764229502",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764229539",
"uncertainty": 120
},
"departure": {
"time": "1764229539",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764229561",
"uncertainty": 120
},
"departure": {
"time": "1764229561",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764229630",
"uncertainty": 120
},
"departure": {
"time": "1764229630",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764229746",
"uncertainty": 120
},
"departure": {
"time": "1764229746",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764229980",
"uncertainty": 120
},
"departure": {
"time": "1764229980",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764230049",
"uncertainty": 120
},
"departure": {
"time": "1764230049",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764230149",
"uncertainty": 120
},
"departure": {
"time": "1764230149",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764230212",
"uncertainty": 120
},
"departure": {
"time": "1764230212",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764230009",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725957"
},
"vehicle": {
"id": "193",
"label": "193"
}
}
},
{
"id": "21725958",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764232301",
"uncertainty": 120
},
"departure": {
"time": "1764232301",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764232490",
"uncertainty": 120
},
"departure": {
"time": "1764232490",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764228572",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228632",
"uncertainty": 120
},
"departure": {
"time": "1764228662",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228722",
"uncertainty": 120
},
"departure": {
"time": "1764228752",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228886",
"uncertainty": 120
},
"departure": {
"time": "1764228886",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228953",
"uncertainty": 120
},
"departure": {
"time": "1764228953",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764229172",
"uncertainty": 120
},
"departure": {
"time": "1764229172",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764229250",
"uncertainty": 120
},
"departure": {
"time": "1764229250",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764229300",
"uncertainty": 120
},
"departure": {
"time": "1764229300",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764229490",
"uncertainty": 120
},
"departure": {
"time": "1764229490",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229644",
"uncertainty": 120
},
"departure": {
"time": "1764229644",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229730",
"uncertainty": 120
},
"departure": {
"time": "1764229730",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229782",
"uncertainty": 120
},
"departure": {
"time": "1764229782",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229891",
"uncertainty": 120
},
"departure": {
"time": "1764229891",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764230014",
"uncertainty": 120
},
"departure": {
"time": "1764230014",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764230085",
"uncertainty": 120
},
"departure": {
"time": "1764230085",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764230184",
"uncertainty": 120
},
"departure": {
"time": "1764230184",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764230233",
"uncertainty": 120
},
"departure": {
"time": "1764230233",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764230388",
"uncertainty": 120
},
"departure": {
"time": "1764230388",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764230565",
"uncertainty": 120
},
"departure": {
"time": "1764230565",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764230663",
"uncertainty": 120
},
"departure": {
"time": "1764230663",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764230757",
"uncertainty": 120
},
"departure": {
"time": "1764230757",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764230841",
"uncertainty": 120
},
"departure": {
"time": "1764230841",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764230979",
"uncertainty": 120
},
"departure": {
"time": "1764230979",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764231117",
"uncertainty": 120
},
"departure": {
"time": "1764231117",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764231191",
"uncertainty": 120
},
"departure": {
"time": "1764231191",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764231291",
"uncertainty": 120
},
"departure": {
"time": "1764231291",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764231345",
"uncertainty": 120
},
"departure": {
"time": "1764231345",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764231396",
"uncertainty": 120
},
"departure": {
"time": "1764231396",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764231491",
"uncertainty": 120
},
"departure": {
"time": "1764231491",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764231571",
"uncertainty": 120
},
"departure": {
"time": "1764231571",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764231619",
"uncertainty": 120
},
"departure": {
"time": "1764231619",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764231691",
"uncertainty": 120
},
"departure": {
"time": "1764231691",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764231938",
"uncertainty": 120
},
"departure": {
"time": "1764231938",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764231992",
"uncertainty": 120
},
"departure": {
"time": "1764231992",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764232029",
"uncertainty": 120
},
"departure": {
"time": "1764232029",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764232051",
"uncertainty": 120
},
"departure": {
"time": "1764232051",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764232120",
"uncertainty": 120
},
"departure": {
"time": "1764232120",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764232236",
"uncertainty": 120
},
"departure": {
"time": "1764232236",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764232140",
"uncertainty": 120
},
"departure": {
"time": "1764232140",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764232223",
"uncertainty": 120
},
"departure": {
"time": "1764232223",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764232343",
"uncertainty": 120
},
"departure": {
"time": "1764232343",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764232419",
"uncertainty": 120
},
"departure": {
"time": "1764232419",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764232500",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725958"
},
"vehicle": {
"id": "183",
"label": "183"
}
}
},
{
"id": "21725954",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764235570",
"uncertainty": 120
},
"departure": {
"time": "1764235570",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764235759",
"uncertainty": 120
},
"departure": {
"time": "1764235759",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764232080",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764232165",
"uncertainty": 120
},
"departure": {
"time": "1764232165",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764232210",
"uncertainty": 120
},
"departure": {
"time": "1764232210",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764232323",
"uncertainty": 120
},
"departure": {
"time": "1764232323",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764232380",
"uncertainty": 120
},
"departure": {
"time": "1764232380",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764232557",
"uncertainty": 120
},
"departure": {
"time": "1764232557",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764232620",
"uncertainty": 120
},
"departure": {
"time": "1764232620",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764232670",
"uncertainty": 120
},
"departure": {
"time": "1764232670",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764232860",
"uncertainty": 120
},
"departure": {
"time": "1764232860",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764233014",
"uncertainty": 120
},
"departure": {
"time": "1764233014",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764233100",
"uncertainty": 120
},
"departure": {
"time": "1764233100",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764233152",
"uncertainty": 120
},
"departure": {
"time": "1764233152",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764233261",
"uncertainty": 120
},
"departure": {
"time": "1764233261",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764233384",
"uncertainty": 120
},
"departure": {
"time": "1764233384",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764233460",
"uncertainty": 120
},
"departure": {
"time": "1764233460",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764233540",
"uncertainty": 120
},
"departure": {
"time": "1764233540",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764233575",
"uncertainty": 120
},
"departure": {
"time": "1764233575",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764233700",
"uncertainty": 120
},
"departure": {
"time": "1764233700",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764233820",
"uncertainty": 120
},
"departure": {
"time": "1764233820",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764233906",
"uncertainty": 120
},
"departure": {
"time": "1764233906",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764234000",
"uncertainty": 120
},
"departure": {
"time": "1764234060",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764234144",
"uncertainty": 120
},
"departure": {
"time": "1764234144",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764234282",
"uncertainty": 120
},
"departure": {
"time": "1764234282",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764234420",
"uncertainty": 120
},
"departure": {
"time": "1764234420",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764234493",
"uncertainty": 120
},
"departure": {
"time": "1764234493",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764234592",
"uncertainty": 120
},
"departure": {
"time": "1764234592",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764234645",
"uncertainty": 120
},
"departure": {
"time": "1764234645",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764234695",
"uncertainty": 120
},
"departure": {
"time": "1764234695",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764234774",
"uncertainty": 120
},
"departure": {
"time": "1764234774",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764234840",
"uncertainty": 120
},
"departure": {
"time": "1764234840",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764234888",
"uncertainty": 120
},
"departure": {
"time": "1764234888",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764234960",
"uncertainty": 120
},
"departure": {
"time": "1764234960",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764235207",
"uncertainty": 120
},
"departure": {
"time": "1764235207",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764235261",
"uncertainty": 120
},
"departure": {
"time": "1764235261",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764235298",
"uncertainty": 120
},
"departure": {
"time": "1764235298",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764235320",
"uncertainty": 120
},
"departure": {
"time": "1764235320",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764235389",
"uncertainty": 120
},
"departure": {
"time": "1764235389",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764235505",
"uncertainty": 120
},
"departure": {
"time": "1764235505",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764235560",
"uncertainty": 120
},
"departure": {
"time": "1764235560",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764235643",
"uncertainty": 120
},
"departure": {
"time": "1764235643",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764235763",
"uncertainty": 120
},
"departure": {
"time": "1764235763",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764235839",
"uncertainty": 120
},
"departure": {
"time": "1764235839",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764235768",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725954"
}
}
},
{
"id": "21725967",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764228731",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725967"
}
}
},
{
"id": "21323751",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764228363",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228401",
"uncertainty": 120
},
"departure": {
"time": "1764228401",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228435",
"uncertainty": 120
},
"departure": {
"time": "1764228453",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228497",
"uncertainty": 120
},
"departure": {
"time": "1764228513",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228565",
"uncertainty": 120
},
"departure": {
"time": "1764228573",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228627",
"uncertainty": 120
},
"departure": {
"time": "1764228633",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228705",
"uncertainty": 120
},
"departure": {
"time": "1764228753",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228849",
"uncertainty": 120
},
"departure": {
"time": "1764228849",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228909",
"uncertainty": 120
},
"departure": {
"time": "1764228909",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228997",
"uncertainty": 120
},
"departure": {
"time": "1764228997",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229058",
"uncertainty": 120
},
"departure": {
"time": "1764229058",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229358",
"uncertainty": 120
},
"departure": {
"time": "1764229358",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229419",
"uncertainty": 120
},
"stopId": "wimsncf",
"stopSequence": 13
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323751"
},
"vehicle": {
"id": "167",
"label": "167"
}
}
},
{
"id": "21323730",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764230400",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323730"
}
}
},
{
"id": "21323729",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764231900",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323729"
}
}
},
{
"id": "21323714",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764229920",
"uncertainty": 120
},
"stopId": "semvald",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323714"
}
}
},
{
"id": "21323715",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764230927",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764230974",
"uncertainty": 120
},
"departure": {
"time": "1764230974",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 2
},
{
"arrival": {
"time": "1764230991",
"uncertainty": 120
},
"departure": {
"time": "1764230991",
"uncertainty": 120
},
"stopId": "sempast",
"stopSequence": 3
},
{
"arrival": {
"time": "1764231062",
"uncertainty": 120
},
"departure": {
"time": "1764231062",
"uncertainty": 120
},
"stopId": "sempaul",
"stopSequence": 4
},
{
"arrival": {
"time": "1764231207",
"uncertainty": 120
},
"departure": {
"time": "1764231207",
"uncertainty": 120
},
"stopId": "semolym",
"stopSequence": 5
},
{
"arrival": {
"time": "1764231313",
"uncertainty": 120
},
"departure": {
"time": "1764231313",
"uncertainty": 120
},
"stopId": "semelgi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764231384",
"uncertainty": 120
},
"departure": {
"time": "1764231384",
"uncertainty": 120
},
"stopId": "semcalv3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764231432",
"uncertainty": 120
},
"departure": {
"time": "1764231432",
"uncertainty": 120
},
"stopId": "semecol",
"stopSequence": 8
},
{
"arrival": {
"time": "1764231468",
"uncertainty": 120
},
"departure": {
"time": "1764231468",
"uncertainty": 120
},
"stopId": "semecau",
"stopSequence": 9
},
{
"arrival": {
"time": "1764231508",
"uncertainty": 120
},
"departure": {
"time": "1764231508",
"uncertainty": 120
},
"stopId": "semfont",
"stopSequence": 10
},
{
"arrival": {
"time": "1764231571",
"uncertainty": 120
},
"departure": {
"time": "1764231571",
"uncertainty": 120
},
"stopId": "semsau2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764231599",
"uncertainty": 120
},
"departure": {
"time": "1764231599",
"uncertainty": 120
},
"stopId": "semgar",
"stopSequence": 12
},
{
"arrival": {
"time": "1764231648",
"uncertainty": 120
},
"stopId": "semvald2",
"stopSequence": 13
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323715"
}
}
},
{
"id": "21323713",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764229125",
"uncertainty": 120
},
"departure": {
"time": "1764229125",
"uncertainty": 120
},
"stopId": "outlagr2"
},
{
"arrival": {
"time": "1764229460",
"uncertainty": 120
},
"departure": {
"time": "1764229460",
"uncertainty": 120
},
"stopId": "outbert"
},
{
"arrival": {
"time": "1764229567",
"uncertainty": 120
},
"departure": {
"time": "1764229567",
"uncertainty": 120
},
"stopId": "outneuf"
},
{
"departure": {
"time": "1764227453",
"uncertainty": 120
},
"stopId": "semvald",
"stopSequence": 1
},
{
"arrival": {
"time": "1764227483",
"uncertainty": 120
},
"departure": {
"time": "1764227483",
"uncertainty": 120
},
"stopId": "semgar3",
"stopSequence": 2
},
{
"arrival": {
"time": "1764227573",
"uncertainty": 120
},
"departure": {
"time": "1764227573",
"uncertainty": 120
},
"stopId": "semsau",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227633",
"uncertainty": 120
},
"departure": {
"time": "1764227633",
"uncertainty": 120
},
"stopId": "semfont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764227693",
"uncertainty": 120
},
"departure": {
"time": "1764227693",
"uncertainty": 120
},
"stopId": "semecau2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764227792",
"uncertainty": 120
},
"departure": {
"time": "1764227813",
"uncertainty": 120
},
"stopId": "semecol2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764227869",
"uncertainty": 120
},
"departure": {
"time": "1764227903",
"uncertainty": 120
},
"stopId": "semcalv4",
"stopSequence": 7
},
{
"arrival": {
"time": "1764227986",
"uncertainty": 120
},
"departure": {
"time": "1764227986",
"uncertainty": 120
},
"stopId": "semegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228096",
"uncertainty": 120
},
"departure": {
"time": "1764228143",
"uncertainty": 120
},
"stopId": "semolym2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228337",
"uncertainty": 120
},
"departure": {
"time": "1764228387",
"uncertainty": 120
},
"stopId": "sempaul2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228422",
"uncertainty": 120
},
"departure": {
"time": "1764228422",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764228632",
"uncertainty": 120
},
"departure": {
"time": "1764228653",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228683",
"uncertainty": 120
},
"departure": {
"time": "1764228743",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 13
},
{
"arrival": {
"time": "1764228818",
"uncertainty": 120
},
"departure": {
"time": "1764228818",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764228875",
"uncertainty": 120
},
"departure": {
"time": "1764228875",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764228917",
"uncertainty": 120
},
"departure": {
"time": "1764228917",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764228999",
"uncertainty": 120
},
"departure": {
"time": "1764228999",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229066",
"uncertainty": 120
},
"departure": {
"time": "1764229066",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764228660",
"uncertainty": 120
},
"departure": {
"time": "1764228660",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlagr3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764228698",
"uncertainty": 120
},
"departure": {
"time": "1764228698",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outgrim",
"stopSequence": 20
},
{
"arrival": {
"time": "1764228782",
"uncertainty": 120
},
"departure": {
"time": "1764228782",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outver",
"stopSequence": 21
},
{
"arrival": {
"time": "1764228840",
"uncertainty": 120
},
"departure": {
"time": "1764228840",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outcha",
"stopSequence": 22
},
{
"arrival": {
"time": "1764228900",
"uncertainty": 120
},
"departure": {
"time": "1764228900",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmazu2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764228995",
"uncertainty": 120
},
"departure": {
"time": "1764228995",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmai",
"stopSequence": 24
},
{
"arrival": {
"time": "1764229573",
"uncertainty": 120
},
"departure": {
"time": "1764229573",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 25
},
{
"arrival": {
"time": "1764229721",
"uncertainty": 120
},
"departure": {
"time": "1764229721",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 26
},
{
"arrival": {
"time": "1764229858",
"uncertainty": 120
},
"departure": {
"time": "1764229858",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 27
},
{
"arrival": {
"time": "1764229967",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 28
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323713"
},
"vehicle": {
"id": "213",
"label": "213"
}
}
},
{
"id": "21323583",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764227581",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1764227780",
"uncertainty": 120
},
"departure": {
"time": "1764227821",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764227888",
"uncertainty": 120
},
"departure": {
"time": "1764227911",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227951",
"uncertainty": 120
},
"departure": {
"time": "1764228001",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228072",
"uncertainty": 120
},
"departure": {
"time": "1764228121",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228181",
"uncertainty": 120
},
"departure": {
"time": "1764228181",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228249",
"uncertainty": 120
},
"departure": {
"time": "1764228249",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228369",
"uncertainty": 120
},
"departure": {
"time": "1764228391",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228436",
"uncertainty": 120
},
"departure": {
"time": "1764228451",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228511",
"uncertainty": 120
},
"departure": {
"time": "1764228511",
"uncertainty": 120
},
"stopId": "smbmont",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228631",
"uncertainty": 120
},
"departure": {
"time": "1764228631",
"uncertainty": 120
},
"stopId": "smbheli2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229076",
"uncertainty": 120
},
"departure": {
"time": "1764229076",
"uncertainty": 120
},
"stopId": "smboues",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229142",
"uncertainty": 120
},
"departure": {
"time": "1764229142",
"uncertainty": 120
},
"stopId": "smbest",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229207",
"uncertainty": 120
},
"departure": {
"time": "1764229207",
"uncertainty": 120
},
"stopId": "smbbadh",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229263",
"uncertainty": 120
},
"departure": {
"time": "1764229263",
"uncertainty": 120
},
"stopId": "lacpell",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229309",
"uncertainty": 120
},
"departure": {
"time": "1764229309",
"uncertainty": 120
},
"stopId": "lacpern",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229409",
"uncertainty": 120
},
"departure": {
"time": "1764229409",
"uncertainty": 120
},
"stopId": "lacgara",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229447",
"uncertainty": 120
},
"departure": {
"time": "1764229447",
"uncertainty": 120
},
"stopId": "lacegli",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229502",
"uncertainty": 120
},
"stopId": "lacchai",
"stopSequence": 19
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323583"
},
"vehicle": {
"id": "407",
"label": "407"
}
}
},
{
"id": "21323566",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764231060",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323566"
}
}
},
{
"id": "21323564",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764225962",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1764226022",
"uncertainty": 120
},
"departure": {
"time": "1764226022",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1764226123",
"uncertainty": 120
},
"departure": {
"time": "1764226123",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764226213",
"uncertainty": 120
},
"departure": {
"time": "1764226232",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764226262",
"uncertainty": 120
},
"departure": {
"time": "1764226322",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1764226393",
"uncertainty": 120
},
"departure": {
"time": "1764226416",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764226469",
"uncertainty": 120
},
"departure": {
"time": "1764226476",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764226532",
"uncertainty": 120
},
"departure": {
"time": "1764226532",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764226562",
"uncertainty": 120
},
"departure": {
"time": "1764226562",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764226622",
"uncertainty": 120
},
"departure": {
"time": "1764226622",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764226652",
"uncertainty": 120
},
"departure": {
"time": "1764226682",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764226737",
"uncertainty": 120
},
"departure": {
"time": "1764226737",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1764226769",
"uncertainty": 120
},
"departure": {
"time": "1764226772",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764226890",
"uncertainty": 120
},
"departure": {
"time": "1764226893",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764227103",
"uncertainty": 120
},
"departure": {
"time": "1764227103",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764227169",
"uncertainty": 120
},
"departure": {
"time": "1764227169",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764227308",
"uncertainty": 120
},
"departure": {
"time": "1764227343",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764227428",
"uncertainty": 120
},
"departure": {
"time": "1764227463",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764227533",
"uncertainty": 120
},
"departure": {
"time": "1764227553",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1764227703",
"uncertainty": 120
},
"departure": {
"time": "1764227733",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1764227853",
"uncertainty": 120
},
"departure": {
"time": "1764227853",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764228003",
"uncertainty": 120
},
"departure": {
"time": "1764228003",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764228093",
"uncertainty": 120
},
"departure": {
"time": "1764228093",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1764228130",
"uncertainty": 120
},
"departure": {
"time": "1764228130",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1764228210",
"uncertainty": 120
},
"departure": {
"time": "1764228243",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764228303",
"uncertainty": 120
},
"departure": {
"time": "1764228303",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1764228363",
"uncertainty": 120
},
"departure": {
"time": "1764228363",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764228551",
"uncertainty": 120
},
"departure": {
"time": "1764228633",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764228675",
"uncertainty": 120
},
"departure": {
"time": "1764228723",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764228820",
"uncertainty": 120
},
"departure": {
"time": "1764228820",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1764228975",
"uncertainty": 120
},
"departure": {
"time": "1764228975",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1764229003",
"uncertainty": 120
},
"departure": {
"time": "1764229003",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1764229049",
"uncertainty": 120
},
"departure": {
"time": "1764229049",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1764229121",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323564"
},
"vehicle": {
"id": "534",
"label": "534"
}
}
},
{
"id": "21323565",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764228386",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1764228476",
"uncertainty": 120
},
"departure": {
"time": "1764228506",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1764228595",
"uncertainty": 120
},
"departure": {
"time": "1764228596",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764228730",
"uncertainty": 120
},
"departure": {
"time": "1764228746",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764228779",
"uncertainty": 120
},
"departure": {
"time": "1764228779",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1764228854",
"uncertainty": 120
},
"departure": {
"time": "1764228854",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228911",
"uncertainty": 120
},
"departure": {
"time": "1764228911",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228953",
"uncertainty": 120
},
"departure": {
"time": "1764228953",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764229035",
"uncertainty": 120
},
"departure": {
"time": "1764229035",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764229102",
"uncertainty": 120
},
"departure": {
"time": "1764229102",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764229156",
"uncertainty": 120
},
"departure": {
"time": "1764229156",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764229206",
"uncertainty": 120
},
"departure": {
"time": "1764229206",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1764229261",
"uncertainty": 120
},
"departure": {
"time": "1764229261",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764229379",
"uncertainty": 120
},
"departure": {
"time": "1764229379",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229517",
"uncertainty": 120
},
"departure": {
"time": "1764229517",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229606",
"uncertainty": 120
},
"departure": {
"time": "1764229606",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229797",
"uncertainty": 120
},
"departure": {
"time": "1764229797",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229932",
"uncertainty": 120
},
"departure": {
"time": "1764229932",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764230017",
"uncertainty": 120
},
"departure": {
"time": "1764230017",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1764230235",
"uncertainty": 120
},
"departure": {
"time": "1764230235",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1764230320",
"uncertainty": 120
},
"departure": {
"time": "1764230320",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764230502",
"uncertainty": 120
},
"departure": {
"time": "1764230502",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764230598",
"uncertainty": 120
},
"departure": {
"time": "1764230598",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1764230656",
"uncertainty": 120
},
"departure": {
"time": "1764230656",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1764230743",
"uncertainty": 120
},
"departure": {
"time": "1764230743",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764230821",
"uncertainty": 120
},
"departure": {
"time": "1764230821",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1764230941",
"uncertainty": 120
},
"departure": {
"time": "1764230941",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764231042",
"uncertainty": 120
},
"departure": {
"time": "1764231042",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764231064",
"uncertainty": 120
},
"departure": {
"time": "1764231064",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764231150",
"uncertainty": 120
},
"departure": {
"time": "1764231150",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1764231313",
"uncertainty": 120
},
"departure": {
"time": "1764231313",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1764231341",
"uncertainty": 120
},
"departure": {
"time": "1764231341",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1764231387",
"uncertainty": 120
},
"departure": {
"time": "1764231387",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1764231458",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323565"
},
"vehicle": {
"id": "327",
"label": "327"
}
}
},
{
"id": "21323550",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764230040",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323550"
}
}
},
{
"id": "21323549",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764227584",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1764227655",
"uncertainty": 120
},
"departure": {
"time": "1764227674",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764227722",
"uncertainty": 120
},
"departure": {
"time": "1764227733",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764227765",
"uncertainty": 120
},
"departure": {
"time": "1764227794",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764227914",
"uncertainty": 120
},
"departure": {
"time": "1764227944",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764227993",
"uncertainty": 120
},
"departure": {
"time": "1764228064",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764228094",
"uncertainty": 120
},
"departure": {
"time": "1764228094",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1764228184",
"uncertainty": 120
},
"departure": {
"time": "1764228184",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1764228265",
"uncertainty": 120
},
"departure": {
"time": "1764228274",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764228436",
"uncertainty": 120
},
"departure": {
"time": "1764228484",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764228544",
"uncertainty": 120
},
"departure": {
"time": "1764228544",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764228574",
"uncertainty": 120
},
"departure": {
"time": "1764228574",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764228679",
"uncertainty": 120
},
"departure": {
"time": "1764228694",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764228888",
"uncertainty": 120
},
"departure": {
"time": "1764228888",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1764229007",
"uncertainty": 120
},
"departure": {
"time": "1764229007",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1764229062",
"uncertainty": 120
},
"departure": {
"time": "1764229062",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764229147",
"uncertainty": 120
},
"departure": {
"time": "1764229147",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764229331",
"uncertainty": 120
},
"departure": {
"time": "1764229331",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1764229427",
"uncertainty": 120
},
"departure": {
"time": "1764229427",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1764229567",
"uncertainty": 120
},
"departure": {
"time": "1764229567",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1764229616",
"uncertainty": 120
},
"departure": {
"time": "1764229616",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1764229679",
"uncertainty": 120
},
"departure": {
"time": "1764229679",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764229728",
"uncertainty": 120
},
"departure": {
"time": "1764229728",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764229781",
"uncertainty": 120
},
"departure": {
"time": "1764229781",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1764229822",
"uncertainty": 120
},
"departure": {
"time": "1764229822",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1764229882",
"uncertainty": 120
},
"departure": {
"time": "1764229882",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1764229949",
"uncertainty": 120
},
"departure": {
"time": "1764229949",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1764230004",
"uncertainty": 120
},
"departure": {
"time": "1764230004",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1764230051",
"uncertainty": 120
},
"departure": {
"time": "1764230051",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1764230107",
"uncertainty": 120
},
"departure": {
"time": "1764230107",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764230162",
"uncertainty": 120
},
"departure": {
"time": "1764230162",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1764230222",
"uncertainty": 120
},
"departure": {
"time": "1764230222",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1764230287",
"uncertainty": 120
},
"departure": {
"time": "1764230287",
"uncertainty": 120
},
"stopId": "semcord2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764230407",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1764228763",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323549"
},
"vehicle": {
"id": "190",
"label": "190"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1764228763"
}
}