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
❌301 erreurs, 44 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 26/11/2025 à 08h01 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
stop_times_updates not strictly sorted E002 14 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 21323611 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] 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 21323609 stop_sequence [2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] 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
GTFS-rt stop_id does not exist in GTFS data E011 25 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id 21323610 stop_id bsmtran2 does not exist in GTFS data stops.txt
- trip_id 21323611 stop_id bsmgam 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 bsmgam 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 261 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:00:32 (1764140432) is less than previous stop departure_time 08:21:39 (1764141699) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 1 departure_time 08:00:32 (1764140432) is less than previous stop arrival_time 08:21:39 (1764141699) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 2 arrival_time 08:04:39 (1764140679) is less than previous stop arrival_time 08:21:39 (1764141699) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 2 departure_time 08:04:39 (1764140679) is less than previous stop arrival_time 08:21:39 (1764141699) - times must increase between two sequential stops
- trip_id 21323610 stop_sequence 17 arrival_time 08:21:46 (1764141706) is less than previous stop arrival_time 08:24:10 (1764141850) - times must increase between two sequential stops
GTFS-rt stop_sequence not found in GTFS data E051 1 erreur
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Exemples d'erreurs
- GTFS-rt trip_id 21323739 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
Avertissements
vehicle_id not populated W002 44 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 | 520 | 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 810 | 30 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1 024 | 30 fois (100 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 245 | 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 | 25 | 22 fois (73 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 13 | 13 fois (43 % des validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 13 | 13 fois (43 % 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 26/11/2025 à 12h23 Europe/Paris.
trip_updates (95) 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 26/11/2025 à 12h23 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "21323632",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764157353",
"uncertainty": 120
},
"departure": {
"time": "1764157353",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764157382",
"uncertainty": 120
},
"departure": {
"time": "1764157382",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764157393",
"uncertainty": 120
},
"departure": {
"time": "1764157393",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764157407",
"uncertainty": 120
},
"departure": {
"time": "1764157407",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764157480",
"uncertainty": 120
},
"departure": {
"time": "1764157480",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764156200",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156506",
"uncertainty": 120
},
"departure": {
"time": "1764156506",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156569",
"uncertainty": 120
},
"departure": {
"time": "1764156569",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156629",
"uncertainty": 120
},
"departure": {
"time": "1764156629",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156717",
"uncertainty": 120
},
"departure": {
"time": "1764156717",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156766",
"uncertainty": 120
},
"departure": {
"time": "1764156766",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156825",
"uncertainty": 120
},
"departure": {
"time": "1764156825",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156889",
"uncertainty": 120
},
"departure": {
"time": "1764156889",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156969",
"uncertainty": 120
},
"departure": {
"time": "1764156969",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157022",
"uncertainty": 120
},
"departure": {
"time": "1764157022",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157149",
"uncertainty": 120
},
"departure": {
"time": "1764157149",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157250",
"uncertainty": 120
},
"departure": {
"time": "1764157250",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157346",
"uncertainty": 120
},
"departure": {
"time": "1764157346",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157621",
"uncertainty": 120
},
"departure": {
"time": "1764157621",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157680",
"uncertainty": 120
},
"departure": {
"time": "1764157680",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157750",
"uncertainty": 120
},
"departure": {
"time": "1764157750",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157487",
"uncertainty": 120
},
"departure": {
"time": "1764157487",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157588",
"uncertainty": 120
},
"departure": {
"time": "1764157588",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157735",
"uncertainty": 120
},
"departure": {
"time": "1764157735",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157872",
"uncertainty": 120
},
"departure": {
"time": "1764157872",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157959",
"uncertainty": 120
},
"departure": {
"time": "1764157959",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764158090",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323632"
},
"vehicle": {
"id": "189",
"label": "189"
}
}
},
{
"id": "21323633",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764158731",
"uncertainty": 120
},
"departure": {
"time": "1764158731",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764158760",
"uncertainty": 120
},
"departure": {
"time": "1764158760",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764158771",
"uncertainty": 120
},
"departure": {
"time": "1764158771",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764158785",
"uncertainty": 120
},
"departure": {
"time": "1764158785",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764158858",
"uncertainty": 120
},
"departure": {
"time": "1764158858",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764157500",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764157751",
"uncertainty": 120
},
"departure": {
"time": "1764157751",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157843",
"uncertainty": 120
},
"departure": {
"time": "1764157843",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157924",
"uncertainty": 120
},
"departure": {
"time": "1764157924",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764158040",
"uncertainty": 120
},
"departure": {
"time": "1764158040",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764158091",
"uncertainty": 120
},
"departure": {
"time": "1764158091",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764158172",
"uncertainty": 120
},
"departure": {
"time": "1764158172",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764158267",
"uncertainty": 120
},
"departure": {
"time": "1764158267",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764158347",
"uncertainty": 120
},
"departure": {
"time": "1764158347",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764158400",
"uncertainty": 120
},
"departure": {
"time": "1764158400",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158527",
"uncertainty": 120
},
"departure": {
"time": "1764158527",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764158628",
"uncertainty": 120
},
"departure": {
"time": "1764158628",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158724",
"uncertainty": 120
},
"departure": {
"time": "1764158724",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158821",
"uncertainty": 120
},
"departure": {
"time": "1764158821",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158880",
"uncertainty": 120
},
"departure": {
"time": "1764158880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764158950",
"uncertainty": 120
},
"departure": {
"time": "1764158950",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158865",
"uncertainty": 120
},
"departure": {
"time": "1764158865",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158966",
"uncertainty": 120
},
"departure": {
"time": "1764158966",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764159108",
"uncertainty": 120
},
"departure": {
"time": "1764159108",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764159219",
"uncertainty": 120
},
"departure": {
"time": "1764159219",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764159310",
"uncertainty": 120
},
"departure": {
"time": "1764159310",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764159441",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323633"
}
}
},
{
"id": "21323636",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764158480",
"uncertainty": 120
},
"departure": {
"time": "1764158480",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764157800",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764158024",
"uncertainty": 120
},
"departure": {
"time": "1764158024",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764158178",
"uncertainty": 120
},
"departure": {
"time": "1764158178",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764158280",
"uncertainty": 120
},
"departure": {
"time": "1764158280",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764158384",
"uncertainty": 120
},
"departure": {
"time": "1764158384",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764158475",
"uncertainty": 120
},
"departure": {
"time": "1764158475",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764158580",
"uncertainty": 120
},
"departure": {
"time": "1764158580",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764158635",
"uncertainty": 120
},
"departure": {
"time": "1764158635",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764158579",
"uncertainty": 120
},
"departure": {
"time": "1764158579",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764158666",
"uncertainty": 120
},
"departure": {
"time": "1764158666",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158809",
"uncertainty": 120
},
"departure": {
"time": "1764158809",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764158896",
"uncertainty": 120
},
"departure": {
"time": "1764158896",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158959",
"uncertainty": 120
},
"departure": {
"time": "1764158959",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764159021",
"uncertainty": 120
},
"departure": {
"time": "1764159021",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764159123",
"uncertainty": 120
},
"departure": {
"time": "1764159123",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764159184",
"uncertainty": 120
},
"departure": {
"time": "1764159184",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764159256",
"uncertainty": 120
},
"departure": {
"time": "1764159256",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764159318",
"uncertainty": 120
},
"departure": {
"time": "1764159318",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764159396",
"uncertainty": 120
},
"departure": {
"time": "1764159396",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764159487",
"uncertainty": 120
},
"departure": {
"time": "1764159487",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764159616",
"uncertainty": 120
},
"departure": {
"time": "1764159616",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764159699",
"uncertainty": 120
},
"departure": {
"time": "1764159699",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764159803",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323636"
}
}
},
{
"id": "21323637",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764159680",
"uncertainty": 120
},
"departure": {
"time": "1764159680",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764159000",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764159224",
"uncertainty": 120
},
"departure": {
"time": "1764159224",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764159378",
"uncertainty": 120
},
"departure": {
"time": "1764159378",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764159480",
"uncertainty": 120
},
"departure": {
"time": "1764159480",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764159584",
"uncertainty": 120
},
"departure": {
"time": "1764159584",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764159675",
"uncertainty": 120
},
"departure": {
"time": "1764159675",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764159780",
"uncertainty": 120
},
"departure": {
"time": "1764159780",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764159835",
"uncertainty": 120
},
"departure": {
"time": "1764159835",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764159779",
"uncertainty": 120
},
"departure": {
"time": "1764159779",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764159866",
"uncertainty": 120
},
"departure": {
"time": "1764159866",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764160009",
"uncertainty": 120
},
"departure": {
"time": "1764160009",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764160098",
"uncertainty": 120
},
"departure": {
"time": "1764160098",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764160161",
"uncertainty": 120
},
"departure": {
"time": "1764160161",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764160227",
"uncertainty": 120
},
"departure": {
"time": "1764160227",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764160336",
"uncertainty": 120
},
"departure": {
"time": "1764160336",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764160397",
"uncertainty": 120
},
"departure": {
"time": "1764160397",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764160469",
"uncertainty": 120
},
"departure": {
"time": "1764160469",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764160531",
"uncertainty": 120
},
"departure": {
"time": "1764160531",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764160610",
"uncertainty": 120
},
"departure": {
"time": "1764160610",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764160702",
"uncertainty": 120
},
"departure": {
"time": "1764160702",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764160832",
"uncertainty": 120
},
"departure": {
"time": "1764160832",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764160925",
"uncertainty": 120
},
"departure": {
"time": "1764160925",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764161029",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323637"
}
}
},
{
"id": "21323630",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764156515",
"uncertainty": 120
},
"departure": {
"time": "1764156515",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764156544",
"uncertainty": 120
},
"departure": {
"time": "1764156544",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764156555",
"uncertainty": 120
},
"departure": {
"time": "1764156555",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764156569",
"uncertainty": 120
},
"departure": {
"time": "1764156569",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764156642",
"uncertainty": 120
},
"departure": {
"time": "1764156642",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764155250",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155450",
"uncertainty": 120
},
"departure": {
"time": "1764155520",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155586",
"uncertainty": 120
},
"departure": {
"time": "1764155610",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155657",
"uncertainty": 120
},
"departure": {
"time": "1764155670",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155780",
"uncertainty": 120
},
"departure": {
"time": "1764155820",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155869",
"uncertainty": 120
},
"departure": {
"time": "1764155880",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155937",
"uncertainty": 120
},
"departure": {
"time": "1764155940",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156000",
"uncertainty": 120
},
"departure": {
"time": "1764156000",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156126",
"uncertainty": 120
},
"departure": {
"time": "1764156180",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156260",
"uncertainty": 120
},
"departure": {
"time": "1764156260",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156370",
"uncertainty": 120
},
"departure": {
"time": "1764156370",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156433",
"uncertainty": 120
},
"departure": {
"time": "1764156433",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156508",
"uncertainty": 120
},
"departure": {
"time": "1764156508",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156421",
"uncertainty": 120
},
"departure": {
"time": "1764156421",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156480",
"uncertainty": 120
},
"departure": {
"time": "1764156480",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156550",
"uncertainty": 120
},
"departure": {
"time": "1764156550",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156649",
"uncertainty": 120
},
"departure": {
"time": "1764156649",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156726",
"uncertainty": 120
},
"departure": {
"time": "1764156726",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156870",
"uncertainty": 120
},
"departure": {
"time": "1764156870",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156944",
"uncertainty": 120
},
"departure": {
"time": "1764156944",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156999",
"uncertainty": 120
},
"departure": {
"time": "1764156999",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157094",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323630"
},
"vehicle": {
"id": "405",
"label": "405"
}
}
},
{
"id": "21323631",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764156401",
"uncertainty": 120
},
"departure": {
"time": "1764156401",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764155697",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155845",
"uncertainty": 120
},
"departure": {
"time": "1764155877",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156134",
"uncertainty": 120
},
"departure": {
"time": "1764156182",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156247",
"uncertainty": 120
},
"departure": {
"time": "1764156247",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156305",
"uncertainty": 120
},
"departure": {
"time": "1764156305",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156135",
"uncertainty": 120
},
"departure": {
"time": "1764156135",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156240",
"uncertainty": 120
},
"departure": {
"time": "1764156240",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156288",
"uncertainty": 120
},
"departure": {
"time": "1764156288",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156491",
"uncertainty": 120
},
"departure": {
"time": "1764156491",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156553",
"uncertainty": 120
},
"departure": {
"time": "1764156553",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156635",
"uncertainty": 120
},
"departure": {
"time": "1764156635",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156697",
"uncertainty": 120
},
"departure": {
"time": "1764156697",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156760",
"uncertainty": 120
},
"departure": {
"time": "1764156760",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156810",
"uncertainty": 120
},
"departure": {
"time": "1764156810",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156857",
"uncertainty": 120
},
"departure": {
"time": "1764156857",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156944",
"uncertainty": 120
},
"departure": {
"time": "1764156944",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156999",
"uncertainty": 120
},
"departure": {
"time": "1764156999",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157061",
"uncertainty": 120
},
"departure": {
"time": "1764157061",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157139",
"uncertainty": 120
},
"departure": {
"time": "1764157139",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157230",
"uncertainty": 120
},
"departure": {
"time": "1764157230",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157359",
"uncertainty": 120
},
"departure": {
"time": "1764157359",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157415",
"uncertainty": 120
},
"departure": {
"time": "1764157415",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764157519",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323631"
},
"vehicle": {
"id": "406",
"label": "406"
}
}
},
{
"id": "21323629",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764155100",
"uncertainty": 120
},
"departure": {
"time": "1764155100",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764154529",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764154656",
"uncertainty": 120
},
"departure": {
"time": "1764154656",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764154749",
"uncertainty": 120
},
"departure": {
"time": "1764154799",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764154887",
"uncertainty": 120
},
"departure": {
"time": "1764154919",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764154979",
"uncertainty": 120
},
"departure": {
"time": "1764154979",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764154875",
"uncertainty": 120
},
"departure": {
"time": "1764154875",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764154980",
"uncertainty": 120
},
"departure": {
"time": "1764154980",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155028",
"uncertainty": 120
},
"departure": {
"time": "1764155028",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155189",
"uncertainty": 120
},
"departure": {
"time": "1764155199",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764155259",
"uncertainty": 120
},
"departure": {
"time": "1764155289",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764155365",
"uncertainty": 120
},
"departure": {
"time": "1764155379",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764155506",
"uncertainty": 120
},
"departure": {
"time": "1764155559",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764155635",
"uncertainty": 120
},
"departure": {
"time": "1764155709",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764155767",
"uncertainty": 120
},
"departure": {
"time": "1764155769",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764155844",
"uncertainty": 120
},
"departure": {
"time": "1764155889",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764155979",
"uncertainty": 120
},
"departure": {
"time": "1764155979",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156032",
"uncertainty": 120
},
"departure": {
"time": "1764156129",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156189",
"uncertainty": 120
},
"departure": {
"time": "1764156189",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156248",
"uncertainty": 120
},
"departure": {
"time": "1764156248",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156326",
"uncertainty": 120
},
"departure": {
"time": "1764156326",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156434",
"uncertainty": 120
},
"departure": {
"time": "1764156434",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764156488",
"uncertainty": 120
},
"departure": {
"time": "1764156488",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764156602",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323629"
},
"vehicle": {
"id": "328",
"label": "328"
}
}
},
{
"id": "21323601",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764159123",
"uncertainty": 120
},
"departure": {
"time": "1764159123",
"uncertainty": 120
},
"stopId": "leoli12"
},
{
"departure": {
"time": "1764158520",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1764158623",
"uncertainty": 120
},
"departure": {
"time": "1764158623",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1764158721",
"uncertainty": 120
},
"departure": {
"time": "1764158721",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764158810",
"uncertainty": 120
},
"departure": {
"time": "1764158810",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764158880",
"uncertainty": 120
},
"departure": {
"time": "1764158880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1764158955",
"uncertainty": 120
},
"departure": {
"time": "1764158955",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764159012",
"uncertainty": 120
},
"departure": {
"time": "1764159012",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764159054",
"uncertainty": 120
},
"departure": {
"time": "1764159054",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764159136",
"uncertainty": 120
},
"departure": {
"time": "1764159136",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764159203",
"uncertainty": 120
},
"departure": {
"time": "1764159203",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764159257",
"uncertainty": 120
},
"departure": {
"time": "1764159257",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764159307",
"uncertainty": 120
},
"departure": {
"time": "1764159307",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1764159362",
"uncertainty": 120
},
"departure": {
"time": "1764159362",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764159480",
"uncertainty": 120
},
"departure": {
"time": "1764159480",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764159531",
"uncertainty": 120
},
"departure": {
"time": "1764159531",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764159620",
"uncertainty": 120
},
"departure": {
"time": "1764159620",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764159811",
"uncertainty": 120
},
"departure": {
"time": "1764159811",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764159913",
"uncertainty": 120
},
"departure": {
"time": "1764159913",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764159998",
"uncertainty": 120
},
"departure": {
"time": "1764160140",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1764160358",
"uncertainty": 120
},
"departure": {
"time": "1764160358",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1764160438",
"uncertainty": 120
},
"departure": {
"time": "1764160438",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764160620",
"uncertainty": 120
},
"departure": {
"time": "1764160620",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764160716",
"uncertainty": 120
},
"departure": {
"time": "1764160716",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1764160773",
"uncertainty": 120
},
"departure": {
"time": "1764160773",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1764160860",
"uncertainty": 120
},
"departure": {
"time": "1764160860",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764160938",
"uncertainty": 120
},
"departure": {
"time": "1764160938",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1764161058",
"uncertainty": 120
},
"departure": {
"time": "1764161058",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764161160",
"uncertainty": 120
},
"departure": {
"time": "1764161160",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764161179",
"uncertainty": 120
},
"departure": {
"time": "1764161179",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764161254",
"uncertainty": 120
},
"departure": {
"time": "1764161254",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1764161396",
"uncertainty": 120
},
"departure": {
"time": "1764161396",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1764161420",
"uncertainty": 120
},
"departure": {
"time": "1764161420",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1764161459",
"uncertainty": 120
},
"departure": {
"time": "1764161459",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1764161520",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323601"
}
}
},
{
"id": "21323838",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157500",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323838"
}
}
},
{
"id": "21323827",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764159300",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323827"
}
}
},
{
"id": "21323595",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764154143",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764154246",
"uncertainty": 120
},
"departure": {
"time": "1764154246",
"uncertainty": 120
},
"stopId": "lacegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764154294",
"uncertainty": 120
},
"departure": {
"time": "1764154296",
"uncertainty": 120
},
"stopId": "lacgara2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764154385",
"uncertainty": 120
},
"departure": {
"time": "1764154385",
"uncertainty": 120
},
"stopId": "lacpern2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764154435",
"uncertainty": 120
},
"departure": {
"time": "1764154447",
"uncertainty": 120
},
"stopId": "lacpell2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764154516",
"uncertainty": 120
},
"departure": {
"time": "1764154516",
"uncertainty": 120
},
"stopId": "smbbadh2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764154583",
"uncertainty": 120
},
"departure": {
"time": "1764154627",
"uncertainty": 120
},
"stopId": "bsminqo",
"stopSequence": 7
},
{
"arrival": {
"time": "1764154708",
"uncertainty": 120
},
"departure": {
"time": "1764154748",
"uncertainty": 120
},
"stopId": "smbipbo",
"stopSequence": 8
},
{
"arrival": {
"time": "1764154798",
"uncertainty": 120
},
"departure": {
"time": "1764154798",
"uncertainty": 120
},
"stopId": "smboues2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764154965",
"uncertainty": 120
},
"departure": {
"time": "1764154965",
"uncertainty": 120
},
"stopId": "smbin1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764155048",
"uncertainty": 120
},
"departure": {
"time": "1764155048",
"uncertainty": 120
},
"stopId": "smbin2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764155133",
"uncertainty": 120
},
"departure": {
"time": "1764155133",
"uncertainty": 120
},
"stopId": "smbin3",
"stopSequence": 12
},
{
"arrival": {
"time": "1764155168",
"uncertainty": 120
},
"departure": {
"time": "1764155168",
"uncertainty": 120
},
"stopId": "smbin4",
"stopSequence": 13
},
{
"arrival": {
"time": "1764155228",
"uncertainty": 120
},
"departure": {
"time": "1764155228",
"uncertainty": 120
},
"stopId": "smbin5",
"stopSequence": 14
},
{
"arrival": {
"time": "1764155276",
"uncertainty": 120
},
"departure": {
"time": "1764155288",
"uncertainty": 120
},
"stopId": "smbin6",
"stopSequence": 15
},
{
"arrival": {
"time": "1764155361",
"uncertainty": 120
},
"departure": {
"time": "1764155361",
"uncertainty": 120
},
"stopId": "smbin7",
"stopSequence": 16
},
{
"arrival": {
"time": "1764155414",
"uncertainty": 120
},
"departure": {
"time": "1764155414",
"uncertainty": 120
},
"stopId": "smbin8",
"stopSequence": 17
},
{
"arrival": {
"time": "1764155708",
"uncertainty": 120
},
"departure": {
"time": "1764155708",
"uncertainty": 120
},
"stopId": "smbheli",
"stopSequence": 18
},
{
"arrival": {
"time": "1764155919",
"uncertainty": 120
},
"departure": {
"time": "1764155948",
"uncertainty": 120
},
"stopId": "smbmont2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156001",
"uncertainty": 120
},
"departure": {
"time": "1764156009",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156050",
"uncertainty": 120
},
"departure": {
"time": "1764156069",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 21
},
{
"arrival": {
"time": "1764156129",
"uncertainty": 120
},
"departure": {
"time": "1764156129",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764156237",
"uncertainty": 120
},
"departure": {
"time": "1764156237",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764156333",
"uncertainty": 120
},
"departure": {
"time": "1764156333",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 24
},
{
"arrival": {
"time": "1764156394",
"uncertainty": 120
},
"departure": {
"time": "1764156394",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764156468",
"uncertainty": 120
},
"departure": {
"time": "1764156468",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 26
},
{
"arrival": {
"time": "1764156547",
"uncertainty": 120
},
"departure": {
"time": "1764156547",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 27
},
{
"arrival": {
"time": "1764156656",
"uncertainty": 120
},
"departure": {
"time": "1764156656",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 28
},
{
"arrival": {
"time": "1764156710",
"uncertainty": 120
},
"departure": {
"time": "1764156710",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 29
},
{
"arrival": {
"time": "1764156805",
"uncertainty": 120
},
"stopId": "bsmcc10r",
"stopSequence": 30
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323595"
},
"vehicle": {
"id": "516",
"label": "516"
}
}
},
{
"id": "21323816",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155612",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155664",
"uncertainty": 120
},
"departure": {
"time": "1764155671",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155832",
"uncertainty": 120
},
"departure": {
"time": "1764155882",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156066",
"uncertainty": 120
},
"departure": {
"time": "1764156092",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156517",
"uncertainty": 120
},
"departure": {
"time": "1764156517",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156697",
"uncertainty": 120
},
"departure": {
"time": "1764156697",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156924",
"uncertainty": 120
},
"departure": {
"time": "1764156924",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157464",
"uncertainty": 120
},
"departure": {
"time": "1764157464",
"uncertainty": 120
},
"stopId": "leochat",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157681",
"uncertainty": 120
},
"departure": {
"time": "1764157681",
"uncertainty": 120
},
"stopId": "isqmair",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157882",
"uncertainty": 120
},
"departure": {
"time": "1764157882",
"uncertainty": 120
},
"stopId": "hestro1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158013",
"uncertainty": 120
},
"departure": {
"time": "1764158013",
"uncertainty": 120
},
"stopId": "hesman1",
"stopSequence": 11
},
{
"arrival": {
"time": "1764158076",
"uncertainty": 120
},
"departure": {
"time": "1764158076",
"uncertainty": 120
},
"stopId": "hesecol",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158263",
"uncertainty": 120
},
"departure": {
"time": "1764158263",
"uncertainty": 120
},
"stopId": "hesegli",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158316",
"uncertainty": 120
},
"stopId": "hegmai1",
"stopSequence": 14
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "83",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323816"
},
"vehicle": {
"id": "181",
"label": "181"
}
}
},
{
"id": "21323823",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764158700",
"uncertainty": 120
},
"stopId": "hesecol2",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323823"
}
}
},
{
"id": "21323820",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155700",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155892",
"uncertainty": 120
},
"departure": {
"time": "1764155943",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156032",
"uncertainty": 120
},
"departure": {
"time": "1764156063",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156152",
"uncertainty": 120
},
"departure": {
"time": "1764156182",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156316",
"uncertainty": 120
},
"departure": {
"time": "1764156316",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156354",
"uncertainty": 120
},
"departure": {
"time": "1764156354",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156398",
"uncertainty": 120
},
"departure": {
"time": "1764156398",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156474",
"uncertainty": 120
},
"departure": {
"time": "1764156474",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156556",
"uncertainty": 120
},
"departure": {
"time": "1764156556",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156719",
"uncertainty": 120
},
"departure": {
"time": "1764156719",
"uncertainty": 120
},
"stopId": "leopet1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156849",
"uncertainty": 120
},
"departure": {
"time": "1764156849",
"uncertainty": 120
},
"stopId": "lebeau3",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156898",
"uncertainty": 120
},
"departure": {
"time": "1764156898",
"uncertainty": 120
},
"stopId": "leocite",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156930",
"uncertainty": 120
},
"departure": {
"time": "1764156930",
"uncertainty": 120
},
"stopId": "leobel1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157008",
"uncertainty": 120
},
"departure": {
"time": "1764157008",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157106",
"uncertainty": 120
},
"departure": {
"time": "1764157106",
"uncertainty": 120
},
"stopId": "leopon1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157170",
"uncertainty": 120
},
"departure": {
"time": "1764157170",
"uncertainty": 120
},
"stopId": "leomair",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157219",
"uncertainty": 120
},
"departure": {
"time": "1764157219",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157252",
"uncertainty": 120
},
"departure": {
"time": "1764157252",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157321",
"uncertainty": 120
},
"departure": {
"time": "1764157321",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157373",
"uncertainty": 120
},
"departure": {
"time": "1764157373",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157405",
"uncertainty": 120
},
"departure": {
"time": "1764157405",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157457",
"uncertainty": 120
},
"departure": {
"time": "1764157457",
"uncertainty": 120
},
"stopId": "leochat",
"stopSequence": 22
},
{
"arrival": {
"time": "1764157506",
"uncertainty": 120
},
"departure": {
"time": "1764157506",
"uncertainty": 120
},
"stopId": "isqresi",
"stopSequence": 23
},
{
"arrival": {
"time": "1764157605",
"uncertainty": 120
},
"departure": {
"time": "1764157605",
"uncertainty": 120
},
"stopId": "isqhame",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157744",
"uncertainty": 120
},
"departure": {
"time": "1764157744",
"uncertainty": 120
},
"stopId": "isqmair",
"stopSequence": 25
},
{
"arrival": {
"time": "1764157826",
"uncertainty": 120
},
"departure": {
"time": "1764157826",
"uncertainty": 120
},
"stopId": "isqcast",
"stopSequence": 26
},
{
"arrival": {
"time": "1764157867",
"uncertainty": 120
},
"departure": {
"time": "1764157867",
"uncertainty": 120
},
"stopId": "isqegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1764157930",
"uncertainty": 120
},
"departure": {
"time": "1764157930",
"uncertainty": 120
},
"stopId": "isqvill",
"stopSequence": 28
},
{
"arrival": {
"time": "1764157973",
"uncertainty": 120
},
"departure": {
"time": "1764157973",
"uncertainty": 120
},
"stopId": "isqcast2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764158126",
"uncertainty": 120
},
"departure": {
"time": "1764158126",
"uncertainty": 120
},
"stopId": "hestro1",
"stopSequence": 30
},
{
"arrival": {
"time": "1764158248",
"uncertainty": 120
},
"departure": {
"time": "1764158248",
"uncertainty": 120
},
"stopId": "hesman1",
"stopSequence": 31
},
{
"arrival": {
"time": "1764158290",
"uncertainty": 120
},
"stopId": "hesver1",
"stopSequence": 32
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323820"
},
"vehicle": {
"id": "161",
"label": "161"
}
}
},
{
"id": "21323588",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764159000",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323588"
}
}
},
{
"id": "21323811",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157326",
"uncertainty": 120
},
"stopId": "semcol1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764157391",
"uncertainty": 120
},
"departure": {
"time": "1764157391",
"uncertainty": 120
},
"stopId": "semquen4",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157792",
"uncertainty": 120
},
"departure": {
"time": "1764157792",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157821",
"uncertainty": 120
},
"departure": {
"time": "1764157821",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157882",
"uncertainty": 120
},
"departure": {
"time": "1764157882",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 5
},
{
"arrival": {
"time": "1764158002",
"uncertainty": 120
},
"departure": {
"time": "1764158002",
"uncertainty": 120
},
"stopId": "leober1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764158117",
"uncertainty": 120
},
"departure": {
"time": "1764158117",
"uncertainty": 120
},
"stopId": "leovall",
"stopSequence": 7
},
{
"arrival": {
"time": "1764158241",
"uncertainty": 120
},
"departure": {
"time": "1764158241",
"uncertainty": 120
},
"stopId": "leorec2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764158349",
"uncertainty": 120
},
"departure": {
"time": "1764158349",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764158589",
"uncertainty": 120
},
"departure": {
"time": "1764158589",
"uncertainty": 120
},
"stopId": "leopet2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158745",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 11
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "194",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323811"
}
}
},
{
"id": "21323812",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156900",
"uncertainty": 120
},
"stopId": "semcol1",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "194",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323812"
}
}
},
{
"id": "21323877",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157200",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323877"
}
}
},
{
"id": "21323786",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155654",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155804",
"uncertainty": 120
},
"departure": {
"time": "1764155804",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156104",
"uncertainty": 120
},
"departure": {
"time": "1764156104",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156164",
"uncertainty": 120
},
"departure": {
"time": "1764156164",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156310",
"uncertainty": 120
},
"departure": {
"time": "1764156310",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156413",
"uncertainty": 120
},
"departure": {
"time": "1764156413",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156547",
"uncertainty": 120
},
"departure": {
"time": "1764156547",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156654",
"uncertainty": 120
},
"departure": {
"time": "1764156654",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156733",
"uncertainty": 120
},
"departure": {
"time": "1764156733",
"uncertainty": 120
},
"stopId": "bsmhvi1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156767",
"uncertainty": 120
},
"departure": {
"time": "1764156767",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156823",
"uncertainty": 120
},
"departure": {
"time": "1764156823",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156899",
"uncertainty": 120
},
"departure": {
"time": "1764156899",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156978",
"uncertainty": 120
},
"departure": {
"time": "1764156978",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157059",
"uncertainty": 120
},
"departure": {
"time": "1764157059",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157144",
"uncertainty": 120
},
"departure": {
"time": "1764157144",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157243",
"uncertainty": 120
},
"departure": {
"time": "1764157243",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157367",
"uncertainty": 120
},
"departure": {
"time": "1764157367",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157427",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 18
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "128",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323786"
},
"vehicle": {
"id": "185",
"label": "185"
}
}
},
{
"id": "21323791",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155851",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155892",
"uncertainty": 120
},
"departure": {
"time": "1764155892",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155984",
"uncertainty": 120
},
"departure": {
"time": "1764156031",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156181",
"uncertainty": 120
},
"departure": {
"time": "1764156181",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156301",
"uncertainty": 120
},
"departure": {
"time": "1764156301",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156364",
"uncertainty": 120
},
"departure": {
"time": "1764156364",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156541",
"uncertainty": 120
},
"departure": {
"time": "1764156541",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156959",
"uncertainty": 120
},
"departure": {
"time": "1764156959",
"uncertainty": 120
},
"stopId": "bsmc16a",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157033",
"uncertainty": 120
},
"departure": {
"time": "1764157033",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157132",
"uncertainty": 120
},
"departure": {
"time": "1764157132",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157304",
"uncertainty": 120
},
"departure": {
"time": "1764157304",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157373",
"uncertainty": 120
},
"departure": {
"time": "1764157373",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157477",
"uncertainty": 120
},
"departure": {
"time": "1764157477",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157531",
"uncertainty": 120
},
"departure": {
"time": "1764157531",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157606",
"uncertainty": 120
},
"departure": {
"time": "1764157606",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157725",
"uncertainty": 120
},
"departure": {
"time": "1764157725",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157868",
"uncertainty": 120
},
"departure": {
"time": "1764157868",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157905",
"uncertainty": 120
},
"departure": {
"time": "1764157905",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157948",
"uncertainty": 120
},
"departure": {
"time": "1764157948",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158025",
"uncertainty": 120
},
"departure": {
"time": "1764158025",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764158133",
"uncertainty": 120
},
"departure": {
"time": "1764158133",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764158191",
"uncertainty": 120
},
"departure": {
"time": "1764158191",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 22
},
{
"arrival": {
"time": "1764158230",
"uncertainty": 120
},
"departure": {
"time": "1764158230",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764158325",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 24
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "73",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323791"
},
"vehicle": {
"id": "178",
"label": "178"
}
}
},
{
"id": "21323778",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155822",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156041",
"uncertainty": 120
},
"departure": {
"time": "1764156092",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156354",
"uncertainty": 120
},
"departure": {
"time": "1764156354",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156594",
"uncertainty": 120
},
"departure": {
"time": "1764156594",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156894",
"uncertainty": 120
},
"departure": {
"time": "1764156894",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156923",
"uncertainty": 120
},
"departure": {
"time": "1764156923",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157507",
"uncertainty": 120
},
"departure": {
"time": "1764157507",
"uncertainty": 120
},
"stopId": "pitpit1",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157569",
"uncertainty": 120
},
"departure": {
"time": "1764157569",
"uncertainty": 120
},
"stopId": "persouv",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157737",
"uncertainty": 120
},
"departure": {
"time": "1764157737",
"uncertainty": 120
},
"stopId": "perplac",
"stopSequence": 9
},
{
"arrival": {
"time": "1764158061",
"uncertainty": 120
},
"departure": {
"time": "1764158061",
"uncertainty": 120
},
"stopId": "confore3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158107",
"uncertainty": 120
},
"departure": {
"time": "1764158107",
"uncertainty": 120
},
"stopId": "conoix1",
"stopSequence": 11
},
{
"arrival": {
"time": "1764158268",
"uncertainty": 120
},
"departure": {
"time": "1764158268",
"uncertainty": 120
},
"stopId": "conplac2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158407",
"uncertainty": 120
},
"departure": {
"time": "1764158407",
"uncertainty": 120
},
"stopId": "concroq2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158827",
"uncertainty": 120
},
"departure": {
"time": "1764158827",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158987",
"uncertainty": 120
},
"departure": {
"time": "1764158987",
"uncertainty": 120
},
"stopId": "lacpont2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764159067",
"uncertainty": 120
},
"departure": {
"time": "1764159067",
"uncertainty": 120
},
"stopId": "lacchai2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764159161",
"uncertainty": 120
},
"departure": {
"time": "1764159161",
"uncertainty": 120
},
"stopId": "lacegli2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764159213",
"uncertainty": 120
},
"departure": {
"time": "1764159213",
"uncertainty": 120
},
"stopId": "lacgara2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764159342",
"uncertainty": 120
},
"departure": {
"time": "1764159342",
"uncertainty": 120
},
"stopId": "lacpern2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764159413",
"uncertainty": 120
},
"departure": {
"time": "1764159413",
"uncertainty": 120
},
"stopId": "lacpell2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764159487",
"uncertainty": 120
},
"stopId": "smbbadh2",
"stopSequence": 21
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "176",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323778"
},
"vehicle": {
"id": "211",
"label": "211"
}
}
},
{
"id": "21323863",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764158400",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323863"
}
}
},
{
"id": "21323899",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764155965",
"uncertainty": 120
},
"departure": {
"time": "1764155969",
"uncertainty": 120
},
"stopId": "bsmfem1"
},
{
"arrival": {
"time": "1764156085",
"uncertainty": 120
},
"departure": {
"time": "1764156085",
"uncertainty": 120
},
"stopId": "bsmhenn"
},
{
"arrival": {
"time": "1764156112",
"uncertainty": 120
},
"departure": {
"time": "1764156112",
"uncertainty": 120
},
"stopId": "bsmhenn2"
},
{
"arrival": {
"time": "1764156149",
"uncertainty": 120
},
"departure": {
"time": "1764156149",
"uncertainty": 120
},
"stopId": "bsmros2"
},
{
"arrival": {
"time": "1764156179",
"uncertainty": 120
},
"departure": {
"time": "1764156179",
"uncertainty": 120
},
"stopId": "bsmmade"
},
{
"arrival": {
"time": "1764156188",
"uncertainty": 120
},
"departure": {
"time": "1764156188",
"uncertainty": 120
},
"stopId": "bsmampe"
},
{
"departure": {
"time": "1764155433",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155521",
"uncertainty": 120
},
"departure": {
"time": "1764155522",
"uncertainty": 120
},
"stopId": "bsmpalb",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155544",
"uncertainty": 120
},
"departure": {
"time": "1764155553",
"uncertainty": 120
},
"stopId": "bsmedou",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155591",
"uncertainty": 120
},
"departure": {
"time": "1764155591",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155627",
"uncertainty": 120
},
"departure": {
"time": "1764155642",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155684",
"uncertainty": 120
},
"departure": {
"time": "1764155684",
"uncertainty": 120
},
"stopId": "bsmest",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155728",
"uncertainty": 120
},
"departure": {
"time": "1764155728",
"uncertainty": 120
},
"stopId": "bsmvatre",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155757",
"uncertainty": 120
},
"departure": {
"time": "1764155762",
"uncertainty": 120
},
"stopId": "bsmcenl",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155837",
"uncertainty": 120
},
"departure": {
"time": "1764155852",
"uncertainty": 120
},
"stopId": "bsmbran3",
"stopSequence": 9
},
{
"arrival": {
"time": "1764155903",
"uncertainty": 120
},
"departure": {
"time": "1764155903",
"uncertainty": 120
},
"stopId": "bsmval",
"stopSequence": 10
},
{
"arrival": {
"time": "1764155961",
"uncertainty": 120
},
"departure": {
"time": "1764155961",
"uncertainty": 120
},
"stopId": "bsmfem1",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156042",
"uncertainty": 120
},
"departure": {
"time": "1764156042",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmarc",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156072",
"uncertainty": 120
},
"departure": {
"time": "1764156072",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmbell",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156096",
"uncertainty": 120
},
"departure": {
"time": "1764156096",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdocq",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156134",
"uncertainty": 120
},
"departure": {
"time": "1764156134",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmpane",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156200",
"uncertainty": 120
},
"departure": {
"time": "1764156200",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmqueh2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156248",
"uncertainty": 120
},
"departure": {
"time": "1764156248",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmont",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156188",
"uncertainty": 120
},
"departure": {
"time": "1764156188",
"uncertainty": 120
},
"stopId": "bsmampe",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156247",
"uncertainty": 120
},
"departure": {
"time": "1764156247",
"uncertainty": 120
},
"stopId": "bsmhfa",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156301",
"uncertainty": 120
},
"departure": {
"time": "1764156301",
"uncertainty": 120
},
"stopId": "bsmcase",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156663",
"uncertainty": 120
},
"departure": {
"time": "1764156663",
"uncertainty": 120
},
"stopId": "bsmblum4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764156736",
"uncertainty": 120
},
"departure": {
"time": "1764156736",
"uncertainty": 120
},
"stopId": "bsmboucl",
"stopSequence": 22
},
{
"arrival": {
"time": "1764156829",
"uncertainty": 120
},
"departure": {
"time": "1764156829",
"uncertainty": 120
},
"stopId": "bsmcolo",
"stopSequence": 23
},
{
"arrival": {
"time": "1764156855",
"uncertainty": 120
},
"departure": {
"time": "1764156855",
"uncertainty": 120
},
"stopId": "bsmdet1",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157023",
"uncertainty": 120
},
"departure": {
"time": "1764157023",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 25
},
{
"arrival": {
"time": "1764157203",
"uncertainty": 120
},
"departure": {
"time": "1764157203",
"uncertainty": 120
},
"stopId": "bsmfbui",
"stopSequence": 26
},
{
"arrival": {
"time": "1764157247",
"uncertainty": 120
},
"departure": {
"time": "1764157247",
"uncertainty": 120
},
"stopId": "bsmjver",
"stopSequence": 27
},
{
"arrival": {
"time": "1764157563",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 28
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "TH02",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323899"
},
"vehicle": {
"id": "213",
"label": "213"
}
}
},
{
"id": "21323772",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155429",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156584",
"uncertainty": 120
},
"departure": {
"time": "1764156584",
"uncertainty": 120
},
"stopId": "smbvil2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156720",
"uncertainty": 120
},
"departure": {
"time": "1764156720",
"uncertainty": 120
},
"stopId": "smbwar2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156845",
"uncertainty": 120
},
"departure": {
"time": "1764156845",
"uncertainty": 120
},
"stopId": "smbbou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156899",
"uncertainty": 120
},
"departure": {
"time": "1764156899",
"uncertainty": 120
},
"stopId": "smbcite3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156943",
"uncertainty": 120
},
"departure": {
"time": "1764156943",
"uncertainty": 120
},
"stopId": "smbostr2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156978",
"uncertainty": 120
},
"departure": {
"time": "1764156978",
"uncertainty": 120
},
"stopId": "smbcite4",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157032",
"uncertainty": 120
},
"departure": {
"time": "1764157032",
"uncertainty": 120
},
"stopId": "smborme4",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157094",
"uncertainty": 120
},
"departure": {
"time": "1764157094",
"uncertainty": 120
},
"stopId": "smbappo4",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157186",
"uncertainty": 120
},
"departure": {
"time": "1764157186",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157252",
"uncertainty": 120
},
"departure": {
"time": "1764157252",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157303",
"uncertainty": 120
},
"departure": {
"time": "1764157303",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157350",
"uncertainty": 120
},
"departure": {
"time": "1764157350",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157590",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 15
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "206",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323772"
},
"vehicle": {
"id": "179",
"label": "179"
}
}
},
{
"id": "21323761",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155283",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155998",
"uncertainty": 120
},
"departure": {
"time": "1764156093",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156222",
"uncertainty": 120
},
"departure": {
"time": "1764156222",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156362",
"uncertainty": 120
},
"departure": {
"time": "1764156362",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156436",
"uncertainty": 120
},
"departure": {
"time": "1764156436",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156496",
"uncertainty": 120
},
"departure": {
"time": "1764156496",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156560",
"uncertainty": 120
},
"departure": {
"time": "1764156560",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156641",
"uncertainty": 120
},
"departure": {
"time": "1764156641",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156685",
"uncertainty": 120
},
"departure": {
"time": "1764156685",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156751",
"uncertainty": 120
},
"departure": {
"time": "1764156751",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156986",
"uncertainty": 120
},
"departure": {
"time": "1764156986",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157061",
"uncertainty": 120
},
"departure": {
"time": "1764157061",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157112",
"uncertainty": 120
},
"departure": {
"time": "1764157112",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157142",
"uncertainty": 120
},
"departure": {
"time": "1764157142",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157211",
"uncertainty": 120
},
"departure": {
"time": "1764157211",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157327",
"uncertainty": 120
},
"departure": {
"time": "1764157327",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157382",
"uncertainty": 120
},
"departure": {
"time": "1764157382",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157451",
"uncertainty": 120
},
"departure": {
"time": "1764157451",
"uncertainty": 120
},
"stopId": "wimsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157189",
"uncertainty": 120
},
"departure": {
"time": "1764157189",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157252",
"uncertainty": 120
},
"departure": {
"time": "1764157252",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157563",
"uncertainty": 120
},
"departure": {
"time": "1764157563",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157637",
"uncertainty": 120
},
"departure": {
"time": "1764157637",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 22
},
{
"arrival": {
"time": "1764157688",
"uncertainty": 120
},
"departure": {
"time": "1764157688",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 23
},
{
"arrival": {
"time": "1764157763",
"uncertainty": 120
},
"departure": {
"time": "1764157763",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157859",
"uncertainty": 120
},
"departure": {
"time": "1764157859",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 25
},
{
"arrival": {
"time": "1764157961",
"uncertainty": 120
},
"departure": {
"time": "1764157961",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 26
},
{
"arrival": {
"time": "1764158045",
"uncertainty": 120
},
"departure": {
"time": "1764158045",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 27
},
{
"arrival": {
"time": "1764158093",
"uncertainty": 120
},
"departure": {
"time": "1764158093",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 28
},
{
"arrival": {
"time": "1764158123",
"uncertainty": 120
},
"departure": {
"time": "1764158123",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 29
},
{
"arrival": {
"time": "1764158184",
"uncertainty": 120
},
"departure": {
"time": "1764158184",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 30
},
{
"arrival": {
"time": "1764158208",
"uncertainty": 120
},
"departure": {
"time": "1764158208",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 31
},
{
"arrival": {
"time": "1764158275",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 32
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "210",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323761"
},
"vehicle": {
"id": "512",
"label": "512"
}
}
},
{
"id": "21323754",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764155436",
"uncertainty": 120
},
"departure": {
"time": "1764155436",
"uncertainty": 120
},
"stopId": "wimsncf2"
},
{
"arrival": {
"time": "1764155495",
"uncertainty": 120
},
"departure": {
"time": "1764155495",
"uncertainty": 120
},
"stopId": "wimcol2"
},
{
"arrival": {
"time": "1764155661",
"uncertainty": 120
},
"departure": {
"time": "1764155661",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764155284",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155349",
"uncertainty": 120
},
"departure": {
"time": "1764155349",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155449",
"uncertainty": 120
},
"departure": {
"time": "1764155449",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155512",
"uncertainty": 120
},
"departure": {
"time": "1764155512",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155580",
"uncertainty": 120
},
"departure": {
"time": "1764155580",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155756",
"uncertainty": 120
},
"departure": {
"time": "1764155778",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155823",
"uncertainty": 120
},
"departure": {
"time": "1764155823",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155920",
"uncertainty": 120
},
"departure": {
"time": "1764155920",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156018",
"uncertainty": 120
},
"departure": {
"time": "1764156018",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156121",
"uncertainty": 120
},
"departure": {
"time": "1764156138",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156216",
"uncertainty": 120
},
"departure": {
"time": "1764156216",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156264",
"uncertainty": 120
},
"departure": {
"time": "1764156264",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156294",
"uncertainty": 120
},
"departure": {
"time": "1764156294",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156355",
"uncertainty": 120
},
"departure": {
"time": "1764156355",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156377",
"uncertainty": 120
},
"departure": {
"time": "1764156377",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156423",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 16
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323754"
},
"vehicle": {
"id": "175",
"label": "175"
}
}
},
{
"id": "21323502",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764159981",
"uncertainty": 120
},
"departure": {
"time": "1764159981",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764160012",
"uncertainty": 120
},
"departure": {
"time": "1764160012",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1764159300",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1764159528",
"uncertainty": 120
},
"departure": {
"time": "1764159528",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764159680",
"uncertainty": 120
},
"departure": {
"time": "1764159680",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764159780",
"uncertainty": 120
},
"departure": {
"time": "1764159780",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764159884",
"uncertainty": 120
},
"departure": {
"time": "1764159884",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764159975",
"uncertainty": 120
},
"departure": {
"time": "1764159975",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764160080",
"uncertainty": 120
},
"departure": {
"time": "1764160080",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764160125",
"uncertainty": 120
},
"departure": {
"time": "1764160125",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764160015",
"uncertainty": 120
},
"departure": {
"time": "1764160015",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1764160112",
"uncertainty": 120
},
"departure": {
"time": "1764160112",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1764160252",
"uncertainty": 120
},
"departure": {
"time": "1764160252",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1764160393",
"uncertainty": 120
},
"departure": {
"time": "1764160393",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1764160487",
"uncertainty": 120
},
"departure": {
"time": "1764160487",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1764160533",
"uncertainty": 120
},
"departure": {
"time": "1764160533",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1764160606",
"uncertainty": 120
},
"departure": {
"time": "1764160606",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764160717",
"uncertainty": 120
},
"departure": {
"time": "1764160717",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764160843",
"uncertainty": 120
},
"departure": {
"time": "1764160843",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764160927",
"uncertainty": 120
},
"departure": {
"time": "1764160927",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764161086",
"uncertainty": 120
},
"departure": {
"time": "1764161086",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764161195",
"uncertainty": 120
},
"departure": {
"time": "1764161195",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764161305",
"uncertainty": 120
},
"departure": {
"time": "1764161305",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764161363",
"uncertainty": 120
},
"departure": {
"time": "1764161363",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1764161456",
"uncertainty": 120
},
"departure": {
"time": "1764161456",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1764161553",
"uncertainty": 120
},
"departure": {
"time": "1764161553",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764161648",
"uncertainty": 120
},
"departure": {
"time": "1764161648",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1764161731",
"uncertainty": 120
},
"departure": {
"time": "1764161731",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764161810",
"uncertainty": 120
},
"departure": {
"time": "1764161810",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1764161972",
"uncertainty": 120
},
"departure": {
"time": "1764161972",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1764162077",
"uncertainty": 120
},
"departure": {
"time": "1764162077",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1764162149",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323502"
}
}
},
{
"id": "21323500",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764155641",
"uncertainty": 120
},
"departure": {
"time": "1764155663",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764155700",
"uncertainty": 120
},
"departure": {
"time": "1764155700",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1764154895",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155045",
"uncertainty": 120
},
"departure": {
"time": "1764155075",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155268",
"uncertainty": 120
},
"departure": {
"time": "1764155345",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155405",
"uncertainty": 120
},
"departure": {
"time": "1764155435",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155488",
"uncertainty": 120
},
"departure": {
"time": "1764155525",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155535",
"uncertainty": 120
},
"departure": {
"time": "1764155535",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155640",
"uncertainty": 120
},
"departure": {
"time": "1764155640",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155685",
"uncertainty": 120
},
"departure": {
"time": "1764155685",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155703",
"uncertainty": 120
},
"departure": {
"time": "1764155735",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1764155795",
"uncertainty": 120
},
"departure": {
"time": "1764155795",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1764155885",
"uncertainty": 120
},
"departure": {
"time": "1764155915",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1764155988",
"uncertainty": 120
},
"departure": {
"time": "1764156005",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156065",
"uncertainty": 120
},
"departure": {
"time": "1764156065",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156125",
"uncertainty": 120
},
"departure": {
"time": "1764156125",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156166",
"uncertainty": 120
},
"departure": {
"time": "1764156166",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156258",
"uncertainty": 120
},
"departure": {
"time": "1764156258",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156373",
"uncertainty": 120
},
"departure": {
"time": "1764156373",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156449",
"uncertainty": 120
},
"departure": {
"time": "1764156449",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156594",
"uncertainty": 120
},
"departure": {
"time": "1764156594",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156694",
"uncertainty": 120
},
"departure": {
"time": "1764156694",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156804",
"uncertainty": 120
},
"departure": {
"time": "1764156804",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764156861",
"uncertainty": 120
},
"departure": {
"time": "1764156861",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1764156954",
"uncertainty": 120
},
"departure": {
"time": "1764156954",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1764157051",
"uncertainty": 120
},
"departure": {
"time": "1764157051",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157146",
"uncertainty": 120
},
"departure": {
"time": "1764157146",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1764157293",
"uncertainty": 120
},
"departure": {
"time": "1764157293",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764157355",
"uncertainty": 120
},
"departure": {
"time": "1764157355",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1764157517",
"uncertainty": 120
},
"departure": {
"time": "1764157517",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1764157588",
"uncertainty": 120
},
"departure": {
"time": "1764157588",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1764157637",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323500"
},
"vehicle": {
"id": "515",
"label": "515"
}
}
},
{
"id": "21725884",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155343",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155463",
"uncertainty": 120
},
"departure": {
"time": "1764155463",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155523",
"uncertainty": 120
},
"departure": {
"time": "1764155523",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155533",
"uncertainty": 120
},
"departure": {
"time": "1764155533",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155601",
"uncertainty": 120
},
"departure": {
"time": "1764155601",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155643",
"uncertainty": 120
},
"departure": {
"time": "1764155711",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155785",
"uncertainty": 120
},
"departure": {
"time": "1764155785",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155883",
"uncertainty": 120
},
"departure": {
"time": "1764155973",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156074",
"uncertainty": 120
},
"departure": {
"time": "1764156093",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156147",
"uncertainty": 120
},
"departure": {
"time": "1764156153",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156205",
"uncertainty": 120
},
"departure": {
"time": "1764156205",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156295",
"uncertainty": 120
},
"departure": {
"time": "1764156295",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156351",
"uncertainty": 120
},
"departure": {
"time": "1764156351",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156483",
"uncertainty": 120
},
"departure": {
"time": "1764156483",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156514",
"uncertainty": 120
},
"departure": {
"time": "1764156514",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156670",
"uncertainty": 120
},
"departure": {
"time": "1764156670",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156784",
"uncertainty": 120
},
"departure": {
"time": "1764156900",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157025",
"uncertainty": 120
},
"departure": {
"time": "1764157025",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157145",
"uncertainty": 120
},
"departure": {
"time": "1764157145",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157258",
"uncertainty": 120
},
"departure": {
"time": "1764157258",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157334",
"uncertainty": 120
},
"departure": {
"time": "1764157334",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157391",
"uncertainty": 120
},
"departure": {
"time": "1764157391",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764157529",
"uncertainty": 120
},
"departure": {
"time": "1764157529",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764157592",
"uncertainty": 120
},
"departure": {
"time": "1764157592",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157751",
"uncertainty": 120
},
"departure": {
"time": "1764157751",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764157867",
"uncertainty": 120
},
"departure": {
"time": "1764157867",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764157931",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725884"
},
"vehicle": {
"id": "191",
"label": "191"
}
}
},
{
"id": "21323501",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764157200",
"uncertainty": 120
},
"departure": {
"time": "1764157200",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764157231",
"uncertainty": 120
},
"departure": {
"time": "1764157231",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"departure": {
"time": "1764156600",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156789",
"uncertainty": 120
},
"departure": {
"time": "1764156789",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156963",
"uncertainty": 120
},
"departure": {
"time": "1764156963",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157037",
"uncertainty": 120
},
"departure": {
"time": "1764157037",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157103",
"uncertainty": 120
},
"departure": {
"time": "1764157103",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157275",
"uncertainty": 120
},
"departure": {
"time": "1764157275",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157380",
"uncertainty": 120
},
"departure": {
"time": "1764157380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157435",
"uncertainty": 120
},
"departure": {
"time": "1764157435",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157234",
"uncertainty": 120
},
"departure": {
"time": "1764157234",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157301",
"uncertainty": 120
},
"departure": {
"time": "1764157301",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157401",
"uncertainty": 120
},
"departure": {
"time": "1764157401",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157481",
"uncertainty": 120
},
"departure": {
"time": "1764157481",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157546",
"uncertainty": 120
},
"departure": {
"time": "1764157546",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157592",
"uncertainty": 120
},
"departure": {
"time": "1764157592",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157665",
"uncertainty": 120
},
"departure": {
"time": "1764157665",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157745",
"uncertainty": 120
},
"departure": {
"time": "1764157745",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157849",
"uncertainty": 120
},
"departure": {
"time": "1764157849",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157919",
"uncertainty": 120
},
"departure": {
"time": "1764157919",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158055",
"uncertainty": 120
},
"departure": {
"time": "1764158055",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158148",
"uncertainty": 120
},
"departure": {
"time": "1764158148",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764158258",
"uncertainty": 120
},
"departure": {
"time": "1764158258",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764158318",
"uncertainty": 120
},
"departure": {
"time": "1764158318",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1764158411",
"uncertainty": 120
},
"departure": {
"time": "1764158411",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1764158508",
"uncertainty": 120
},
"departure": {
"time": "1764158508",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764158603",
"uncertainty": 120
},
"departure": {
"time": "1764158603",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1764158687",
"uncertainty": 120
},
"departure": {
"time": "1764158687",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1764158772",
"uncertainty": 120
},
"departure": {
"time": "1764158772",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1764158934",
"uncertainty": 120
},
"departure": {
"time": "1764158934",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1764159005",
"uncertainty": 120
},
"departure": {
"time": "1764159005",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1764159054",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323501"
}
}
},
{
"id": "21725886",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157980",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725886"
}
}
},
{
"id": "21725858",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764154471",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764154591",
"uncertainty": 120
},
"departure": {
"time": "1764154591",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764154657",
"uncertainty": 120
},
"departure": {
"time": "1764154657",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764154672",
"uncertainty": 120
},
"departure": {
"time": "1764154672",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764154736",
"uncertainty": 120
},
"departure": {
"time": "1764154801",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764154860",
"uncertainty": 120
},
"departure": {
"time": "1764154891",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764154951",
"uncertainty": 120
},
"departure": {
"time": "1764154951",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155131",
"uncertainty": 120
},
"departure": {
"time": "1764155131",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155221",
"uncertainty": 120
},
"departure": {
"time": "1764155281",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764155333",
"uncertainty": 120
},
"departure": {
"time": "1764155333",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764155370",
"uncertainty": 120
},
"departure": {
"time": "1764155371",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764155459",
"uncertainty": 120
},
"departure": {
"time": "1764155461",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764155503",
"uncertainty": 120
},
"departure": {
"time": "1764155503",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764155627",
"uncertainty": 120
},
"departure": {
"time": "1764155641",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764155671",
"uncertainty": 120
},
"departure": {
"time": "1764155701",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764155836",
"uncertainty": 120
},
"departure": {
"time": "1764155881",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764155994",
"uncertainty": 120
},
"departure": {
"time": "1764156031",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156150",
"uncertainty": 120
},
"departure": {
"time": "1764156180",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156282",
"uncertainty": 120
},
"departure": {
"time": "1764156282",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156561",
"uncertainty": 120
},
"departure": {
"time": "1764156561",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156627",
"uncertainty": 120
},
"departure": {
"time": "1764156627",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764156675",
"uncertainty": 120
},
"departure": {
"time": "1764156675",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764156824",
"uncertainty": 120
},
"departure": {
"time": "1764156824",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764156886",
"uncertainty": 120
},
"departure": {
"time": "1764156886",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157045",
"uncertainty": 120
},
"departure": {
"time": "1764157045",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764157161",
"uncertainty": 120
},
"departure": {
"time": "1764157161",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764157225",
"uncertainty": 120
},
"departure": {
"time": "1764157225",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
},
{
"arrival": {
"time": "1764157339",
"uncertainty": 120
},
"departure": {
"time": "1764157339",
"uncertainty": 120
},
"stopId": "smbpeu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764157405",
"uncertainty": 120
},
"departure": {
"time": "1764157405",
"uncertainty": 120
},
"stopId": "smblam",
"stopSequence": 29
},
{
"arrival": {
"time": "1764157580",
"uncertainty": 120
},
"departure": {
"time": "1764157580",
"uncertainty": 120
},
"stopId": "baiboud",
"stopSequence": 30
},
{
"arrival": {
"time": "1764157648",
"uncertainty": 120
},
"departure": {
"time": "1764157648",
"uncertainty": 120
},
"stopId": "baipat",
"stopSequence": 31
},
{
"arrival": {
"time": "1764157795",
"uncertainty": 120
},
"departure": {
"time": "1764157795",
"uncertainty": 120
},
"stopId": "baicas1",
"stopSequence": 32
},
{
"arrival": {
"time": "1764157849",
"uncertainty": 120
},
"departure": {
"time": "1764157849",
"uncertainty": 120
},
"stopId": "baiaub1",
"stopSequence": 33
},
{
"arrival": {
"time": "1764157914",
"uncertainty": 120
},
"departure": {
"time": "1764157914",
"uncertainty": 120
},
"stopId": "baihetr",
"stopSequence": 34
},
{
"arrival": {
"time": "1764158005",
"uncertainty": 120
},
"stopId": "baique1",
"stopSequence": 35
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725858"
},
"vehicle": {
"id": "169",
"label": "169"
}
}
},
{
"id": "21725859",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764159780",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725859"
}
}
},
{
"id": "21725867",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764158820",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725867"
}
}
},
{
"id": "21725836",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764158280",
"uncertainty": 120
},
"departure": {
"time": "1764158280",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1764158363",
"uncertainty": 120
},
"departure": {
"time": "1764158363",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1764158469",
"uncertainty": 120
},
"departure": {
"time": "1764158469",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1764157500",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764157595",
"uncertainty": 120
},
"departure": {
"time": "1764157595",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157680",
"uncertainty": 120
},
"departure": {
"time": "1764157680",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157830",
"uncertainty": 120
},
"departure": {
"time": "1764157830",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157912",
"uncertainty": 120
},
"departure": {
"time": "1764157912",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157944",
"uncertainty": 120
},
"departure": {
"time": "1764157944",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1764158014",
"uncertainty": 120
},
"departure": {
"time": "1764158014",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1764158073",
"uncertainty": 120
},
"departure": {
"time": "1764158073",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1764158143",
"uncertainty": 120
},
"departure": {
"time": "1764158143",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1764158200",
"uncertainty": 120
},
"departure": {
"time": "1764158200",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158280",
"uncertainty": 120
},
"departure": {
"time": "1764158280",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1764158397",
"uncertainty": 120
},
"departure": {
"time": "1764158397",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158437",
"uncertainty": 120
},
"departure": {
"time": "1764158437",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158520",
"uncertainty": 120
},
"departure": {
"time": "1764158520",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158591",
"uncertainty": 120
},
"departure": {
"time": "1764158591",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764158508",
"uncertainty": 120
},
"departure": {
"time": "1764158508",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158571",
"uncertainty": 120
},
"departure": {
"time": "1764158571",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158632",
"uncertainty": 120
},
"departure": {
"time": "1764158632",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158714",
"uncertainty": 120
},
"departure": {
"time": "1764158714",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158874",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725836"
}
}
},
{
"id": "21725837",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764159600",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725837"
}
}
},
{
"id": "21725833",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156181",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156299",
"uncertainty": 120
},
"departure": {
"time": "1764156299",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156406",
"uncertainty": 120
},
"departure": {
"time": "1764156406",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156479",
"uncertainty": 120
},
"departure": {
"time": "1764156479",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156513",
"uncertainty": 120
},
"departure": {
"time": "1764156513",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156582",
"uncertainty": 120
},
"departure": {
"time": "1764156582",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156604",
"uncertainty": 120
},
"departure": {
"time": "1764156604",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156680",
"uncertainty": 120
},
"departure": {
"time": "1764156680",
"uncertainty": 120
},
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156767",
"uncertainty": 120
},
"departure": {
"time": "1764156767",
"uncertainty": 120
},
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156858",
"uncertainty": 120
},
"departure": {
"time": "1764156858",
"uncertainty": 120
},
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156937",
"uncertainty": 120
},
"departure": {
"time": "1764156937",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157052",
"uncertainty": 120
},
"departure": {
"time": "1764157052",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157112",
"uncertainty": 120
},
"departure": {
"time": "1764157112",
"uncertainty": 120
},
"stopId": "outplac2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157202",
"uncertainty": 120
},
"departure": {
"time": "1764157202",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157253",
"uncertainty": 120
},
"departure": {
"time": "1764157253",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157308",
"uncertainty": 120
},
"departure": {
"time": "1764157308",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157406",
"uncertainty": 120
},
"departure": {
"time": "1764157406",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157467",
"uncertainty": 120
},
"departure": {
"time": "1764157467",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157523",
"uncertainty": 120
},
"departure": {
"time": "1764157523",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157589",
"uncertainty": 120
},
"departure": {
"time": "1764157589",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157625",
"uncertainty": 120
},
"departure": {
"time": "1764157625",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157714",
"uncertainty": 120
},
"departure": {
"time": "1764157714",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1764157887",
"uncertainty": 120
},
"departure": {
"time": "1764157887",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1764157985",
"uncertainty": 120
},
"departure": {
"time": "1764157985",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1764158178",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725833"
},
"vehicle": {
"id": "183",
"label": "183"
}
}
},
{
"id": "21725834",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764155969",
"uncertainty": 120
},
"departure": {
"time": "1764155969",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1764156119",
"uncertainty": 120
},
"departure": {
"time": "1764156119",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1764156289",
"uncertainty": 120
},
"departure": {
"time": "1764156289",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1764155072",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155157",
"uncertainty": 120
},
"departure": {
"time": "1764155312",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155372",
"uncertainty": 120
},
"departure": {
"time": "1764155372",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155498",
"uncertainty": 120
},
"departure": {
"time": "1764155522",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155582",
"uncertainty": 120
},
"departure": {
"time": "1764155582",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155631",
"uncertainty": 120
},
"departure": {
"time": "1764155642",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155703",
"uncertainty": 120
},
"departure": {
"time": "1764155703",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155782",
"uncertainty": 120
},
"departure": {
"time": "1764155792",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155852",
"uncertainty": 120
},
"departure": {
"time": "1764155852",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1764155908",
"uncertainty": 120
},
"departure": {
"time": "1764155912",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156825",
"uncertainty": 120
},
"departure": {
"time": "1764156825",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1764155937",
"uncertainty": 120
},
"departure": {
"time": "1764155937",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1764155977",
"uncertainty": 120
},
"departure": {
"time": "1764155977",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156060",
"uncertainty": 120
},
"departure": {
"time": "1764156060",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156131",
"uncertainty": 120
},
"departure": {
"time": "1764156131",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156328",
"uncertainty": 120
},
"departure": {
"time": "1764156328",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156391",
"uncertainty": 120
},
"departure": {
"time": "1764156391",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156452",
"uncertainty": 120
},
"departure": {
"time": "1764156452",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156534",
"uncertainty": 120
},
"departure": {
"time": "1764156534",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156690",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725834"
},
"vehicle": {
"id": "193",
"label": "193"
}
}
},
{
"id": "21725835",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157500",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725835"
}
}
},
{
"id": "21323884",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156092",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156152",
"uncertainty": 120
},
"departure": {
"time": "1764156182",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156242",
"uncertainty": 120
},
"departure": {
"time": "1764156242",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156297",
"uncertainty": 120
},
"departure": {
"time": "1764156297",
"uncertainty": 120
},
"stopId": "bsmneu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156362",
"uncertainty": 120
},
"departure": {
"time": "1764156362",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156411",
"uncertainty": 120
},
"departure": {
"time": "1764156411",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156503",
"uncertainty": 120
},
"departure": {
"time": "1764156503",
"uncertainty": 120
},
"stopId": "bsmpalb2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156574",
"uncertainty": 120
},
"departure": {
"time": "1764156574",
"uncertainty": 120
},
"stopId": "bsmeco",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156608",
"uncertainty": 120
},
"departure": {
"time": "1764156608",
"uncertainty": 120
},
"stopId": "bsmnico",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156787",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 10
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323884"
},
"vehicle": {
"id": "619",
"label": "619"
}
}
},
{
"id": "21323875",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764159600",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323875"
}
}
},
{
"id": "21323844",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155162",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155222",
"uncertainty": 120
},
"departure": {
"time": "1764155222",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155272",
"uncertainty": 120
},
"departure": {
"time": "1764155272",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155293",
"uncertainty": 120
},
"departure": {
"time": "1764155293",
"uncertainty": 120
},
"stopId": "leomair2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155340",
"uncertainty": 120
},
"departure": {
"time": "1764155340",
"uncertainty": 120
},
"stopId": "leopon2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155403",
"uncertainty": 120
},
"departure": {
"time": "1764155492",
"uncertainty": 120
},
"stopId": "leofle2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155552",
"uncertainty": 120
},
"departure": {
"time": "1764155552",
"uncertainty": 120
},
"stopId": "leobel2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155582",
"uncertainty": 120
},
"departure": {
"time": "1764155792",
"uncertainty": 120
},
"stopId": "leocite2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155871",
"uncertainty": 120
},
"departure": {
"time": "1764155883",
"uncertainty": 120
},
"stopId": "leobeau2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764155997",
"uncertainty": 120
},
"departure": {
"time": "1764155997",
"uncertainty": 120
},
"stopId": "leopet2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156116",
"uncertainty": 120
},
"departure": {
"time": "1764156116",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156182",
"uncertainty": 120
},
"departure": {
"time": "1764156182",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156242",
"uncertainty": 120
},
"departure": {
"time": "1764156242",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156288",
"uncertainty": 120
},
"departure": {
"time": "1764156288",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156329",
"uncertainty": 120
},
"departure": {
"time": "1764156329",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156465",
"uncertainty": 120
},
"departure": {
"time": "1764156465",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156580",
"uncertainty": 120
},
"departure": {
"time": "1764156580",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156689",
"uncertainty": 120
},
"stopId": "bsmcca4r",
"stopSequence": 18
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323844"
},
"vehicle": {
"id": "164",
"label": "164"
}
}
},
{
"id": "21323845",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157500",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323845"
}
}
},
{
"id": "21323747",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156900",
"uncertainty": 120
},
"stopId": "semcol1",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "94",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323747"
}
}
},
{
"id": "21725909",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764158880",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725909"
}
}
},
{
"id": "21323749",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156900",
"uncertainty": 120
},
"stopId": "semcol1",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "34",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323749"
}
}
},
{
"id": "21725907",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155433",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155525",
"uncertainty": 120
},
"departure": {
"time": "1764155552",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155642",
"uncertainty": 120
},
"departure": {
"time": "1764155672",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155757",
"uncertainty": 120
},
"departure": {
"time": "1764155792",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155840",
"uncertainty": 120
},
"departure": {
"time": "1764155972",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156062",
"uncertainty": 120
},
"departure": {
"time": "1764156062",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156099",
"uncertainty": 120
},
"departure": {
"time": "1764156122",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156164",
"uncertainty": 120
},
"departure": {
"time": "1764156164",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156214",
"uncertainty": 120
},
"departure": {
"time": "1764156214",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156472",
"uncertainty": 120
},
"departure": {
"time": "1764156472",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156587",
"uncertainty": 120
},
"departure": {
"time": "1764156587",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156845",
"uncertainty": 120
},
"departure": {
"time": "1764156845",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156965",
"uncertainty": 120
},
"departure": {
"time": "1764156965",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157034",
"uncertainty": 120
},
"departure": {
"time": "1764157034",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157110",
"uncertainty": 120
},
"departure": {
"time": "1764157110",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157175",
"uncertainty": 120
},
"departure": {
"time": "1764157175",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157287",
"uncertainty": 120
},
"departure": {
"time": "1764157287",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157384",
"uncertainty": 120
},
"departure": {
"time": "1764157384",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157440",
"uncertainty": 120
},
"departure": {
"time": "1764157440",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157516",
"uncertainty": 120
},
"departure": {
"time": "1764157516",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157595",
"uncertainty": 120
},
"departure": {
"time": "1764157595",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157676",
"uncertainty": 120
},
"departure": {
"time": "1764157676",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764157761",
"uncertainty": 120
},
"departure": {
"time": "1764157761",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764157860",
"uncertainty": 120
},
"departure": {
"time": "1764157860",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157984",
"uncertainty": 120
},
"departure": {
"time": "1764157984",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764158044",
"uncertainty": 120
},
"departure": {
"time": "1764158044",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764158116",
"uncertainty": 120
},
"departure": {
"time": "1764158116",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764158164",
"uncertainty": 120
},
"departure": {
"time": "1764158164",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764158224",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725907"
},
"vehicle": {
"id": "188",
"label": "188"
}
}
},
{
"id": "21323741",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156900",
"uncertainty": 120
},
"stopId": "semcol1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156969",
"uncertainty": 120
},
"departure": {
"time": "1764156969",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157355",
"uncertainty": 120
},
"departure": {
"time": "1764157355",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semchat2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157465",
"uncertainty": 120
},
"departure": {
"time": "1764157465",
"uncertainty": 120
},
"stopId": "semelgi",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157548",
"uncertainty": 120
},
"departure": {
"time": "1764157548",
"uncertainty": 120
},
"stopId": "semcalv3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157604",
"uncertainty": 120
},
"departure": {
"time": "1764157604",
"uncertainty": 120
},
"stopId": "semecol",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157645",
"uncertainty": 120
},
"departure": {
"time": "1764157645",
"uncertainty": 120
},
"stopId": "semecau",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157687",
"uncertainty": 120
},
"departure": {
"time": "1764157687",
"uncertainty": 120
},
"stopId": "semfont",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157753",
"uncertainty": 120
},
"departure": {
"time": "1764157753",
"uncertainty": 120
},
"stopId": "semsau2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157783",
"uncertainty": 120
},
"departure": {
"time": "1764157783",
"uncertainty": 120
},
"stopId": "semgar",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157833",
"uncertainty": 120
},
"departure": {
"time": "1764157833",
"uncertainty": 120
},
"stopId": "semvald2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764158594",
"uncertainty": 120
},
"departure": {
"time": "1764158594",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlagr3",
"stopSequence": 12
},
{
"arrival": {
"time": "1764159151",
"uncertainty": 120
},
"stopId": "outlep2",
"stopSequence": 13
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "154",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323741"
}
}
},
{
"id": "21725913",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764154211",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764154271",
"uncertainty": 120
},
"departure": {
"time": "1764154301",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764154421",
"uncertainty": 120
},
"departure": {
"time": "1764154481",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 3
},
{
"arrival": {
"time": "1764154490",
"uncertainty": 120
},
"departure": {
"time": "1764154490",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764154571",
"uncertainty": 120
},
"departure": {
"time": "1764154571",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764154645",
"uncertainty": 120
},
"departure": {
"time": "1764154645",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764154691",
"uncertainty": 120
},
"departure": {
"time": "1764154781",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764154859",
"uncertainty": 120
},
"departure": {
"time": "1764154859",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764154912",
"uncertainty": 120
},
"departure": {
"time": "1764154931",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 9
},
{
"arrival": {
"time": "1764154989",
"uncertainty": 120
},
"departure": {
"time": "1764154989",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 10
},
{
"arrival": {
"time": "1764155044",
"uncertainty": 120
},
"departure": {
"time": "1764155081",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764155352",
"uncertainty": 120
},
"departure": {
"time": "1764155381",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764155490",
"uncertainty": 120
},
"departure": {
"time": "1764155501",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764155754",
"uncertainty": 120
},
"departure": {
"time": "1764155861",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 14
},
{
"arrival": {
"time": "1764155981",
"uncertainty": 120
},
"departure": {
"time": "1764156071",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156178",
"uncertainty": 120
},
"departure": {
"time": "1764156191",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156273",
"uncertainty": 120
},
"departure": {
"time": "1764156273",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156345",
"uncertainty": 120
},
"departure": {
"time": "1764156345",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156418",
"uncertainty": 120
},
"departure": {
"time": "1764156418",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156495",
"uncertainty": 120
},
"departure": {
"time": "1764156495",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156530",
"uncertainty": 120
},
"departure": {
"time": "1764156530",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 21
},
{
"arrival": {
"time": "1764156583",
"uncertainty": 120
},
"departure": {
"time": "1764156583",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 22
},
{
"arrival": {
"time": "1764156635",
"uncertainty": 120
},
"departure": {
"time": "1764156635",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 23
},
{
"arrival": {
"time": "1764156720",
"uncertainty": 120
},
"departure": {
"time": "1764156720",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 24
},
{
"arrival": {
"time": "1764156799",
"uncertainty": 120
},
"departure": {
"time": "1764156799",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 25
},
{
"arrival": {
"time": "1764156874",
"uncertainty": 120
},
"departure": {
"time": "1764156874",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 26
},
{
"arrival": {
"time": "1764156987",
"uncertainty": 120
},
"departure": {
"time": "1764156987",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1764157029",
"uncertainty": 120
},
"departure": {
"time": "1764157029",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 28
},
{
"arrival": {
"time": "1764157092",
"uncertainty": 120
},
"departure": {
"time": "1764157092",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764157126",
"uncertainty": 120
},
"departure": {
"time": "1764157126",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764157186",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 31
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725913"
},
"vehicle": {
"id": "192",
"label": "192"
}
}
},
{
"id": "21323732",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156031",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156196",
"uncertainty": 120
},
"departure": {
"time": "1764156196",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156286",
"uncertainty": 120
},
"departure": {
"time": "1764156286",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156381",
"uncertainty": 120
},
"departure": {
"time": "1764156381",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156485",
"uncertainty": 120
},
"departure": {
"time": "1764156485",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156527",
"uncertainty": 120
},
"departure": {
"time": "1764156527",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156575",
"uncertainty": 120
},
"departure": {
"time": "1764156575",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156659",
"uncertainty": 120
},
"departure": {
"time": "1764156659",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156779",
"uncertainty": 120
},
"departure": {
"time": "1764156779",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156844",
"uncertainty": 120
},
"departure": {
"time": "1764156844",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156878",
"uncertainty": 120
},
"departure": {
"time": "1764156878",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156907",
"uncertainty": 120
},
"departure": {
"time": "1764156907",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156937",
"uncertainty": 120
},
"departure": {
"time": "1764156937",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156996",
"uncertainty": 120
},
"departure": {
"time": "1764156996",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157042",
"uncertainty": 120
},
"departure": {
"time": "1764157042",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157137",
"uncertainty": 120
},
"departure": {
"time": "1764157137",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157323",
"uncertainty": 120
},
"departure": {
"time": "1764157323",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157483",
"uncertainty": 120
},
"departure": {
"time": "1764157483",
"uncertainty": 120
},
"stopId": "outre12",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157545",
"uncertainty": 120
},
"departure": {
"time": "1764157545",
"uncertainty": 120
},
"stopId": "outcrow2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157586",
"uncertainty": 120
},
"departure": {
"time": "1764157586",
"uncertainty": 120
},
"stopId": "bsmseli2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157683",
"uncertainty": 120
},
"departure": {
"time": "1764157683",
"uncertainty": 120
},
"stopId": "bsmblum4",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157785",
"uncertainty": 120
},
"departure": {
"time": "1764157785",
"uncertainty": 120
},
"stopId": "bsmdamr2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764157852",
"uncertainty": 120
},
"departure": {
"time": "1764157852",
"uncertainty": 120
},
"stopId": "bsmres2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764157983",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 24
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323732"
},
"vehicle": {
"id": "329",
"label": "329"
}
}
},
{
"id": "21323733",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157598",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764157670",
"uncertainty": 120
},
"departure": {
"time": "1764157670",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157750",
"uncertainty": 120
},
"departure": {
"time": "1764157750",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157830",
"uncertainty": 120
},
"departure": {
"time": "1764157830",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157870",
"uncertainty": 120
},
"departure": {
"time": "1764157870",
"uncertainty": 120
},
"stopId": "bsmres1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157930",
"uncertainty": 120
},
"departure": {
"time": "1764157930",
"uncertainty": 120
},
"stopId": "bsmdamr",
"stopSequence": 6
},
{
"arrival": {
"time": "1764158020",
"uncertainty": 120
},
"departure": {
"time": "1764158020",
"uncertainty": 120
},
"stopId": "bsmblum3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764158097",
"uncertainty": 120
},
"departure": {
"time": "1764158097",
"uncertainty": 120
},
"stopId": "bsmseli",
"stopSequence": 8
},
{
"arrival": {
"time": "1764158150",
"uncertainty": 120
},
"departure": {
"time": "1764158150",
"uncertainty": 120
},
"stopId": "outcrow",
"stopSequence": 9
},
{
"arrival": {
"time": "1764158200",
"uncertainty": 120
},
"departure": {
"time": "1764158200",
"uncertainty": 120
},
"stopId": "outre1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158380",
"uncertainty": 120
},
"departure": {
"time": "1764158380",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764158516",
"uncertainty": 120
},
"departure": {
"time": "1764158516",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158615",
"uncertainty": 120
},
"departure": {
"time": "1764158615",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158681",
"uncertainty": 120
},
"departure": {
"time": "1764158681",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158714",
"uncertainty": 120
},
"departure": {
"time": "1764158714",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 15
},
{
"arrival": {
"time": "1764158742",
"uncertainty": 120
},
"departure": {
"time": "1764158742",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158777",
"uncertainty": 120
},
"departure": {
"time": "1764158777",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158831",
"uncertainty": 120
},
"departure": {
"time": "1764158831",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158893",
"uncertainty": 120
},
"departure": {
"time": "1764158893",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158985",
"uncertainty": 120
},
"departure": {
"time": "1764158985",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 20
},
{
"arrival": {
"time": "1764159061",
"uncertainty": 120
},
"departure": {
"time": "1764159061",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764159113",
"uncertainty": 120
},
"departure": {
"time": "1764159113",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764159161",
"uncertainty": 120
},
"departure": {
"time": "1764159161",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764159321",
"uncertainty": 120
},
"departure": {
"time": "1764159321",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764159456",
"uncertainty": 120
},
"departure": {
"time": "1764159456",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 25
},
{
"arrival": {
"time": "1764159579",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 26
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323733"
}
}
},
{
"id": "21725892",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764158100",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725892"
}
}
},
{
"id": "21725894",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157200",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725894"
}
}
},
{
"id": "21323720",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764157384",
"uncertainty": 120
},
"departure": {
"time": "1764157384",
"uncertainty": 120
},
"stopId": "outrsal"
},
{
"arrival": {
"time": "1764157387",
"uncertainty": 120
},
"departure": {
"time": "1764157387",
"uncertainty": 120
},
"stopId": "outrsal3"
},
{
"arrival": {
"time": "1764157437",
"uncertainty": 120
},
"departure": {
"time": "1764157437",
"uncertainty": 120
},
"stopId": "outbert2"
},
{
"arrival": {
"time": "1764157507",
"uncertainty": 120
},
"departure": {
"time": "1764157507",
"uncertainty": 120
},
"stopId": "outhlm2"
},
{
"arrival": {
"time": "1764157597",
"uncertainty": 120
},
"departure": {
"time": "1764157597",
"uncertainty": 120
},
"stopId": "outdes2"
},
{
"arrival": {
"time": "1764157661",
"uncertainty": 120
},
"departure": {
"time": "1764157661",
"uncertainty": 120
},
"stopId": "outedo2"
},
{
"arrival": {
"time": "1764157716",
"uncertainty": 120
},
"departure": {
"time": "1764157716",
"uncertainty": 120
},
"stopId": "outre2"
},
{
"arrival": {
"time": "1764157776",
"uncertainty": 120
},
"departure": {
"time": "1764157776",
"uncertainty": 120
},
"stopId": "outlagr4"
},
{
"arrival": {
"time": "1764157777",
"uncertainty": 120
},
"departure": {
"time": "1764157777",
"uncertainty": 120
},
"stopId": "outlagr"
},
{
"arrival": {
"time": "1764157874",
"uncertainty": 120
},
"departure": {
"time": "1764157874",
"uncertainty": 120
},
"stopId": "sempar"
},
{
"arrival": {
"time": "1764158077",
"uncertainty": 120
},
"departure": {
"time": "1764158077",
"uncertainty": 120
},
"stopId": "semelgi"
},
{
"arrival": {
"time": "1764158077",
"uncertainty": 120
},
"departure": {
"time": "1764158077",
"uncertainty": 120
},
"stopId": "semegli2"
},
{
"arrival": {
"time": "1764158205",
"uncertainty": 120
},
"departure": {
"time": "1764158205",
"uncertainty": 120
},
"stopId": "semolym2"
},
{
"arrival": {
"time": "1764158214",
"uncertainty": 120
},
"departure": {
"time": "1764158214",
"uncertainty": 120
},
"stopId": "semolym2"
},
{
"arrival": {
"time": "1764158376",
"uncertainty": 120
},
"departure": {
"time": "1764158376",
"uncertainty": 120
},
"stopId": "sempast"
},
{
"arrival": {
"time": "1764158395",
"uncertainty": 120
},
"departure": {
"time": "1764158395",
"uncertainty": 120
},
"stopId": "semhesd2"
},
{
"arrival": {
"time": "1764158443",
"uncertainty": 120
},
"departure": {
"time": "1764158443",
"uncertainty": 120
},
"stopId": "semmair"
},
{
"departure": {
"time": "1764156724",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156904",
"uncertainty": 120
},
"departure": {
"time": "1764156904",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157052",
"uncertainty": 120
},
"departure": {
"time": "1764157052",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157151",
"uncertainty": 120
},
"departure": {
"time": "1764157151",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157323",
"uncertainty": 120
},
"departure": {
"time": "1764157323",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157261",
"uncertainty": 120
},
"departure": {
"time": "1764157261",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157380",
"uncertainty": 120
},
"departure": {
"time": "1764157380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmazu",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157429",
"uncertainty": 120
},
"departure": {
"time": "1764157429",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outcha2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157487",
"uncertainty": 120
},
"departure": {
"time": "1764157487",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outver2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157569",
"uncertainty": 120
},
"departure": {
"time": "1764157569",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outgrim2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157777",
"uncertainty": 120
},
"departure": {
"time": "1764157777",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157815",
"uncertainty": 120
},
"departure": {
"time": "1764157815",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157870",
"uncertainty": 120
},
"departure": {
"time": "1764157870",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157775",
"uncertainty": 120
},
"departure": {
"time": "1764157775",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semchat",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157825",
"uncertainty": 120
},
"departure": {
"time": "1764157825",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semgau",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157868",
"uncertainty": 120
},
"departure": {
"time": "1764157868",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhaff",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158491",
"uncertainty": 120
},
"departure": {
"time": "1764158491",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158542",
"uncertainty": 120
},
"departure": {
"time": "1764158542",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158559",
"uncertainty": 120
},
"departure": {
"time": "1764158559",
"uncertainty": 120
},
"stopId": "sempast",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158630",
"uncertainty": 120
},
"departure": {
"time": "1764158630",
"uncertainty": 120
},
"stopId": "sempaul",
"stopSequence": 20
},
{
"arrival": {
"time": "1764158775",
"uncertainty": 120
},
"departure": {
"time": "1764158775",
"uncertainty": 120
},
"stopId": "semolym",
"stopSequence": 21
},
{
"arrival": {
"time": "1764158881",
"uncertainty": 120
},
"departure": {
"time": "1764158881",
"uncertainty": 120
},
"stopId": "semelgi",
"stopSequence": 22
},
{
"arrival": {
"time": "1764158952",
"uncertainty": 120
},
"departure": {
"time": "1764158952",
"uncertainty": 120
},
"stopId": "semcalv3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764159000",
"uncertainty": 120
},
"departure": {
"time": "1764159000",
"uncertainty": 120
},
"stopId": "semecol",
"stopSequence": 24
},
{
"arrival": {
"time": "1764159036",
"uncertainty": 120
},
"departure": {
"time": "1764159036",
"uncertainty": 120
},
"stopId": "semecau",
"stopSequence": 25
},
{
"arrival": {
"time": "1764159076",
"uncertainty": 120
},
"departure": {
"time": "1764159076",
"uncertainty": 120
},
"stopId": "semfont",
"stopSequence": 26
},
{
"arrival": {
"time": "1764159139",
"uncertainty": 120
},
"departure": {
"time": "1764159139",
"uncertainty": 120
},
"stopId": "semsau2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764159167",
"uncertainty": 120
},
"departure": {
"time": "1764159167",
"uncertainty": 120
},
"stopId": "semgar",
"stopSequence": 28
},
{
"arrival": {
"time": "1764159216",
"uncertainty": 120
},
"stopId": "semvald2",
"stopSequence": 29
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323720"
}
}
},
{
"id": "21323721",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764160142",
"uncertainty": 120
},
"departure": {
"time": "1764160142",
"uncertainty": 120
},
"stopId": "semmair2"
},
{
"arrival": {
"time": "1764160202",
"uncertainty": 120
},
"departure": {
"time": "1764160202",
"uncertainty": 120
},
"stopId": "semhesd"
},
{
"arrival": {
"time": "1764160210",
"uncertainty": 120
},
"departure": {
"time": "1764160210",
"uncertainty": 120
},
"stopId": "semhesd2"
},
{
"arrival": {
"time": "1764160212",
"uncertainty": 120
},
"departure": {
"time": "1764160212",
"uncertainty": 120
},
"stopId": "semhesd"
},
{
"arrival": {
"time": "1764160390",
"uncertainty": 120
},
"departure": {
"time": "1764160390",
"uncertainty": 120
},
"stopId": "semolym"
},
{
"arrival": {
"time": "1764160722",
"uncertainty": 120
},
"departure": {
"time": "1764160722",
"uncertainty": 120
},
"stopId": "sempar2"
},
{
"arrival": {
"time": "1764160854",
"uncertainty": 120
},
"departure": {
"time": "1764160854",
"uncertainty": 120
},
"stopId": "outlagr2"
},
{
"arrival": {
"time": "1764161189",
"uncertainty": 120
},
"departure": {
"time": "1764161189",
"uncertainty": 120
},
"stopId": "outbert"
},
{
"arrival": {
"time": "1764161296",
"uncertainty": 120
},
"departure": {
"time": "1764161296",
"uncertainty": 120
},
"stopId": "outneuf"
},
{
"departure": {
"time": "1764159216",
"uncertainty": 120
},
"stopId": "semvald",
"stopSequence": 1
},
{
"arrival": {
"time": "1764159258",
"uncertainty": 120
},
"departure": {
"time": "1764159258",
"uncertainty": 120
},
"stopId": "semgar3",
"stopSequence": 2
},
{
"arrival": {
"time": "1764159336",
"uncertainty": 120
},
"departure": {
"time": "1764159336",
"uncertainty": 120
},
"stopId": "semsau",
"stopSequence": 3
},
{
"arrival": {
"time": "1764159405",
"uncertainty": 120
},
"departure": {
"time": "1764159405",
"uncertainty": 120
},
"stopId": "semfont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764159456",
"uncertainty": 120
},
"departure": {
"time": "1764159456",
"uncertainty": 120
},
"stopId": "semecau2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764159514",
"uncertainty": 120
},
"departure": {
"time": "1764159514",
"uncertainty": 120
},
"stopId": "semecol2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764159568",
"uncertainty": 120
},
"departure": {
"time": "1764159568",
"uncertainty": 120
},
"stopId": "semcalv4",
"stopSequence": 7
},
{
"arrival": {
"time": "1764159646",
"uncertainty": 120
},
"departure": {
"time": "1764159646",
"uncertainty": 120
},
"stopId": "semegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764159758",
"uncertainty": 120
},
"departure": {
"time": "1764159758",
"uncertainty": 120
},
"stopId": "semolym2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764159923",
"uncertainty": 120
},
"departure": {
"time": "1764159923",
"uncertainty": 120
},
"stopId": "sempaul2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764159964",
"uncertainty": 120
},
"departure": {
"time": "1764159964",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764160035",
"uncertainty": 120
},
"departure": {
"time": "1764160035",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764160091",
"uncertainty": 120
},
"departure": {
"time": "1764160091",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 13
},
{
"arrival": {
"time": "1764159982",
"uncertainty": 120
},
"departure": {
"time": "1764159982",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhaff2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764160044",
"uncertainty": 120
},
"departure": {
"time": "1764160044",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semgau2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764160090",
"uncertainty": 120
},
"departure": {
"time": "1764160090",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semchat2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764160728",
"uncertainty": 120
},
"departure": {
"time": "1764160728",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764160795",
"uncertainty": 120
},
"departure": {
"time": "1764160795",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764160320",
"uncertainty": 120
},
"departure": {
"time": "1764160320",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlagr3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764160358",
"uncertainty": 120
},
"departure": {
"time": "1764160358",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outgrim",
"stopSequence": 20
},
{
"arrival": {
"time": "1764160442",
"uncertainty": 120
},
"departure": {
"time": "1764160442",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outver",
"stopSequence": 21
},
{
"arrival": {
"time": "1764160500",
"uncertainty": 120
},
"departure": {
"time": "1764160500",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outcha",
"stopSequence": 22
},
{
"arrival": {
"time": "1764160560",
"uncertainty": 120
},
"departure": {
"time": "1764160560",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmazu2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764160655",
"uncertainty": 120
},
"departure": {
"time": "1764160655",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmai",
"stopSequence": 24
},
{
"arrival": {
"time": "1764161304",
"uncertainty": 120
},
"departure": {
"time": "1764161304",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 25
},
{
"arrival": {
"time": "1764161486",
"uncertainty": 120
},
"departure": {
"time": "1764161486",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 26
},
{
"arrival": {
"time": "1764161598",
"uncertainty": 120
},
"departure": {
"time": "1764161598",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 27
},
{
"arrival": {
"time": "1764161707",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 28
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323721"
}
}
},
{
"id": "21725890",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764153667",
"uncertainty": 120
},
"departure": {
"time": "1764153667",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764153728",
"uncertainty": 120
},
"departure": {
"time": "1764153728",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764153740",
"uncertainty": 120
},
"departure": {
"time": "1764153740",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764153795",
"uncertainty": 120
},
"departure": {
"time": "1764153847",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764153914",
"uncertainty": 120
},
"departure": {
"time": "1764153937",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764154013",
"uncertainty": 120
},
"departure": {
"time": "1764154013",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764154117",
"uncertainty": 120
},
"departure": {
"time": "1764154237",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764154335",
"uncertainty": 120
},
"departure": {
"time": "1764154335",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764154387",
"uncertainty": 120
},
"departure": {
"time": "1764154417",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764154456",
"uncertainty": 120
},
"departure": {
"time": "1764154456",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764154537",
"uncertainty": 120
},
"departure": {
"time": "1764154537",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764154580",
"uncertainty": 120
},
"departure": {
"time": "1764154580",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764154687",
"uncertainty": 120
},
"departure": {
"time": "1764154687",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764154717",
"uncertainty": 120
},
"departure": {
"time": "1764154717",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764154820",
"uncertainty": 120
},
"departure": {
"time": "1764154927",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764155040",
"uncertainty": 120
},
"departure": {
"time": "1764155107",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764155227",
"uncertainty": 120
},
"departure": {
"time": "1764155227",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764155327",
"uncertainty": 120
},
"departure": {
"time": "1764155347",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764155647",
"uncertainty": 120
},
"departure": {
"time": "1764155678",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764155737",
"uncertainty": 120
},
"departure": {
"time": "1764155737",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764155779",
"uncertainty": 120
},
"departure": {
"time": "1764155797",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764155854",
"uncertainty": 120
},
"departure": {
"time": "1764155977",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764156067",
"uncertainty": 120
},
"departure": {
"time": "1764156067",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764156167",
"uncertainty": 120
},
"departure": {
"time": "1764156187",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764156265",
"uncertainty": 120
},
"departure": {
"time": "1764156265",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764156329",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725890"
},
"vehicle": {
"id": "190",
"label": "190"
}
}
},
{
"id": "21725900",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157080",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1764157192",
"uncertainty": 120
},
"departure": {
"time": "1764157192",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157260",
"uncertainty": 120
},
"departure": {
"time": "1764157260",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157284",
"uncertainty": 120
},
"departure": {
"time": "1764157284",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157360",
"uncertainty": 120
},
"departure": {
"time": "1764157360",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157441",
"uncertainty": 120
},
"departure": {
"time": "1764157441",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157523",
"uncertainty": 120
},
"departure": {
"time": "1764157523",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157652",
"uncertainty": 120
},
"departure": {
"time": "1764157652",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157756",
"uncertainty": 120
},
"departure": {
"time": "1764157756",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157826",
"uncertainty": 120
},
"departure": {
"time": "1764157826",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157884",
"uncertainty": 120
},
"departure": {
"time": "1764157884",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157996",
"uncertainty": 120
},
"departure": {
"time": "1764157996",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158054",
"uncertainty": 120
},
"departure": {
"time": "1764158054",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158262",
"uncertainty": 120
},
"departure": {
"time": "1764158262",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158297",
"uncertainty": 120
},
"departure": {
"time": "1764158297",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1764158439",
"uncertainty": 120
},
"departure": {
"time": "1764158439",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158559",
"uncertainty": 120
},
"departure": {
"time": "1764158700",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158880",
"uncertainty": 120
},
"departure": {
"time": "1764158880",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1764159000",
"uncertainty": 120
},
"departure": {
"time": "1764159000",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764159113",
"uncertainty": 120
},
"departure": {
"time": "1764159113",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1764159240",
"uncertainty": 120
},
"departure": {
"time": "1764159240",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764159343",
"uncertainty": 120
},
"departure": {
"time": "1764159343",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1764159420",
"uncertainty": 120
},
"departure": {
"time": "1764159420",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764159501",
"uncertainty": 120
},
"departure": {
"time": "1764159501",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1764159660",
"uncertainty": 120
},
"departure": {
"time": "1764159660",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764159776",
"uncertainty": 120
},
"departure": {
"time": "1764159776",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1764159840",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725900"
}
}
},
{
"id": "21323570",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764154862",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1764154922",
"uncertainty": 120
},
"departure": {
"time": "1764154922",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155032",
"uncertainty": 120
},
"departure": {
"time": "1764155032",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155030",
"uncertainty": 120
},
"departure": {
"time": "1764155030",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155100",
"uncertainty": 120
},
"departure": {
"time": "1764155100",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155168",
"uncertainty": 120
},
"departure": {
"time": "1764155168",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155219",
"uncertainty": 120
},
"departure": {
"time": "1764155219",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155257",
"uncertainty": 120
},
"departure": {
"time": "1764155257",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155330",
"uncertainty": 120
},
"departure": {
"time": "1764155330",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764155390",
"uncertainty": 120
},
"departure": {
"time": "1764155390",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764155438",
"uncertainty": 120
},
"departure": {
"time": "1764155438",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764155483",
"uncertainty": 120
},
"departure": {
"time": "1764155483",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1764155532",
"uncertainty": 120
},
"departure": {
"time": "1764155532",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764155729",
"uncertainty": 120
},
"departure": {
"time": "1764155789",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764155992",
"uncertainty": 120
},
"departure": {
"time": "1764155992",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156051",
"uncertainty": 120
},
"departure": {
"time": "1764156051",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156170",
"uncertainty": 120
},
"departure": {
"time": "1764156179",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156263",
"uncertainty": 120
},
"departure": {
"time": "1764156263",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156348",
"uncertainty": 120
},
"departure": {
"time": "1764156348",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156566",
"uncertainty": 120
},
"departure": {
"time": "1764156566",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156654",
"uncertainty": 120
},
"departure": {
"time": "1764156654",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764156836",
"uncertainty": 120
},
"departure": {
"time": "1764156836",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764156932",
"uncertainty": 120
},
"departure": {
"time": "1764156932",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1764156971",
"uncertainty": 120
},
"departure": {
"time": "1764156971",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157058",
"uncertainty": 120
},
"departure": {
"time": "1764157058",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764157126",
"uncertainty": 120
},
"departure": {
"time": "1764157126",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1764157222",
"uncertainty": 120
},
"departure": {
"time": "1764157222",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764157304",
"uncertainty": 120
},
"departure": {
"time": "1764157304",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764157323",
"uncertainty": 120
},
"departure": {
"time": "1764157323",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764157398",
"uncertainty": 120
},
"departure": {
"time": "1764157398",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1764157540",
"uncertainty": 120
},
"departure": {
"time": "1764157540",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1764157564",
"uncertainty": 120
},
"departure": {
"time": "1764157564",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1764157603",
"uncertainty": 120
},
"departure": {
"time": "1764157603",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1764157664",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323570"
},
"vehicle": {
"id": "531",
"label": "531"
}
}
},
{
"id": "21323571",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764157757",
"uncertainty": 120
},
"departure": {
"time": "1764157757",
"uncertainty": 120
},
"stopId": "leoli12"
},
{
"departure": {
"time": "1764157200",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1764157286",
"uncertainty": 120
},
"departure": {
"time": "1764157286",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157368",
"uncertainty": 120
},
"departure": {
"time": "1764157368",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157442",
"uncertainty": 120
},
"departure": {
"time": "1764157442",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157500",
"uncertainty": 120
},
"departure": {
"time": "1764157500",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157568",
"uncertainty": 120
},
"departure": {
"time": "1764157568",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157619",
"uncertainty": 120
},
"departure": {
"time": "1764157619",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157657",
"uncertainty": 120
},
"departure": {
"time": "1764157657",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157730",
"uncertainty": 120
},
"departure": {
"time": "1764157730",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157790",
"uncertainty": 120
},
"departure": {
"time": "1764157790",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157838",
"uncertainty": 120
},
"departure": {
"time": "1764157838",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157883",
"uncertainty": 120
},
"departure": {
"time": "1764157883",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157932",
"uncertainty": 120
},
"departure": {
"time": "1764157932",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158040",
"uncertainty": 120
},
"departure": {
"time": "1764158040",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158165",
"uncertainty": 120
},
"departure": {
"time": "1764158165",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764158254",
"uncertainty": 120
},
"departure": {
"time": "1764158254",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158445",
"uncertainty": 120
},
"departure": {
"time": "1764158445",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158540",
"uncertainty": 120
},
"departure": {
"time": "1764158540",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158625",
"uncertainty": 120
},
"departure": {
"time": "1764158700",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158918",
"uncertainty": 120
},
"departure": {
"time": "1764158918",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1764158998",
"uncertainty": 120
},
"departure": {
"time": "1764158998",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764159180",
"uncertainty": 120
},
"departure": {
"time": "1764159180",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764159276",
"uncertainty": 120
},
"departure": {
"time": "1764159276",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1764159333",
"uncertainty": 120
},
"departure": {
"time": "1764159333",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1764159420",
"uncertainty": 120
},
"departure": {
"time": "1764159420",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764159498",
"uncertainty": 120
},
"departure": {
"time": "1764159498",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1764159618",
"uncertainty": 120
},
"departure": {
"time": "1764159618",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764159720",
"uncertainty": 120
},
"departure": {
"time": "1764159720",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764159739",
"uncertainty": 120
},
"departure": {
"time": "1764159739",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764159814",
"uncertainty": 120
},
"departure": {
"time": "1764159814",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1764159956",
"uncertainty": 120
},
"departure": {
"time": "1764159956",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1764159980",
"uncertainty": 120
},
"departure": {
"time": "1764159980",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1764160019",
"uncertainty": 120
},
"departure": {
"time": "1764160019",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1764160080",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323571"
}
}
},
{
"id": "21725896",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156200",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156346",
"uncertainty": 120
},
"departure": {
"time": "1764156346",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156437",
"uncertainty": 120
},
"departure": {
"time": "1764156437",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156523",
"uncertainty": 120
},
"departure": {
"time": "1764156523",
"uncertainty": 120
},
"stopId": "smbecol3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156575",
"uncertainty": 120
},
"departure": {
"time": "1764156575",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156636",
"uncertainty": 120
},
"departure": {
"time": "1764156636",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156679",
"uncertainty": 120
},
"departure": {
"time": "1764156679",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156742",
"uncertainty": 120
},
"departure": {
"time": "1764156742",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156832",
"uncertainty": 120
},
"departure": {
"time": "1764156832",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157040",
"uncertainty": 120
},
"departure": {
"time": "1764157040",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157162",
"uncertainty": 120
},
"departure": {
"time": "1764157162",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157431",
"uncertainty": 120
},
"departure": {
"time": "1764157431",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157551",
"uncertainty": 120
},
"departure": {
"time": "1764157800",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157869",
"uncertainty": 120
},
"departure": {
"time": "1764157869",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157944",
"uncertainty": 120
},
"departure": {
"time": "1764157944",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764158009",
"uncertainty": 120
},
"departure": {
"time": "1764158009",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158121",
"uncertainty": 120
},
"departure": {
"time": "1764158121",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158220",
"uncertainty": 120
},
"departure": {
"time": "1764158220",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158276",
"uncertainty": 120
},
"departure": {
"time": "1764158276",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158352",
"uncertainty": 120
},
"departure": {
"time": "1764158352",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1764158431",
"uncertainty": 120
},
"departure": {
"time": "1764158431",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1764158512",
"uncertainty": 120
},
"departure": {
"time": "1764158512",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1764158597",
"uncertainty": 120
},
"departure": {
"time": "1764158597",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1764158696",
"uncertainty": 120
},
"departure": {
"time": "1764158696",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1764158820",
"uncertainty": 120
},
"departure": {
"time": "1764158820",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1764158880",
"uncertainty": 120
},
"departure": {
"time": "1764158880",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1764158952",
"uncertainty": 120
},
"departure": {
"time": "1764158952",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764159000",
"uncertainty": 120
},
"departure": {
"time": "1764159000",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764159060",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725896"
},
"vehicle": {
"id": "215",
"label": "215"
}
}
},
{
"id": "21725800",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157800",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725800"
}
}
},
{
"id": "21725801",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764158400",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725801"
}
}
},
{
"id": "21323554",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764156111",
"uncertainty": 120
},
"departure": {
"time": "1764156111",
"uncertainty": 120
},
"stopId": "leobler"
},
{
"arrival": {
"time": "1764156161",
"uncertainty": 120
},
"departure": {
"time": "1764156161",
"uncertainty": 120
},
"stopId": "leoli3"
},
{
"arrival": {
"time": "1764156161",
"uncertainty": 120
},
"departure": {
"time": "1764156161",
"uncertainty": 120
},
"stopId": "leodela"
},
{
"arrival": {
"time": "1764156229",
"uncertainty": 120
},
"departure": {
"time": "1764156229",
"uncertainty": 120
},
"stopId": "leosib"
},
{
"arrival": {
"time": "1764156229",
"uncertainty": 120
},
"departure": {
"time": "1764156229",
"uncertainty": 120
},
"stopId": "leoli2"
},
{
"arrival": {
"time": "1764156288",
"uncertainty": 120
},
"departure": {
"time": "1764156288",
"uncertainty": 120
},
"stopId": "leolave"
},
{
"arrival": {
"time": "1764156288",
"uncertainty": 120
},
"departure": {
"time": "1764156288",
"uncertainty": 120
},
"stopId": "leoli1"
},
{
"arrival": {
"time": "1764156375",
"uncertainty": 120
},
"departure": {
"time": "1764156375",
"uncertainty": 120
},
"stopId": "leochat"
},
{
"arrival": {
"time": "1764156431",
"uncertainty": 120
},
"departure": {
"time": "1764156431",
"uncertainty": 120
},
"stopId": "isqresi"
},
{
"departure": {
"time": "1764153872",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1764153951",
"uncertainty": 120
},
"departure": {
"time": "1764153951",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764153991",
"uncertainty": 120
},
"departure": {
"time": "1764153991",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764154006",
"uncertainty": 120
},
"departure": {
"time": "1764154021",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764154106",
"uncertainty": 120
},
"departure": {
"time": "1764154106",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764154150",
"uncertainty": 120
},
"departure": {
"time": "1764154150",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764154171",
"uncertainty": 120
},
"departure": {
"time": "1764154201",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1764154303",
"uncertainty": 120
},
"departure": {
"time": "1764154321",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1764154381",
"uncertainty": 120
},
"departure": {
"time": "1764154381",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764154440",
"uncertainty": 120
},
"departure": {
"time": "1764154472",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764154540",
"uncertainty": 120
},
"departure": {
"time": "1764154561",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764154591",
"uncertainty": 120
},
"departure": {
"time": "1764154591",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764154674",
"uncertainty": 120
},
"departure": {
"time": "1764154712",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764154892",
"uncertainty": 120
},
"departure": {
"time": "1764154923",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1764155033",
"uncertainty": 120
},
"departure": {
"time": "1764155073",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1764155142",
"uncertainty": 120
},
"departure": {
"time": "1764155164",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764155280",
"uncertainty": 120
},
"departure": {
"time": "1764155315",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764155495",
"uncertainty": 120
},
"departure": {
"time": "1764155495",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1764155605",
"uncertainty": 120
},
"departure": {
"time": "1764155620",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1764155884",
"uncertainty": 120
},
"departure": {
"time": "1764155977",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1764155749",
"uncertainty": 120
},
"departure": {
"time": "1764155749",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1764155812",
"uncertainty": 120
},
"departure": {
"time": "1764155812",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764155861",
"uncertainty": 120
},
"departure": {
"time": "1764155861",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764155914",
"uncertainty": 120
},
"departure": {
"time": "1764155914",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1764155955",
"uncertainty": 120
},
"departure": {
"time": "1764155955",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1764156015",
"uncertainty": 120
},
"departure": {
"time": "1764156015",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1764156082",
"uncertainty": 120
},
"departure": {
"time": "1764156082",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1764156137",
"uncertainty": 120
},
"departure": {
"time": "1764156137",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1764156184",
"uncertainty": 120
},
"departure": {
"time": "1764156184",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1764156240",
"uncertainty": 120
},
"departure": {
"time": "1764156240",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764156295",
"uncertainty": 120
},
"departure": {
"time": "1764156295",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1764156610",
"uncertainty": 120
},
"departure": {
"time": "1764156610",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1764156675",
"uncertainty": 120
},
"departure": {
"time": "1764156675",
"uncertainty": 120
},
"stopId": "semcord2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764156795",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323554"
},
"vehicle": {
"id": "170",
"label": "170"
}
}
},
{
"id": "21323555",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764158881",
"uncertainty": 120
},
"departure": {
"time": "1764158881",
"uncertainty": 120
},
"stopId": "leobler"
},
{
"arrival": {
"time": "1764158997",
"uncertainty": 120
},
"departure": {
"time": "1764158997",
"uncertainty": 120
},
"stopId": "leoli3"
},
{
"arrival": {
"time": "1764158997",
"uncertainty": 120
},
"departure": {
"time": "1764158997",
"uncertainty": 120
},
"stopId": "leodela"
},
{
"arrival": {
"time": "1764159067",
"uncertainty": 120
},
"departure": {
"time": "1764159067",
"uncertainty": 120
},
"stopId": "leosib"
},
{
"arrival": {
"time": "1764159067",
"uncertainty": 120
},
"departure": {
"time": "1764159067",
"uncertainty": 120
},
"stopId": "leoli2"
},
{
"arrival": {
"time": "1764159126",
"uncertainty": 120
},
"departure": {
"time": "1764159126",
"uncertainty": 120
},
"stopId": "leolave"
},
{
"arrival": {
"time": "1764159126",
"uncertainty": 120
},
"departure": {
"time": "1764159126",
"uncertainty": 120
},
"stopId": "leoli1"
},
{
"arrival": {
"time": "1764159213",
"uncertainty": 120
},
"departure": {
"time": "1764159213",
"uncertainty": 120
},
"stopId": "leochat"
},
{
"arrival": {
"time": "1764159269",
"uncertainty": 120
},
"departure": {
"time": "1764159269",
"uncertainty": 120
},
"stopId": "isqresi"
},
{
"departure": {
"time": "1764156919",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156987",
"uncertainty": 120
},
"departure": {
"time": "1764156987",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157023",
"uncertainty": 120
},
"departure": {
"time": "1764157023",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157047",
"uncertainty": 120
},
"departure": {
"time": "1764157047",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157204",
"uncertainty": 120
},
"departure": {
"time": "1764157204",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157312",
"uncertainty": 120
},
"departure": {
"time": "1764157312",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157371",
"uncertainty": 120
},
"departure": {
"time": "1764157371",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157464",
"uncertainty": 120
},
"departure": {
"time": "1764157464",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157576",
"uncertainty": 120
},
"departure": {
"time": "1764157576",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157671",
"uncertainty": 120
},
"departure": {
"time": "1764157671",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157734",
"uncertainty": 120
},
"departure": {
"time": "1764157734",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157812",
"uncertainty": 120
},
"departure": {
"time": "1764157812",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157891",
"uncertainty": 120
},
"departure": {
"time": "1764157891",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158072",
"uncertainty": 120
},
"departure": {
"time": "1764158072",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158191",
"uncertainty": 120
},
"departure": {
"time": "1764158191",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1764158268",
"uncertainty": 120
},
"departure": {
"time": "1764158268",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158371",
"uncertainty": 120
},
"departure": {
"time": "1764158371",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158539",
"uncertainty": 120
},
"departure": {
"time": "1764158539",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158627",
"uncertainty": 120
},
"departure": {
"time": "1764158627",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158756",
"uncertainty": 120
},
"departure": {
"time": "1764158756",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1764158503",
"uncertainty": 120
},
"departure": {
"time": "1764158503",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1764158559",
"uncertainty": 120
},
"departure": {
"time": "1764158559",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764158602",
"uncertainty": 120
},
"departure": {
"time": "1764158602",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764158649",
"uncertainty": 120
},
"departure": {
"time": "1764158649",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1764158685",
"uncertainty": 120
},
"departure": {
"time": "1764158685",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1764158738",
"uncertainty": 120
},
"departure": {
"time": "1764158738",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1764158798",
"uncertainty": 120
},
"departure": {
"time": "1764158798",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1764158847",
"uncertainty": 120
},
"departure": {
"time": "1764158847",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1764158889",
"uncertainty": 120
},
"departure": {
"time": "1764158889",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1764158940",
"uncertainty": 120
},
"departure": {
"time": "1764158940",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764158995",
"uncertainty": 120
},
"departure": {
"time": "1764158995",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1764159448",
"uncertainty": 120
},
"departure": {
"time": "1764159448",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1764159513",
"uncertainty": 120
},
"departure": {
"time": "1764159513",
"uncertainty": 120
},
"stopId": "semcord2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764159633",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323555"
}
}
},
{
"id": "21726004",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764159792",
"uncertainty": 120
},
"departure": {
"time": "1764159792",
"uncertainty": 120
},
"stopId": "wimetoi"
},
{
"departure": {
"time": "1764157260",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764157277",
"uncertainty": 120
},
"departure": {
"time": "1764157277",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157363",
"uncertainty": 120
},
"departure": {
"time": "1764157363",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157453",
"uncertainty": 120
},
"departure": {
"time": "1764157453",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157560",
"uncertainty": 120
},
"departure": {
"time": "1764157560",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157636",
"uncertainty": 120
},
"departure": {
"time": "1764157636",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157775",
"uncertainty": 120
},
"departure": {
"time": "1764157775",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157858",
"uncertainty": 120
},
"departure": {
"time": "1764157858",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764158040",
"uncertainty": 120
},
"departure": {
"time": "1764158040",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764158128",
"uncertainty": 120
},
"departure": {
"time": "1764158128",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158220",
"uncertainty": 120
},
"departure": {
"time": "1764158280",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764158371",
"uncertainty": 120
},
"departure": {
"time": "1764158371",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158521",
"uncertainty": 120
},
"departure": {
"time": "1764158521",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158573",
"uncertainty": 120
},
"departure": {
"time": "1764158573",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158640",
"uncertainty": 120
},
"departure": {
"time": "1764158640",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764158690",
"uncertainty": 120
},
"departure": {
"time": "1764158690",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158753",
"uncertainty": 120
},
"departure": {
"time": "1764158753",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158813",
"uncertainty": 120
},
"departure": {
"time": "1764158813",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158867",
"uncertainty": 120
},
"departure": {
"time": "1764158867",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158956",
"uncertainty": 120
},
"departure": {
"time": "1764158956",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764159141",
"uncertainty": 120
},
"departure": {
"time": "1764159141",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764159238",
"uncertainty": 120
},
"departure": {
"time": "1764159238",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764159278",
"uncertainty": 120
},
"departure": {
"time": "1764159278",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764159311",
"uncertainty": 120
},
"departure": {
"time": "1764159311",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764159360",
"uncertainty": 120
},
"departure": {
"time": "1764159360",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764160141",
"uncertainty": 120
},
"departure": {
"time": "1764160141",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764160209",
"uncertainty": 120
},
"departure": {
"time": "1764160209",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764160258",
"uncertainty": 120
},
"departure": {
"time": "1764160258",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764160320",
"uncertainty": 120
},
"departure": {
"time": "1764160320",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764160402",
"uncertainty": 120
},
"departure": {
"time": "1764160402",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764160469",
"uncertainty": 120
},
"departure": {
"time": "1764160469",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764160507",
"uncertainty": 120
},
"departure": {
"time": "1764160507",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764160540",
"uncertainty": 120
},
"departure": {
"time": "1764160540",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764160606",
"uncertainty": 120
},
"departure": {
"time": "1764160606",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764160632",
"uncertainty": 120
},
"departure": {
"time": "1764160632",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764160704",
"uncertainty": 120
},
"departure": {
"time": "1764160704",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1764160824",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726004"
}
}
},
{
"id": "21726005",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764157003",
"uncertainty": 120
},
"departure": {
"time": "1764157003",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1764157192",
"uncertainty": 120
},
"departure": {
"time": "1764157192",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764157193",
"uncertainty": 120
},
"departure": {
"time": "1764157193",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764157303",
"uncertainty": 120
},
"departure": {
"time": "1764157303",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1764157392",
"uncertainty": 120
},
"departure": {
"time": "1764157392",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1764156200",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156341",
"uncertainty": 120
},
"departure": {
"time": "1764156341",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156395",
"uncertainty": 120
},
"departure": {
"time": "1764156395",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156465",
"uncertainty": 120
},
"departure": {
"time": "1764156465",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156507",
"uncertainty": 120
},
"departure": {
"time": "1764156507",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156570",
"uncertainty": 120
},
"departure": {
"time": "1764156570",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156661",
"uncertainty": 120
},
"departure": {
"time": "1764156661",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156739",
"uncertainty": 120
},
"departure": {
"time": "1764156739",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156813",
"uncertainty": 120
},
"departure": {
"time": "1764156813",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156900",
"uncertainty": 120
},
"departure": {
"time": "1764156900",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157045",
"uncertainty": 120
},
"departure": {
"time": "1764157045",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157091",
"uncertainty": 120
},
"departure": {
"time": "1764157091",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157128",
"uncertainty": 120
},
"departure": {
"time": "1764157128",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157432",
"uncertainty": 120
},
"departure": {
"time": "1764157432",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157518",
"uncertainty": 120
},
"departure": {
"time": "1764157518",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157693",
"uncertainty": 120
},
"departure": {
"time": "1764157693",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157781",
"uncertainty": 120
},
"departure": {
"time": "1764157781",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157830",
"uncertainty": 120
},
"departure": {
"time": "1764157830",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157883",
"uncertainty": 120
},
"departure": {
"time": "1764157883",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157948",
"uncertainty": 120
},
"departure": {
"time": "1764157948",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157990",
"uncertainty": 120
},
"departure": {
"time": "1764157990",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764158068",
"uncertainty": 120
},
"departure": {
"time": "1764158068",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764158193",
"uncertainty": 120
},
"departure": {
"time": "1764158193",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764158304",
"uncertainty": 120
},
"departure": {
"time": "1764158304",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764158394",
"uncertainty": 120
},
"departure": {
"time": "1764158394",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764158515",
"uncertainty": 120
},
"departure": {
"time": "1764158515",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764158641",
"uncertainty": 120
},
"departure": {
"time": "1764158641",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764158718",
"uncertainty": 120
},
"departure": {
"time": "1764158718",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764158828",
"uncertainty": 120
},
"departure": {
"time": "1764158828",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764158997",
"uncertainty": 120
},
"departure": {
"time": "1764158997",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764159065",
"uncertainty": 120
},
"departure": {
"time": "1764159065",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764159186",
"uncertainty": 120
},
"departure": {
"time": "1764159186",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764159247",
"uncertainty": 120
},
"departure": {
"time": "1764159247",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764159328",
"uncertainty": 120
},
"departure": {
"time": "1764159328",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764159395",
"uncertainty": 120
},
"departure": {
"time": "1764159395",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764159487",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726005"
},
"vehicle": {
"id": "533",
"label": "533"
}
}
},
{
"id": "21726007",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764159591",
"uncertainty": 120
},
"departure": {
"time": "1764159591",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"arrival": {
"time": "1764159780",
"uncertainty": 120
},
"departure": {
"time": "1764159780",
"uncertainty": 120
},
"stopId": "wimplai"
},
{
"arrival": {
"time": "1764159781",
"uncertainty": 120
},
"departure": {
"time": "1764159781",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764159891",
"uncertainty": 120
},
"departure": {
"time": "1764159891",
"uncertainty": 120
},
"stopId": "wimsncf"
},
{
"arrival": {
"time": "1764159980",
"uncertainty": 120
},
"departure": {
"time": "1764159980",
"uncertainty": 120
},
"stopId": "wimmaur"
},
{
"departure": {
"time": "1764158774",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764158822",
"uncertainty": 120
},
"departure": {
"time": "1764158822",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764158885",
"uncertainty": 120
},
"departure": {
"time": "1764158885",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764158967",
"uncertainty": 120
},
"departure": {
"time": "1764158967",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764159016",
"uncertainty": 120
},
"departure": {
"time": "1764159016",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764159089",
"uncertainty": 120
},
"departure": {
"time": "1764159089",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764159195",
"uncertainty": 120
},
"departure": {
"time": "1764159195",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764159286",
"uncertainty": 120
},
"departure": {
"time": "1764159286",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764159372",
"uncertainty": 120
},
"departure": {
"time": "1764159372",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764159473",
"uncertainty": 120
},
"departure": {
"time": "1764159473",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764159551",
"uncertainty": 120
},
"departure": {
"time": "1764159551",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764159610",
"uncertainty": 120
},
"departure": {
"time": "1764159610",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764159657",
"uncertainty": 120
},
"departure": {
"time": "1764159657",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764160024",
"uncertainty": 120
},
"departure": {
"time": "1764160024",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764160130",
"uncertainty": 120
},
"departure": {
"time": "1764160130",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764160346",
"uncertainty": 120
},
"departure": {
"time": "1764160346",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764160454",
"uncertainty": 120
},
"departure": {
"time": "1764160454",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764160515",
"uncertainty": 120
},
"departure": {
"time": "1764160515",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764160580",
"uncertainty": 120
},
"departure": {
"time": "1764160580",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764160660",
"uncertainty": 120
},
"departure": {
"time": "1764160660",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764160712",
"uncertainty": 120
},
"departure": {
"time": "1764160712",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764160785",
"uncertainty": 120
},
"departure": {
"time": "1764160785",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764160901",
"uncertainty": 120
},
"departure": {
"time": "1764160901",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764161016",
"uncertainty": 120
},
"departure": {
"time": "1764161016",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764161110",
"uncertainty": 120
},
"departure": {
"time": "1764161110",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764161229",
"uncertainty": 120
},
"departure": {
"time": "1764161229",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764161334",
"uncertainty": 120
},
"departure": {
"time": "1764161334",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764161411",
"uncertainty": 120
},
"departure": {
"time": "1764161411",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764161514",
"uncertainty": 120
},
"departure": {
"time": "1764161514",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764161683",
"uncertainty": 120
},
"departure": {
"time": "1764161683",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764161751",
"uncertainty": 120
},
"departure": {
"time": "1764161751",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764161872",
"uncertainty": 120
},
"departure": {
"time": "1764161872",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764161933",
"uncertainty": 120
},
"departure": {
"time": "1764161933",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764162014",
"uncertainty": 120
},
"departure": {
"time": "1764162014",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764162081",
"uncertainty": 120
},
"departure": {
"time": "1764162081",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764162173",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726007"
}
}
},
{
"id": "21323556",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764160803",
"uncertainty": 120
},
"departure": {
"time": "1764160803",
"uncertainty": 120
},
"stopId": "leobler"
},
{
"arrival": {
"time": "1764160919",
"uncertainty": 120
},
"departure": {
"time": "1764160919",
"uncertainty": 120
},
"stopId": "leoli3"
},
{
"arrival": {
"time": "1764160919",
"uncertainty": 120
},
"departure": {
"time": "1764160919",
"uncertainty": 120
},
"stopId": "leodela"
},
{
"arrival": {
"time": "1764160989",
"uncertainty": 120
},
"departure": {
"time": "1764160989",
"uncertainty": 120
},
"stopId": "leosib"
},
{
"arrival": {
"time": "1764160989",
"uncertainty": 120
},
"departure": {
"time": "1764160989",
"uncertainty": 120
},
"stopId": "leoli2"
},
{
"arrival": {
"time": "1764161048",
"uncertainty": 120
},
"departure": {
"time": "1764161048",
"uncertainty": 120
},
"stopId": "leolave"
},
{
"arrival": {
"time": "1764161048",
"uncertainty": 120
},
"departure": {
"time": "1764161048",
"uncertainty": 120
},
"stopId": "leoli1"
},
{
"arrival": {
"time": "1764161135",
"uncertainty": 120
},
"departure": {
"time": "1764161135",
"uncertainty": 120
},
"stopId": "leochat"
},
{
"arrival": {
"time": "1764161191",
"uncertainty": 120
},
"departure": {
"time": "1764161191",
"uncertainty": 120
},
"stopId": "isqresi"
},
{
"departure": {
"time": "1764158760",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1764158853",
"uncertainty": 120
},
"departure": {
"time": "1764158853",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764158908",
"uncertainty": 120
},
"departure": {
"time": "1764158908",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764158941",
"uncertainty": 120
},
"departure": {
"time": "1764158941",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764159087",
"uncertainty": 120
},
"departure": {
"time": "1764159087",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764159188",
"uncertainty": 120
},
"departure": {
"time": "1764159188",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764159240",
"uncertainty": 120
},
"departure": {
"time": "1764159240",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1764159333",
"uncertainty": 120
},
"departure": {
"time": "1764159333",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1764159445",
"uncertainty": 120
},
"departure": {
"time": "1764159445",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764159540",
"uncertainty": 120
},
"departure": {
"time": "1764159540",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764159603",
"uncertainty": 120
},
"departure": {
"time": "1764159603",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764159641",
"uncertainty": 120
},
"departure": {
"time": "1764159641",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764159720",
"uncertainty": 120
},
"departure": {
"time": "1764159720",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764159901",
"uncertainty": 120
},
"departure": {
"time": "1764159901",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1764160020",
"uncertainty": 120
},
"departure": {
"time": "1764160080",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1764160157",
"uncertainty": 120
},
"departure": {
"time": "1764160157",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764160260",
"uncertainty": 120
},
"departure": {
"time": "1764160260",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764160444",
"uncertainty": 120
},
"departure": {
"time": "1764160444",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1764160540",
"uncertainty": 120
},
"departure": {
"time": "1764160540",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1764160680",
"uncertainty": 120
},
"departure": {
"time": "1764160680",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1764160723",
"uncertainty": 120
},
"departure": {
"time": "1764160723",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1764160779",
"uncertainty": 120
},
"departure": {
"time": "1764160779",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764160822",
"uncertainty": 120
},
"departure": {
"time": "1764160822",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764160869",
"uncertainty": 120
},
"departure": {
"time": "1764160869",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1764160905",
"uncertainty": 120
},
"departure": {
"time": "1764160905",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1764160958",
"uncertainty": 120
},
"departure": {
"time": "1764160958",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1764161018",
"uncertainty": 120
},
"departure": {
"time": "1764161018",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1764161067",
"uncertainty": 120
},
"departure": {
"time": "1764161067",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1764161109",
"uncertainty": 120
},
"departure": {
"time": "1764161109",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1764161160",
"uncertainty": 120
},
"departure": {
"time": "1764161160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764161215",
"uncertainty": 120
},
"departure": {
"time": "1764161215",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1764161370",
"uncertainty": 120
},
"departure": {
"time": "1764161370",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1764161435",
"uncertainty": 120
},
"departure": {
"time": "1764161435",
"uncertainty": 120
},
"stopId": "semcord2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764161555",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323556"
}
}
},
{
"id": "21726001",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764157695",
"uncertainty": 120
},
"departure": {
"time": "1764157695",
"uncertainty": 120
},
"stopId": "wimetoi"
},
{
"departure": {
"time": "1764155163",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155180",
"uncertainty": 120
},
"departure": {
"time": "1764155180",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155250",
"uncertainty": 120
},
"departure": {
"time": "1764155250",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155318",
"uncertainty": 120
},
"departure": {
"time": "1764155318",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155373",
"uncertainty": 120
},
"departure": {
"time": "1764155403",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155574",
"uncertainty": 120
},
"departure": {
"time": "1764155643",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155749",
"uncertainty": 120
},
"departure": {
"time": "1764155749",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155789",
"uncertainty": 120
},
"departure": {
"time": "1764155793",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155914",
"uncertainty": 120
},
"departure": {
"time": "1764155973",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156057",
"uncertainty": 120
},
"departure": {
"time": "1764156093",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156178",
"uncertainty": 120
},
"departure": {
"time": "1764156183",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156274",
"uncertainty": 120
},
"departure": {
"time": "1764156274",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156424",
"uncertainty": 120
},
"departure": {
"time": "1764156424",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156476",
"uncertainty": 120
},
"departure": {
"time": "1764156476",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156543",
"uncertainty": 120
},
"departure": {
"time": "1764156543",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156593",
"uncertainty": 120
},
"departure": {
"time": "1764156593",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156656",
"uncertainty": 120
},
"departure": {
"time": "1764156656",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156716",
"uncertainty": 120
},
"departure": {
"time": "1764156716",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156770",
"uncertainty": 120
},
"departure": {
"time": "1764156770",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156859",
"uncertainty": 120
},
"departure": {
"time": "1764156859",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156981",
"uncertainty": 120
},
"departure": {
"time": "1764156981",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157078",
"uncertainty": 120
},
"departure": {
"time": "1764157078",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1764157118",
"uncertainty": 120
},
"departure": {
"time": "1764157118",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1764157151",
"uncertainty": 120
},
"departure": {
"time": "1764157151",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157200",
"uncertainty": 120
},
"departure": {
"time": "1764157200",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764158028",
"uncertainty": 120
},
"departure": {
"time": "1764158028",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1764158083",
"uncertainty": 120
},
"departure": {
"time": "1764158083",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1764158153",
"uncertainty": 120
},
"departure": {
"time": "1764158153",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1764158242",
"uncertainty": 120
},
"departure": {
"time": "1764158242",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1764158340",
"uncertainty": 120
},
"departure": {
"time": "1764158340",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1764158420",
"uncertainty": 120
},
"departure": {
"time": "1764158420",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1764158466",
"uncertainty": 120
},
"departure": {
"time": "1764158466",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1764158497",
"uncertainty": 120
},
"departure": {
"time": "1764158497",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1764158559",
"uncertainty": 120
},
"departure": {
"time": "1764158559",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1764158584",
"uncertainty": 120
},
"departure": {
"time": "1764158584",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1764158652",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726001"
},
"vehicle": {
"id": "197",
"label": "197"
}
}
},
{
"id": "21726003",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764154660",
"uncertainty": 120
},
"departure": {
"time": "1764154660",
"uncertainty": 120
},
"stopId": "wimmair2"
},
{
"departure": {
"time": "1764154022",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1764154052",
"uncertainty": 120
},
"departure": {
"time": "1764154052",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764154094",
"uncertainty": 120
},
"departure": {
"time": "1764154094",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764154142",
"uncertainty": 120
},
"departure": {
"time": "1764154173",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764154203",
"uncertainty": 120
},
"departure": {
"time": "1764154203",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764154252",
"uncertainty": 120
},
"departure": {
"time": "1764154264",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764154361",
"uncertainty": 120
},
"departure": {
"time": "1764154383",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764154454",
"uncertainty": 120
},
"departure": {
"time": "1764154454",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764154529",
"uncertainty": 120
},
"departure": {
"time": "1764154533",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764154593",
"uncertainty": 120
},
"departure": {
"time": "1764154593",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764154644",
"uncertainty": 120
},
"departure": {
"time": "1764154644",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmair",
"stopSequence": 11
},
{
"arrival": {
"time": "1764154692",
"uncertainty": 120
},
"departure": {
"time": "1764154692",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764154731",
"uncertainty": 120
},
"departure": {
"time": "1764154731",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764155274",
"uncertainty": 120
},
"departure": {
"time": "1764155274",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1764155319",
"uncertainty": 120
},
"departure": {
"time": "1764155319",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764155360",
"uncertainty": 120
},
"departure": {
"time": "1764155360",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764155396",
"uncertainty": 120
},
"departure": {
"time": "1764155403",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764155468",
"uncertainty": 120
},
"departure": {
"time": "1764155468",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764155534",
"uncertainty": 120
},
"departure": {
"time": "1764155583",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764155613",
"uncertainty": 120
},
"departure": {
"time": "1764155613",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764155686",
"uncertainty": 120
},
"departure": {
"time": "1764155763",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764155838",
"uncertainty": 120
},
"departure": {
"time": "1764155838",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1764155883",
"uncertainty": 120
},
"departure": {
"time": "1764155883",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1764156042",
"uncertainty": 120
},
"departure": {
"time": "1764156094",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1764156202",
"uncertainty": 120
},
"departure": {
"time": "1764156202",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1764156272",
"uncertainty": 120
},
"departure": {
"time": "1764156272",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764156372",
"uncertainty": 120
},
"departure": {
"time": "1764156372",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764156563",
"uncertainty": 120
},
"departure": {
"time": "1764156563",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764156639",
"uncertainty": 120
},
"departure": {
"time": "1764156639",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1764156774",
"uncertainty": 120
},
"departure": {
"time": "1764156774",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1764156842",
"uncertainty": 120
},
"departure": {
"time": "1764156842",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764156922",
"uncertainty": 120
},
"departure": {
"time": "1764156922",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1764156989",
"uncertainty": 120
},
"departure": {
"time": "1764156989",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1764157081",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726003"
},
"vehicle": {
"id": "187",
"label": "187"
}
}
},
{
"id": "21323544",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764157645",
"uncertainty": 120
},
"departure": {
"time": "1764157645",
"uncertainty": 120
},
"stopId": "leobler"
},
{
"arrival": {
"time": "1764157761",
"uncertainty": 120
},
"departure": {
"time": "1764157761",
"uncertainty": 120
},
"stopId": "leoli3"
},
{
"arrival": {
"time": "1764157761",
"uncertainty": 120
},
"departure": {
"time": "1764157761",
"uncertainty": 120
},
"stopId": "leodela"
},
{
"arrival": {
"time": "1764157831",
"uncertainty": 120
},
"departure": {
"time": "1764157831",
"uncertainty": 120
},
"stopId": "leosib"
},
{
"arrival": {
"time": "1764157831",
"uncertainty": 120
},
"departure": {
"time": "1764157831",
"uncertainty": 120
},
"stopId": "leoli2"
},
{
"arrival": {
"time": "1764157890",
"uncertainty": 120
},
"departure": {
"time": "1764157890",
"uncertainty": 120
},
"stopId": "leolave"
},
{
"arrival": {
"time": "1764157890",
"uncertainty": 120
},
"departure": {
"time": "1764157890",
"uncertainty": 120
},
"stopId": "leoli1"
},
{
"arrival": {
"time": "1764157977",
"uncertainty": 120
},
"departure": {
"time": "1764157977",
"uncertainty": 120
},
"stopId": "leochat"
},
{
"arrival": {
"time": "1764158033",
"uncertainty": 120
},
"departure": {
"time": "1764158033",
"uncertainty": 120
},
"stopId": "isqresi"
},
{
"departure": {
"time": "1764155423",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155483",
"uncertainty": 120
},
"departure": {
"time": "1764155483",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155513",
"uncertainty": 120
},
"departure": {
"time": "1764155543",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155564",
"uncertainty": 120
},
"departure": {
"time": "1764155603",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155761",
"uncertainty": 120
},
"departure": {
"time": "1764155761",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155919",
"uncertainty": 120
},
"departure": {
"time": "1764155963",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156122",
"uncertainty": 120
},
"departure": {
"time": "1764156143",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156251",
"uncertainty": 120
},
"departure": {
"time": "1764156251",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156365",
"uncertainty": 120
},
"departure": {
"time": "1764156365",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156461",
"uncertainty": 120
},
"departure": {
"time": "1764156461",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156537",
"uncertainty": 120
},
"departure": {
"time": "1764156537",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156587",
"uncertainty": 120
},
"departure": {
"time": "1764156587",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156683",
"uncertainty": 120
},
"departure": {
"time": "1764156683",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156864",
"uncertainty": 120
},
"departure": {
"time": "1764156864",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156983",
"uncertainty": 120
},
"departure": {
"time": "1764156983",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157060",
"uncertainty": 120
},
"departure": {
"time": "1764157060",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157159",
"uncertainty": 120
},
"departure": {
"time": "1764157159",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157316",
"uncertainty": 120
},
"departure": {
"time": "1764157316",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157398",
"uncertainty": 120
},
"departure": {
"time": "1764157398",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157519",
"uncertainty": 120
},
"departure": {
"time": "1764157519",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157129",
"uncertainty": 120
},
"departure": {
"time": "1764157129",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157192",
"uncertainty": 120
},
"departure": {
"time": "1764157192",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764157241",
"uncertainty": 120
},
"departure": {
"time": "1764157241",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764157294",
"uncertainty": 120
},
"departure": {
"time": "1764157294",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157335",
"uncertainty": 120
},
"departure": {
"time": "1764157335",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1764157395",
"uncertainty": 120
},
"departure": {
"time": "1764157395",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1764157462",
"uncertainty": 120
},
"departure": {
"time": "1764157462",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1764157517",
"uncertainty": 120
},
"departure": {
"time": "1764157517",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1764157564",
"uncertainty": 120
},
"departure": {
"time": "1764157564",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1764157620",
"uncertainty": 120
},
"departure": {
"time": "1764157620",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764157675",
"uncertainty": 120
},
"departure": {
"time": "1764157675",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1764158212",
"uncertainty": 120
},
"departure": {
"time": "1764158212",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1764158277",
"uncertainty": 120
},
"departure": {
"time": "1764158277",
"uncertainty": 120
},
"stopId": "semcord2",
"stopSequence": 33
},
{
"arrival": {
"time": "1764158397",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323544"
},
"vehicle": {
"id": "534",
"label": "534"
}
}
},
{
"id": "21323539",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764158400",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323539"
}
}
},
{
"id": "21323535",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155462",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155718",
"uncertainty": 120
},
"departure": {
"time": "1764155762",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155848",
"uncertainty": 120
},
"departure": {
"time": "1764155852",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155910",
"uncertainty": 120
},
"departure": {
"time": "1764155942",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156027",
"uncertainty": 120
},
"departure": {
"time": "1764156062",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156131",
"uncertainty": 120
},
"departure": {
"time": "1764156152",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156228",
"uncertainty": 120
},
"departure": {
"time": "1764156228",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156313",
"uncertainty": 120
},
"departure": {
"time": "1764156313",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156355",
"uncertainty": 120
},
"departure": {
"time": "1764156355",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156414",
"uncertainty": 120
},
"departure": {
"time": "1764156414",
"uncertainty": 120
},
"stopId": "smbmont",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156555",
"uncertainty": 120
},
"departure": {
"time": "1764156555",
"uncertainty": 120
},
"stopId": "smbheli2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156969",
"uncertainty": 120
},
"departure": {
"time": "1764156969",
"uncertainty": 120
},
"stopId": "smboues",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157035",
"uncertainty": 120
},
"departure": {
"time": "1764157035",
"uncertainty": 120
},
"stopId": "smbest",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157100",
"uncertainty": 120
},
"departure": {
"time": "1764157100",
"uncertainty": 120
},
"stopId": "smbbadh",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157156",
"uncertainty": 120
},
"departure": {
"time": "1764157156",
"uncertainty": 120
},
"stopId": "lacpell",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157202",
"uncertainty": 120
},
"departure": {
"time": "1764157202",
"uncertainty": 120
},
"stopId": "lacpern",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157302",
"uncertainty": 120
},
"departure": {
"time": "1764157302",
"uncertainty": 120
},
"stopId": "lacgara",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157340",
"uncertainty": 120
},
"departure": {
"time": "1764157340",
"uncertainty": 120
},
"stopId": "lacegli",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157395",
"uncertainty": 120
},
"departure": {
"time": "1764157395",
"uncertainty": 120
},
"stopId": "lacchai",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157495",
"uncertainty": 120
},
"departure": {
"time": "1764157495",
"uncertainty": 120
},
"stopId": "lacpont",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157575",
"uncertainty": 120
},
"stopId": "baimacq",
"stopSequence": 21
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323535"
},
"vehicle": {
"id": "330",
"label": "330"
}
}
},
{
"id": "21725972",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156139",
"uncertainty": 120
},
"stopId": "wimmair",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155118",
"uncertainty": 120
},
"departure": {
"time": "1764155118",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155182",
"uncertainty": 120
},
"departure": {
"time": "1764155182",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155305",
"uncertainty": 120
},
"departure": {
"time": "1764155305",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155400",
"uncertainty": 120
},
"departure": {
"time": "1764155400",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156401",
"uncertainty": 120
},
"departure": {
"time": "1764156401",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156529",
"uncertainty": 120
},
"departure": {
"time": "1764156529",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156586",
"uncertainty": 120
},
"departure": {
"time": "1764156586",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156626",
"uncertainty": 120
},
"departure": {
"time": "1764156626",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156672",
"uncertainty": 120
},
"departure": {
"time": "1764156672",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156717",
"uncertainty": 120
},
"departure": {
"time": "1764156717",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156887",
"uncertainty": 120
},
"departure": {
"time": "1764156887",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156946",
"uncertainty": 120
},
"departure": {
"time": "1764156946",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157102",
"uncertainty": 120
},
"departure": {
"time": "1764157102",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157204",
"uncertainty": 120
},
"departure": {
"time": "1764157204",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157255",
"uncertainty": 120
},
"departure": {
"time": "1764157255",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157303",
"uncertainty": 120
},
"departure": {
"time": "1764157303",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157414",
"uncertainty": 120
},
"departure": {
"time": "1764157414",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157546",
"uncertainty": 120
},
"departure": {
"time": "1764157546",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157615",
"uncertainty": 120
},
"departure": {
"time": "1764157615",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157777",
"uncertainty": 120
},
"departure": {
"time": "1764157777",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157915",
"uncertainty": 120
},
"departure": {
"time": "1764157915",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764158004",
"uncertainty": 120
},
"departure": {
"time": "1764158004",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764158175",
"uncertainty": 120
},
"departure": {
"time": "1764158175",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764158312",
"uncertainty": 120
},
"departure": {
"time": "1764158312",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764158389",
"uncertainty": 120
},
"departure": {
"time": "1764158389",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764158492",
"uncertainty": 120
},
"departure": {
"time": "1764158492",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764158612",
"uncertainty": 120
},
"departure": {
"time": "1764158612",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764158720",
"uncertainty": 120
},
"departure": {
"time": "1764158720",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764158819",
"uncertainty": 120
},
"departure": {
"time": "1764158819",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764158931",
"uncertainty": 120
},
"departure": {
"time": "1764158931",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764159014",
"uncertainty": 120
},
"departure": {
"time": "1764159014",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764159046",
"uncertainty": 120
},
"departure": {
"time": "1764159046",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764159138",
"uncertainty": 120
},
"departure": {
"time": "1764159138",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764159171",
"uncertainty": 120
},
"departure": {
"time": "1764159171",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764159232",
"uncertainty": 120
},
"departure": {
"time": "1764159232",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764159351",
"uncertainty": 120
},
"departure": {
"time": "1764159351",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764159494",
"uncertainty": 120
},
"departure": {
"time": "1764159494",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764159531",
"uncertainty": 120
},
"departure": {
"time": "1764159531",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764159574",
"uncertainty": 120
},
"departure": {
"time": "1764159574",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764159651",
"uncertainty": 120
},
"departure": {
"time": "1764159651",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764159759",
"uncertainty": 120
},
"departure": {
"time": "1764159759",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764159817",
"uncertainty": 120
},
"departure": {
"time": "1764159817",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764159856",
"uncertainty": 120
},
"departure": {
"time": "1764159856",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764159951",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725972"
},
"vehicle": {
"id": "182",
"label": "182"
}
}
},
{
"id": "21323414",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155700",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156111",
"uncertainty": 120
},
"departure": {
"time": "1764156183",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156243",
"uncertainty": 120
},
"departure": {
"time": "1764156243",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156316",
"uncertainty": 120
},
"departure": {
"time": "1764156316",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156394",
"uncertainty": 120
},
"departure": {
"time": "1764156394",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156770",
"uncertainty": 120
},
"departure": {
"time": "1764157200",
"uncertainty": 120
},
"stopId": "bsmc16a",
"stopSequence": 6
},
{
"arrival": {
"time": "1764158237",
"uncertainty": 120
},
"departure": {
"time": "1764158237",
"uncertainty": 120
},
"stopId": "comyser",
"stopSequence": 7
},
{
"arrival": {
"time": "1764158353",
"uncertainty": 120
},
"departure": {
"time": "1764158353",
"uncertainty": 120
},
"stopId": "concha2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764158460",
"uncertainty": 120
},
"departure": {
"time": "1764158460",
"uncertainty": 120
},
"stopId": "conpas2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764158707",
"uncertainty": 120
},
"departure": {
"time": "1764158707",
"uncertainty": 120
},
"stopId": "neucoun",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158880",
"uncertainty": 120
},
"departure": {
"time": "1764158880",
"uncertainty": 120
},
"stopId": "neupos1",
"stopSequence": 11
},
{
"arrival": {
"time": "1764159060",
"uncertainty": 120
},
"stopId": "neupla1",
"stopSequence": 12
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "143",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323414"
},
"vehicle": {
"id": "180",
"label": "180"
}
}
},
{
"id": "21725980",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764159000",
"uncertainty": 120
},
"stopId": "wimmair",
"stopSequence": 1
},
{
"arrival": {
"time": "1764159078",
"uncertainty": 120
},
"departure": {
"time": "1764159078",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764159142",
"uncertainty": 120
},
"departure": {
"time": "1764159142",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764159265",
"uncertainty": 120
},
"departure": {
"time": "1764159265",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764159360",
"uncertainty": 120
},
"departure": {
"time": "1764159360",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764159338",
"uncertainty": 120
},
"departure": {
"time": "1764159338",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764159466",
"uncertainty": 120
},
"departure": {
"time": "1764159466",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764159523",
"uncertainty": 120
},
"departure": {
"time": "1764159523",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764159563",
"uncertainty": 120
},
"departure": {
"time": "1764159563",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764159609",
"uncertainty": 120
},
"departure": {
"time": "1764159609",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764159654",
"uncertainty": 120
},
"departure": {
"time": "1764159654",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764159824",
"uncertainty": 120
},
"departure": {
"time": "1764159824",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764159883",
"uncertainty": 120
},
"departure": {
"time": "1764159883",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764159994",
"uncertainty": 120
},
"departure": {
"time": "1764159994",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764160096",
"uncertainty": 120
},
"departure": {
"time": "1764160096",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764160163",
"uncertainty": 120
},
"departure": {
"time": "1764160163",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764160273",
"uncertainty": 120
},
"departure": {
"time": "1764160273",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764160384",
"uncertainty": 120
},
"departure": {
"time": "1764160384",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764160516",
"uncertainty": 120
},
"departure": {
"time": "1764160516",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764160585",
"uncertainty": 120
},
"departure": {
"time": "1764160585",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764160747",
"uncertainty": 120
},
"departure": {
"time": "1764160747",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764160858",
"uncertainty": 120
},
"departure": {
"time": "1764160858",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764160948",
"uncertainty": 120
},
"departure": {
"time": "1764160948",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764161086",
"uncertainty": 120
},
"departure": {
"time": "1764161086",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764161196",
"uncertainty": 120
},
"departure": {
"time": "1764161280",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764161357",
"uncertainty": 120
},
"departure": {
"time": "1764161357",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764161460",
"uncertainty": 120
},
"departure": {
"time": "1764161460",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764161580",
"uncertainty": 120
},
"departure": {
"time": "1764161580",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764161688",
"uncertainty": 120
},
"departure": {
"time": "1764161688",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764161768",
"uncertainty": 120
},
"departure": {
"time": "1764161768",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764161880",
"uncertainty": 120
},
"departure": {
"time": "1764161880",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764161963",
"uncertainty": 120
},
"departure": {
"time": "1764161963",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764161995",
"uncertainty": 120
},
"departure": {
"time": "1764161995",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764162087",
"uncertainty": 120
},
"departure": {
"time": "1764162087",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764162120",
"uncertainty": 120
},
"departure": {
"time": "1764162120",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764162181",
"uncertainty": 120
},
"departure": {
"time": "1764162181",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764162300",
"uncertainty": 120
},
"departure": {
"time": "1764162300",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764162443",
"uncertainty": 120
},
"departure": {
"time": "1764162443",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764162480",
"uncertainty": 120
},
"departure": {
"time": "1764162480",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764162523",
"uncertainty": 120
},
"departure": {
"time": "1764162523",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764162600",
"uncertainty": 120
},
"departure": {
"time": "1764162600",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764162708",
"uncertainty": 120
},
"departure": {
"time": "1764162708",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764162766",
"uncertainty": 120
},
"departure": {
"time": "1764162766",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764162805",
"uncertainty": 120
},
"departure": {
"time": "1764162805",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764162900",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725980"
}
}
},
{
"id": "21323518",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764157548",
"uncertainty": 120
},
"departure": {
"time": "1764157548",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1764157583",
"uncertainty": 120
},
"departure": {
"time": "1764157583",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764157661",
"uncertainty": 120
},
"departure": {
"time": "1764157661",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764155521",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155563",
"uncertainty": 120
},
"departure": {
"time": "1764155581",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155715",
"uncertainty": 120
},
"departure": {
"time": "1764155731",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155815",
"uncertainty": 120
},
"departure": {
"time": "1764155821",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155978",
"uncertainty": 120
},
"departure": {
"time": "1764156001",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156061",
"uncertainty": 120
},
"departure": {
"time": "1764156061",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156186",
"uncertainty": 120
},
"departure": {
"time": "1764156186",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156285",
"uncertainty": 120
},
"departure": {
"time": "1764156285",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156347",
"uncertainty": 120
},
"departure": {
"time": "1764156347",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156390",
"uncertainty": 120
},
"departure": {
"time": "1764156390",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156441",
"uncertainty": 120
},
"departure": {
"time": "1764156441",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156518",
"uncertainty": 120
},
"departure": {
"time": "1764156518",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156663",
"uncertainty": 120
},
"departure": {
"time": "1764156663",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156728",
"uncertainty": 120
},
"departure": {
"time": "1764156728",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156790",
"uncertainty": 120
},
"departure": {
"time": "1764156790",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156860",
"uncertainty": 120
},
"departure": {
"time": "1764156860",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157026",
"uncertainty": 120
},
"departure": {
"time": "1764157026",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157144",
"uncertainty": 120
},
"departure": {
"time": "1764157144",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157249",
"uncertainty": 120
},
"departure": {
"time": "1764157249",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764157324",
"uncertainty": 120
},
"departure": {
"time": "1764157324",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764157432",
"uncertainty": 120
},
"departure": {
"time": "1764157432",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764157548",
"uncertainty": 120
},
"departure": {
"time": "1764157548",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764157448",
"uncertainty": 120
},
"departure": {
"time": "1764157448",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764157500",
"uncertainty": 120
},
"departure": {
"time": "1764157500",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764157570",
"uncertainty": 120
},
"departure": {
"time": "1764157570",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764157661",
"uncertainty": 120
},
"departure": {
"time": "1764157661",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764157762",
"uncertainty": 120
},
"departure": {
"time": "1764157762",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764157909",
"uncertainty": 120
},
"departure": {
"time": "1764157909",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764158024",
"uncertainty": 120
},
"departure": {
"time": "1764158024",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1764158138",
"uncertainty": 120
},
"departure": {
"time": "1764158138",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1764158262",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323518"
},
"vehicle": {
"id": "195",
"label": "195"
}
}
},
{
"id": "21323519",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764160424",
"uncertainty": 120
},
"departure": {
"time": "1764160424",
"uncertainty": 120
},
"stopId": "bsmier2"
},
{
"arrival": {
"time": "1764160459",
"uncertainty": 120
},
"departure": {
"time": "1764160459",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764160537",
"uncertainty": 120
},
"departure": {
"time": "1764160537",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764158400",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1764158483",
"uncertainty": 120
},
"departure": {
"time": "1764158483",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764158580",
"uncertainty": 120
},
"departure": {
"time": "1764158580",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764158675",
"uncertainty": 120
},
"departure": {
"time": "1764158675",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1764158760",
"uncertainty": 120
},
"departure": {
"time": "1764158760",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1764158849",
"uncertainty": 120
},
"departure": {
"time": "1764158849",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1764159023",
"uncertainty": 120
},
"departure": {
"time": "1764159023",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1764159122",
"uncertainty": 120
},
"departure": {
"time": "1764159122",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764159184",
"uncertainty": 120
},
"departure": {
"time": "1764159184",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764159249",
"uncertainty": 120
},
"departure": {
"time": "1764159249",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764159300",
"uncertainty": 120
},
"departure": {
"time": "1764159300",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764159377",
"uncertainty": 120
},
"departure": {
"time": "1764159377",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1764159523",
"uncertainty": 120
},
"departure": {
"time": "1764159523",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764159588",
"uncertainty": 120
},
"departure": {
"time": "1764159588",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764159650",
"uncertainty": 120
},
"departure": {
"time": "1764159650",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1764159720",
"uncertainty": 120
},
"departure": {
"time": "1764159720",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764159902",
"uncertainty": 120
},
"departure": {
"time": "1764159902",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764160020",
"uncertainty": 120
},
"departure": {
"time": "1764160020",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764160125",
"uncertainty": 120
},
"departure": {
"time": "1764160125",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1764160200",
"uncertainty": 120
},
"departure": {
"time": "1764160200",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764160308",
"uncertainty": 120
},
"departure": {
"time": "1764160308",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764160424",
"uncertainty": 120
},
"departure": {
"time": "1764160424",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1764160448",
"uncertainty": 120
},
"departure": {
"time": "1764160448",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1764160500",
"uncertainty": 120
},
"departure": {
"time": "1764160500",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764160570",
"uncertainty": 120
},
"departure": {
"time": "1764160570",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764160537",
"uncertainty": 120
},
"departure": {
"time": "1764160537",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764160638",
"uncertainty": 120
},
"departure": {
"time": "1764160638",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764160789",
"uncertainty": 120
},
"departure": {
"time": "1764160789",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764160895",
"uncertainty": 120
},
"departure": {
"time": "1764160895",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1764160981",
"uncertainty": 120
},
"departure": {
"time": "1764160981",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1764161105",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323519"
}
}
},
{
"id": "21725977",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764153078",
"uncertainty": 120
},
"departure": {
"time": "1764153078",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764153142",
"uncertainty": 120
},
"departure": {
"time": "1764153142",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764153265",
"uncertainty": 120
},
"departure": {
"time": "1764153265",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764153360",
"uncertainty": 120
},
"departure": {
"time": "1764153360",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764153513",
"uncertainty": 120
},
"departure": {
"time": "1764153543",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764153620",
"uncertainty": 120
},
"departure": {
"time": "1764153633",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764153690",
"uncertainty": 120
},
"departure": {
"time": "1764153693",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764153787",
"uncertainty": 120
},
"departure": {
"time": "1764153787",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764153844",
"uncertainty": 120
},
"departure": {
"time": "1764153844",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764153873",
"uncertainty": 120
},
"departure": {
"time": "1764153873",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764154008",
"uncertainty": 120
},
"departure": {
"time": "1764154008",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764154061",
"uncertainty": 120
},
"departure": {
"time": "1764154083",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764154143",
"uncertainty": 120
},
"departure": {
"time": "1764154143",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764154263",
"uncertainty": 120
},
"departure": {
"time": "1764154323",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764154383",
"uncertainty": 120
},
"departure": {
"time": "1764154383",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764154443",
"uncertainty": 120
},
"departure": {
"time": "1764154443",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764154579",
"uncertainty": 120
},
"departure": {
"time": "1764154593",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764154699",
"uncertainty": 120
},
"departure": {
"time": "1764154713",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764154773",
"uncertainty": 120
},
"departure": {
"time": "1764154773",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764154953",
"uncertainty": 120
},
"departure": {
"time": "1764155013",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764155103",
"uncertainty": 120
},
"departure": {
"time": "1764155103",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764155175",
"uncertainty": 120
},
"departure": {
"time": "1764155193",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764155351",
"uncertainty": 120
},
"departure": {
"time": "1764155403",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764155519",
"uncertainty": 120
},
"departure": {
"time": "1764155583",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764155686",
"uncertainty": 120
},
"departure": {
"time": "1764155763",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764155862",
"uncertainty": 120
},
"departure": {
"time": "1764155914",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764156015",
"uncertainty": 120
},
"departure": {
"time": "1764156015",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764156088",
"uncertainty": 120
},
"departure": {
"time": "1764156093",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764156168",
"uncertainty": 120
},
"departure": {
"time": "1764156183",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764156295",
"uncertainty": 120
},
"departure": {
"time": "1764156295",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764156378",
"uncertainty": 120
},
"departure": {
"time": "1764156378",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764156410",
"uncertainty": 120
},
"departure": {
"time": "1764156410",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764156502",
"uncertainty": 120
},
"departure": {
"time": "1764156502",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764156535",
"uncertainty": 120
},
"departure": {
"time": "1764156535",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764156605",
"uncertainty": 120
},
"departure": {
"time": "1764156605",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764156724",
"uncertainty": 120
},
"departure": {
"time": "1764156724",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764156867",
"uncertainty": 120
},
"departure": {
"time": "1764156867",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764156904",
"uncertainty": 120
},
"departure": {
"time": "1764156904",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764156947",
"uncertainty": 120
},
"departure": {
"time": "1764156947",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764157024",
"uncertainty": 120
},
"departure": {
"time": "1764157024",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764157132",
"uncertainty": 120
},
"departure": {
"time": "1764157132",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764157190",
"uncertainty": 120
},
"departure": {
"time": "1764157190",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764157229",
"uncertainty": 120
},
"departure": {
"time": "1764157229",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764157324",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725977"
},
"vehicle": {
"id": "1199",
"label": "1199"
}
}
},
{
"id": "21725953",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764162190",
"uncertainty": 120
},
"departure": {
"time": "1764162190",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764162379",
"uncertainty": 120
},
"departure": {
"time": "1764162379",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764158700",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764158768",
"uncertainty": 120
},
"departure": {
"time": "1764158768",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764158804",
"uncertainty": 120
},
"departure": {
"time": "1764158804",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764158894",
"uncertainty": 120
},
"departure": {
"time": "1764158894",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764158940",
"uncertainty": 120
},
"departure": {
"time": "1764158940",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764159117",
"uncertainty": 120
},
"departure": {
"time": "1764159117",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764159180",
"uncertainty": 120
},
"departure": {
"time": "1764159180",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764159230",
"uncertainty": 120
},
"departure": {
"time": "1764159230",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764159420",
"uncertainty": 120
},
"departure": {
"time": "1764159420",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764159574",
"uncertainty": 120
},
"departure": {
"time": "1764159574",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764159660",
"uncertainty": 120
},
"departure": {
"time": "1764159660",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764159712",
"uncertainty": 120
},
"departure": {
"time": "1764159712",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764159821",
"uncertainty": 120
},
"departure": {
"time": "1764159821",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764159944",
"uncertainty": 120
},
"departure": {
"time": "1764159944",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764160020",
"uncertainty": 120
},
"departure": {
"time": "1764160020",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764160100",
"uncertainty": 120
},
"departure": {
"time": "1764160100",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764160135",
"uncertainty": 120
},
"departure": {
"time": "1764160135",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764160260",
"uncertainty": 120
},
"departure": {
"time": "1764160260",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764160440",
"uncertainty": 120
},
"departure": {
"time": "1764160440",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764160526",
"uncertainty": 120
},
"departure": {
"time": "1764160526",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764160620",
"uncertainty": 120
},
"departure": {
"time": "1764160680",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764160764",
"uncertainty": 120
},
"departure": {
"time": "1764160764",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764160902",
"uncertainty": 120
},
"departure": {
"time": "1764160902",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764161040",
"uncertainty": 120
},
"departure": {
"time": "1764161040",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764161113",
"uncertainty": 120
},
"departure": {
"time": "1764161113",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764161212",
"uncertainty": 120
},
"departure": {
"time": "1764161212",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764161265",
"uncertainty": 120
},
"departure": {
"time": "1764161265",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764161315",
"uncertainty": 120
},
"departure": {
"time": "1764161315",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764161394",
"uncertainty": 120
},
"departure": {
"time": "1764161394",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764161460",
"uncertainty": 120
},
"departure": {
"time": "1764161460",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764161508",
"uncertainty": 120
},
"departure": {
"time": "1764161508",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764161580",
"uncertainty": 120
},
"departure": {
"time": "1764161580",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764161827",
"uncertainty": 120
},
"departure": {
"time": "1764161827",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764161881",
"uncertainty": 120
},
"departure": {
"time": "1764161881",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764161918",
"uncertainty": 120
},
"departure": {
"time": "1764161918",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764161940",
"uncertainty": 120
},
"departure": {
"time": "1764161940",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764162009",
"uncertainty": 120
},
"departure": {
"time": "1764162009",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764162125",
"uncertainty": 120
},
"departure": {
"time": "1764162125",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764162180",
"uncertainty": 120
},
"departure": {
"time": "1764162180",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764162249",
"uncertainty": 120
},
"departure": {
"time": "1764162249",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764162349",
"uncertainty": 120
},
"departure": {
"time": "1764162349",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764162412",
"uncertainty": 120
},
"departure": {
"time": "1764162412",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764162388",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725953"
}
}
},
{
"id": "21725955",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764158119",
"uncertainty": 120
},
"departure": {
"time": "1764158119",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764158308",
"uncertainty": 120
},
"departure": {
"time": "1764158308",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764154682",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764154727",
"uncertainty": 120
},
"departure": {
"time": "1764154727",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764154765",
"uncertainty": 120
},
"departure": {
"time": "1764154772",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764154862",
"uncertainty": 120
},
"departure": {
"time": "1764154862",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764154915",
"uncertainty": 120
},
"departure": {
"time": "1764154915",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155042",
"uncertainty": 120
},
"departure": {
"time": "1764155042",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155085",
"uncertainty": 120
},
"departure": {
"time": "1764155085",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155132",
"uncertainty": 120
},
"departure": {
"time": "1764155132",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155308",
"uncertainty": 120
},
"departure": {
"time": "1764155312",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764155413",
"uncertainty": 120
},
"departure": {
"time": "1764155413",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764155460",
"uncertainty": 120
},
"departure": {
"time": "1764155460",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764155520",
"uncertainty": 120
},
"departure": {
"time": "1764155616",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764155696",
"uncertainty": 120
},
"departure": {
"time": "1764155702",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764155804",
"uncertainty": 120
},
"departure": {
"time": "1764155822",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764155881",
"uncertainty": 120
},
"departure": {
"time": "1764155882",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156010",
"uncertainty": 120
},
"departure": {
"time": "1764156032",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156088",
"uncertainty": 120
},
"departure": {
"time": "1764156088",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156224",
"uncertainty": 120
},
"departure": {
"time": "1764156224",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156344",
"uncertainty": 120
},
"departure": {
"time": "1764156344",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156429",
"uncertainty": 120
},
"departure": {
"time": "1764156429",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156523",
"uncertainty": 120
},
"departure": {
"time": "1764156523",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764156607",
"uncertainty": 120
},
"departure": {
"time": "1764156607",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764156741",
"uncertainty": 120
},
"departure": {
"time": "1764156741",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764156875",
"uncertainty": 120
},
"departure": {
"time": "1764156875",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764156958",
"uncertainty": 120
},
"departure": {
"time": "1764156958",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764157071",
"uncertainty": 120
},
"departure": {
"time": "1764157071",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764157131",
"uncertainty": 120
},
"departure": {
"time": "1764157131",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764157189",
"uncertainty": 120
},
"departure": {
"time": "1764157189",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764157253",
"uncertainty": 120
},
"departure": {
"time": "1764157253",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764157329",
"uncertainty": 120
},
"departure": {
"time": "1764157329",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764157401",
"uncertainty": 120
},
"departure": {
"time": "1764157401",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764157509",
"uncertainty": 120
},
"departure": {
"time": "1764157509",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764157756",
"uncertainty": 120
},
"departure": {
"time": "1764157756",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764157810",
"uncertainty": 120
},
"departure": {
"time": "1764157810",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764157847",
"uncertainty": 120
},
"departure": {
"time": "1764157847",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764157869",
"uncertainty": 120
},
"departure": {
"time": "1764157869",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764157938",
"uncertainty": 120
},
"departure": {
"time": "1764157938",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764158054",
"uncertainty": 120
},
"departure": {
"time": "1764158054",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764158040",
"uncertainty": 120
},
"departure": {
"time": "1764158040",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764158109",
"uncertainty": 120
},
"departure": {
"time": "1764158109",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764158209",
"uncertainty": 120
},
"departure": {
"time": "1764158209",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764158272",
"uncertainty": 120
},
"departure": {
"time": "1764158272",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764158317",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725955"
},
"vehicle": {
"id": "196",
"label": "196"
}
}
},
{
"id": "21725961",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764160450",
"uncertainty": 120
},
"departure": {
"time": "1764160450",
"uncertainty": 120
},
"stopId": "wimplai2"
},
{
"arrival": {
"time": "1764160639",
"uncertainty": 120
},
"departure": {
"time": "1764160639",
"uncertainty": 120
},
"stopId": "wimmair3"
},
{
"departure": {
"time": "1764156900",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156968",
"uncertainty": 120
},
"departure": {
"time": "1764156968",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157004",
"uncertainty": 120
},
"departure": {
"time": "1764157004",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157094",
"uncertainty": 120
},
"departure": {
"time": "1764157094",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157140",
"uncertainty": 120
},
"departure": {
"time": "1764157140",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157317",
"uncertainty": 120
},
"departure": {
"time": "1764157317",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157380",
"uncertainty": 120
},
"departure": {
"time": "1764157380",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157430",
"uncertainty": 120
},
"departure": {
"time": "1764157430",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157620",
"uncertainty": 120
},
"departure": {
"time": "1764157620",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157774",
"uncertainty": 120
},
"departure": {
"time": "1764157774",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157860",
"uncertainty": 120
},
"departure": {
"time": "1764157860",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157912",
"uncertainty": 120
},
"departure": {
"time": "1764157912",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158021",
"uncertainty": 120
},
"departure": {
"time": "1764158021",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158144",
"uncertainty": 120
},
"departure": {
"time": "1764158144",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158220",
"uncertainty": 120
},
"departure": {
"time": "1764158220",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764158300",
"uncertainty": 120
},
"departure": {
"time": "1764158300",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158335",
"uncertainty": 120
},
"departure": {
"time": "1764158335",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158460",
"uncertainty": 120
},
"departure": {
"time": "1764158460",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158580",
"uncertainty": 120
},
"departure": {
"time": "1764158580",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158666",
"uncertainty": 120
},
"departure": {
"time": "1764158666",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1764158760",
"uncertainty": 120
},
"departure": {
"time": "1764158820",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1764158904",
"uncertainty": 120
},
"departure": {
"time": "1764158904",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764159042",
"uncertainty": 120
},
"departure": {
"time": "1764159042",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1764159180",
"uncertainty": 120
},
"departure": {
"time": "1764159180",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764159263",
"uncertainty": 120
},
"departure": {
"time": "1764159263",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1764159376",
"uncertainty": 120
},
"departure": {
"time": "1764159376",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764159436",
"uncertainty": 120
},
"departure": {
"time": "1764159436",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1764159494",
"uncertainty": 120
},
"departure": {
"time": "1764159494",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764159584",
"uncertainty": 120
},
"departure": {
"time": "1764159584",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1764159660",
"uncertainty": 120
},
"departure": {
"time": "1764159660",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1764159732",
"uncertainty": 120
},
"departure": {
"time": "1764159732",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1764159840",
"uncertainty": 120
},
"departure": {
"time": "1764159840",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1764160087",
"uncertainty": 120
},
"departure": {
"time": "1764160087",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1764160141",
"uncertainty": 120
},
"departure": {
"time": "1764160141",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1764160178",
"uncertainty": 120
},
"departure": {
"time": "1764160178",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1764160200",
"uncertainty": 120
},
"departure": {
"time": "1764160200",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1764160269",
"uncertainty": 120
},
"departure": {
"time": "1764160269",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1764160385",
"uncertainty": 120
},
"departure": {
"time": "1764160385",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1764160440",
"uncertainty": 120
},
"departure": {
"time": "1764160440",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1764160509",
"uncertainty": 120
},
"departure": {
"time": "1764160509",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1764160609",
"uncertainty": 120
},
"departure": {
"time": "1764160609",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1764160672",
"uncertainty": 120
},
"departure": {
"time": "1764160672",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1764160648",
"uncertainty": 120
},
"stopId": "wimmair2",
"stopSequence": 43
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725961"
}
}
},
{
"id": "21725798",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155166",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155241",
"uncertainty": 120
},
"departure": {
"time": "1764155283",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155369",
"uncertainty": 120
},
"departure": {
"time": "1764155372",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155492",
"uncertainty": 120
},
"departure": {
"time": "1764155492",
"uncertainty": 120
},
"stopId": "outcite",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155552",
"uncertainty": 120
},
"departure": {
"time": "1764155552",
"uncertainty": 120
},
"stopId": "outfleu",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155601",
"uncertainty": 120
},
"departure": {
"time": "1764155732",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155912",
"uncertainty": 120
},
"departure": {
"time": "1764155912",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156025",
"uncertainty": 120
},
"departure": {
"time": "1764156032",
"uncertainty": 120
},
"stopId": "outrsal3",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156088",
"uncertainty": 120
},
"departure": {
"time": "1764156088",
"uncertainty": 120
},
"stopId": "outbert2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156137",
"uncertainty": 120
},
"departure": {
"time": "1764156152",
"uncertainty": 120
},
"stopId": "outhlm2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764156254",
"uncertainty": 120
},
"departure": {
"time": "1764156254",
"uncertainty": 120
},
"stopId": "outdes2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764156308",
"uncertainty": 120
},
"departure": {
"time": "1764156308",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764156417",
"uncertainty": 120
},
"departure": {
"time": "1764156417",
"uncertainty": 120
},
"stopId": "outlidl",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156597",
"uncertainty": 120
},
"departure": {
"time": "1764156597",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156794",
"uncertainty": 120
},
"departure": {
"time": "1764156794",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156856",
"uncertainty": 120
},
"departure": {
"time": "1764156856",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156982",
"uncertainty": 120
},
"departure": {
"time": "1764156982",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157071",
"uncertainty": 120
},
"departure": {
"time": "1764157071",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1764157180",
"uncertainty": 120
},
"stopId": "bsmcca1r",
"stopSequence": 19
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725798"
},
"vehicle": {
"id": "184",
"label": "184"
}
}
},
{
"id": "21725799",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764155853",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156023",
"uncertainty": 120
},
"departure": {
"time": "1764156033",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156133",
"uncertainty": 120
},
"departure": {
"time": "1764156153",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156379",
"uncertainty": 120
},
"departure": {
"time": "1764156379",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156489",
"uncertainty": 120
},
"departure": {
"time": "1764156489",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156642",
"uncertainty": 120
},
"departure": {
"time": "1764156642",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156692",
"uncertainty": 120
},
"departure": {
"time": "1764156692",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156817",
"uncertainty": 120
},
"departure": {
"time": "1764156817",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1764156883",
"uncertainty": 120
},
"departure": {
"time": "1764156883",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1764156929",
"uncertainty": 120
},
"departure": {
"time": "1764156929",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157038",
"uncertainty": 120
},
"departure": {
"time": "1764157038",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157150",
"uncertainty": 120
},
"departure": {
"time": "1764157150",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157243",
"uncertainty": 120
},
"departure": {
"time": "1764157243",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157268",
"uncertainty": 120
},
"departure": {
"time": "1764157268",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157338",
"uncertainty": 120
},
"departure": {
"time": "1764157338",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157383",
"uncertainty": 120
},
"departure": {
"time": "1764157383",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157480",
"uncertainty": 120
},
"departure": {
"time": "1764157480",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157550",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725799"
},
"vehicle": {
"id": "168",
"label": "168"
}
}
},
{
"id": "21726027",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764157153",
"uncertainty": 120
},
"stopId": "wimmair",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156738",
"uncertainty": 120
},
"departure": {
"time": "1764156738",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156802",
"uncertainty": 120
},
"departure": {
"time": "1764156802",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156925",
"uncertainty": 120
},
"departure": {
"time": "1764156925",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157020",
"uncertainty": 120
},
"departure": {
"time": "1764157020",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157483",
"uncertainty": 120
},
"departure": {
"time": "1764157483",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157611",
"uncertainty": 120
},
"departure": {
"time": "1764157611",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157668",
"uncertainty": 120
},
"departure": {
"time": "1764157668",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157708",
"uncertainty": 120
},
"departure": {
"time": "1764157708",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157754",
"uncertainty": 120
},
"departure": {
"time": "1764157754",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157799",
"uncertainty": 120
},
"departure": {
"time": "1764157799",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157969",
"uncertainty": 120
},
"departure": {
"time": "1764157969",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158028",
"uncertainty": 120
},
"departure": {
"time": "1764158028",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158125",
"uncertainty": 120
},
"departure": {
"time": "1764158125",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158227",
"uncertainty": 120
},
"departure": {
"time": "1764158227",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764158289",
"uncertainty": 120
},
"departure": {
"time": "1764158289",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1764158391",
"uncertainty": 120
},
"departure": {
"time": "1764158391",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1764158502",
"uncertainty": 120
},
"departure": {
"time": "1764158502",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158634",
"uncertainty": 120
},
"departure": {
"time": "1764158634",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158703",
"uncertainty": 120
},
"departure": {
"time": "1764158703",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764158865",
"uncertainty": 120
},
"departure": {
"time": "1764158865",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764158973",
"uncertainty": 120
},
"departure": {
"time": "1764158973",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764159062",
"uncertainty": 120
},
"departure": {
"time": "1764159062",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1764159186",
"uncertainty": 120
},
"departure": {
"time": "1764159186",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1764159296",
"uncertainty": 120
},
"departure": {
"time": "1764159296",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1764159373",
"uncertainty": 120
},
"departure": {
"time": "1764159373",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1764159476",
"uncertainty": 120
},
"departure": {
"time": "1764159476",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1764159596",
"uncertainty": 120
},
"departure": {
"time": "1764159596",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1764159704",
"uncertainty": 120
},
"departure": {
"time": "1764159704",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1764159796",
"uncertainty": 120
},
"departure": {
"time": "1764159796",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1764159908",
"uncertainty": 120
},
"departure": {
"time": "1764159908",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1764159991",
"uncertainty": 120
},
"departure": {
"time": "1764159991",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1764160023",
"uncertainty": 120
},
"departure": {
"time": "1764160023",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1764160115",
"uncertainty": 120
},
"departure": {
"time": "1764160115",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1764160148",
"uncertainty": 120
},
"departure": {
"time": "1764160148",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1764160221",
"uncertainty": 120
},
"departure": {
"time": "1764160221",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1764160340",
"uncertainty": 120
},
"departure": {
"time": "1764160340",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1764160483",
"uncertainty": 120
},
"departure": {
"time": "1764160483",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1764160520",
"uncertainty": 120
},
"departure": {
"time": "1764160520",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1764160563",
"uncertainty": 120
},
"departure": {
"time": "1764160563",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1764160640",
"uncertainty": 120
},
"departure": {
"time": "1764160640",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1764160748",
"uncertainty": 120
},
"departure": {
"time": "1764160748",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1764160806",
"uncertainty": 120
},
"departure": {
"time": "1764160806",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1764160845",
"uncertainty": 120
},
"departure": {
"time": "1764160845",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1764160940",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726027"
}
}
},
{
"id": "21323695",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764157953",
"uncertainty": 120
},
"departure": {
"time": "1764157953",
"uncertainty": 120
},
"stopId": "bsmstm2"
},
{
"arrival": {
"time": "1764158028",
"uncertainty": 120
},
"departure": {
"time": "1764158028",
"uncertainty": 120
},
"stopId": "bsmduf2"
},
{
"arrival": {
"time": "1764158068",
"uncertainty": 120
},
"departure": {
"time": "1764158068",
"uncertainty": 120
},
"stopId": "bsmlema"
},
{
"arrival": {
"time": "1764158107",
"uncertainty": 120
},
"departure": {
"time": "1764158107",
"uncertainty": 120
},
"stopId": "smbcal2"
},
{
"arrival": {
"time": "1764158167",
"uncertainty": 120
},
"departure": {
"time": "1764158167",
"uncertainty": 120
},
"stopId": "smbjard2"
},
{
"arrival": {
"time": "1764158217",
"uncertainty": 120
},
"departure": {
"time": "1764158217",
"uncertainty": 120
},
"stopId": "smbjos2"
},
{
"arrival": {
"time": "1764158250",
"uncertainty": 120
},
"departure": {
"time": "1764158250",
"uncertainty": 120
},
"stopId": "bsmmoka2"
},
{
"arrival": {
"time": "1764158325",
"uncertainty": 120
},
"departure": {
"time": "1764158325",
"uncertainty": 120
},
"stopId": "bsmdres2"
},
{
"arrival": {
"time": "1764158386",
"uncertainty": 120
},
"departure": {
"time": "1764158386",
"uncertainty": 120
},
"stopId": "bsmpatr2"
},
{
"arrival": {
"time": "1764158444",
"uncertainty": 120
},
"departure": {
"time": "1764158444",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764158477",
"uncertainty": 120
},
"departure": {
"time": "1764158477",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764158487",
"uncertainty": 120
},
"departure": {
"time": "1764158487",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764158562",
"uncertainty": 120
},
"departure": {
"time": "1764158562",
"uncertainty": 120
},
"stopId": "bsmduga2"
},
{
"departure": {
"time": "1764157500",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764157682",
"uncertainty": 120
},
"departure": {
"time": "1764157682",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764157778",
"uncertainty": 120
},
"departure": {
"time": "1764157778",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157873",
"uncertainty": 120
},
"departure": {
"time": "1764157873",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157952",
"uncertainty": 120
},
"departure": {
"time": "1764157952",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764158058",
"uncertainty": 120
},
"departure": {
"time": "1764158058",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmduf3",
"stopSequence": 6
},
{
"arrival": {
"time": "1764158160",
"uncertainty": 120
},
"departure": {
"time": "1764158160",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmbeau",
"stopSequence": 7
},
{
"arrival": {
"time": "1764158224",
"uncertainty": 120
},
"departure": {
"time": "1764158224",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmnorm2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764158283",
"uncertainty": 120
},
"departure": {
"time": "1764158283",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmcalm2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764158336",
"uncertainty": 120
},
"departure": {
"time": "1764158336",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmduga2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158592",
"uncertainty": 120
},
"departure": {
"time": "1764158592",
"uncertainty": 120
},
"stopId": "bsmflot2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764158626",
"uncertainty": 120
},
"departure": {
"time": "1764158626",
"uncertainty": 120
},
"stopId": "bsmbaro",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158736",
"uncertainty": 120
},
"departure": {
"time": "1764158736",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158874",
"uncertainty": 120
},
"departure": {
"time": "1764158874",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158983",
"uncertainty": 120
},
"departure": {
"time": "1764158983",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1764159072",
"uncertainty": 120
},
"departure": {
"time": "1764159072",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 16
},
{
"arrival": {
"time": "1764159174",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 17
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323695"
}
}
},
{
"id": "21323685",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764154653",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1764154750",
"uncertainty": 120
},
"departure": {
"time": "1764154750",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764154833",
"uncertainty": 120
},
"departure": {
"time": "1764154833",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 3
},
{
"arrival": {
"time": "1764154876",
"uncertainty": 120
},
"departure": {
"time": "1764154893",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 4
},
{
"arrival": {
"time": "1764154939",
"uncertainty": 120
},
"departure": {
"time": "1764154939",
"uncertainty": 120
},
"stopId": "bsmres1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764154969",
"uncertainty": 120
},
"departure": {
"time": "1764154969",
"uncertainty": 120
},
"stopId": "bsmdamr",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155013",
"uncertainty": 120
},
"departure": {
"time": "1764155013",
"uncertainty": 120
},
"stopId": "bsmblum3",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155119",
"uncertainty": 120
},
"departure": {
"time": "1764155119",
"uncertainty": 120
},
"stopId": "bsmseli",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155157",
"uncertainty": 120
},
"departure": {
"time": "1764155157",
"uncertainty": 120
},
"stopId": "outcrow",
"stopSequence": 9
},
{
"arrival": {
"time": "1764155185",
"uncertainty": 120
},
"departure": {
"time": "1764155185",
"uncertainty": 120
},
"stopId": "outre1",
"stopSequence": 10
},
{
"arrival": {
"time": "1764155353",
"uncertainty": 120
},
"departure": {
"time": "1764155373",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764155605",
"uncertainty": 120
},
"departure": {
"time": "1764155605",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764155676",
"uncertainty": 120
},
"departure": {
"time": "1764155676",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 13
},
{
"arrival": {
"time": "1764155740",
"uncertainty": 120
},
"departure": {
"time": "1764155740",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 14
},
{
"arrival": {
"time": "1764155774",
"uncertainty": 120
},
"departure": {
"time": "1764155774",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 15
},
{
"arrival": {
"time": "1764155803",
"uncertainty": 120
},
"departure": {
"time": "1764155886",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 16
},
{
"arrival": {
"time": "1764155916",
"uncertainty": 120
},
"departure": {
"time": "1764155916",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764155976",
"uncertainty": 120
},
"departure": {
"time": "1764155976",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156021",
"uncertainty": 120
},
"departure": {
"time": "1764156021",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156095",
"uncertainty": 120
},
"departure": {
"time": "1764156095",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156160",
"uncertainty": 120
},
"departure": {
"time": "1764156160",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 21
},
{
"arrival": {
"time": "1764156196",
"uncertainty": 120
},
"departure": {
"time": "1764156196",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764156243",
"uncertainty": 120
},
"departure": {
"time": "1764156243",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 23
},
{
"arrival": {
"time": "1764156350",
"uncertainty": 120
},
"departure": {
"time": "1764156350",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 24
},
{
"arrival": {
"time": "1764156452",
"uncertainty": 120
},
"departure": {
"time": "1764156452",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 25
},
{
"arrival": {
"time": "1764156575",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 26
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323685"
},
"vehicle": {
"id": "174",
"label": "174"
}
}
},
{
"id": "21323907",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764158700",
"uncertainty": 120
},
"stopId": "smbtri2",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "CCAB",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323907"
}
}
},
{
"id": "21323905",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156031",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156080",
"uncertainty": 120
},
"departure": {
"time": "1764156080",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156121",
"uncertainty": 120
},
"departure": {
"time": "1764156121",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 3
},
{
"arrival": {
"time": "1764156280",
"uncertainty": 120
},
"departure": {
"time": "1764156280",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 4
},
{
"arrival": {
"time": "1764156401",
"uncertainty": 120
},
"departure": {
"time": "1764156401",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 5
},
{
"arrival": {
"time": "1764156466",
"uncertainty": 120
},
"departure": {
"time": "1764156466",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 6
},
{
"arrival": {
"time": "1764156639",
"uncertainty": 120
},
"departure": {
"time": "1764156639",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764156983",
"uncertainty": 120
},
"departure": {
"time": "1764157200",
"uncertainty": 120
},
"stopId": "bsmc15a",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157274",
"uncertainty": 120
},
"departure": {
"time": "1764157274",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764158160",
"uncertainty": 120
},
"departure": {
"time": "1764158160",
"uncertainty": 120
},
"stopId": "conpav2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764158280",
"uncertainty": 120
},
"departure": {
"time": "1764158280",
"uncertainty": 120
},
"stopId": "conmairi",
"stopSequence": 11
},
{
"arrival": {
"time": "1764158392",
"uncertainty": 120
},
"departure": {
"time": "1764158392",
"uncertainty": 120
},
"stopId": "concha2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764158520",
"uncertainty": 120
},
"departure": {
"time": "1764158520",
"uncertainty": 120
},
"stopId": "conpas2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764158820",
"uncertainty": 120
},
"departure": {
"time": "1764158820",
"uncertainty": 120
},
"stopId": "neudun1",
"stopSequence": 14
},
{
"arrival": {
"time": "1764158879",
"uncertainty": 120
},
"departure": {
"time": "1764158879",
"uncertainty": 120
},
"stopId": "neumin",
"stopSequence": 15
},
{
"arrival": {
"time": "1764159300",
"uncertainty": 120
},
"departure": {
"time": "1764159300",
"uncertainty": 120
},
"stopId": "neslav2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764159356",
"uncertainty": 120
},
"departure": {
"time": "1764159356",
"uncertainty": 120
},
"stopId": "neucoin",
"stopSequence": 17
},
{
"arrival": {
"time": "1764159420",
"uncertainty": 120
},
"departure": {
"time": "1764159420",
"uncertainty": 120
},
"stopId": "neumai2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764159520",
"uncertainty": 120
},
"departure": {
"time": "1764159520",
"uncertainty": 120
},
"stopId": "neuforg",
"stopSequence": 19
},
{
"arrival": {
"time": "1764159600",
"uncertainty": 120
},
"departure": {
"time": "1764159600",
"uncertainty": 120
},
"stopId": "neuson1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764159863",
"uncertainty": 120
},
"departure": {
"time": "1764159863",
"uncertainty": 120
},
"stopId": "dancite",
"stopSequence": 21
},
{
"arrival": {
"time": "1764159977",
"uncertainty": 120
},
"departure": {
"time": "1764159977",
"uncertainty": 120
},
"stopId": "danmai1",
"stopSequence": 22
},
{
"arrival": {
"time": "1764160080",
"uncertainty": 120
},
"stopId": "danpet2",
"stopSequence": 23
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "53",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323905"
},
"vehicle": {
"id": "517",
"label": "517"
}
}
},
{
"id": "21323491",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764156900",
"uncertainty": 120
},
"stopId": "semcol1",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "54",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323491"
}
}
},
{
"id": "21323699",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764156096",
"uncertainty": 120
},
"departure": {
"time": "1764156103",
"uncertainty": 120
},
"stopId": "bsmfem1"
},
{
"arrival": {
"time": "1764156193",
"uncertainty": 120
},
"departure": {
"time": "1764156193",
"uncertainty": 120
},
"stopId": "bsmhenn"
},
{
"arrival": {
"time": "1764156225",
"uncertainty": 120
},
"departure": {
"time": "1764156225",
"uncertainty": 120
},
"stopId": "bsmhenn2"
},
{
"arrival": {
"time": "1764156267",
"uncertainty": 120
},
"departure": {
"time": "1764156267",
"uncertainty": 120
},
"stopId": "bsmros2"
},
{
"arrival": {
"time": "1764156314",
"uncertainty": 120
},
"departure": {
"time": "1764156314",
"uncertainty": 120
},
"stopId": "bsmmade"
},
{
"arrival": {
"time": "1764156326",
"uncertainty": 120
},
"departure": {
"time": "1764156326",
"uncertainty": 120
},
"stopId": "bsmampe"
},
{
"departure": {
"time": "1764154982",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764155268",
"uncertainty": 120
},
"departure": {
"time": "1764155282",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764155381",
"uncertainty": 120
},
"departure": {
"time": "1764155381",
"uncertainty": 120
},
"stopId": "bsmpalb",
"stopSequence": 3
},
{
"arrival": {
"time": "1764155402",
"uncertainty": 120
},
"departure": {
"time": "1764155402",
"uncertainty": 120
},
"stopId": "bsmedou",
"stopSequence": 4
},
{
"arrival": {
"time": "1764155461",
"uncertainty": 120
},
"departure": {
"time": "1764155462",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 5
},
{
"arrival": {
"time": "1764155500",
"uncertainty": 120
},
"departure": {
"time": "1764155500",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 6
},
{
"arrival": {
"time": "1764155546",
"uncertainty": 120
},
"departure": {
"time": "1764155546",
"uncertainty": 120
},
"stopId": "bsmest",
"stopSequence": 7
},
{
"arrival": {
"time": "1764155582",
"uncertainty": 120
},
"departure": {
"time": "1764155582",
"uncertainty": 120
},
"stopId": "bsmvatre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764155634",
"uncertainty": 120
},
"departure": {
"time": "1764155634",
"uncertainty": 120
},
"stopId": "bsmcenl",
"stopSequence": 9
},
{
"arrival": {
"time": "1764155702",
"uncertainty": 120
},
"departure": {
"time": "1764155732",
"uncertainty": 120
},
"stopId": "bsmbran3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764155792",
"uncertainty": 120
},
"departure": {
"time": "1764155792",
"uncertainty": 120
},
"stopId": "smbgide",
"stopSequence": 11
},
{
"arrival": {
"time": "1764155864",
"uncertainty": 120
},
"departure": {
"time": "1764155864",
"uncertainty": 120
},
"stopId": "smbfbou",
"stopSequence": 12
},
{
"arrival": {
"time": "1764155930",
"uncertainty": 120
},
"departure": {
"time": "1764155930",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 13
},
{
"arrival": {
"time": "1764156010",
"uncertainty": 120
},
"departure": {
"time": "1764156010",
"uncertainty": 120
},
"stopId": "bsmval",
"stopSequence": 14
},
{
"arrival": {
"time": "1764156062",
"uncertainty": 120
},
"departure": {
"time": "1764156092",
"uncertainty": 120
},
"stopId": "bsmfem1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764156136",
"uncertainty": 120
},
"departure": {
"time": "1764156136",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmarc",
"stopSequence": 16
},
{
"arrival": {
"time": "1764156167",
"uncertainty": 120
},
"departure": {
"time": "1764156167",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmbell",
"stopSequence": 17
},
{
"arrival": {
"time": "1764156192",
"uncertainty": 120
},
"departure": {
"time": "1764156192",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdocq",
"stopSequence": 18
},
{
"arrival": {
"time": "1764156232",
"uncertainty": 120
},
"departure": {
"time": "1764156232",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmpane",
"stopSequence": 19
},
{
"arrival": {
"time": "1764156300",
"uncertainty": 120
},
"departure": {
"time": "1764156300",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmqueh2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764156353",
"uncertainty": 120
},
"departure": {
"time": "1764156353",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmont",
"stopSequence": 21
},
{
"arrival": {
"time": "1764156329",
"uncertainty": 120
},
"departure": {
"time": "1764156329",
"uncertainty": 120
},
"stopId": "bsmampe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764156389",
"uncertainty": 120
},
"departure": {
"time": "1764156389",
"uncertainty": 120
},
"stopId": "bsmhfa",
"stopSequence": 23
},
{
"arrival": {
"time": "1764156444",
"uncertainty": 120
},
"departure": {
"time": "1764156444",
"uncertainty": 120
},
"stopId": "bsmcase",
"stopSequence": 24
},
{
"arrival": {
"time": "1764156563",
"uncertainty": 120
},
"departure": {
"time": "1764156563",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 25
},
{
"arrival": {
"time": "1764156649",
"uncertainty": 120
},
"departure": {
"time": "1764156649",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 26
},
{
"arrival": {
"time": "1764156842",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 27
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323699"
},
"vehicle": {
"id": "216",
"label": "216"
}
}
},
{
"id": "21323700",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764160525",
"uncertainty": 120
},
"departure": {
"time": "1764160525",
"uncertainty": 120
},
"stopId": "bsmfem1"
},
{
"arrival": {
"time": "1764160614",
"uncertainty": 120
},
"departure": {
"time": "1764160614",
"uncertainty": 120
},
"stopId": "bsmhenn"
},
{
"arrival": {
"time": "1764160646",
"uncertainty": 120
},
"departure": {
"time": "1764160646",
"uncertainty": 120
},
"stopId": "bsmhenn2"
},
{
"arrival": {
"time": "1764160688",
"uncertainty": 120
},
"departure": {
"time": "1764160688",
"uncertainty": 120
},
"stopId": "bsmros2"
},
{
"arrival": {
"time": "1764160735",
"uncertainty": 120
},
"departure": {
"time": "1764160735",
"uncertainty": 120
},
"stopId": "bsmmade"
},
{
"arrival": {
"time": "1764160747",
"uncertainty": 120
},
"departure": {
"time": "1764160747",
"uncertainty": 120
},
"stopId": "bsmampe"
},
{
"departure": {
"time": "1764159300",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1764159544",
"uncertainty": 120
},
"departure": {
"time": "1764159544",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764159660",
"uncertainty": 120
},
"departure": {
"time": "1764159660",
"uncertainty": 120
},
"stopId": "bsmpalb",
"stopSequence": 3
},
{
"arrival": {
"time": "1764159707",
"uncertainty": 120
},
"departure": {
"time": "1764159707",
"uncertainty": 120
},
"stopId": "bsmedou",
"stopSequence": 4
},
{
"arrival": {
"time": "1764159775",
"uncertainty": 120
},
"departure": {
"time": "1764159775",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 5
},
{
"arrival": {
"time": "1764159840",
"uncertainty": 120
},
"departure": {
"time": "1764159840",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 6
},
{
"arrival": {
"time": "1764159894",
"uncertainty": 120
},
"departure": {
"time": "1764159894",
"uncertainty": 120
},
"stopId": "bsmest",
"stopSequence": 7
},
{
"arrival": {
"time": "1764159952",
"uncertainty": 120
},
"departure": {
"time": "1764159952",
"uncertainty": 120
},
"stopId": "bsmvatre",
"stopSequence": 8
},
{
"arrival": {
"time": "1764159993",
"uncertainty": 120
},
"departure": {
"time": "1764159993",
"uncertainty": 120
},
"stopId": "bsmcenl",
"stopSequence": 9
},
{
"arrival": {
"time": "1764160072",
"uncertainty": 120
},
"departure": {
"time": "1764160072",
"uncertainty": 120
},
"stopId": "bsmbran3",
"stopSequence": 10
},
{
"arrival": {
"time": "1764160140",
"uncertainty": 120
},
"departure": {
"time": "1764160140",
"uncertainty": 120
},
"stopId": "smbgide",
"stopSequence": 11
},
{
"arrival": {
"time": "1764160224",
"uncertainty": 120
},
"departure": {
"time": "1764160224",
"uncertainty": 120
},
"stopId": "smbfbou",
"stopSequence": 12
},
{
"arrival": {
"time": "1764160288",
"uncertainty": 120
},
"departure": {
"time": "1764160288",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 13
},
{
"arrival": {
"time": "1764160443",
"uncertainty": 120
},
"departure": {
"time": "1764160443",
"uncertainty": 120
},
"stopId": "bsmval",
"stopSequence": 14
},
{
"arrival": {
"time": "1764160521",
"uncertainty": 120
},
"departure": {
"time": "1764160521",
"uncertainty": 120
},
"stopId": "bsmfem1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764160636",
"uncertainty": 120
},
"departure": {
"time": "1764160636",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmarc",
"stopSequence": 16
},
{
"arrival": {
"time": "1764160667",
"uncertainty": 120
},
"departure": {
"time": "1764160667",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmbell",
"stopSequence": 17
},
{
"arrival": {
"time": "1764160692",
"uncertainty": 120
},
"departure": {
"time": "1764160692",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmdocq",
"stopSequence": 18
},
{
"arrival": {
"time": "1764160732",
"uncertainty": 120
},
"departure": {
"time": "1764160732",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmpane",
"stopSequence": 19
},
{
"arrival": {
"time": "1764160800",
"uncertainty": 120
},
"departure": {
"time": "1764160800",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmqueh2",
"stopSequence": 20
},
{
"arrival": {
"time": "1764160853",
"uncertainty": 120
},
"departure": {
"time": "1764160853",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmont",
"stopSequence": 21
},
{
"arrival": {
"time": "1764160750",
"uncertainty": 120
},
"departure": {
"time": "1764160750",
"uncertainty": 120
},
"stopId": "bsmampe",
"stopSequence": 22
},
{
"arrival": {
"time": "1764160815",
"uncertainty": 120
},
"departure": {
"time": "1764160815",
"uncertainty": 120
},
"stopId": "bsmhfa",
"stopSequence": 23
},
{
"arrival": {
"time": "1764160875",
"uncertainty": 120
},
"departure": {
"time": "1764160875",
"uncertainty": 120
},
"stopId": "bsmcase",
"stopSequence": 24
},
{
"arrival": {
"time": "1764160994",
"uncertainty": 120
},
"departure": {
"time": "1764160994",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 25
},
{
"arrival": {
"time": "1764161114",
"uncertainty": 120
},
"departure": {
"time": "1764161114",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 26
},
{
"arrival": {
"time": "1764161307",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 27
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323700"
}
}
},
{
"id": "21323690",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1764159000",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323690"
}
}
},
{
"id": "21323634",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764157169",
"uncertainty": 120
},
"departure": {
"time": "1764157169",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"departure": {
"time": "1764156600",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1764156756",
"uncertainty": 120
},
"departure": {
"time": "1764156756",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764156936",
"uncertainty": 120
},
"departure": {
"time": "1764156936",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1764157007",
"uncertainty": 120
},
"departure": {
"time": "1764157007",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1764157073",
"uncertainty": 120
},
"departure": {
"time": "1764157073",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1764157275",
"uncertainty": 120
},
"departure": {
"time": "1764157275",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1764157380",
"uncertainty": 120
},
"departure": {
"time": "1764157380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1764157435",
"uncertainty": 120
},
"departure": {
"time": "1764157435",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1764157265",
"uncertainty": 120
},
"departure": {
"time": "1764157265",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1764157349",
"uncertainty": 120
},
"departure": {
"time": "1764157349",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1764157488",
"uncertainty": 120
},
"departure": {
"time": "1764157488",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1764157553",
"uncertainty": 120
},
"departure": {
"time": "1764157553",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1764157616",
"uncertainty": 120
},
"departure": {
"time": "1764157616",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1764157669",
"uncertainty": 120
},
"departure": {
"time": "1764157669",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1764157727",
"uncertainty": 120
},
"departure": {
"time": "1764157727",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1764157788",
"uncertainty": 120
},
"departure": {
"time": "1764157788",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764157860",
"uncertainty": 120
},
"departure": {
"time": "1764157860",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1764157922",
"uncertainty": 120
},
"departure": {
"time": "1764157922",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764158000",
"uncertainty": 120
},
"departure": {
"time": "1764158000",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1764158091",
"uncertainty": 120
},
"departure": {
"time": "1764158091",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1764158220",
"uncertainty": 120
},
"departure": {
"time": "1764158220",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1764158311",
"uncertainty": 120
},
"departure": {
"time": "1764158311",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1764158415",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323634"
}
}
},
{
"id": "21323635",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1764159931",
"uncertainty": 120
},
"departure": {
"time": "1764159931",
"uncertainty": 120
},
"stopId": "bsmlet2"
},
{
"arrival": {
"time": "1764159960",
"uncertainty": 120
},
"departure": {
"time": "1764159960",
"uncertainty": 120
},
"stopId": "bsmier"
},
{
"arrival": {
"time": "1764159971",
"uncertainty": 120
},
"departure": {
"time": "1764159971",
"uncertainty": 120
},
"stopId": "bsmmedi"
},
{
"arrival": {
"time": "1764159985",
"uncertainty": 120
},
"departure": {
"time": "1764159985",
"uncertainty": 120
},
"stopId": "bsmtran2"
},
{
"arrival": {
"time": "1764160058",
"uncertainty": 120
},
"departure": {
"time": "1764160058",
"uncertainty": 120
},
"stopId": "bsmcnor2"
},
{
"departure": {
"time": "1764158700",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1764158951",
"uncertainty": 120
},
"departure": {
"time": "1764158951",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1764159043",
"uncertainty": 120
},
"departure": {
"time": "1764159043",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1764159124",
"uncertainty": 120
},
"departure": {
"time": "1764159124",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1764159240",
"uncertainty": 120
},
"departure": {
"time": "1764159240",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1764159291",
"uncertainty": 120
},
"departure": {
"time": "1764159291",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1764159372",
"uncertainty": 120
},
"departure": {
"time": "1764159372",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1764159467",
"uncertainty": 120
},
"departure": {
"time": "1764159467",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1764159547",
"uncertainty": 120
},
"departure": {
"time": "1764159547",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1764159600",
"uncertainty": 120
},
"departure": {
"time": "1764159600",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1764159727",
"uncertainty": 120
},
"departure": {
"time": "1764159727",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1764159828",
"uncertainty": 120
},
"departure": {
"time": "1764159828",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1764159924",
"uncertainty": 120
},
"departure": {
"time": "1764159924",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1764160021",
"uncertainty": 120
},
"departure": {
"time": "1764160021",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1764160080",
"uncertainty": 120
},
"departure": {
"time": "1764160080",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1764160150",
"uncertainty": 120
},
"departure": {
"time": "1764160150",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1764160065",
"uncertainty": 120
},
"departure": {
"time": "1764160065",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1764160166",
"uncertainty": 120
},
"departure": {
"time": "1764160166",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1764160326",
"uncertainty": 120
},
"departure": {
"time": "1764160326",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1764160451",
"uncertainty": 120
},
"departure": {
"time": "1764160451",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1764160528",
"uncertainty": 120
},
"departure": {
"time": "1764160528",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1764160673",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1764156200",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323635"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1764156200"
}
}