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
❌70 erreurs, 41 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 27/03/2026 à 08h13 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 1 erreur
All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED
Exemples d'erreurs
- trip_id 21323855 does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt route_id does not exist in GTFS data E004 1 erreur
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Exemples d'erreurs
- route_id SC does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 10 erreurs
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Exemples d'erreurs
- trip_id 21725824 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21725826 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21725990 stop_id wimmair4 does not exist in GTFS data stops.txt
- trip_id 21725991 stop_id wimmair3 does not exist in GTFS data stops.txt
- trip_id 21725993 stop_id wimmair3 does not exist in GTFS data stops.txt
stop_times_updates not strictly sorted E002 2 erreurs
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Exemples d'erreurs
- trip_id 21725825 stop_sequence [7, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25] is not strictly sorted by increasing stop_sequence
- trip_id 21725823 stop_sequence [7, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 40 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 21725824 stop_sequence 1 departure_time 08:01:32 (1774594892) is less than previous stop departure_time 08:18:38 (1774595918) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 1 departure_time 08:01:32 (1774594892) is less than previous stop arrival_time 08:18:38 (1774595918) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 2 arrival_time 08:03:02 (1774594982) is less than previous stop arrival_time 08:18:38 (1774595918) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 2 departure_time 08:03:02 (1774594982) is less than previous stop arrival_time 08:18:38 (1774595918) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 12 arrival_time 08:14:57 (1774595697) is less than previous stop arrival_time 08:15:29 (1774595729) - times must increase between two sequential stops
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 16 erreurs
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Exemples d'erreurs
- GTFS-rt trip_id 21323583 stop_sequence 11 has stop_id smbheli but GTFS stop_sequence 11 has stop_id smbheli2 - stop_ids should be the same
- GTFS-rt trip_id 21323548 stop_sequence 33 has stop_id semcord but GTFS stop_sequence 33 has stop_id semcord2 - stop_ids should be the same
- GTFS-rt trip_id 21725937 stop_sequence 6 has stop_id smbecol but GTFS stop_sequence 6 has stop_id smbecol3 - stop_ids should be the same
- GTFS-rt trip_id 21725926 stop_sequence 13 has stop_id smbecol but GTFS stop_sequence 13 has stop_id smbecol3 - stop_ids should be the same
- GTFS-rt trip_id 21725933 stop_sequence 4 has stop_id smbecol but GTFS stop_sequence 4 has stop_id smbecol3 - stop_ids should be the same
Avertissements
vehicle_id not populated W002 41 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 21323751 does not have a vehicle_id
- trip_id 21323730 does not have a vehicle_id
- trip_id 21323714 does not have a vehicle_id
- trip_id 21323715 does not have a vehicle_id
- trip_id 21323566 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 | 264 | 30 fois (100 % des validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 378 | 30 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1 089 | 30 fois (100 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 48 | 26 fois (87 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 1 002 | 26 fois (87 % 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) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 27/03/2026 à 12h41 Europe/Paris.
trip_updates (77) vehicle_positions (0) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updatesFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 27/03/2026 à 12h41 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "21323752",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613040",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323752"
}
}
},
{
"id": "21323732",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774610433",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
},
{
"arrival": {
"time": "1774610597",
"uncertainty": 120
},
"departure": {
"time": "1774610612",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1774610719",
"uncertainty": 120
},
"departure": {
"time": "1774610719",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774610820",
"uncertainty": 120
},
"departure": {
"time": "1774610820",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1774610911",
"uncertainty": 120
},
"departure": {
"time": "1774610912",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610972",
"uncertainty": 120
},
"departure": {
"time": "1774611032",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611066",
"uncertainty": 120
},
"departure": {
"time": "1774611092",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611152",
"uncertainty": 120
},
"departure": {
"time": "1774611152",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774611242",
"uncertainty": 120
},
"departure": {
"time": "1774611242",
"uncertainty": 120
},
"stopId": "smbappo",
"stopSequence": 9
},
{
"arrival": {
"time": "1774611291",
"uncertainty": 120
},
"departure": {
"time": "1774611302",
"uncertainty": 120
},
"stopId": "smborme",
"stopSequence": 10
},
{
"arrival": {
"time": "1774611328",
"uncertainty": 120
},
"departure": {
"time": "1774611332",
"uncertainty": 120
},
"stopId": "smbcite",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611385",
"uncertainty": 120
},
"departure": {
"time": "1774611452",
"uncertainty": 120
},
"stopId": "smbostr",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611500",
"uncertainty": 120
},
"departure": {
"time": "1774611512",
"uncertainty": 120
},
"stopId": "smbcite2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774611560",
"uncertainty": 120
},
"departure": {
"time": "1774611560",
"uncertainty": 120
},
"stopId": "smborme2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774611614",
"uncertainty": 120
},
"departure": {
"time": "1774611614",
"uncertainty": 120
},
"stopId": "smbappo2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611692",
"uncertainty": 120
},
"departure": {
"time": "1774611692",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611878",
"uncertainty": 120
},
"departure": {
"time": "1774611878",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774612038",
"uncertainty": 120
},
"departure": {
"time": "1774612038",
"uncertainty": 120
},
"stopId": "outre12",
"stopSequence": 18
},
{
"arrival": {
"time": "1774612100",
"uncertainty": 120
},
"departure": {
"time": "1774612100",
"uncertainty": 120
},
"stopId": "outcrow2",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612141",
"uncertainty": 120
},
"departure": {
"time": "1774612141",
"uncertainty": 120
},
"stopId": "bsmseli2",
"stopSequence": 20
},
{
"arrival": {
"time": "1774612238",
"uncertainty": 120
},
"departure": {
"time": "1774612238",
"uncertainty": 120
},
"stopId": "bsmblum4",
"stopSequence": 21
},
{
"arrival": {
"time": "1774612340",
"uncertainty": 120
},
"departure": {
"time": "1774612340",
"uncertainty": 120
},
"stopId": "bsmdamr2",
"stopSequence": 22
},
{
"arrival": {
"time": "1774612407",
"uncertainty": 120
},
"departure": {
"time": "1774612407",
"uncertainty": 120
},
"stopId": "bsmres2",
"stopSequence": 23
},
{
"arrival": {
"time": "1774612538",
"uncertainty": 120
},
"stopId": "bsmcca3r",
"stopSequence": 24
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323732"
},
"vehicle": {
"id": "161",
"label": "161"
}
}
},
{
"id": "21323733",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611900",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323733"
}
}
},
{
"id": "21323720",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611092",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611242",
"uncertainty": 120
},
"departure": {
"time": "1774611272",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611415",
"uncertainty": 120
},
"departure": {
"time": "1774611415",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611482",
"uncertainty": 120
},
"departure": {
"time": "1774611512",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611632",
"uncertainty": 120
},
"departure": {
"time": "1774611632",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611676",
"uncertainty": 120
},
"departure": {
"time": "1774611676",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611772",
"uncertainty": 120
},
"departure": {
"time": "1774611772",
"uncertainty": 120
},
"stopId": "outmazu",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611821",
"uncertainty": 120
},
"departure": {
"time": "1774611821",
"uncertainty": 120
},
"stopId": "outcha2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774611879",
"uncertainty": 120
},
"departure": {
"time": "1774611879",
"uncertainty": 120
},
"stopId": "outver2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774611961",
"uncertainty": 120
},
"departure": {
"time": "1774611961",
"uncertainty": 120
},
"stopId": "outgrim2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612012",
"uncertainty": 120
},
"departure": {
"time": "1774612012",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612045",
"uncertainty": 120
},
"departure": {
"time": "1774612045",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612083",
"uncertainty": 120
},
"departure": {
"time": "1774612083",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612129",
"uncertainty": 120
},
"departure": {
"time": "1774612129",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612181",
"uncertainty": 120
},
"departure": {
"time": "1774612181",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612230",
"uncertainty": 120
},
"departure": {
"time": "1774612230",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612274",
"uncertainty": 120
},
"departure": {
"time": "1774612274",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774612320",
"uncertainty": 120
},
"departure": {
"time": "1774612320",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 18
},
{
"arrival": {
"time": "1774612337",
"uncertainty": 120
},
"departure": {
"time": "1774612337",
"uncertainty": 120
},
"stopId": "sempast",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612408",
"uncertainty": 120
},
"departure": {
"time": "1774612408",
"uncertainty": 120
},
"stopId": "sempaul",
"stopSequence": 20
},
{
"arrival": {
"time": "1774612553",
"uncertainty": 120
},
"departure": {
"time": "1774612553",
"uncertainty": 120
},
"stopId": "semolym",
"stopSequence": 21
},
{
"arrival": {
"time": "1774612659",
"uncertainty": 120
},
"departure": {
"time": "1774612659",
"uncertainty": 120
},
"stopId": "semelgi",
"stopSequence": 22
},
{
"arrival": {
"time": "1774612730",
"uncertainty": 120
},
"departure": {
"time": "1774612730",
"uncertainty": 120
},
"stopId": "semcalv3",
"stopSequence": 23
},
{
"arrival": {
"time": "1774612778",
"uncertainty": 120
},
"departure": {
"time": "1774612778",
"uncertainty": 120
},
"stopId": "semecol",
"stopSequence": 24
},
{
"arrival": {
"time": "1774612814",
"uncertainty": 120
},
"departure": {
"time": "1774612814",
"uncertainty": 120
},
"stopId": "semecau",
"stopSequence": 25
},
{
"arrival": {
"time": "1774612854",
"uncertainty": 120
},
"departure": {
"time": "1774612854",
"uncertainty": 120
},
"stopId": "semfont",
"stopSequence": 26
},
{
"arrival": {
"time": "1774612917",
"uncertainty": 120
},
"departure": {
"time": "1774612917",
"uncertainty": 120
},
"stopId": "semsau2",
"stopSequence": 27
},
{
"arrival": {
"time": "1774612945",
"uncertainty": 120
},
"departure": {
"time": "1774612945",
"uncertainty": 120
},
"stopId": "semgar",
"stopSequence": 28
},
{
"arrival": {
"time": "1774612994",
"uncertainty": 120
},
"stopId": "semvald2",
"stopSequence": 29
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323720"
},
"vehicle": {
"id": "215",
"label": "215"
}
}
},
{
"id": "21323721",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613400",
"uncertainty": 120
},
"stopId": "semvald",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323721"
}
}
},
{
"id": "21323570",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774609291",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1774609351",
"uncertainty": 120
},
"departure": {
"time": "1774609441",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1774609524",
"uncertainty": 120
},
"departure": {
"time": "1774609524",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774609596",
"uncertainty": 120
},
"departure": {
"time": "1774609596",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774609644",
"uncertainty": 120
},
"departure": {
"time": "1774609651",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1774609720",
"uncertainty": 120
},
"departure": {
"time": "1774609742",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774609786",
"uncertainty": 120
},
"departure": {
"time": "1774609786",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774609819",
"uncertainty": 120
},
"departure": {
"time": "1774609831",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774609891",
"uncertainty": 120
},
"departure": {
"time": "1774609891",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774609921",
"uncertainty": 120
},
"departure": {
"time": "1774609921",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774609958",
"uncertainty": 120
},
"departure": {
"time": "1774609981",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774610030",
"uncertainty": 120
},
"departure": {
"time": "1774610030",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1774610057",
"uncertainty": 120
},
"departure": {
"time": "1774610057",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1774610154",
"uncertainty": 120
},
"departure": {
"time": "1774610221",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774610442",
"uncertainty": 120
},
"departure": {
"time": "1774610442",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774610498",
"uncertainty": 120
},
"departure": {
"time": "1774610498",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1774610641",
"uncertainty": 120
},
"departure": {
"time": "1774610671",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1774610754",
"uncertainty": 120
},
"departure": {
"time": "1774610761",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1774610851",
"uncertainty": 120
},
"departure": {
"time": "1774610911",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1774611055",
"uncertainty": 120
},
"departure": {
"time": "1774611061",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611146",
"uncertainty": 120
},
"departure": {
"time": "1774611146",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774611256",
"uncertainty": 120
},
"departure": {
"time": "1774611271",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1774611350",
"uncertainty": 120
},
"departure": {
"time": "1774611361",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1774611415",
"uncertainty": 120
},
"departure": {
"time": "1774611415",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1774611478",
"uncertainty": 120
},
"departure": {
"time": "1774611478",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1774611524",
"uncertainty": 120
},
"departure": {
"time": "1774611541",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1774611607",
"uncertainty": 120
},
"departure": {
"time": "1774611607",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1774611671",
"uncertainty": 120
},
"departure": {
"time": "1774611691",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774611710",
"uncertainty": 120
},
"departure": {
"time": "1774611710",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1774611781",
"uncertainty": 120
},
"departure": {
"time": "1774611781",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1774611902",
"uncertainty": 120
},
"departure": {
"time": "1774611902",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1774611926",
"uncertainty": 120
},
"departure": {
"time": "1774611926",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1774611965",
"uncertainty": 120
},
"departure": {
"time": "1774611965",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1774612026",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323570"
},
"vehicle": {
"id": "532",
"label": "532"
}
}
},
{
"id": "21323571",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611693",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611780",
"uncertainty": 120
},
"departure": {
"time": "1774611780",
"uncertainty": 120
},
"stopId": "semcite",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611863",
"uncertainty": 120
},
"departure": {
"time": "1774611863",
"uncertainty": 120
},
"stopId": "semcach2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611938",
"uncertainty": 120
},
"departure": {
"time": "1774611938",
"uncertainty": 120
},
"stopId": "semhesd2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611997",
"uncertainty": 120
},
"departure": {
"time": "1774611997",
"uncertainty": 120
},
"stopId": "semmair",
"stopSequence": 5
},
{
"arrival": {
"time": "1774612065",
"uncertainty": 120
},
"departure": {
"time": "1774612065",
"uncertainty": 120
},
"stopId": "semhaff2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774612116",
"uncertainty": 120
},
"departure": {
"time": "1774612116",
"uncertainty": 120
},
"stopId": "semgau2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612154",
"uncertainty": 120
},
"departure": {
"time": "1774612154",
"uncertainty": 120
},
"stopId": "semchat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612228",
"uncertainty": 120
},
"departure": {
"time": "1774612228",
"uncertainty": 120
},
"stopId": "sempar2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612288",
"uncertainty": 120
},
"departure": {
"time": "1774612288",
"uncertainty": 120
},
"stopId": "outman2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612336",
"uncertainty": 120
},
"departure": {
"time": "1774612336",
"uncertainty": 120
},
"stopId": "outlagr2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612381",
"uncertainty": 120
},
"departure": {
"time": "1774612381",
"uncertainty": 120
},
"stopId": "outre22",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612430",
"uncertainty": 120
},
"departure": {
"time": "1774612430",
"uncertainty": 120
},
"stopId": "outedo1",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612539",
"uncertainty": 120
},
"departure": {
"time": "1774612539",
"uncertainty": 120
},
"stopId": "outresu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612677",
"uncertainty": 120
},
"departure": {
"time": "1774612677",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612766",
"uncertainty": 120
},
"departure": {
"time": "1774612766",
"uncertainty": 120
},
"stopId": "bsmarma",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612957",
"uncertainty": 120
},
"departure": {
"time": "1774612957",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 17
},
{
"arrival": {
"time": "1774613045",
"uncertainty": 120
},
"departure": {
"time": "1774613045",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 18
},
{
"arrival": {
"time": "1774613130",
"uncertainty": 120
},
"departure": {
"time": "1774613130",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 19
},
{
"arrival": {
"time": "1774613348",
"uncertainty": 120
},
"departure": {
"time": "1774613348",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 20
},
{
"arrival": {
"time": "1774613430",
"uncertainty": 120
},
"departure": {
"time": "1774613430",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774613612",
"uncertainty": 120
},
"departure": {
"time": "1774613612",
"uncertainty": 120
},
"stopId": "bsmlyc1",
"stopSequence": 22
},
{
"arrival": {
"time": "1774613708",
"uncertainty": 120
},
"departure": {
"time": "1774613708",
"uncertainty": 120
},
"stopId": "bsmeurv",
"stopSequence": 23
},
{
"arrival": {
"time": "1774613766",
"uncertainty": 120
},
"departure": {
"time": "1774613766",
"uncertainty": 120
},
"stopId": "bsmstad",
"stopSequence": 24
},
{
"arrival": {
"time": "1774613853",
"uncertainty": 120
},
"departure": {
"time": "1774613853",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 25
},
{
"arrival": {
"time": "1774613931",
"uncertainty": 120
},
"departure": {
"time": "1774613931",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 26
},
{
"arrival": {
"time": "1774614051",
"uncertainty": 120
},
"departure": {
"time": "1774614051",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 27
},
{
"arrival": {
"time": "1774614153",
"uncertainty": 120
},
"departure": {
"time": "1774614153",
"uncertainty": 120
},
"stopId": "smbmair2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774614172",
"uncertainty": 120
},
"departure": {
"time": "1774614172",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 29
},
{
"arrival": {
"time": "1774614247",
"uncertainty": 120
},
"departure": {
"time": "1774614247",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 30
},
{
"arrival": {
"time": "1774614389",
"uncertainty": 120
},
"departure": {
"time": "1774614389",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 31
},
{
"arrival": {
"time": "1774614413",
"uncertainty": 120
},
"departure": {
"time": "1774614413",
"uncertainty": 120
},
"stopId": "smbmoul",
"stopSequence": 32
},
{
"arrival": {
"time": "1774614452",
"uncertainty": 120
},
"departure": {
"time": "1774614452",
"uncertainty": 120
},
"stopId": "smbleon",
"stopSequence": 33
},
{
"arrival": {
"time": "1774614513",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 34
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323571"
},
"vehicle": {
"id": "166",
"label": "166"
}
}
},
{
"id": "21323572",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774614300",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323572"
}
}
},
{
"id": "21323555",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611032",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611082",
"uncertainty": 120
},
"departure": {
"time": "1774611082",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611122",
"uncertainty": 120
},
"departure": {
"time": "1774611122",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611146",
"uncertainty": 120
},
"departure": {
"time": "1774611146",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611209",
"uncertainty": 120
},
"departure": {
"time": "1774611212",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611258",
"uncertainty": 120
},
"departure": {
"time": "1774611452",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611480",
"uncertainty": 120
},
"departure": {
"time": "1774611512",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611617",
"uncertainty": 120
},
"departure": {
"time": "1774611617",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1774611666",
"uncertainty": 120
},
"departure": {
"time": "1774611692",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774611756",
"uncertainty": 120
},
"departure": {
"time": "1774611756",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1774611816",
"uncertainty": 120
},
"departure": {
"time": "1774611816",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611871",
"uncertainty": 120
},
"departure": {
"time": "1774611871",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611948",
"uncertainty": 120
},
"departure": {
"time": "1774611948",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612129",
"uncertainty": 120
},
"departure": {
"time": "1774612129",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612210",
"uncertainty": 120
},
"departure": {
"time": "1774612320",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612387",
"uncertainty": 120
},
"departure": {
"time": "1774612387",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612458",
"uncertainty": 120
},
"departure": {
"time": "1774612458",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774612627",
"uncertainty": 120
},
"departure": {
"time": "1774612627",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1774612707",
"uncertainty": 120
},
"departure": {
"time": "1774612707",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612809",
"uncertainty": 120
},
"departure": {
"time": "1774612809",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1774612852",
"uncertainty": 120
},
"departure": {
"time": "1774612852",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1774612908",
"uncertainty": 120
},
"departure": {
"time": "1774612908",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1774612951",
"uncertainty": 120
},
"departure": {
"time": "1774612951",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1774612998",
"uncertainty": 120
},
"departure": {
"time": "1774612998",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1774613034",
"uncertainty": 120
},
"departure": {
"time": "1774613034",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1774613087",
"uncertainty": 120
},
"departure": {
"time": "1774613087",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1774613147",
"uncertainty": 120
},
"departure": {
"time": "1774613147",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1774613196",
"uncertainty": 120
},
"departure": {
"time": "1774613196",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1774613238",
"uncertainty": 120
},
"departure": {
"time": "1774613238",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1774613289",
"uncertainty": 120
},
"departure": {
"time": "1774613289",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1774613344",
"uncertainty": 120
},
"departure": {
"time": "1774613344",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1774613404",
"uncertainty": 120
},
"departure": {
"time": "1774613404",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1774613469",
"uncertainty": 120
},
"departure": {
"time": "1774613469",
"uncertainty": 120
},
"stopId": "semcord",
"stopSequence": 33
},
{
"arrival": {
"time": "1774613589",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323555"
},
"vehicle": {
"id": "517",
"label": "517"
}
}
},
{
"id": "21323556",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613160",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323556"
}
}
},
{
"id": "21323544",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774609710",
"uncertainty": 120
},
"stopId": "smbwica",
"stopSequence": 1
},
{
"arrival": {
"time": "1774609758",
"uncertainty": 120
},
"departure": {
"time": "1774609770",
"uncertainty": 120
},
"stopId": "smbleon2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774609815",
"uncertainty": 120
},
"departure": {
"time": "1774609815",
"uncertainty": 120
},
"stopId": "smbmoul2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774609837",
"uncertainty": 120
},
"departure": {
"time": "1774609837",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774609913",
"uncertainty": 120
},
"departure": {
"time": "1774609920",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774609969",
"uncertainty": 120
},
"departure": {
"time": "1774610010",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 6
},
{
"arrival": {
"time": "1774610100",
"uncertainty": 120
},
"departure": {
"time": "1774610160",
"uncertainty": 120
},
"stopId": "smbmair",
"stopSequence": 7
},
{
"arrival": {
"time": "1774610221",
"uncertainty": 120
},
"departure": {
"time": "1774610221",
"uncertainty": 120
},
"stopId": "bsmjul1",
"stopSequence": 8
},
{
"arrival": {
"time": "1774610277",
"uncertainty": 120
},
"departure": {
"time": "1774610280",
"uncertainty": 120
},
"stopId": "bsmmaqu2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774610384",
"uncertainty": 120
},
"departure": {
"time": "1774610400",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 10
},
{
"arrival": {
"time": "1774610460",
"uncertainty": 120
},
"departure": {
"time": "1774610520",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774610563",
"uncertainty": 120
},
"departure": {
"time": "1774610563",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 12
},
{
"arrival": {
"time": "1774610640",
"uncertainty": 120
},
"departure": {
"time": "1774610670",
"uncertainty": 120
},
"stopId": "bsmlyc2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774610834",
"uncertainty": 120
},
"departure": {
"time": "1774610834",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 14
},
{
"arrival": {
"time": "1774610910",
"uncertainty": 120
},
"departure": {
"time": "1774611060",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611126",
"uncertainty": 120
},
"departure": {
"time": "1774611150",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611235",
"uncertainty": 120
},
"departure": {
"time": "1774611270",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774611440",
"uncertainty": 120
},
"departure": {
"time": "1774611450",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 18
},
{
"arrival": {
"time": "1774611530",
"uncertainty": 120
},
"departure": {
"time": "1774611530",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 19
},
{
"arrival": {
"time": "1774611630",
"uncertainty": 120
},
"departure": {
"time": "1774611660",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611721",
"uncertainty": 120
},
"departure": {
"time": "1774611721",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 21
},
{
"arrival": {
"time": "1774611776",
"uncertainty": 120
},
"departure": {
"time": "1774611776",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 22
},
{
"arrival": {
"time": "1774611816",
"uncertainty": 120
},
"departure": {
"time": "1774611816",
"uncertainty": 120
},
"stopId": "outre2",
"stopSequence": 23
},
{
"arrival": {
"time": "1774611868",
"uncertainty": 120
},
"departure": {
"time": "1774611868",
"uncertainty": 120
},
"stopId": "outlagr",
"stopSequence": 24
},
{
"arrival": {
"time": "1774611900",
"uncertainty": 120
},
"departure": {
"time": "1774611900",
"uncertainty": 120
},
"stopId": "outman",
"stopSequence": 25
},
{
"arrival": {
"time": "1774611935",
"uncertainty": 120
},
"departure": {
"time": "1774611935",
"uncertainty": 120
},
"stopId": "sempar",
"stopSequence": 26
},
{
"arrival": {
"time": "1774611978",
"uncertainty": 120
},
"departure": {
"time": "1774611978",
"uncertainty": 120
},
"stopId": "semchat",
"stopSequence": 27
},
{
"arrival": {
"time": "1774612030",
"uncertainty": 120
},
"departure": {
"time": "1774612030",
"uncertainty": 120
},
"stopId": "semgau",
"stopSequence": 28
},
{
"arrival": {
"time": "1774612081",
"uncertainty": 120
},
"departure": {
"time": "1774612081",
"uncertainty": 120
},
"stopId": "semhaff",
"stopSequence": 29
},
{
"arrival": {
"time": "1774612123",
"uncertainty": 120
},
"departure": {
"time": "1774612123",
"uncertainty": 120
},
"stopId": "semmair2",
"stopSequence": 30
},
{
"arrival": {
"time": "1774612169",
"uncertainty": 120
},
"departure": {
"time": "1774612169",
"uncertainty": 120
},
"stopId": "semhesd",
"stopSequence": 31
},
{
"arrival": {
"time": "1774612217",
"uncertainty": 120
},
"departure": {
"time": "1774612217",
"uncertainty": 120
},
"stopId": "semcach",
"stopSequence": 32
},
{
"arrival": {
"time": "1774612271",
"uncertainty": 120
},
"departure": {
"time": "1774612271",
"uncertainty": 120
},
"stopId": "semcord",
"stopSequence": 33
},
{
"arrival": {
"time": "1774612391",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 34
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323544"
},
"vehicle": {
"id": "196",
"label": "196"
}
}
},
{
"id": "21323539",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774612800",
"uncertainty": 120
},
"stopId": "baimacq2",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323539"
}
}
},
{
"id": "21323535",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774609952",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
},
{
"arrival": {
"time": "1774610246",
"uncertainty": 120
},
"departure": {
"time": "1774610282",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1774610342",
"uncertainty": 120
},
"departure": {
"time": "1774610342",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1774610384",
"uncertainty": 120
},
"departure": {
"time": "1774610384",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1774610437",
"uncertainty": 120
},
"departure": {
"time": "1774610462",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610505",
"uncertainty": 120
},
"departure": {
"time": "1774610522",
"uncertainty": 120
},
"stopId": "bsmmaq1",
"stopSequence": 6
},
{
"arrival": {
"time": "1774610586",
"uncertainty": 120
},
"departure": {
"time": "1774610586",
"uncertainty": 120
},
"stopId": "bsmjul2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774610702",
"uncertainty": 120
},
"departure": {
"time": "1774610702",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 8
},
{
"arrival": {
"time": "1774610759",
"uncertainty": 120
},
"departure": {
"time": "1774610759",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 9
},
{
"arrival": {
"time": "1774610822",
"uncertainty": 120
},
"departure": {
"time": "1774610822",
"uncertainty": 120
},
"stopId": "smbmont",
"stopSequence": 10
},
{
"arrival": {
"time": "1774610942",
"uncertainty": 120
},
"departure": {
"time": "1774610942",
"uncertainty": 120
},
"stopId": "smbheli",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611266",
"uncertainty": 120
},
"departure": {
"time": "1774611272",
"uncertainty": 120
},
"stopId": "smboues",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611357",
"uncertainty": 120
},
"departure": {
"time": "1774611392",
"uncertainty": 120
},
"stopId": "smbest",
"stopSequence": 13
},
{
"arrival": {
"time": "1774611468",
"uncertainty": 120
},
"departure": {
"time": "1774611468",
"uncertainty": 120
},
"stopId": "smbbadh",
"stopSequence": 14
},
{
"arrival": {
"time": "1774611512",
"uncertainty": 120
},
"departure": {
"time": "1774611512",
"uncertainty": 120
},
"stopId": "lacpell",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611542",
"uncertainty": 120
},
"departure": {
"time": "1774611542",
"uncertainty": 120
},
"stopId": "lacpern",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611621",
"uncertainty": 120
},
"departure": {
"time": "1774611621",
"uncertainty": 120
},
"stopId": "lacgara",
"stopSequence": 17
},
{
"arrival": {
"time": "1774611653",
"uncertainty": 120
},
"departure": {
"time": "1774611653",
"uncertainty": 120
},
"stopId": "lacegli",
"stopSequence": 18
},
{
"arrival": {
"time": "1774611708",
"uncertainty": 120
},
"departure": {
"time": "1774611708",
"uncertainty": 120
},
"stopId": "lacchai",
"stopSequence": 19
},
{
"arrival": {
"time": "1774611808",
"uncertainty": 120
},
"departure": {
"time": "1774611808",
"uncertainty": 120
},
"stopId": "lacpont",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611888",
"uncertainty": 120
},
"stopId": "baimacq",
"stopSequence": 21
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323535"
},
"vehicle": {
"id": "197",
"label": "197"
}
}
},
{
"id": "21323520",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774614600"
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323520"
}
}
},
{
"id": "21323640",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774614600",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323640"
}
}
},
{
"id": "21323634",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611464",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611614",
"uncertainty": 120
},
"departure": {
"time": "1774611614",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611704",
"uncertainty": 120
},
"departure": {
"time": "1774611704",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611768",
"uncertainty": 120
},
"departure": {
"time": "1774611768",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611829",
"uncertainty": 120
},
"departure": {
"time": "1774611829",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611883",
"uncertainty": 120
},
"departure": {
"time": "1774611883",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611993",
"uncertainty": 120
},
"departure": {
"time": "1774611993",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612038",
"uncertainty": 120
},
"departure": {
"time": "1774612038",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612129",
"uncertainty": 120
},
"departure": {
"time": "1774612129",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612184",
"uncertainty": 120
},
"departure": {
"time": "1774612184",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612267",
"uncertainty": 120
},
"departure": {
"time": "1774612267",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612323",
"uncertainty": 120
},
"departure": {
"time": "1774612323",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612383",
"uncertainty": 120
},
"departure": {
"time": "1774612383",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612432",
"uncertainty": 120
},
"departure": {
"time": "1774612432",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612493",
"uncertainty": 120
},
"departure": {
"time": "1774612493",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612554",
"uncertainty": 120
},
"departure": {
"time": "1774612554",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612626",
"uncertainty": 120
},
"departure": {
"time": "1774612626",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1774612688",
"uncertainty": 120
},
"departure": {
"time": "1774612688",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774612766",
"uncertainty": 120
},
"departure": {
"time": "1774612766",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612857",
"uncertainty": 120
},
"departure": {
"time": "1774612857",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1774612986",
"uncertainty": 120
},
"departure": {
"time": "1774612986",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1774613064",
"uncertainty": 120
},
"departure": {
"time": "1774613064",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1774613168",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323634"
},
"vehicle": {
"id": "407",
"label": "407"
}
}
},
{
"id": "21323635",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613100",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323635"
}
}
},
{
"id": "21323632",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774610943",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611122",
"uncertainty": 120
},
"departure": {
"time": "1774611122",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611212",
"uncertainty": 120
},
"departure": {
"time": "1774611212",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611272",
"uncertainty": 120
},
"departure": {
"time": "1774611302",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611357",
"uncertainty": 120
},
"departure": {
"time": "1774611362",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611422",
"uncertainty": 120
},
"departure": {
"time": "1774611422",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611452",
"uncertainty": 120
},
"departure": {
"time": "1774611512",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611560",
"uncertainty": 120
},
"departure": {
"time": "1774611572",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774611614",
"uncertainty": 120
},
"departure": {
"time": "1774611632",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774611685",
"uncertainty": 120
},
"departure": {
"time": "1774611692",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774611770",
"uncertainty": 120
},
"departure": {
"time": "1774611770",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611844",
"uncertainty": 120
},
"departure": {
"time": "1774611844",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611920",
"uncertainty": 120
},
"departure": {
"time": "1774611920",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774611994",
"uncertainty": 120
},
"departure": {
"time": "1774611994",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612040",
"uncertainty": 120
},
"departure": {
"time": "1774612040",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612113",
"uncertainty": 120
},
"departure": {
"time": "1774612113",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612161",
"uncertainty": 120
},
"departure": {
"time": "1774612161",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774612231",
"uncertainty": 120
},
"departure": {
"time": "1774612231",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774612357",
"uncertainty": 120
},
"departure": {
"time": "1774612357",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612423",
"uncertainty": 120
},
"departure": {
"time": "1774612423",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1774612505",
"uncertainty": 120
},
"departure": {
"time": "1774612505",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1774612600",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323632"
},
"vehicle": {
"id": "165",
"label": "165"
}
}
},
{
"id": "21323633",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611900",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
},
{
"arrival": {
"time": "1774612087",
"uncertainty": 120
},
"departure": {
"time": "1774612087",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 2
},
{
"arrival": {
"time": "1774612177",
"uncertainty": 120
},
"departure": {
"time": "1774612177",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 3
},
{
"arrival": {
"time": "1774612239",
"uncertainty": 120
},
"departure": {
"time": "1774612239",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 4
},
{
"arrival": {
"time": "1774612301",
"uncertainty": 120
},
"departure": {
"time": "1774612301",
"uncertainty": 120
},
"stopId": "bsmsou2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774612360",
"uncertainty": 120
},
"departure": {
"time": "1774612360",
"uncertainty": 120
},
"stopId": "bsmhabi",
"stopSequence": 6
},
{
"arrival": {
"time": "1774612396",
"uncertainty": 120
},
"departure": {
"time": "1774612396",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612449",
"uncertainty": 120
},
"departure": {
"time": "1774612449",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612495",
"uncertainty": 120
},
"departure": {
"time": "1774612495",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612548",
"uncertainty": 120
},
"departure": {
"time": "1774612548",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612675",
"uncertainty": 120
},
"departure": {
"time": "1774612675",
"uncertainty": 120
},
"stopId": "bsmdres2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612776",
"uncertainty": 120
},
"departure": {
"time": "1774612776",
"uncertainty": 120
},
"stopId": "bsmpatr2",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612872",
"uncertainty": 120
},
"departure": {
"time": "1774612872",
"uncertainty": 120
},
"stopId": "bsmlet2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612969",
"uncertainty": 120
},
"departure": {
"time": "1774612969",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774613028",
"uncertainty": 120
},
"departure": {
"time": "1774613028",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774613098",
"uncertainty": 120
},
"departure": {
"time": "1774613098",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774613167",
"uncertainty": 120
},
"departure": {
"time": "1774613167",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774613268",
"uncertainty": 120
},
"departure": {
"time": "1774613268",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774613408",
"uncertainty": 120
},
"departure": {
"time": "1774613408",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 19
},
{
"arrival": {
"time": "1774613518",
"uncertainty": 120
},
"departure": {
"time": "1774613518",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 20
},
{
"arrival": {
"time": "1774613608",
"uncertainty": 120
},
"departure": {
"time": "1774613608",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 21
},
{
"arrival": {
"time": "1774613739",
"uncertainty": 120
},
"stopId": "bsmcca7r",
"stopSequence": 22
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323633"
}
}
},
{
"id": "21323638",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774614300",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323638"
}
}
},
{
"id": "21323636",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774612200",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1774612357",
"uncertainty": 120
},
"departure": {
"time": "1774612357",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1774612511",
"uncertainty": 120
},
"departure": {
"time": "1774612511",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1774612613",
"uncertainty": 120
},
"departure": {
"time": "1774612613",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1774612717",
"uncertainty": 120
},
"departure": {
"time": "1774612717",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1774612808",
"uncertainty": 120
},
"departure": {
"time": "1774612808",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1774612913",
"uncertainty": 120
},
"departure": {
"time": "1774612913",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612968",
"uncertainty": 120
},
"departure": {
"time": "1774612968",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1774613074",
"uncertainty": 120
},
"departure": {
"time": "1774613074",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1774613161",
"uncertainty": 120
},
"departure": {
"time": "1774613161",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1774613304",
"uncertainty": 120
},
"departure": {
"time": "1774613304",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1774613392",
"uncertainty": 120
},
"departure": {
"time": "1774613392",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1774613455",
"uncertainty": 120
},
"departure": {
"time": "1774613455",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1774613517",
"uncertainty": 120
},
"departure": {
"time": "1774613517",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1774613619",
"uncertainty": 120
},
"departure": {
"time": "1774613619",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1774613680",
"uncertainty": 120
},
"departure": {
"time": "1774613680",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774613752",
"uncertainty": 120
},
"departure": {
"time": "1774613752",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1774613814",
"uncertainty": 120
},
"departure": {
"time": "1774613814",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774613892",
"uncertainty": 120
},
"departure": {
"time": "1774613892",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1774613983",
"uncertainty": 120
},
"departure": {
"time": "1774613983",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1774614112",
"uncertainty": 120
},
"departure": {
"time": "1774614112",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1774614191",
"uncertainty": 120
},
"departure": {
"time": "1774614191",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1774614295",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323636"
}
}
},
{
"id": "21323637",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613400",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323637"
}
}
},
{
"id": "21323631",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774610257",
"uncertainty": 120
},
"stopId": "bsmcca8",
"stopSequence": 1
},
{
"arrival": {
"time": "1774610435",
"uncertainty": 120
},
"departure": {
"time": "1774610437",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1774610600",
"uncertainty": 120
},
"departure": {
"time": "1774610677",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1774610757",
"uncertainty": 120
},
"departure": {
"time": "1774610757",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1774610813",
"uncertainty": 120
},
"departure": {
"time": "1774610827",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610876",
"uncertainty": 120
},
"departure": {
"time": "1774610876",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1774610987",
"uncertainty": 120
},
"departure": {
"time": "1774611007",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611051",
"uncertainty": 120
},
"departure": {
"time": "1774611067",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1774611156",
"uncertainty": 120
},
"departure": {
"time": "1774611188",
"uncertainty": 120
},
"stopId": "bsmlet",
"stopSequence": 9
},
{
"arrival": {
"time": "1774611239",
"uncertainty": 120
},
"departure": {
"time": "1774611279",
"uncertainty": 120
},
"stopId": "bsmpatr",
"stopSequence": 10
},
{
"arrival": {
"time": "1774611355",
"uncertainty": 120
},
"departure": {
"time": "1774611370",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611424",
"uncertainty": 120
},
"departure": {
"time": "1774611430",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611490",
"uncertainty": 120
},
"departure": {
"time": "1774611520",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 13
},
{
"arrival": {
"time": "1774611568",
"uncertainty": 120
},
"departure": {
"time": "1774611610",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 14
},
{
"arrival": {
"time": "1774611666",
"uncertainty": 120
},
"departure": {
"time": "1774611700",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611782",
"uncertainty": 120
},
"departure": {
"time": "1774611782",
"uncertainty": 120
},
"stopId": "bsmhabi2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611832",
"uncertainty": 120
},
"departure": {
"time": "1774611832",
"uncertainty": 120
},
"stopId": "bsmsou",
"stopSequence": 17
},
{
"arrival": {
"time": "1774611866",
"uncertainty": 120
},
"departure": {
"time": "1774611866",
"uncertainty": 120
},
"stopId": "bsmsecu2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774611946",
"uncertainty": 120
},
"departure": {
"time": "1774611946",
"uncertainty": 120
},
"stopId": "bsmtin1",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612017",
"uncertainty": 120
},
"departure": {
"time": "1774612017",
"uncertainty": 120
},
"stopId": "bsmlor1",
"stopSequence": 20
},
{
"arrival": {
"time": "1774612139",
"uncertainty": 120
},
"departure": {
"time": "1774612139",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 21
},
{
"arrival": {
"time": "1774612217",
"uncertainty": 120
},
"departure": {
"time": "1774612217",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 22
},
{
"arrival": {
"time": "1774612321",
"uncertainty": 120
},
"stopId": "bsmcca8r",
"stopSequence": 23
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "B1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323631"
},
"vehicle": {
"id": "406",
"label": "406"
}
}
},
{
"id": "21323601",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774612920",
"uncertainty": 120
},
"stopId": "semquen",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323601"
}
}
},
{
"id": "21323588",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613400",
"uncertainty": 120
},
"stopId": "bsmcca10",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "L",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323588"
}
}
},
{
"id": "21725884",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774609922",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1774610012",
"uncertainty": 120
},
"departure": {
"time": "1774610012",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1774610088",
"uncertainty": 120
},
"departure": {
"time": "1774610088",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1774610116",
"uncertainty": 120
},
"departure": {
"time": "1774610116",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1774610181",
"uncertainty": 120
},
"departure": {
"time": "1774610197",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610258",
"uncertainty": 120
},
"departure": {
"time": "1774610282",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774610342",
"uncertainty": 120
},
"departure": {
"time": "1774610342",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774610463",
"uncertainty": 120
},
"departure": {
"time": "1774610463",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774610566",
"uncertainty": 120
},
"departure": {
"time": "1774610583",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1774610636",
"uncertainty": 120
},
"departure": {
"time": "1774610643",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1774610703",
"uncertainty": 120
},
"departure": {
"time": "1774610703",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1774610793",
"uncertainty": 120
},
"departure": {
"time": "1774610793",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1774610823",
"uncertainty": 120
},
"departure": {
"time": "1774610823",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774610945",
"uncertainty": 120
},
"departure": {
"time": "1774611003",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774611088",
"uncertainty": 120
},
"departure": {
"time": "1774611088",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611203",
"uncertainty": 120
},
"departure": {
"time": "1774611213",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611325",
"uncertainty": 120
},
"departure": {
"time": "1774611483",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1774611629",
"uncertainty": 120
},
"departure": {
"time": "1774611663",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1774611768",
"uncertainty": 120
},
"departure": {
"time": "1774611768",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1774611867",
"uncertainty": 120
},
"departure": {
"time": "1774611867",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611934",
"uncertainty": 120
},
"departure": {
"time": "1774611934",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774611993",
"uncertainty": 120
},
"departure": {
"time": "1774611993",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1774612035",
"uncertainty": 120
},
"departure": {
"time": "1774612035",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1774612110",
"uncertainty": 120
},
"departure": {
"time": "1774612110",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1774612215",
"uncertainty": 120
},
"departure": {
"time": "1774612215",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1774612299",
"uncertainty": 120
},
"departure": {
"time": "1774612299",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1774612343",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725884"
},
"vehicle": {
"id": "164",
"label": "164"
}
}
},
{
"id": "21725886",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774612380",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725886"
}
}
},
{
"id": "21725860",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774615080",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725860"
}
}
},
{
"id": "21725858",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774608872",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1774608962",
"uncertainty": 120
},
"departure": {
"time": "1774608962",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1774609006",
"uncertainty": 120
},
"departure": {
"time": "1774609022",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1774609051",
"uncertainty": 120
},
"departure": {
"time": "1774609051",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1774609105",
"uncertainty": 120
},
"departure": {
"time": "1774609146",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774609172",
"uncertainty": 120
},
"departure": {
"time": "1774609200",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774609271",
"uncertainty": 120
},
"departure": {
"time": "1774609271",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774609438",
"uncertainty": 120
},
"departure": {
"time": "1774609442",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774609545",
"uncertainty": 120
},
"departure": {
"time": "1774609593",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1774609637",
"uncertainty": 120
},
"departure": {
"time": "1774609652",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1774609695",
"uncertainty": 120
},
"departure": {
"time": "1774609712",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1774609800",
"uncertainty": 120
},
"departure": {
"time": "1774609800",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1774609832",
"uncertainty": 120
},
"departure": {
"time": "1774609832",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774609952",
"uncertainty": 120
},
"departure": {
"time": "1774609952",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774610009",
"uncertainty": 120
},
"departure": {
"time": "1774610013",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1774610109",
"uncertainty": 120
},
"departure": {
"time": "1774610220",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1774610340",
"uncertainty": 120
},
"departure": {
"time": "1774610400",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1774610528",
"uncertainty": 120
},
"departure": {
"time": "1774610580",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1774610691",
"uncertainty": 120
},
"departure": {
"time": "1774610732",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1774610829",
"uncertainty": 120
},
"departure": {
"time": "1774610852",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1774610912",
"uncertainty": 120
},
"departure": {
"time": "1774610912",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774610965",
"uncertainty": 120
},
"departure": {
"time": "1774610972",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1774611043",
"uncertainty": 120
},
"departure": {
"time": "1774611092",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1774611178",
"uncertainty": 120
},
"departure": {
"time": "1774611182",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1774611280",
"uncertainty": 120
},
"departure": {
"time": "1774611360",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1774611440",
"uncertainty": 120
},
"departure": {
"time": "1774611440",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1774611482",
"uncertainty": 120
},
"departure": {
"time": "1774611512",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
},
{
"arrival": {
"time": "1774611632",
"uncertainty": 120
},
"departure": {
"time": "1774611632",
"uncertainty": 120
},
"stopId": "smbpeu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774611681",
"uncertainty": 120
},
"departure": {
"time": "1774611681",
"uncertainty": 120
},
"stopId": "smblam",
"stopSequence": 29
},
{
"arrival": {
"time": "1774611848",
"uncertainty": 120
},
"departure": {
"time": "1774611848",
"uncertainty": 120
},
"stopId": "baiboud",
"stopSequence": 30
},
{
"arrival": {
"time": "1774611916",
"uncertainty": 120
},
"departure": {
"time": "1774611916",
"uncertainty": 120
},
"stopId": "baipat",
"stopSequence": 31
},
{
"arrival": {
"time": "1774612063",
"uncertainty": 120
},
"departure": {
"time": "1774612063",
"uncertainty": 120
},
"stopId": "baicas1",
"stopSequence": 32
},
{
"arrival": {
"time": "1774612117",
"uncertainty": 120
},
"departure": {
"time": "1774612117",
"uncertainty": 120
},
"stopId": "baiaub1",
"stopSequence": 33
},
{
"arrival": {
"time": "1774612182",
"uncertainty": 120
},
"departure": {
"time": "1774612182",
"uncertainty": 120
},
"stopId": "baihetr",
"stopSequence": 34
},
{
"arrival": {
"time": "1774612273",
"uncertainty": 120
},
"stopId": "baique1",
"stopSequence": 35
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725858"
},
"vehicle": {
"id": "332",
"label": "332"
}
}
},
{
"id": "21725859",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774614180",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725859"
}
}
},
{
"id": "21725867",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613220",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725867"
}
}
},
{
"id": "21725836",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774612664",
"uncertainty": 120
},
"departure": {
"time": "1774612664",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"arrival": {
"time": "1774612747",
"uncertainty": 120
},
"departure": {
"time": "1774612747",
"uncertainty": 120
},
"stopId": "outkenn"
},
{
"arrival": {
"time": "1774612853",
"uncertainty": 120
},
"departure": {
"time": "1774612853",
"uncertainty": 120
},
"stopId": "outmds"
},
{
"departure": {
"time": "1774611900",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611995",
"uncertainty": 120
},
"departure": {
"time": "1774611995",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774612064",
"uncertainty": 120
},
"departure": {
"time": "1774612064",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774612214",
"uncertainty": 120
},
"departure": {
"time": "1774612214",
"uncertainty": 120
},
"stopId": "bsmvie2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774612296",
"uncertainty": 120
},
"departure": {
"time": "1774612296",
"uncertainty": 120
},
"stopId": "outsir",
"stopSequence": 5
},
{
"arrival": {
"time": "1774612328",
"uncertainty": 120
},
"departure": {
"time": "1774612328",
"uncertainty": 120
},
"stopId": "outnce",
"stopSequence": 6
},
{
"arrival": {
"time": "1774612398",
"uncertainty": 120
},
"departure": {
"time": "1774612398",
"uncertainty": 120
},
"stopId": "outlal",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612457",
"uncertainty": 120
},
"departure": {
"time": "1774612457",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612527",
"uncertainty": 120
},
"departure": {
"time": "1774612527",
"uncertainty": 120
},
"stopId": "outdeni",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612584",
"uncertainty": 120
},
"departure": {
"time": "1774612584",
"uncertainty": 120
},
"stopId": "outpres",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612664",
"uncertainty": 120
},
"departure": {
"time": "1774612664",
"uncertainty": 120
},
"stopId": "outplac",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612797",
"uncertainty": 120
},
"departure": {
"time": "1774612797",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outdela",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612837",
"uncertainty": 120
},
"departure": {
"time": "1774612837",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612920",
"uncertainty": 120
},
"departure": {
"time": "1774612920",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612991",
"uncertainty": 120
},
"departure": {
"time": "1774612991",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outpru2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612892",
"uncertainty": 120
},
"departure": {
"time": "1774612892",
"uncertainty": 120
},
"stopId": "outtil2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612955",
"uncertainty": 120
},
"departure": {
"time": "1774612955",
"uncertainty": 120
},
"stopId": "outorm",
"stopSequence": 17
},
{
"arrival": {
"time": "1774613016",
"uncertainty": 120
},
"departure": {
"time": "1774613016",
"uncertainty": 120
},
"stopId": "outpeu",
"stopSequence": 18
},
{
"arrival": {
"time": "1774613098",
"uncertainty": 120
},
"departure": {
"time": "1774613098",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 19
},
{
"arrival": {
"time": "1774613262",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 20
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725836"
}
}
},
{
"id": "21725837",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774614418",
"uncertainty": 120
},
"departure": {
"time": "1774614418",
"uncertainty": 120
},
"stopId": "outpru"
},
{
"arrival": {
"time": "1774614445",
"uncertainty": 120
},
"departure": {
"time": "1774614445",
"uncertainty": 120
},
"stopId": "outcol3"
},
{
"arrival": {
"time": "1774614513",
"uncertainty": 120
},
"departure": {
"time": "1774614513",
"uncertainty": 120
},
"stopId": "outlep1"
},
{
"arrival": {
"time": "1774614513",
"uncertainty": 120
},
"departure": {
"time": "1774614513",
"uncertainty": 120
},
"stopId": "outlep2"
},
{
"arrival": {
"time": "1774614523",
"uncertainty": 120
},
"departure": {
"time": "1774614523",
"uncertainty": 120
},
"stopId": "outlep1"
},
{
"arrival": {
"time": "1774614544",
"uncertainty": 120
},
"departure": {
"time": "1774614544",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"departure": {
"time": "1774614000",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1774614099",
"uncertainty": 120
},
"departure": {
"time": "1774614099",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1774614206",
"uncertainty": 120
},
"departure": {
"time": "1774614206",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774614279",
"uncertainty": 120
},
"departure": {
"time": "1774614279",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774614313",
"uncertainty": 120
},
"departure": {
"time": "1774614313",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774614382",
"uncertainty": 120
},
"departure": {
"time": "1774614382",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1774614404",
"uncertainty": 120
},
"departure": {
"time": "1774614404",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1774614480",
"uncertainty": 120
},
"departure": {
"time": "1774614480",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774614567",
"uncertainty": 120
},
"departure": {
"time": "1774614567",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774614658",
"uncertainty": 120
},
"departure": {
"time": "1774614658",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774614737",
"uncertainty": 120
},
"departure": {
"time": "1774614737",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1774614900",
"uncertainty": 120
},
"departure": {
"time": "1774614900",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1774614960",
"uncertainty": 120
},
"departure": {
"time": "1774614960",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outplac",
"stopSequence": 13
},
{
"arrival": {
"time": "1774614627",
"uncertainty": 120
},
"departure": {
"time": "1774614627",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1774614678",
"uncertainty": 120
},
"departure": {
"time": "1774614678",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1774614733",
"uncertainty": 120
},
"departure": {
"time": "1774614733",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774614831",
"uncertainty": 120
},
"departure": {
"time": "1774614831",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1774614902",
"uncertainty": 120
},
"departure": {
"time": "1774614902",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774614958",
"uncertainty": 120
},
"departure": {
"time": "1774614958",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1774615024",
"uncertainty": 120
},
"departure": {
"time": "1774615024",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1774615060",
"uncertainty": 120
},
"departure": {
"time": "1774615060",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774615149",
"uncertainty": 120
},
"departure": {
"time": "1774615149",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1774615322",
"uncertainty": 120
},
"departure": {
"time": "1774615322",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1774615445",
"uncertainty": 120
},
"departure": {
"time": "1774615445",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1774615638",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725837"
}
}
},
{
"id": "21725833",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774611182",
"uncertainty": 120
},
"departure": {
"time": "1774611182",
"uncertainty": 120
},
"stopId": "outpru"
},
{
"arrival": {
"time": "1774611226",
"uncertainty": 120
},
"departure": {
"time": "1774611226",
"uncertainty": 120
},
"stopId": "outcol3"
},
{
"arrival": {
"time": "1774611321",
"uncertainty": 120
},
"departure": {
"time": "1774611381",
"uncertainty": 120
},
"stopId": "outlep1"
},
{
"arrival": {
"time": "1774611321",
"uncertainty": 120
},
"departure": {
"time": "1774611381",
"uncertainty": 120
},
"stopId": "outlep2"
},
{
"arrival": {
"time": "1774611391",
"uncertainty": 120
},
"departure": {
"time": "1774611391",
"uncertainty": 120
},
"stopId": "outlep1"
},
{
"arrival": {
"time": "1774611411",
"uncertainty": 120
},
"departure": {
"time": "1774611411",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"departure": {
"time": "1774610728",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1774610819",
"uncertainty": 120
},
"departure": {
"time": "1774610819",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1774610879",
"uncertainty": 120
},
"departure": {
"time": "1774610879",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774610921",
"uncertainty": 120
},
"departure": {
"time": "1774610938",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774610978",
"uncertainty": 120
},
"departure": {
"time": "1774611028",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611104",
"uncertainty": 120
},
"departure": {
"time": "1774611118",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611140",
"uncertainty": 120
},
"departure": {
"time": "1774611140",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1774610880",
"uncertainty": 120
},
"departure": {
"time": "1774610880",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774610967",
"uncertainty": 120
},
"departure": {
"time": "1774610967",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774611058",
"uncertainty": 120
},
"departure": {
"time": "1774611058",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774611137",
"uncertainty": 120
},
"departure": {
"time": "1774611137",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611300",
"uncertainty": 120
},
"departure": {
"time": "1774611300",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611360",
"uncertainty": 120
},
"departure": {
"time": "1774611360",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outplac",
"stopSequence": 13
},
{
"arrival": {
"time": "1774611497",
"uncertainty": 120
},
"departure": {
"time": "1774611497",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1774611538",
"uncertainty": 120
},
"departure": {
"time": "1774611538",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611575",
"uncertainty": 120
},
"departure": {
"time": "1774611575",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611638",
"uncertainty": 120
},
"departure": {
"time": "1774611638",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1774611720",
"uncertainty": 120
},
"departure": {
"time": "1774611720",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774611776",
"uncertainty": 120
},
"departure": {
"time": "1774611776",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1774611842",
"uncertainty": 120
},
"departure": {
"time": "1774611842",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611878",
"uncertainty": 120
},
"departure": {
"time": "1774611878",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774611967",
"uncertainty": 120
},
"departure": {
"time": "1774611967",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1774612140",
"uncertainty": 120
},
"departure": {
"time": "1774612140",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1774612226",
"uncertainty": 120
},
"departure": {
"time": "1774612226",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1774612419",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725833"
},
"vehicle": {
"id": "193",
"label": "193"
}
}
},
{
"id": "21725835",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774612252",
"uncertainty": 120
},
"departure": {
"time": "1774612252",
"uncertainty": 120
},
"stopId": "outpru"
},
{
"arrival": {
"time": "1774612279",
"uncertainty": 120
},
"departure": {
"time": "1774612279",
"uncertainty": 120
},
"stopId": "outcol3"
},
{
"arrival": {
"time": "1774612347",
"uncertainty": 120
},
"departure": {
"time": "1774612347",
"uncertainty": 120
},
"stopId": "outlep1"
},
{
"arrival": {
"time": "1774612347",
"uncertainty": 120
},
"departure": {
"time": "1774612347",
"uncertainty": 120
},
"stopId": "outlep2"
},
{
"arrival": {
"time": "1774612357",
"uncertainty": 120
},
"departure": {
"time": "1774612357",
"uncertainty": 120
},
"stopId": "outlep1"
},
{
"arrival": {
"time": "1774612378",
"uncertainty": 120
},
"departure": {
"time": "1774612378",
"uncertainty": 120
},
"stopId": "outplac2"
},
{
"departure": {
"time": "1774611900",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611992",
"uncertainty": 120
},
"departure": {
"time": "1774611992",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1774612057",
"uncertainty": 120
},
"departure": {
"time": "1774612057",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774612102",
"uncertainty": 120
},
"departure": {
"time": "1774612102",
"uncertainty": 120
},
"stopId": "outpeu2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774612141",
"uncertainty": 120
},
"departure": {
"time": "1774612141",
"uncertainty": 120
},
"stopId": "outorm2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774612216",
"uncertainty": 120
},
"departure": {
"time": "1774612216",
"uncertainty": 120
},
"stopId": "outtill",
"stopSequence": 6
},
{
"arrival": {
"time": "1774612238",
"uncertainty": 120
},
"departure": {
"time": "1774612238",
"uncertainty": 120
},
"stopId": "outpru",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612380",
"uncertainty": 120
},
"departure": {
"time": "1774612380",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outrena2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612467",
"uncertainty": 120
},
"departure": {
"time": "1774612467",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outeco2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612558",
"uncertainty": 120
},
"departure": {
"time": "1774612558",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outmazu2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612637",
"uncertainty": 120
},
"departure": {
"time": "1774612637",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outkenn",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612800",
"uncertainty": 120
},
"departure": {
"time": "1774612800",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outlep1",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612860",
"uncertainty": 120
},
"departure": {
"time": "1774612860",
"uncertainty": 120
},
"scheduleRelationship": "SKIPPED",
"stopId": "outplac",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612461",
"uncertainty": 120
},
"departure": {
"time": "1774612461",
"uncertainty": 120
},
"stopId": "outpost",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612503",
"uncertainty": 120
},
"departure": {
"time": "1774612503",
"uncertainty": 120
},
"stopId": "outbiez",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612542",
"uncertainty": 120
},
"departure": {
"time": "1774612542",
"uncertainty": 120
},
"stopId": "outpres2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612609",
"uncertainty": 120
},
"departure": {
"time": "1774612609",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 17
},
{
"arrival": {
"time": "1774612684",
"uncertainty": 120
},
"departure": {
"time": "1774612684",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774612740",
"uncertainty": 120
},
"departure": {
"time": "1774612740",
"uncertainty": 120
},
"stopId": "outlal2",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612806",
"uncertainty": 120
},
"departure": {
"time": "1774612806",
"uncertainty": 120
},
"stopId": "outnce2",
"stopSequence": 20
},
{
"arrival": {
"time": "1774612842",
"uncertainty": 120
},
"departure": {
"time": "1774612842",
"uncertainty": 120
},
"stopId": "outsir2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774612931",
"uncertainty": 120
},
"departure": {
"time": "1774612931",
"uncertainty": 120
},
"stopId": "bsmvie",
"stopSequence": 22
},
{
"arrival": {
"time": "1774613104",
"uncertainty": 120
},
"departure": {
"time": "1774613104",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 23
},
{
"arrival": {
"time": "1774613194",
"uncertainty": 120
},
"departure": {
"time": "1774613194",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 24
},
{
"arrival": {
"time": "1774613387",
"uncertainty": 120
},
"stopId": "bsmcc11r",
"stopSequence": 25
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "O",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725835"
}
}
},
{
"id": "21323907",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613100",
"uncertainty": 120
},
"stopId": "smbtri2",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "CCAB",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323907"
}
}
},
{
"id": "21725909",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613280",
"uncertainty": 120
},
"stopId": "equmin",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725909"
}
}
},
{
"id": "21725907",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774609924",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1774609954",
"uncertainty": 120
},
"departure": {
"time": "1774609954",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774610058",
"uncertainty": 120
},
"departure": {
"time": "1774610074",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774610140",
"uncertainty": 120
},
"departure": {
"time": "1774610164",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1774610216",
"uncertainty": 120
},
"departure": {
"time": "1774610284",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610382",
"uncertainty": 120
},
"departure": {
"time": "1774610382",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1774610458",
"uncertainty": 120
},
"departure": {
"time": "1774610465",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1774610517",
"uncertainty": 120
},
"departure": {
"time": "1774610517",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1774610566",
"uncertainty": 120
},
"departure": {
"time": "1774610584",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774610704",
"uncertainty": 120
},
"departure": {
"time": "1774610704",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1774610823",
"uncertainty": 120
},
"departure": {
"time": "1774610824",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611064",
"uncertainty": 120
},
"departure": {
"time": "1774611094",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611244",
"uncertainty": 120
},
"departure": {
"time": "1774611694",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774611802",
"uncertainty": 120
},
"departure": {
"time": "1774611802",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1774611873",
"uncertainty": 120
},
"departure": {
"time": "1774611873",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611934",
"uncertainty": 120
},
"departure": {
"time": "1774611934",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612009",
"uncertainty": 120
},
"departure": {
"time": "1774612009",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1774612081",
"uncertainty": 120
},
"departure": {
"time": "1774612081",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1774612132",
"uncertainty": 120
},
"departure": {
"time": "1774612132",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612208",
"uncertainty": 120
},
"departure": {
"time": "1774612208",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1774612279",
"uncertainty": 120
},
"departure": {
"time": "1774612279",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1774612358",
"uncertainty": 120
},
"departure": {
"time": "1774612358",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1774612443",
"uncertainty": 120
},
"departure": {
"time": "1774612443",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1774612542",
"uncertainty": 120
},
"departure": {
"time": "1774612542",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1774612666",
"uncertainty": 120
},
"departure": {
"time": "1774612666",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1774612726",
"uncertainty": 120
},
"departure": {
"time": "1774612726",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1774612798",
"uncertainty": 120
},
"departure": {
"time": "1774612798",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1774612846",
"uncertainty": 120
},
"departure": {
"time": "1774612846",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774612906",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725907"
},
"vehicle": {
"id": "194",
"label": "194"
}
}
},
{
"id": "21323838",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611900",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
},
{
"arrival": {
"time": "1774612020",
"uncertainty": 120
},
"departure": {
"time": "1774612020",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1774612105",
"uncertainty": 120
},
"departure": {
"time": "1774612105",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774612208",
"uncertainty": 120
},
"departure": {
"time": "1774612208",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1774612310",
"uncertainty": 120
},
"departure": {
"time": "1774612310",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774612348",
"uncertainty": 120
},
"departure": {
"time": "1774612348",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774612383",
"uncertainty": 120
},
"departure": {
"time": "1774612383",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612444",
"uncertainty": 120
},
"departure": {
"time": "1774612444",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612496",
"uncertainty": 120
},
"departure": {
"time": "1774612496",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612622",
"uncertainty": 120
},
"departure": {
"time": "1774612622",
"uncertainty": 120
},
"stopId": "leopet1",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612715",
"uncertainty": 120
},
"departure": {
"time": "1774612715",
"uncertainty": 120
},
"stopId": "lebeau3",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612773",
"uncertainty": 120
},
"departure": {
"time": "1774612773",
"uncertainty": 120
},
"stopId": "leocite",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612803",
"uncertainty": 120
},
"departure": {
"time": "1774612803",
"uncertainty": 120
},
"stopId": "leobel1",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612883",
"uncertainty": 120
},
"departure": {
"time": "1774612883",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612994",
"uncertainty": 120
},
"departure": {
"time": "1774612994",
"uncertainty": 120
},
"stopId": "leopon1",
"stopSequence": 15
},
{
"arrival": {
"time": "1774613035",
"uncertainty": 120
},
"departure": {
"time": "1774613035",
"uncertainty": 120
},
"stopId": "leomair",
"stopSequence": 16
},
{
"arrival": {
"time": "1774613084",
"uncertainty": 120
},
"departure": {
"time": "1774613084",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 17
},
{
"arrival": {
"time": "1774613126",
"uncertainty": 120
},
"departure": {
"time": "1774613126",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 18
},
{
"arrival": {
"time": "1774613215",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 19
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323838"
}
}
},
{
"id": "21323827",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613700",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323827"
}
}
},
{
"id": "21725913",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774608827",
"uncertainty": 120
},
"stopId": "smblamb2",
"stopSequence": 1
},
{
"arrival": {
"time": "1774608887",
"uncertainty": 120
},
"departure": {
"time": "1774608887",
"uncertainty": 120
},
"stopId": "smbpeu1",
"stopSequence": 2
},
{
"arrival": {
"time": "1774608947",
"uncertainty": 120
},
"departure": {
"time": "1774609127",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 3
},
{
"arrival": {
"time": "1774609157",
"uncertainty": 120
},
"departure": {
"time": "1774609157",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774609198",
"uncertainty": 120
},
"departure": {
"time": "1774609198",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774609240",
"uncertainty": 120
},
"departure": {
"time": "1774609247",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 6
},
{
"arrival": {
"time": "1774609298",
"uncertainty": 120
},
"departure": {
"time": "1774609367",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 7
},
{
"arrival": {
"time": "1774609440",
"uncertainty": 120
},
"departure": {
"time": "1774609440",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 8
},
{
"arrival": {
"time": "1774609535",
"uncertainty": 120
},
"departure": {
"time": "1774609547",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 9
},
{
"arrival": {
"time": "1774609607",
"uncertainty": 120
},
"departure": {
"time": "1774609607",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 10
},
{
"arrival": {
"time": "1774609668",
"uncertainty": 120
},
"departure": {
"time": "1774609668",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774609847",
"uncertainty": 120
},
"departure": {
"time": "1774609877",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1774609967",
"uncertainty": 120
},
"departure": {
"time": "1774609967",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774610277",
"uncertainty": 120
},
"departure": {
"time": "1774610327",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 14
},
{
"arrival": {
"time": "1774610447",
"uncertainty": 120
},
"departure": {
"time": "1774610507",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774610620",
"uncertainty": 120
},
"departure": {
"time": "1774610677",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 16
},
{
"arrival": {
"time": "1774610747",
"uncertainty": 120
},
"departure": {
"time": "1774610767",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 17
},
{
"arrival": {
"time": "1774610827",
"uncertainty": 120
},
"departure": {
"time": "1774610827",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 18
},
{
"arrival": {
"time": "1774610897",
"uncertainty": 120
},
"departure": {
"time": "1774610897",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 19
},
{
"arrival": {
"time": "1774610967",
"uncertainty": 120
},
"departure": {
"time": "1774610997",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611047",
"uncertainty": 120
},
"departure": {
"time": "1774611067",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 21
},
{
"arrival": {
"time": "1774611409",
"uncertainty": 120
},
"departure": {
"time": "1774611457",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 22
},
{
"arrival": {
"time": "1774611527",
"uncertainty": 120
},
"departure": {
"time": "1774611527",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 23
},
{
"arrival": {
"time": "1774611606",
"uncertainty": 120
},
"departure": {
"time": "1774611607",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 24
},
{
"arrival": {
"time": "1774611697",
"uncertainty": 120
},
"departure": {
"time": "1774611697",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 25
},
{
"arrival": {
"time": "1774611792",
"uncertainty": 120
},
"departure": {
"time": "1774611792",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 26
},
{
"arrival": {
"time": "1774611889",
"uncertainty": 120
},
"departure": {
"time": "1774611889",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1774611949",
"uncertainty": 120
},
"departure": {
"time": "1774611949",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 28
},
{
"arrival": {
"time": "1774612021",
"uncertainty": 120
},
"departure": {
"time": "1774612021",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 29
},
{
"arrival": {
"time": "1774612069",
"uncertainty": 120
},
"departure": {
"time": "1774612069",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 30
},
{
"arrival": {
"time": "1774612129",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 31
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725913"
},
"vehicle": {
"id": "1201",
"label": "1201"
}
}
},
{
"id": "21725892",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774612500",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725892"
}
}
},
{
"id": "21725894",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611692",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611726",
"uncertainty": 120
},
"departure": {
"time": "1774611726",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611780",
"uncertainty": 120
},
"departure": {
"time": "1774611780",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611830",
"uncertainty": 120
},
"departure": {
"time": "1774611830",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611873",
"uncertainty": 120
},
"departure": {
"time": "1774611873",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611947",
"uncertainty": 120
},
"departure": {
"time": "1774611947",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1774612014",
"uncertainty": 120
},
"departure": {
"time": "1774612014",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612063",
"uncertainty": 120
},
"departure": {
"time": "1774612063",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612121",
"uncertainty": 120
},
"departure": {
"time": "1774612121",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612235",
"uncertainty": 120
},
"departure": {
"time": "1774612235",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612357",
"uncertainty": 120
},
"departure": {
"time": "1774612357",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612609",
"uncertainty": 120
},
"departure": {
"time": "1774612609",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612753",
"uncertainty": 120
},
"departure": {
"time": "1774613100",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774613169",
"uncertainty": 120
},
"departure": {
"time": "1774613169",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1774613244",
"uncertainty": 120
},
"departure": {
"time": "1774613244",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1774613309",
"uncertainty": 120
},
"departure": {
"time": "1774613309",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1774613421",
"uncertainty": 120
},
"departure": {
"time": "1774613421",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1774613520",
"uncertainty": 120
},
"departure": {
"time": "1774613520",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1774613576",
"uncertainty": 120
},
"departure": {
"time": "1774613576",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1774613652",
"uncertainty": 120
},
"departure": {
"time": "1774613652",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1774613731",
"uncertainty": 120
},
"departure": {
"time": "1774613731",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1774613812",
"uncertainty": 120
},
"departure": {
"time": "1774613812",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1774613897",
"uncertainty": 120
},
"departure": {
"time": "1774613897",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1774613996",
"uncertainty": 120
},
"departure": {
"time": "1774613996",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1774614120",
"uncertainty": 120
},
"departure": {
"time": "1774614120",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1774614180",
"uncertainty": 120
},
"departure": {
"time": "1774614180",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1774614252",
"uncertainty": 120
},
"departure": {
"time": "1774614252",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1774614300",
"uncertainty": 120
},
"departure": {
"time": "1774614300",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774614360",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725894"
},
"vehicle": {
"id": "168",
"label": "168"
}
}
},
{
"id": "21323823",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613100",
"uncertainty": 120
},
"stopId": "hesecol2",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323823"
}
}
},
{
"id": "21323820",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774610192",
"uncertainty": 120
},
"stopId": "bsmcca4",
"stopSequence": 1
},
{
"arrival": {
"time": "1774610302",
"uncertainty": 120
},
"departure": {
"time": "1774610343",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 2
},
{
"arrival": {
"time": "1774610433",
"uncertainty": 120
},
"departure": {
"time": "1774610433",
"uncertainty": 120
},
"stopId": "bsmlumi2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774610577",
"uncertainty": 120
},
"departure": {
"time": "1774610613",
"uncertainty": 120
},
"stopId": "bsmaug1",
"stopSequence": 4
},
{
"arrival": {
"time": "1774610704",
"uncertainty": 120
},
"departure": {
"time": "1774610915",
"uncertainty": 120
},
"stopId": "bsmhenn2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610954",
"uncertainty": 120
},
"departure": {
"time": "1774611005",
"uncertainty": 120
},
"stopId": "bsmros2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611035",
"uncertainty": 120
},
"departure": {
"time": "1774611035",
"uncertainty": 120
},
"stopId": "bsmmade",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611088",
"uncertainty": 120
},
"departure": {
"time": "1774611088",
"uncertainty": 120
},
"stopId": "smbplat2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774611135",
"uncertainty": 120
},
"departure": {
"time": "1774611156",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 9
},
{
"arrival": {
"time": "1774611276",
"uncertainty": 120
},
"departure": {
"time": "1774611276",
"uncertainty": 120
},
"stopId": "leopet1",
"stopSequence": 10
},
{
"arrival": {
"time": "1774611363",
"uncertainty": 120
},
"departure": {
"time": "1774611366",
"uncertainty": 120
},
"stopId": "lebeau3",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611426",
"uncertainty": 120
},
"departure": {
"time": "1774611426",
"uncertainty": 120
},
"stopId": "leocite",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611456",
"uncertainty": 120
},
"departure": {
"time": "1774611456",
"uncertainty": 120
},
"stopId": "leobel1",
"stopSequence": 13
},
{
"arrival": {
"time": "1774611536",
"uncertainty": 120
},
"departure": {
"time": "1774611546",
"uncertainty": 120
},
"stopId": "leofle1",
"stopSequence": 14
},
{
"arrival": {
"time": "1774611659",
"uncertainty": 120
},
"departure": {
"time": "1774611659",
"uncertainty": 120
},
"stopId": "leopon1",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611696",
"uncertainty": 120
},
"departure": {
"time": "1774611696",
"uncertainty": 120
},
"stopId": "leomair",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611745",
"uncertainty": 120
},
"departure": {
"time": "1774611745",
"uncertainty": 120
},
"stopId": "leogal",
"stopSequence": 17
},
{
"arrival": {
"time": "1774611787",
"uncertainty": 120
},
"departure": {
"time": "1774611787",
"uncertainty": 120
},
"stopId": "leomou1",
"stopSequence": 18
},
{
"arrival": {
"time": "1774611876",
"uncertainty": 120
},
"departure": {
"time": "1774611876",
"uncertainty": 120
},
"stopId": "leoleod",
"stopSequence": 19
},
{
"arrival": {
"time": "1774611928",
"uncertainty": 120
},
"departure": {
"time": "1774611928",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611971",
"uncertainty": 120
},
"departure": {
"time": "1774611971",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774612023",
"uncertainty": 120
},
"departure": {
"time": "1774612023",
"uncertainty": 120
},
"stopId": "leochat",
"stopSequence": 22
},
{
"arrival": {
"time": "1774612072",
"uncertainty": 120
},
"departure": {
"time": "1774612072",
"uncertainty": 120
},
"stopId": "isqresi",
"stopSequence": 23
},
{
"arrival": {
"time": "1774612171",
"uncertainty": 120
},
"departure": {
"time": "1774612171",
"uncertainty": 120
},
"stopId": "isqhame",
"stopSequence": 24
},
{
"arrival": {
"time": "1774612310",
"uncertainty": 120
},
"departure": {
"time": "1774612310",
"uncertainty": 120
},
"stopId": "isqmair",
"stopSequence": 25
},
{
"arrival": {
"time": "1774612392",
"uncertainty": 120
},
"departure": {
"time": "1774612392",
"uncertainty": 120
},
"stopId": "isqcast",
"stopSequence": 26
},
{
"arrival": {
"time": "1774612434",
"uncertainty": 120
},
"departure": {
"time": "1774612434",
"uncertainty": 120
},
"stopId": "isqegli",
"stopSequence": 27
},
{
"arrival": {
"time": "1774612497",
"uncertainty": 120
},
"departure": {
"time": "1774612497",
"uncertainty": 120
},
"stopId": "isqvill",
"stopSequence": 28
},
{
"arrival": {
"time": "1774612540",
"uncertainty": 120
},
"departure": {
"time": "1774612540",
"uncertainty": 120
},
"stopId": "isqcast2",
"stopSequence": 29
},
{
"arrival": {
"time": "1774612693",
"uncertainty": 120
},
"departure": {
"time": "1774612693",
"uncertainty": 120
},
"stopId": "hestro1",
"stopSequence": 30
},
{
"arrival": {
"time": "1774612815",
"uncertainty": 120
},
"departure": {
"time": "1774612815",
"uncertainty": 120
},
"stopId": "hesman1",
"stopSequence": 31
},
{
"arrival": {
"time": "1774612857",
"uncertainty": 120
},
"stopId": "hesver1",
"stopSequence": 32
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323820"
},
"vehicle": {
"id": "187",
"label": "187"
}
}
},
{
"id": "21725900",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774611549",
"uncertainty": 120
},
"departure": {
"time": "1774611549",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611609",
"uncertainty": 120
},
"departure": {
"time": "1774611669",
"uncertainty": 120
},
"stopId": "outmass",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611707",
"uncertainty": 120
},
"departure": {
"time": "1774611707",
"uncertainty": 120
},
"stopId": "outsall",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611777",
"uncertainty": 120
},
"departure": {
"time": "1774611777",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611853",
"uncertainty": 120
},
"departure": {
"time": "1774611853",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611920",
"uncertainty": 120
},
"departure": {
"time": "1774611920",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612051",
"uncertainty": 120
},
"departure": {
"time": "1774612051",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612156",
"uncertainty": 120
},
"departure": {
"time": "1774612156",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612213",
"uncertainty": 120
},
"departure": {
"time": "1774612213",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612273",
"uncertainty": 120
},
"departure": {
"time": "1774612273",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612369",
"uncertainty": 120
},
"departure": {
"time": "1774612369",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612406",
"uncertainty": 120
},
"departure": {
"time": "1774612406",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612550",
"uncertainty": 120
},
"departure": {
"time": "1774612550",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612585",
"uncertainty": 120
},
"departure": {
"time": "1774612585",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612747",
"uncertainty": 120
},
"departure": {
"time": "1774612747",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612861",
"uncertainty": 120
},
"departure": {
"time": "1774613100",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 17
},
{
"arrival": {
"time": "1774613257",
"uncertainty": 120
},
"departure": {
"time": "1774613257",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 18
},
{
"arrival": {
"time": "1774613377",
"uncertainty": 120
},
"departure": {
"time": "1774613377",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 19
},
{
"arrival": {
"time": "1774613490",
"uncertainty": 120
},
"departure": {
"time": "1774613490",
"uncertainty": 120
},
"stopId": "bsmbran",
"stopSequence": 20
},
{
"arrival": {
"time": "1774613617",
"uncertainty": 120
},
"departure": {
"time": "1774613617",
"uncertainty": 120
},
"stopId": "bsmrho2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774613720",
"uncertainty": 120
},
"departure": {
"time": "1774613720",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 22
},
{
"arrival": {
"time": "1774613800",
"uncertainty": 120
},
"departure": {
"time": "1774613800",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 23
},
{
"arrival": {
"time": "1774613878",
"uncertainty": 120
},
"departure": {
"time": "1774613878",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 24
},
{
"arrival": {
"time": "1774614038",
"uncertainty": 120
},
"departure": {
"time": "1774614038",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1774614154",
"uncertainty": 120
},
"departure": {
"time": "1774614154",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 26
},
{
"arrival": {
"time": "1774614218",
"uncertainty": 120
},
"stopId": "smbpoly3",
"stopSequence": 27
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725900"
},
"vehicle": {
"id": "175",
"label": "175"
}
}
},
{
"id": "21725902",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774615200",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725902"
}
}
},
{
"id": "21725896",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774610941",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1774610970",
"uncertainty": 120
},
"departure": {
"time": "1774610970",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611017",
"uncertainty": 120
},
"departure": {
"time": "1774611017",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611054",
"uncertainty": 120
},
"departure": {
"time": "1774611054",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611092",
"uncertainty": 120
},
"departure": {
"time": "1774611181",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611255",
"uncertainty": 120
},
"departure": {
"time": "1774611255",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611319",
"uncertainty": 120
},
"departure": {
"time": "1774611360",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611407",
"uncertainty": 120
},
"departure": {
"time": "1774611407",
"uncertainty": 120
},
"stopId": "bsmrho",
"stopSequence": 8
},
{
"arrival": {
"time": "1774611458",
"uncertainty": 120
},
"departure": {
"time": "1774611458",
"uncertainty": 120
},
"stopId": "bsmbran2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774611567",
"uncertainty": 120
},
"departure": {
"time": "1774611571",
"uncertainty": 120
},
"stopId": "bsmhenn",
"stopSequence": 10
},
{
"arrival": {
"time": "1774611690",
"uncertainty": 120
},
"departure": {
"time": "1774611690",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611936",
"uncertainty": 120
},
"departure": {
"time": "1774611936",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612083",
"uncertainty": 120
},
"departure": {
"time": "1774612200",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612291",
"uncertainty": 120
},
"departure": {
"time": "1774612291",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612363",
"uncertainty": 120
},
"departure": {
"time": "1774612363",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612424",
"uncertainty": 120
},
"departure": {
"time": "1774612424",
"uncertainty": 120
},
"stopId": "bsmpca",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612505",
"uncertainty": 120
},
"departure": {
"time": "1774612505",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 17
},
{
"arrival": {
"time": "1774612582",
"uncertainty": 120
},
"departure": {
"time": "1774612582",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 18
},
{
"arrival": {
"time": "1774612634",
"uncertainty": 120
},
"departure": {
"time": "1774612634",
"uncertainty": 120
},
"stopId": "lpohen",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612710",
"uncertainty": 120
},
"departure": {
"time": "1774612710",
"uncertainty": 120
},
"stopId": "lpopfa",
"stopSequence": 20
},
{
"arrival": {
"time": "1774612781",
"uncertainty": 120
},
"departure": {
"time": "1774612781",
"uncertainty": 120
},
"stopId": "lpogou",
"stopSequence": 21
},
{
"arrival": {
"time": "1774612860",
"uncertainty": 120
},
"departure": {
"time": "1774612860",
"uncertainty": 120
},
"stopId": "lpolive",
"stopSequence": 22
},
{
"arrival": {
"time": "1774612945",
"uncertainty": 120
},
"departure": {
"time": "1774612945",
"uncertainty": 120
},
"stopId": "lpopagn",
"stopSequence": 23
},
{
"arrival": {
"time": "1774613044",
"uncertainty": 120
},
"departure": {
"time": "1774613044",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 24
},
{
"arrival": {
"time": "1774613168",
"uncertainty": 120
},
"departure": {
"time": "1774613168",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 25
},
{
"arrival": {
"time": "1774613228",
"uncertainty": 120
},
"departure": {
"time": "1774613228",
"uncertainty": 120
},
"stopId": "lpoalpr",
"stopSequence": 26
},
{
"arrival": {
"time": "1774613300",
"uncertainty": 120
},
"departure": {
"time": "1774613300",
"uncertainty": 120
},
"stopId": "outsall2",
"stopSequence": 27
},
{
"arrival": {
"time": "1774613348",
"uncertainty": 120
},
"departure": {
"time": "1774613348",
"uncertainty": 120
},
"stopId": "outmass2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774613408",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 29
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725896"
},
"vehicle": {
"id": "217",
"label": "217"
}
}
},
{
"id": "21323793",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774614300",
"uncertainty": 120
},
"stopId": "outedo2",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "I",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323793"
}
}
},
{
"id": "21725799",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774610192",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
},
{
"arrival": {
"time": "1774610394",
"uncertainty": 120
},
"departure": {
"time": "1774610403",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774610507",
"uncertainty": 120
},
"departure": {
"time": "1774610524",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774610661",
"uncertainty": 120
},
"departure": {
"time": "1774610661",
"uncertainty": 120
},
"stopId": "smbarm3",
"stopSequence": 4
},
{
"arrival": {
"time": "1774610718",
"uncertainty": 120
},
"departure": {
"time": "1774610718",
"uncertainty": 120
},
"stopId": "leopite",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610841",
"uncertainty": 120
},
"departure": {
"time": "1774611036",
"uncertainty": 120
},
"stopId": "outresu",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611091",
"uncertainty": 120
},
"departure": {
"time": "1774611096",
"uncertainty": 120
},
"stopId": "outdes3",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611186",
"uncertainty": 120
},
"departure": {
"time": "1774611186",
"uncertainty": 120
},
"stopId": "outhlm",
"stopSequence": 8
},
{
"arrival": {
"time": "1774611276",
"uncertainty": 120
},
"departure": {
"time": "1774611276",
"uncertainty": 120
},
"stopId": "outbert",
"stopSequence": 9
},
{
"arrival": {
"time": "1774611306",
"uncertainty": 120
},
"departure": {
"time": "1774611306",
"uncertainty": 120
},
"stopId": "outrsal2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774611396",
"uncertainty": 120
},
"departure": {
"time": "1774611396",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611456",
"uncertainty": 120
},
"departure": {
"time": "1774611486",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611564",
"uncertainty": 120
},
"departure": {
"time": "1774611576",
"uncertainty": 120
},
"stopId": "outlep1",
"stopSequence": 13
},
{
"arrival": {
"time": "1774611601",
"uncertainty": 120
},
"departure": {
"time": "1774611606",
"uncertainty": 120
},
"stopId": "outfleu2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774611653",
"uncertainty": 120
},
"departure": {
"time": "1774611666",
"uncertainty": 120
},
"stopId": "outcite2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611702",
"uncertainty": 120
},
"departure": {
"time": "1774611702",
"uncertainty": 120
},
"stopId": "lpoloti",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611793",
"uncertainty": 120
},
"departure": {
"time": "1774611793",
"uncertainty": 120
},
"stopId": "lpoegli",
"stopSequence": 17
},
{
"arrival": {
"time": "1774611863",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 18
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725799"
},
"vehicle": {
"id": "195",
"label": "195"
}
}
},
{
"id": "21725800",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774612200",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725800"
}
}
},
{
"id": "21725801",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774612800",
"uncertainty": 120
},
"stopId": "bsmcca1",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725801"
}
}
},
{
"id": "21725802",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774614900",
"uncertainty": 120
},
"stopId": "lpoalpr3",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "H",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725802"
}
}
},
{
"id": "21323874",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774615200",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323874"
}
}
},
{
"id": "21323875",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774614000",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323875"
}
}
},
{
"id": "21323877",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611661",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611748",
"uncertainty": 120
},
"departure": {
"time": "1774611748",
"uncertainty": 120
},
"stopId": "bsmdune",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611810",
"uncertainty": 120
},
"departure": {
"time": "1774611810",
"uncertainty": 120
},
"stopId": "bsmsecu",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611864",
"uncertainty": 120
},
"departure": {
"time": "1774611864",
"uncertainty": 120
},
"stopId": "bsmneu",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611929",
"uncertainty": 120
},
"departure": {
"time": "1774611929",
"uncertainty": 120
},
"stopId": "bsmstad2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611988",
"uncertainty": 120
},
"departure": {
"time": "1774611988",
"uncertainty": 120
},
"stopId": "bsmeurv2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774612056",
"uncertainty": 120
},
"departure": {
"time": "1774612056",
"uncertainty": 120
},
"stopId": "bsmpalb2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612126",
"uncertainty": 120
},
"departure": {
"time": "1774612126",
"uncertainty": 120
},
"stopId": "bsmeco",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612175",
"uncertainty": 120
},
"departure": {
"time": "1774612175",
"uncertainty": 120
},
"stopId": "bsmnico",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612345",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 10
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323877"
},
"vehicle": {
"id": "619",
"label": "619"
}
}
},
{
"id": "21726004",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611928",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611945",
"uncertainty": 120
},
"departure": {
"time": "1774611945",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774612019",
"uncertainty": 120
},
"departure": {
"time": "1774612019",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774612109",
"uncertainty": 120
},
"departure": {
"time": "1774612109",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774612216",
"uncertainty": 120
},
"departure": {
"time": "1774612216",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1774612292",
"uncertainty": 120
},
"departure": {
"time": "1774612292",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774612431",
"uncertainty": 120
},
"departure": {
"time": "1774612431",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612512",
"uncertainty": 120
},
"departure": {
"time": "1774612512",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612690",
"uncertainty": 120
},
"departure": {
"time": "1774612690",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612775",
"uncertainty": 120
},
"departure": {
"time": "1774612775",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612867",
"uncertainty": 120
},
"departure": {
"time": "1774612867",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612959",
"uncertainty": 120
},
"departure": {
"time": "1774612959",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1774613110",
"uncertainty": 120
},
"departure": {
"time": "1774613110",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1774613163",
"uncertainty": 120
},
"departure": {
"time": "1774613163",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1774613231",
"uncertainty": 120
},
"departure": {
"time": "1774613231",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1774613281",
"uncertainty": 120
},
"departure": {
"time": "1774613281",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1774613345",
"uncertainty": 120
},
"departure": {
"time": "1774613345",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1774613406",
"uncertainty": 120
},
"departure": {
"time": "1774613406",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1774613461",
"uncertainty": 120
},
"departure": {
"time": "1774613461",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1774613551",
"uncertainty": 120
},
"departure": {
"time": "1774613551",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1774613738",
"uncertainty": 120
},
"departure": {
"time": "1774613738",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1774613836",
"uncertainty": 120
},
"departure": {
"time": "1774613836",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1774613876",
"uncertainty": 120
},
"departure": {
"time": "1774613876",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1774613914",
"uncertainty": 120
},
"departure": {
"time": "1774613914",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1774613958",
"uncertainty": 120
},
"departure": {
"time": "1774613958",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 25
},
{
"arrival": {
"time": "1774614063",
"uncertainty": 120
},
"departure": {
"time": "1774614063",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1774614130",
"uncertainty": 120
},
"departure": {
"time": "1774614130",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1774614178",
"uncertainty": 120
},
"departure": {
"time": "1774614178",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1774614239",
"uncertainty": 120
},
"departure": {
"time": "1774614239",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1774614320",
"uncertainty": 120
},
"departure": {
"time": "1774614320",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1774614386",
"uncertainty": 120
},
"departure": {
"time": "1774614386",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1774614424",
"uncertainty": 120
},
"departure": {
"time": "1774614424",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1774614457",
"uncertainty": 120
},
"departure": {
"time": "1774614457",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1774614522",
"uncertainty": 120
},
"departure": {
"time": "1774614522",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1774614548",
"uncertainty": 120
},
"departure": {
"time": "1774614548",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1774614618",
"uncertainty": 120
},
"departure": {
"time": "1774614618",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
},
{
"arrival": {
"time": "1774614738",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 37
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726004"
}
}
},
{
"id": "21726005",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774610700",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
},
{
"arrival": {
"time": "1774610751",
"uncertainty": 120
},
"departure": {
"time": "1774610751",
"uncertainty": 120
},
"stopId": "wimdebu2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774610793",
"uncertainty": 120
},
"departure": {
"time": "1774610793",
"uncertainty": 120
},
"stopId": "wimgoun2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774610852",
"uncertainty": 120
},
"departure": {
"time": "1774610852",
"uncertainty": 120
},
"stopId": "wimoffe2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774610911",
"uncertainty": 120
},
"departure": {
"time": "1774610912",
"uncertainty": 120
},
"stopId": "wimmess2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610968",
"uncertainty": 120
},
"departure": {
"time": "1774610972",
"uncertainty": 120
},
"stopId": "wimchat2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611049",
"uncertainty": 120
},
"departure": {
"time": "1774611049",
"uncertainty": 120
},
"stopId": "wimcour2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611117",
"uncertainty": 120
},
"departure": {
"time": "1774611152",
"uncertainty": 120
},
"stopId": "wimnung2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774611236",
"uncertainty": 120
},
"departure": {
"time": "1774611242",
"uncertainty": 120
},
"stopId": "wimair2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774611311",
"uncertainty": 120
},
"departure": {
"time": "1774611311",
"uncertainty": 120
},
"stopId": "wimstad2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774611405",
"uncertainty": 120
},
"departure": {
"time": "1774611405",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 11
},
{
"arrival": {
"time": "1774611540",
"uncertainty": 120
},
"departure": {
"time": "1774611540",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611586",
"uncertainty": 120
},
"departure": {
"time": "1774611586",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774611624",
"uncertainty": 120
},
"departure": {
"time": "1774611624",
"uncertainty": 120
},
"stopId": "wimjean2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774611692",
"uncertainty": 120
},
"departure": {
"time": "1774611692",
"uncertainty": 120
},
"stopId": "wimhonv2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611849",
"uncertainty": 120
},
"departure": {
"time": "1774611849",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611936",
"uncertainty": 120
},
"departure": {
"time": "1774611936",
"uncertainty": 120
},
"stopId": "bsmlegi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774611985",
"uncertainty": 120
},
"departure": {
"time": "1774611985",
"uncertainty": 120
},
"stopId": "bsmbeuv2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774612037",
"uncertainty": 120
},
"departure": {
"time": "1774612037",
"uncertainty": 120
},
"stopId": "bsmdesc2",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612101",
"uncertainty": 120
},
"departure": {
"time": "1774612101",
"uncertainty": 120
},
"stopId": "bsmnaus2",
"stopSequence": 20
},
{
"arrival": {
"time": "1774612141",
"uncertainty": 120
},
"departure": {
"time": "1774612141",
"uncertainty": 120
},
"stopId": "bsmsurc2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774612220",
"uncertainty": 120
},
"departure": {
"time": "1774612220",
"uncertainty": 120
},
"stopId": "bsmcci2",
"stopSequence": 22
},
{
"arrival": {
"time": "1774612346",
"uncertainty": 120
},
"departure": {
"time": "1774612346",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 23
},
{
"arrival": {
"time": "1774612412",
"uncertainty": 120
},
"departure": {
"time": "1774612412",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 24
},
{
"arrival": {
"time": "1774612493",
"uncertainty": 120
},
"departure": {
"time": "1774612493",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 25
},
{
"arrival": {
"time": "1774612656",
"uncertainty": 120
},
"departure": {
"time": "1774612656",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 26
},
{
"arrival": {
"time": "1774612795",
"uncertainty": 120
},
"departure": {
"time": "1774612920",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 27
},
{
"arrival": {
"time": "1774612997",
"uncertainty": 120
},
"departure": {
"time": "1774612997",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774613073",
"uncertainty": 120
},
"departure": {
"time": "1774613073",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 29
},
{
"arrival": {
"time": "1774613205",
"uncertainty": 120
},
"departure": {
"time": "1774613205",
"uncertainty": 120
},
"stopId": "outneuf2",
"stopSequence": 30
},
{
"arrival": {
"time": "1774613273",
"uncertainty": 120
},
"departure": {
"time": "1774613273",
"uncertainty": 120
},
"stopId": "outmai2",
"stopSequence": 31
},
{
"arrival": {
"time": "1774613395",
"uncertainty": 120
},
"departure": {
"time": "1774613395",
"uncertainty": 120
},
"stopId": "outkenn",
"stopSequence": 32
},
{
"arrival": {
"time": "1774613456",
"uncertainty": 120
},
"departure": {
"time": "1774613456",
"uncertainty": 120
},
"stopId": "outcol2",
"stopSequence": 33
},
{
"arrival": {
"time": "1774613537",
"uncertainty": 120
},
"departure": {
"time": "1774613537",
"uncertainty": 120
},
"stopId": "outmont",
"stopSequence": 34
},
{
"arrival": {
"time": "1774613604",
"uncertainty": 120
},
"departure": {
"time": "1774613604",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 35
},
{
"arrival": {
"time": "1774613696",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 36
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726005"
},
"vehicle": {
"id": "531",
"label": "531"
}
}
},
{
"id": "21726006",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774614900",
"uncertainty": 120
},
"stopId": "outbeet3",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726006"
}
}
},
{
"id": "21726007",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613100",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726007"
}
}
},
{
"id": "21726001",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1774609629",
"uncertainty": 120
},
"departure": {
"time": "1774609629",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774609689",
"uncertainty": 120
},
"departure": {
"time": "1774609689",
"uncertainty": 120
},
"stopId": "outmont2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774609779",
"uncertainty": 120
},
"departure": {
"time": "1774609779",
"uncertainty": 120
},
"stopId": "outcol1",
"stopSequence": 5
},
{
"arrival": {
"time": "1774609857",
"uncertainty": 120
},
"departure": {
"time": "1774609899",
"uncertainty": 120
},
"stopId": "outkenn2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774610079",
"uncertainty": 120
},
"departure": {
"time": "1774610079",
"uncertainty": 120
},
"stopId": "outmai",
"stopSequence": 7
},
{
"arrival": {
"time": "1774610109",
"uncertainty": 120
},
"departure": {
"time": "1774610109",
"uncertainty": 120
},
"stopId": "outneuf",
"stopSequence": 8
},
{
"arrival": {
"time": "1774610219",
"uncertainty": 120
},
"departure": {
"time": "1774610289",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 9
},
{
"arrival": {
"time": "1774610379",
"uncertainty": 120
},
"departure": {
"time": "1774610420",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 10
},
{
"arrival": {
"time": "1774610500",
"uncertainty": 120
},
"departure": {
"time": "1774610590",
"uncertainty": 120
},
"stopId": "bsmcca5",
"stopSequence": 11
},
{
"arrival": {
"time": "1774610649",
"uncertainty": 120
},
"departure": {
"time": "1774610679",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 12
},
{
"arrival": {
"time": "1774610769",
"uncertainty": 120
},
"departure": {
"time": "1774610799",
"uncertainty": 120
},
"stopId": "bsmvic",
"stopSequence": 13
},
{
"arrival": {
"time": "1774610830",
"uncertainty": 120
},
"departure": {
"time": "1774610860",
"uncertainty": 120
},
"stopId": "bsmcci",
"stopSequence": 14
},
{
"arrival": {
"time": "1774610921",
"uncertainty": 120
},
"departure": {
"time": "1774610921",
"uncertainty": 120
},
"stopId": "bsmsurc",
"stopSequence": 15
},
{
"arrival": {
"time": "1774610981",
"uncertainty": 120
},
"departure": {
"time": "1774610981",
"uncertainty": 120
},
"stopId": "bsmnaus",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611047",
"uncertainty": 120
},
"departure": {
"time": "1774611047",
"uncertainty": 120
},
"stopId": "bsmdesc",
"stopSequence": 17
},
{
"arrival": {
"time": "1774611102",
"uncertainty": 120
},
"departure": {
"time": "1774611102",
"uncertainty": 120
},
"stopId": "bsmbeuv",
"stopSequence": 18
},
{
"arrival": {
"time": "1774611145",
"uncertainty": 120
},
"departure": {
"time": "1774611223",
"uncertainty": 120
},
"stopId": "nsmlegi",
"stopSequence": 19
},
{
"arrival": {
"time": "1774611283",
"uncertainty": 120
},
"departure": {
"time": "1774611283",
"uncertainty": 120
},
"stopId": "wimcrec",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611379",
"uncertainty": 120
},
"departure": {
"time": "1774611379",
"uncertainty": 120
},
"stopId": "wimhonv",
"stopSequence": 21
},
{
"arrival": {
"time": "1774611433",
"uncertainty": 120
},
"departure": {
"time": "1774611433",
"uncertainty": 120
},
"stopId": "wimjean",
"stopSequence": 22
},
{
"arrival": {
"time": "1774611464",
"uncertainty": 120
},
"departure": {
"time": "1774611464",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 23
},
{
"arrival": {
"time": "1774611503",
"uncertainty": 120
},
"departure": {
"time": "1774611503",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 24
},
{
"arrival": {
"time": "1774611553",
"uncertainty": 120
},
"departure": {
"time": "1774611553",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 25
},
{
"arrival": {
"time": "1774611644",
"uncertainty": 120
},
"departure": {
"time": "1774611644",
"uncertainty": 120
},
"stopId": "wimstad",
"stopSequence": 26
},
{
"arrival": {
"time": "1774611701",
"uncertainty": 120
},
"departure": {
"time": "1774611703",
"uncertainty": 120
},
"stopId": "wimair",
"stopSequence": 27
},
{
"arrival": {
"time": "1774611771",
"uncertainty": 120
},
"departure": {
"time": "1774611771",
"uncertainty": 120
},
"stopId": "wimnung",
"stopSequence": 28
},
{
"arrival": {
"time": "1774611838",
"uncertainty": 120
},
"departure": {
"time": "1774611838",
"uncertainty": 120
},
"stopId": "wimcour",
"stopSequence": 29
},
{
"arrival": {
"time": "1774611928",
"uncertainty": 120
},
"departure": {
"time": "1774611928",
"uncertainty": 120
},
"stopId": "wimchat",
"stopSequence": 30
},
{
"arrival": {
"time": "1774611999",
"uncertainty": 120
},
"departure": {
"time": "1774611999",
"uncertainty": 120
},
"stopId": "wimmess",
"stopSequence": 31
},
{
"arrival": {
"time": "1774612031",
"uncertainty": 120
},
"departure": {
"time": "1774612031",
"uncertainty": 120
},
"stopId": "wimoffe",
"stopSequence": 32
},
{
"arrival": {
"time": "1774612067",
"uncertainty": 120
},
"departure": {
"time": "1774612067",
"uncertainty": 120
},
"stopId": "wimgoun",
"stopSequence": 33
},
{
"arrival": {
"time": "1774612120",
"uncertainty": 120
},
"departure": {
"time": "1774612120",
"uncertainty": 120
},
"stopId": "wimdebu",
"stopSequence": 34
},
{
"arrival": {
"time": "1774612142",
"uncertainty": 120
},
"departure": {
"time": "1774612142",
"uncertainty": 120
},
"stopId": "wimbast",
"stopSequence": 35
},
{
"arrival": {
"time": "1774612196",
"uncertainty": 120
},
"stopId": "wimsaen",
"stopSequence": 36
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726001"
},
"vehicle": {
"id": "534",
"label": "534"
}
}
},
{
"id": "21323863",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774612800",
"uncertainty": 120
},
"stopId": "bsmdal1",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "N",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323863"
}
}
},
{
"id": "21323845",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774612062",
"uncertainty": 120
},
"stopId": "leoleod2",
"stopSequence": 1
},
{
"arrival": {
"time": "1774612147",
"uncertainty": 120
},
"departure": {
"time": "1774612147",
"uncertainty": 120
},
"stopId": "leomou2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774612193",
"uncertainty": 120
},
"departure": {
"time": "1774612193",
"uncertainty": 120
},
"stopId": "leogal2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774612240",
"uncertainty": 120
},
"departure": {
"time": "1774612240",
"uncertainty": 120
},
"stopId": "leomair2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774612329",
"uncertainty": 120
},
"departure": {
"time": "1774612329",
"uncertainty": 120
},
"stopId": "leopon2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774612461",
"uncertainty": 120
},
"departure": {
"time": "1774612461",
"uncertainty": 120
},
"stopId": "leofle2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774612540",
"uncertainty": 120
},
"departure": {
"time": "1774612540",
"uncertainty": 120
},
"stopId": "leobel2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774612575",
"uncertainty": 120
},
"departure": {
"time": "1774612575",
"uncertainty": 120
},
"stopId": "leocite2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612630",
"uncertainty": 120
},
"departure": {
"time": "1774612630",
"uncertainty": 120
},
"stopId": "leobeau2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612751",
"uncertainty": 120
},
"departure": {
"time": "1774612751",
"uncertainty": 120
},
"stopId": "leopet2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612907",
"uncertainty": 120
},
"departure": {
"time": "1774612907",
"uncertainty": 120
},
"stopId": "leopite2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612989",
"uncertainty": 120
},
"departure": {
"time": "1774612989",
"uncertainty": 120
},
"stopId": "smbplat",
"stopSequence": 12
},
{
"arrival": {
"time": "1774613059",
"uncertainty": 120
},
"departure": {
"time": "1774613059",
"uncertainty": 120
},
"stopId": "bsmmade2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774613106",
"uncertainty": 120
},
"departure": {
"time": "1774613106",
"uncertainty": 120
},
"stopId": "bsmros1",
"stopSequence": 14
},
{
"arrival": {
"time": "1774613149",
"uncertainty": 120
},
"departure": {
"time": "1774613149",
"uncertainty": 120
},
"stopId": "bsmhenn3",
"stopSequence": 15
},
{
"arrival": {
"time": "1774613294",
"uncertainty": 120
},
"departure": {
"time": "1774613294",
"uncertainty": 120
},
"stopId": "bsmaug2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774613416",
"uncertainty": 120
},
"departure": {
"time": "1774613416",
"uncertainty": 120
},
"stopId": "bsmlumi",
"stopSequence": 17
},
{
"arrival": {
"time": "1774613525",
"uncertainty": 120
},
"stopId": "bsmcca4r",
"stopSequence": 18
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "G",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323845"
}
}
},
{
"id": "21725972",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774609721",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
},
{
"arrival": {
"time": "1774609781",
"uncertainty": 120
},
"departure": {
"time": "1774609781",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774609825",
"uncertainty": 120
},
"departure": {
"time": "1774609825",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774609930",
"uncertainty": 120
},
"departure": {
"time": "1774609930",
"uncertainty": 120
},
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774609991",
"uncertainty": 120
},
"departure": {
"time": "1774610021",
"uncertainty": 120
},
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610052",
"uncertainty": 120
},
"departure": {
"time": "1774610052",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774610111",
"uncertainty": 120
},
"departure": {
"time": "1774610141",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774610180",
"uncertainty": 120
},
"departure": {
"time": "1774610180",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774610241",
"uncertainty": 120
},
"departure": {
"time": "1774610241",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774610281",
"uncertainty": 120
},
"departure": {
"time": "1774610291",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774610331",
"uncertainty": 120
},
"departure": {
"time": "1774610331",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774610441",
"uncertainty": 120
},
"departure": {
"time": "1774610441",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1774610489",
"uncertainty": 120
},
"departure": {
"time": "1774610501",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774610531",
"uncertainty": 120
},
"departure": {
"time": "1774610531",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774610591",
"uncertainty": 120
},
"departure": {
"time": "1774610591",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1774610652",
"uncertainty": 120
},
"departure": {
"time": "1774610681",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1774610721",
"uncertainty": 120
},
"departure": {
"time": "1774610770",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1774610861",
"uncertainty": 120
},
"departure": {
"time": "1774610861",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1774610976",
"uncertainty": 120
},
"departure": {
"time": "1774611011",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1774611069",
"uncertainty": 120
},
"departure": {
"time": "1774611069",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611221",
"uncertainty": 120
},
"departure": {
"time": "1774611281",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774611364",
"uncertainty": 120
},
"departure": {
"time": "1774611364",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1774611431",
"uncertainty": 120
},
"departure": {
"time": "1774611431",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1774611592",
"uncertainty": 120
},
"departure": {
"time": "1774611641",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1774611723",
"uncertainty": 120
},
"departure": {
"time": "1774611723",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1774611790",
"uncertainty": 120
},
"departure": {
"time": "1774611790",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1774611861",
"uncertainty": 120
},
"departure": {
"time": "1774611861",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1774611981",
"uncertainty": 120
},
"departure": {
"time": "1774611981",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774612089",
"uncertainty": 120
},
"departure": {
"time": "1774612089",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1774612160",
"uncertainty": 120
},
"departure": {
"time": "1774612160",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1774612272",
"uncertainty": 120
},
"departure": {
"time": "1774612272",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1774612355",
"uncertainty": 120
},
"departure": {
"time": "1774612355",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1774612387",
"uncertainty": 120
},
"departure": {
"time": "1774612387",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1774612479",
"uncertainty": 120
},
"departure": {
"time": "1774612479",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1774612512",
"uncertainty": 120
},
"departure": {
"time": "1774612512",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1774612574",
"uncertainty": 120
},
"departure": {
"time": "1774612574",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1774612693",
"uncertainty": 120
},
"departure": {
"time": "1774612906",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1774613049",
"uncertainty": 120
},
"departure": {
"time": "1774613049",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1774613086",
"uncertainty": 120
},
"departure": {
"time": "1774613086",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1774613129",
"uncertainty": 120
},
"departure": {
"time": "1774613129",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1774613206",
"uncertainty": 120
},
"departure": {
"time": "1774613206",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1774613314",
"uncertainty": 120
},
"departure": {
"time": "1774613314",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1774613372",
"uncertainty": 120
},
"departure": {
"time": "1774613372",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1774613411",
"uncertainty": 120
},
"departure": {
"time": "1774613411",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1774613506",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725972"
},
"vehicle": {
"id": "511",
"label": "511"
}
}
},
{
"id": "21323518",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774609923",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
},
{
"arrival": {
"time": "1774609998",
"uncertainty": 120
},
"departure": {
"time": "1774610013",
"uncertainty": 120
},
"stopId": "smbdesv2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774610163",
"uncertainty": 120
},
"departure": {
"time": "1774610194",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774610248",
"uncertainty": 120
},
"departure": {
"time": "1774610248",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 4
},
{
"arrival": {
"time": "1774610293",
"uncertainty": 120
},
"departure": {
"time": "1774610343",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610404",
"uncertainty": 120
},
"departure": {
"time": "1774610407",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 6
},
{
"arrival": {
"time": "1774610528",
"uncertainty": 120
},
"departure": {
"time": "1774610528",
"uncertainty": 120
},
"stopId": "smbegli",
"stopSequence": 7
},
{
"arrival": {
"time": "1774610594",
"uncertainty": 120
},
"departure": {
"time": "1774610594",
"uncertainty": 120
},
"stopId": "smbgast2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774610686",
"uncertainty": 120
},
"departure": {
"time": "1774610703",
"uncertainty": 120
},
"stopId": "smbstom2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774610743",
"uncertainty": 120
},
"departure": {
"time": "1774610743",
"uncertainty": 120
},
"stopId": "smbmair3",
"stopSequence": 10
},
{
"arrival": {
"time": "1774610793",
"uncertainty": 120
},
"departure": {
"time": "1774610793",
"uncertainty": 120
},
"stopId": "smbcol2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774610864",
"uncertainty": 120
},
"departure": {
"time": "1774610883",
"uncertainty": 120
},
"stopId": "smbdena",
"stopSequence": 12
},
{
"arrival": {
"time": "1774611002",
"uncertainty": 120
},
"departure": {
"time": "1774611003",
"uncertainty": 120
},
"stopId": "smbbre1",
"stopSequence": 13
},
{
"arrival": {
"time": "1774611072",
"uncertainty": 120
},
"departure": {
"time": "1774611093",
"uncertainty": 120
},
"stopId": "smbmar1",
"stopSequence": 14
},
{
"arrival": {
"time": "1774611161",
"uncertainty": 120
},
"departure": {
"time": "1774611161",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 15
},
{
"arrival": {
"time": "1774611194",
"uncertainty": 120
},
"departure": {
"time": "1774611194",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774611269",
"uncertainty": 120
},
"departure": {
"time": "1774611269",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774611363",
"uncertainty": 120
},
"departure": {
"time": "1774611393",
"uncertainty": 120
},
"stopId": "bsmmoka2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774611474",
"uncertainty": 120
},
"departure": {
"time": "1774611483",
"uncertainty": 120
},
"stopId": "bsmdres3",
"stopSequence": 19
},
{
"arrival": {
"time": "1774611554",
"uncertainty": 120
},
"departure": {
"time": "1774611573",
"uncertainty": 120
},
"stopId": "bsmint2",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611651",
"uncertainty": 120
},
"departure": {
"time": "1774611663",
"uncertainty": 120
},
"stopId": "bsmloui2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774611772",
"uncertainty": 120
},
"departure": {
"time": "1774611772",
"uncertainty": 120
},
"stopId": "bsmier2",
"stopSequence": 22
},
{
"arrival": {
"time": "1774611796",
"uncertainty": 120
},
"departure": {
"time": "1774611796",
"uncertainty": 120
},
"stopId": "bsmmedi2",
"stopSequence": 23
},
{
"arrival": {
"time": "1774611841",
"uncertainty": 120
},
"departure": {
"time": "1774611841",
"uncertainty": 120
},
"stopId": "bsmarge2",
"stopSequence": 24
},
{
"arrival": {
"time": "1774611914",
"uncertainty": 120
},
"departure": {
"time": "1774611914",
"uncertainty": 120
},
"stopId": "bsmamb2",
"stopSequence": 25
},
{
"arrival": {
"time": "1774611961",
"uncertainty": 120
},
"departure": {
"time": "1774611961",
"uncertainty": 120
},
"stopId": "bsmcnor2",
"stopSequence": 26
},
{
"arrival": {
"time": "1774612031",
"uncertainty": 120
},
"departure": {
"time": "1774612031",
"uncertainty": 120
},
"stopId": "bsmpier2",
"stopSequence": 27
},
{
"arrival": {
"time": "1774612157",
"uncertainty": 120
},
"departure": {
"time": "1774612157",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774612225",
"uncertainty": 120
},
"departure": {
"time": "1774612225",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 29
},
{
"arrival": {
"time": "1774612304",
"uncertainty": 120
},
"departure": {
"time": "1774612304",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 30
},
{
"arrival": {
"time": "1774612428",
"uncertainty": 120
},
"stopId": "bsmcca9r",
"stopSequence": 31
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323518"
},
"vehicle": {
"id": "163",
"label": "163"
}
}
},
{
"id": "21725980",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613400",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725980"
}
}
},
{
"id": "21323519",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774612800",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323519"
}
}
},
{
"id": "21725953",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613100",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725953"
}
}
},
{
"id": "21725955",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774609049",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1774609097",
"uncertainty": 120
},
"departure": {
"time": "1774609097",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1774609138",
"uncertainty": 120
},
"departure": {
"time": "1774609139",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1774609255",
"uncertainty": 120
},
"departure": {
"time": "1774609259",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1774609305",
"uncertainty": 120
},
"departure": {
"time": "1774609305",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1774609457",
"uncertainty": 120
},
"departure": {
"time": "1774609529",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774609589",
"uncertainty": 120
},
"departure": {
"time": "1774609589",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774609644",
"uncertainty": 120
},
"departure": {
"time": "1774609644",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1774609803",
"uncertainty": 120
},
"departure": {
"time": "1774609803",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1774609919",
"uncertainty": 120
},
"departure": {
"time": "1774609919",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1774610005",
"uncertainty": 120
},
"departure": {
"time": "1774610005",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1774610039",
"uncertainty": 120
},
"departure": {
"time": "1774610099",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1774610193",
"uncertainty": 120
},
"departure": {
"time": "1774610193",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774610278",
"uncertainty": 120
},
"departure": {
"time": "1774610280",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1774610339",
"uncertainty": 120
},
"departure": {
"time": "1774610370",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774610446",
"uncertainty": 120
},
"departure": {
"time": "1774610460",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774610507",
"uncertainty": 120
},
"departure": {
"time": "1774610507",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774610617",
"uncertainty": 120
},
"departure": {
"time": "1774610617",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1774610740",
"uncertainty": 120
},
"departure": {
"time": "1774610760",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1774610849",
"uncertainty": 120
},
"departure": {
"time": "1774610880",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1774610970",
"uncertainty": 120
},
"departure": {
"time": "1774611030",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1774611120",
"uncertainty": 120
},
"departure": {
"time": "1774611120",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1774611205",
"uncertainty": 120
},
"departure": {
"time": "1774611210",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1774611300",
"uncertainty": 120
},
"departure": {
"time": "1774611360",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1774611420",
"uncertainty": 120
},
"departure": {
"time": "1774611420",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1774611524",
"uncertainty": 120
},
"departure": {
"time": "1774611540",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1774611594",
"uncertainty": 120
},
"departure": {
"time": "1774611630",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1774611690",
"uncertainty": 120
},
"departure": {
"time": "1774611690",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774611731",
"uncertainty": 120
},
"departure": {
"time": "1774611731",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1774611776",
"uncertainty": 120
},
"departure": {
"time": "1774611776",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1774611848",
"uncertainty": 120
},
"departure": {
"time": "1774611848",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1774611956",
"uncertainty": 120
},
"departure": {
"time": "1774611956",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1774612203",
"uncertainty": 120
},
"departure": {
"time": "1774612203",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1774612257",
"uncertainty": 120
},
"departure": {
"time": "1774612257",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1774612294",
"uncertainty": 120
},
"departure": {
"time": "1774612294",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1774612316",
"uncertainty": 120
},
"departure": {
"time": "1774612316",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1774612385",
"uncertainty": 120
},
"departure": {
"time": "1774612385",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1774612501",
"uncertainty": 120
},
"departure": {
"time": "1774612501",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1774612556",
"uncertainty": 120
},
"departure": {
"time": "1774612556",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1774612627",
"uncertainty": 120
},
"departure": {
"time": "1774612627",
"uncertainty": 120
},
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1774612730",
"uncertainty": 120
},
"departure": {
"time": "1774612730",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1774612772",
"uncertainty": 120
},
"departure": {
"time": "1774612772",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1774612823",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 43
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725955"
},
"vehicle": {
"id": "515",
"label": "515"
}
}
},
{
"id": "21323502",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613700",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323502"
}
}
},
{
"id": "21323500",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774609484",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
},
{
"arrival": {
"time": "1774609634",
"uncertainty": 120
},
"departure": {
"time": "1774609634",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 2
},
{
"arrival": {
"time": "1774609774",
"uncertainty": 120
},
"departure": {
"time": "1774609844",
"uncertainty": 120
},
"stopId": "bsmthie",
"stopSequence": 3
},
{
"arrival": {
"time": "1774609905",
"uncertainty": 120
},
"departure": {
"time": "1774609934",
"uncertainty": 120
},
"stopId": "bsmpier",
"stopSequence": 4
},
{
"arrival": {
"time": "1774609994",
"uncertainty": 120
},
"departure": {
"time": "1774609994",
"uncertainty": 120
},
"stopId": "bsmcnor",
"stopSequence": 5
},
{
"arrival": {
"time": "1774610025",
"uncertainty": 120
},
"departure": {
"time": "1774610054",
"uncertainty": 120
},
"stopId": "bsmamb",
"stopSequence": 6
},
{
"arrival": {
"time": "1774610133",
"uncertainty": 120
},
"departure": {
"time": "1774610174",
"uncertainty": 120
},
"stopId": "bsmarge",
"stopSequence": 7
},
{
"arrival": {
"time": "1774610204",
"uncertainty": 120
},
"departure": {
"time": "1774610234",
"uncertainty": 120
},
"stopId": "bsmmedi",
"stopSequence": 8
},
{
"arrival": {
"time": "1774610252",
"uncertainty": 120
},
"departure": {
"time": "1774610252",
"uncertainty": 120
},
"stopId": "bsmier",
"stopSequence": 9
},
{
"arrival": {
"time": "1774610294",
"uncertainty": 120
},
"departure": {
"time": "1774610294",
"uncertainty": 120
},
"stopId": "bsmloui",
"stopSequence": 10
},
{
"arrival": {
"time": "1774610384",
"uncertainty": 120
},
"departure": {
"time": "1774610384",
"uncertainty": 120
},
"stopId": "bsmint",
"stopSequence": 11
},
{
"arrival": {
"time": "1774610467",
"uncertainty": 120
},
"departure": {
"time": "1774610474",
"uncertainty": 120
},
"stopId": "bsmdres",
"stopSequence": 12
},
{
"arrival": {
"time": "1774610534",
"uncertainty": 120
},
"departure": {
"time": "1774610594",
"uncertainty": 120
},
"stopId": "bsmmoka",
"stopSequence": 13
},
{
"arrival": {
"time": "1774610654",
"uncertainty": 120
},
"departure": {
"time": "1774610654",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 14
},
{
"arrival": {
"time": "1774610684",
"uncertainty": 120
},
"departure": {
"time": "1774610684",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774610760",
"uncertainty": 120
},
"departure": {
"time": "1774610760",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774610865",
"uncertainty": 120
},
"departure": {
"time": "1774610865",
"uncertainty": 120
},
"stopId": "stmmar2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774610925",
"uncertainty": 120
},
"departure": {
"time": "1774610956",
"uncertainty": 120
},
"stopId": "smbbre2",
"stopSequence": 18
},
{
"arrival": {
"time": "1774611014",
"uncertainty": 120
},
"departure": {
"time": "1774611014",
"uncertainty": 120
},
"stopId": "smbdena2",
"stopSequence": 19
},
{
"arrival": {
"time": "1774611065",
"uncertainty": 120
},
"departure": {
"time": "1774611194",
"uncertainty": 120
},
"stopId": "smbcol1",
"stopSequence": 20
},
{
"arrival": {
"time": "1774611314",
"uncertainty": 120
},
"departure": {
"time": "1774611314",
"uncertainty": 120
},
"stopId": "smbmair4",
"stopSequence": 21
},
{
"arrival": {
"time": "1774611314",
"uncertainty": 120
},
"departure": {
"time": "1774611344",
"uncertainty": 120
},
"stopId": "smbstom",
"stopSequence": 22
},
{
"arrival": {
"time": "1774611398",
"uncertainty": 120
},
"departure": {
"time": "1774611464",
"uncertainty": 120
},
"stopId": "smbgast",
"stopSequence": 23
},
{
"arrival": {
"time": "1774611524",
"uncertainty": 120
},
"departure": {
"time": "1774611614",
"uncertainty": 120
},
"stopId": "smbgir2",
"stopSequence": 24
},
{
"arrival": {
"time": "1774611660",
"uncertainty": 120
},
"departure": {
"time": "1774611660",
"uncertainty": 120
},
"stopId": "smbecol",
"stopSequence": 25
},
{
"arrival": {
"time": "1774611698",
"uncertainty": 120
},
"departure": {
"time": "1774611698",
"uncertainty": 120
},
"stopId": "bsmhopi3",
"stopSequence": 26
},
{
"arrival": {
"time": "1774611772",
"uncertainty": 120
},
"departure": {
"time": "1774611772",
"uncertainty": 120
},
"stopId": "bsmhre",
"stopSequence": 27
},
{
"arrival": {
"time": "1774611934",
"uncertainty": 120
},
"departure": {
"time": "1774611934",
"uncertainty": 120
},
"stopId": "smbgir1",
"stopSequence": 28
},
{
"arrival": {
"time": "1774612005",
"uncertainty": 120
},
"departure": {
"time": "1774612005",
"uncertainty": 120
},
"stopId": "smbdesv",
"stopSequence": 29
},
{
"arrival": {
"time": "1774612054",
"uncertainty": 120
},
"stopId": "smbpoly",
"stopSequence": 30
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323500"
},
"vehicle": {
"id": "170",
"label": "170"
}
}
},
{
"id": "21725961",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611334",
"uncertainty": 120
},
"stopId": "equfala",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611394",
"uncertainty": 120
},
"departure": {
"time": "1774611394",
"uncertainty": 120
},
"stopId": "equbecq",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611431",
"uncertainty": 120
},
"departure": {
"time": "1774611431",
"uncertainty": 120
},
"stopId": "equesto",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611526",
"uncertainty": 120
},
"departure": {
"time": "1774611544",
"uncertainty": 120
},
"stopId": "equpomp",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611574",
"uncertainty": 120
},
"departure": {
"time": "1774611574",
"uncertainty": 120
},
"stopId": "equsta",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611768",
"uncertainty": 120
},
"departure": {
"time": "1774611768",
"uncertainty": 120
},
"stopId": "equpale2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611831",
"uncertainty": 120
},
"departure": {
"time": "1774611831",
"uncertainty": 120
},
"stopId": "equace2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611881",
"uncertainty": 120
},
"departure": {
"time": "1774611881",
"uncertainty": 120
},
"stopId": "equrobi",
"stopSequence": 8
},
{
"arrival": {
"time": "1774612071",
"uncertainty": 120
},
"departure": {
"time": "1774612071",
"uncertainty": 120
},
"stopId": "outserv",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612225",
"uncertainty": 120
},
"departure": {
"time": "1774612225",
"uncertainty": 120
},
"stopId": "outdore",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612311",
"uncertainty": 120
},
"departure": {
"time": "1774612311",
"uncertainty": 120
},
"stopId": "outbeet",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612363",
"uncertainty": 120
},
"departure": {
"time": "1774612363",
"uncertainty": 120
},
"stopId": "outmou1",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612472",
"uncertainty": 120
},
"departure": {
"time": "1774612472",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612595",
"uncertainty": 120
},
"departure": {
"time": "1774612595",
"uncertainty": 120
},
"stopId": "outdeni3",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612670",
"uncertainty": 120
},
"departure": {
"time": "1774612670",
"uncertainty": 120
},
"stopId": "outlibe2",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612750",
"uncertainty": 120
},
"departure": {
"time": "1774612750",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612787",
"uncertainty": 120
},
"departure": {
"time": "1774612787",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 17
},
{
"arrival": {
"time": "1774612912",
"uncertainty": 120
},
"departure": {
"time": "1774612912",
"uncertainty": 120
},
"stopId": "bsmieu",
"stopSequence": 18
},
{
"arrival": {
"time": "1774613034",
"uncertainty": 120
},
"departure": {
"time": "1774613034",
"uncertainty": 120
},
"stopId": "bsmsncf",
"stopSequence": 19
},
{
"arrival": {
"time": "1774613122",
"uncertainty": 120
},
"departure": {
"time": "1774613122",
"uncertainty": 120
},
"stopId": "bsmdaun",
"stopSequence": 20
},
{
"arrival": {
"time": "1774613216",
"uncertainty": 120
},
"departure": {
"time": "1774613220",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 21
},
{
"arrival": {
"time": "1774613304",
"uncertainty": 120
},
"departure": {
"time": "1774613304",
"uncertainty": 120
},
"stopId": "bsmpft1",
"stopSequence": 22
},
{
"arrival": {
"time": "1774613442",
"uncertainty": 120
},
"departure": {
"time": "1774613442",
"uncertainty": 120
},
"stopId": "bsmcoqu",
"stopSequence": 23
},
{
"arrival": {
"time": "1774613580",
"uncertainty": 120
},
"departure": {
"time": "1774613580",
"uncertainty": 120
},
"stopId": "bsmnava2",
"stopSequence": 24
},
{
"arrival": {
"time": "1774613663",
"uncertainty": 120
},
"departure": {
"time": "1774613663",
"uncertainty": 120
},
"stopId": "bsmstm2",
"stopSequence": 25
},
{
"arrival": {
"time": "1774613776",
"uncertainty": 120
},
"departure": {
"time": "1774613776",
"uncertainty": 120
},
"stopId": "bsmduf2",
"stopSequence": 26
},
{
"arrival": {
"time": "1774613836",
"uncertainty": 120
},
"departure": {
"time": "1774613836",
"uncertainty": 120
},
"stopId": "bsmlema",
"stopSequence": 27
},
{
"arrival": {
"time": "1774613894",
"uncertainty": 120
},
"departure": {
"time": "1774613894",
"uncertainty": 120
},
"stopId": "smbcal2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774613984",
"uncertainty": 120
},
"departure": {
"time": "1774613984",
"uncertainty": 120
},
"stopId": "smbjard2",
"stopSequence": 29
},
{
"arrival": {
"time": "1774614060",
"uncertainty": 120
},
"departure": {
"time": "1774614060",
"uncertainty": 120
},
"stopId": "smbjos2",
"stopSequence": 30
},
{
"arrival": {
"time": "1774614132",
"uncertainty": 120
},
"departure": {
"time": "1774614132",
"uncertainty": 120
},
"stopId": "smbmogr",
"stopSequence": 31
},
{
"arrival": {
"time": "1774614240",
"uncertainty": 120
},
"departure": {
"time": "1774614240",
"uncertainty": 120
},
"stopId": "wimbons",
"stopSequence": 32
},
{
"arrival": {
"time": "1774614487",
"uncertainty": 120
},
"departure": {
"time": "1774614487",
"uncertainty": 120
},
"stopId": "wimmont",
"stopSequence": 33
},
{
"arrival": {
"time": "1774614541",
"uncertainty": 120
},
"departure": {
"time": "1774614541",
"uncertainty": 120
},
"stopId": "wimserge",
"stopSequence": 34
},
{
"arrival": {
"time": "1774614578",
"uncertainty": 120
},
"departure": {
"time": "1774614578",
"uncertainty": 120
},
"stopId": "wimfont",
"stopSequence": 35
},
{
"arrival": {
"time": "1774614600",
"uncertainty": 120
},
"departure": {
"time": "1774614600",
"uncertainty": 120
},
"stopId": "wimegli",
"stopSequence": 36
},
{
"arrival": {
"time": "1774614669",
"uncertainty": 120
},
"departure": {
"time": "1774614669",
"uncertainty": 120
},
"stopId": "wimetoi",
"stopSequence": 37
},
{
"arrival": {
"time": "1774614785",
"uncertainty": 120
},
"departure": {
"time": "1774614785",
"uncertainty": 120
},
"stopId": "wimplai",
"stopSequence": 38
},
{
"arrival": {
"time": "1774614840",
"uncertainty": 120
},
"departure": {
"time": "1774614840",
"uncertainty": 120
},
"stopId": "wimcol1",
"stopSequence": 39
},
{
"arrival": {
"time": "1774614912",
"uncertainty": 120
},
"departure": {
"time": "1774614912",
"uncertainty": 120
},
"stopId": "wimsncf",
"stopSequence": 40
},
{
"arrival": {
"time": "1774615015",
"uncertainty": 120
},
"departure": {
"time": "1774615015",
"uncertainty": 120
},
"stopId": "wimmaur",
"stopSequence": 41
},
{
"arrival": {
"time": "1774615080",
"uncertainty": 120
},
"departure": {
"time": "1774615080",
"uncertainty": 120
},
"stopId": "wimlecl",
"stopSequence": 42
},
{
"arrival": {
"time": "1774615140",
"uncertainty": 120
},
"stopId": "wimmair4",
"stopSequence": 43
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725961"
},
"vehicle": {
"id": "1198",
"label": "1198"
}
}
},
{
"id": "21726027",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611373",
"uncertainty": 120
},
"stopId": "wimmair3",
"stopSequence": 1
},
{
"arrival": {
"time": "1774611433",
"uncertainty": 120
},
"departure": {
"time": "1774611433",
"uncertainty": 120
},
"stopId": "wimnapo2",
"stopSequence": 2
},
{
"arrival": {
"time": "1774611477",
"uncertainty": 120
},
"departure": {
"time": "1774611493",
"uncertainty": 120
},
"stopId": "wimmaur2",
"stopSequence": 3
},
{
"arrival": {
"time": "1774611635",
"uncertainty": 120
},
"departure": {
"time": "1774611643",
"uncertainty": 120
},
"stopId": "wimsncf2",
"stopSequence": 4
},
{
"arrival": {
"time": "1774611732",
"uncertainty": 120
},
"departure": {
"time": "1774611732",
"uncertainty": 120
},
"stopId": "wimcol2",
"stopSequence": 5
},
{
"arrival": {
"time": "1774611775",
"uncertainty": 120
},
"departure": {
"time": "1774611775",
"uncertainty": 120
},
"stopId": "wimplai2",
"stopSequence": 6
},
{
"arrival": {
"time": "1774611869",
"uncertainty": 120
},
"departure": {
"time": "1774611869",
"uncertainty": 120
},
"stopId": "wimetoi2",
"stopSequence": 7
},
{
"arrival": {
"time": "1774611917",
"uncertainty": 120
},
"departure": {
"time": "1774611917",
"uncertainty": 120
},
"stopId": "wimegli2",
"stopSequence": 8
},
{
"arrival": {
"time": "1774611968",
"uncertainty": 120
},
"departure": {
"time": "1774611968",
"uncertainty": 120
},
"stopId": "wimfont2",
"stopSequence": 9
},
{
"arrival": {
"time": "1774612011",
"uncertainty": 120
},
"departure": {
"time": "1774612011",
"uncertainty": 120
},
"stopId": "wimserg2",
"stopSequence": 10
},
{
"arrival": {
"time": "1774612054",
"uncertainty": 120
},
"departure": {
"time": "1774612054",
"uncertainty": 120
},
"stopId": "wimmont2",
"stopSequence": 11
},
{
"arrival": {
"time": "1774612194",
"uncertainty": 120
},
"departure": {
"time": "1774612194",
"uncertainty": 120
},
"stopId": "wimparc2",
"stopSequence": 12
},
{
"arrival": {
"time": "1774612248",
"uncertainty": 120
},
"departure": {
"time": "1774612248",
"uncertainty": 120
},
"stopId": "wimbons2",
"stopSequence": 13
},
{
"arrival": {
"time": "1774612325",
"uncertainty": 120
},
"departure": {
"time": "1774612325",
"uncertainty": 120
},
"stopId": "smbmogr2",
"stopSequence": 14
},
{
"arrival": {
"time": "1774612427",
"uncertainty": 120
},
"departure": {
"time": "1774612427",
"uncertainty": 120
},
"stopId": "smbjos1",
"stopSequence": 15
},
{
"arrival": {
"time": "1774612477",
"uncertainty": 120
},
"departure": {
"time": "1774612477",
"uncertainty": 120
},
"stopId": "smbjard",
"stopSequence": 16
},
{
"arrival": {
"time": "1774612538",
"uncertainty": 120
},
"departure": {
"time": "1774612538",
"uncertainty": 120
},
"stopId": "smbcal1",
"stopSequence": 17
},
{
"arrival": {
"time": "1774612649",
"uncertainty": 120
},
"departure": {
"time": "1774612649",
"uncertainty": 120
},
"stopId": "bsmduf1",
"stopSequence": 18
},
{
"arrival": {
"time": "1774612781",
"uncertainty": 120
},
"departure": {
"time": "1774612781",
"uncertainty": 120
},
"stopId": "bsmstm1",
"stopSequence": 19
},
{
"arrival": {
"time": "1774612850",
"uncertainty": 120
},
"departure": {
"time": "1774612850",
"uncertainty": 120
},
"stopId": "bsmnav1",
"stopSequence": 20
},
{
"arrival": {
"time": "1774613012",
"uncertainty": 120
},
"departure": {
"time": "1774613012",
"uncertainty": 120
},
"stopId": "bsmsgen2",
"stopSequence": 21
},
{
"arrival": {
"time": "1774613087",
"uncertainty": 120
},
"departure": {
"time": "1774613087",
"uncertainty": 120
},
"stopId": "bsmepe",
"stopSequence": 22
},
{
"arrival": {
"time": "1774613167",
"uncertainty": 120
},
"departure": {
"time": "1774613167",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 23
},
{
"arrival": {
"time": "1774613313",
"uncertainty": 120
},
"departure": {
"time": "1774613313",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 24
},
{
"arrival": {
"time": "1774613420",
"uncertainty": 120
},
"departure": {
"time": "1774613420",
"uncertainty": 120
},
"stopId": "bsmc17a",
"stopSequence": 25
},
{
"arrival": {
"time": "1774613497",
"uncertainty": 120
},
"departure": {
"time": "1774613497",
"uncertainty": 120
},
"stopId": "bsmdaun2",
"stopSequence": 26
},
{
"arrival": {
"time": "1774613600",
"uncertainty": 120
},
"departure": {
"time": "1774613600",
"uncertainty": 120
},
"stopId": "bsmsncf2",
"stopSequence": 27
},
{
"arrival": {
"time": "1774613720",
"uncertainty": 120
},
"departure": {
"time": "1774613720",
"uncertainty": 120
},
"stopId": "bsmieu2",
"stopSequence": 28
},
{
"arrival": {
"time": "1774613828",
"uncertainty": 120
},
"departure": {
"time": "1774613828",
"uncertainty": 120
},
"stopId": "bsmmba",
"stopSequence": 29
},
{
"arrival": {
"time": "1774613911",
"uncertainty": 120
},
"departure": {
"time": "1774613911",
"uncertainty": 120
},
"stopId": "lepcime",
"stopSequence": 30
},
{
"arrival": {
"time": "1774614023",
"uncertainty": 120
},
"departure": {
"time": "1774614023",
"uncertainty": 120
},
"stopId": "outlibe",
"stopSequence": 31
},
{
"arrival": {
"time": "1774614106",
"uncertainty": 120
},
"departure": {
"time": "1774614106",
"uncertainty": 120
},
"stopId": "outdeni4",
"stopSequence": 32
},
{
"arrival": {
"time": "1774614138",
"uncertainty": 120
},
"departure": {
"time": "1774614138",
"uncertainty": 120
},
"stopId": "lposan",
"stopSequence": 33
},
{
"arrival": {
"time": "1774614230",
"uncertainty": 120
},
"departure": {
"time": "1774614230",
"uncertainty": 120
},
"stopId": "outmou2",
"stopSequence": 34
},
{
"arrival": {
"time": "1774614263",
"uncertainty": 120
},
"departure": {
"time": "1774614263",
"uncertainty": 120
},
"stopId": "outbeet2",
"stopSequence": 35
},
{
"arrival": {
"time": "1774614327",
"uncertainty": 120
},
"departure": {
"time": "1774614327",
"uncertainty": 120
},
"stopId": "outdore2",
"stopSequence": 36
},
{
"arrival": {
"time": "1774614446",
"uncertainty": 120
},
"departure": {
"time": "1774614446",
"uncertainty": 120
},
"stopId": "outserv2",
"stopSequence": 37
},
{
"arrival": {
"time": "1774614589",
"uncertainty": 120
},
"departure": {
"time": "1774614589",
"uncertainty": 120
},
"stopId": "equrobi2",
"stopSequence": 38
},
{
"arrival": {
"time": "1774614626",
"uncertainty": 120
},
"departure": {
"time": "1774614626",
"uncertainty": 120
},
"stopId": "equace",
"stopSequence": 39
},
{
"arrival": {
"time": "1774614669",
"uncertainty": 120
},
"departure": {
"time": "1774614669",
"uncertainty": 120
},
"stopId": "equpale",
"stopSequence": 40
},
{
"arrival": {
"time": "1774614746",
"uncertainty": 120
},
"departure": {
"time": "1774614746",
"uncertainty": 120
},
"stopId": "equsta2",
"stopSequence": 41
},
{
"arrival": {
"time": "1774614854",
"uncertainty": 120
},
"departure": {
"time": "1774614854",
"uncertainty": 120
},
"stopId": "equpomp2",
"stopSequence": 42
},
{
"arrival": {
"time": "1774614912",
"uncertainty": 120
},
"departure": {
"time": "1774614912",
"uncertainty": 120
},
"stopId": "equdune",
"stopSequence": 43
},
{
"arrival": {
"time": "1774614951",
"uncertainty": 120
},
"departure": {
"time": "1774614951",
"uncertainty": 120
},
"stopId": "equbecq2",
"stopSequence": 44
},
{
"arrival": {
"time": "1774615046",
"uncertainty": 120
},
"stopId": "equplag2",
"stopSequence": 45
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726027"
},
"vehicle": {
"id": "331",
"label": "331"
}
}
},
{
"id": "21323700",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613700",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "K2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323700"
}
}
},
{
"id": "21323690",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774613400",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 0,
"routeId": "M2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323690"
}
}
},
{
"id": "21323695",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774611900",
"uncertainty": 120
},
"stopId": "bsmcca11",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "K1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323695"
}
}
},
{
"id": "21323686",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1774614900",
"uncertainty": 120
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1774611704",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323686"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1774611704"
}
}