Détails de la ressource
Prochains passages aux arrêts du réseau bus-tram Irigo
Cette ressource fait partie du jeu de données Réseau urbain Irigo.
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
❌2 845 erreurs, 1 016 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 25/02/2026 à 08h04 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
Not in POSIX time E001 4 erreurs
All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC)
Exemples d'erreurs
- trip_id 3652 stop_sequence 9 departure_time 0 is not POSIX time
- trip_id 3851 stop_sequence 13 departure_time 0 is not POSIX time
- trip_id 4151 stop_sequence 6 departure_time 0 is not POSIX time
- trip_id 4252 stop_sequence 3 departure_time 0 is not POSIX time
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 6543497 stop_sequence [7, 7] is not strictly sorted by increasing stop_sequence
- trip_id 6543452 stop_sequence [0, 0] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 428 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 6257934 stop_sequence 23 arrival_time 08:35:35 (1772004935) is less than previous stop arrival_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 23 arrival_time 08:35:35 (1772004935) is less than previous stop departure_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 23 departure_time 08:35:35 (1772004935) is less than previous stop departure_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 23 departure_time 08:35:35 (1772004935) is less than previous stop arrival_time 08:39:22 (1772005162) - times must increase between two sequential stops
- trip_id 6257934 stop_sequence 40 arrival_time 08:57:00 (1772006220) is less than previous stop arrival_time 08:57:39 (1772006259) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 5 erreurs
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Exemples d'erreurs
- trip_id 3652 stop_sequence 9 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:35 (1772003015) - departure time must be equal to or greater than arrival time
- trip_id 3851 stop_sequence 13 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:25 (1772003005) - departure time must be equal to or greater than arrival time
- trip_id 4151 stop_sequence 6 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:30 (1772003010) - departure time must be equal to or greater than arrival time
- trip_id 6258570 stop_sequence 24 departure_time 08:28:00 (1772004480) is less than the same stop arrival_time 08:28:01 (1772004481) - departure time must be equal to or greater than arrival time
- trip_id 4252 stop_sequence 3 departure_time 01:00:00 (0) is less than the same stop arrival_time 08:03:31 (1772003011) - departure time must be equal to or greater than arrival time
Sequential stop_time_updates have the same stop_sequence E036 2 erreurs
Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence
Exemples d'erreurs
- trip_id 6543497 has repeating stop_sequence 7 - stop_sequence must increase for each stop_time_update
- trip_id 6543452 has repeating stop_sequence 0 - stop_sequence must increase for each stop_time_update
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 2 392 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 6257934 stop_sequence 18 has stop_id CAMELIAS but GTFS stop_sequence 18 has stop_id ARCEAU - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 19 has stop_id ISORET but GTFS stop_sequence 19 has stop_id AFPA - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 20 has stop_id GILLIER but GTFS stop_sequence 20 has stop_id CIMETIER - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 21 has stop_id DAGUENET but GTFS stop_sequence 21 has stop_id MONTAIG - stop_ids should be the same
- GTFS-rt trip_id 6257934 stop_sequence 22 has stop_id JERUSALE but GTFS stop_sequence 22 has stop_id GARDOT - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 12 erreurs
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Exemples d'erreurs
- GTFS-rt trip_id 6257490 contains stop_sequence 51 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6052647 contains stop_sequence 33 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6052658 contains stop_sequence 33 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 3052 contains stop_sequence 29 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 6543452 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
Avertissements
timestamp not populated W001 256 erreurs
Timestamps should be populated for all elements
Exemples d'erreurs
- trip_id 6257493 does not have a timestamp
- trip_id 6257934 does not have a timestamp
- trip_id 6257423 does not have a timestamp
- trip_id 6257490 does not have a timestamp
- trip_id 6258639 does not have a timestamp
vehicle_id not populated W002 256 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 6257493 does not have a vehicle_id
- trip_id 6257934 does not have a vehicle_id
- trip_id 6257423 does not have a vehicle_id
- trip_id 6257490 does not have a vehicle_id
- trip_id 6258639 does not have a vehicle_id
schedule_relationship not populated W009 504 erreurs
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Exemples d'erreurs
- trip_id 6257493 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6257493 does not have a schedule_relationship
- trip_id 6257934 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 6257934 does not have a schedule_relationship
- trip_id 6257423 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
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 |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 6 256 | 29 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 | 37 953 | 29 fois (100 % des validations) |
| W001 | Timestamps should be populated for all elements | 7 204 | 29 fois (100 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 7 204 | 29 fois (100 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 14 284 | 29 fois (100 % des validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 267 | 25 fois (86 % des validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 410 | 25 fois (86 % des validations) |
| E001 | All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) | 242 | 24 fois (83 % des validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 49 | 14 fois (48 % des validations) |
| E036 | Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence | 52 | 14 fois (48 % des validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 28 | 6 fois (21 % des validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 1 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 25/02/2026 à 08h56 Europe/Paris.
trip_updates (232) 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 25/02/2026 à 08h56 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "trip:6257939",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009700"
},
"stopId": "SBAVENAI",
"stopSequence": 0
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257939"
}
}
},
{
"id": "trip:6540927",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006061"
},
"departure": {
"time": "1772006093"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006213"
},
"departure": {
"time": "1772006213"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006313"
},
"departure": {
"time": "1772006313"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006433"
},
"departure": {
"time": "1772006433"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006513"
},
"departure": {
"time": "1772006513"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006633"
},
"departure": {
"time": "1772006633"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006723"
},
"departure": {
"time": "1772006723"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006873"
},
"departure": {
"time": "1772006873"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006973"
},
"departure": {
"time": "1772006973"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007053"
},
"departure": {
"time": "1772007053"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007143"
},
"departure": {
"time": "1772007143"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007223"
},
"departure": {
"time": "1772007223"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007313"
},
"departure": {
"time": "1772007313"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007393"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540927"
}
}
},
{
"id": "trip:6258054",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006575"
},
"departure": {
"time": "1772006575"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006639"
},
"departure": {
"time": "1772006639"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006732"
},
"departure": {
"time": "1772006732"
},
"stopId": "LIZE05",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006775"
},
"departure": {
"time": "1772006775"
},
"stopId": "CAMUS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006820"
},
"departure": {
"time": "1772006820"
},
"stopId": "LECLERC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006887"
},
"departure": {
"time": "1772006887"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006936"
},
"departure": {
"time": "1772006936"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007001"
},
"departure": {
"time": "1772007001"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007076"
},
"departure": {
"time": "1772007076"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007133"
},
"departure": {
"time": "1772007133"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007180"
},
"departure": {
"time": "1772007180"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007382"
},
"departure": {
"time": "1772007382"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007429"
},
"departure": {
"time": "1772007429"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007480"
},
"departure": {
"time": "1772007480"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007509"
},
"departure": {
"time": "1772007509"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007542"
},
"departure": {
"time": "1772007542"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007606"
},
"departure": {
"time": "1772007606"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007641"
},
"departure": {
"time": "1772007641"
},
"stopId": "VAUBAN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007710"
},
"departure": {
"time": "1772007710"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007774"
},
"departure": {
"time": "1772007774"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007856"
},
"departure": {
"time": "1772007856"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007960"
},
"departure": {
"time": "1772007960"
},
"stopId": "GAUBOU5B",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008028"
},
"departure": {
"time": "1772008028"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008083"
},
"departure": {
"time": "1772008083"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008129"
},
"departure": {
"time": "1772008129"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008175"
},
"departure": {
"time": "1772008175"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008207"
},
"departure": {
"time": "1772008207"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008268"
},
"departure": {
"time": "1772008268"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008298"
},
"departure": {
"time": "1772008298"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008430"
},
"departure": {
"time": "1772008430"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008480"
},
"departure": {
"time": "1772008480"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008533"
},
"departure": {
"time": "1772008533"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008567"
},
"departure": {
"time": "1772008567"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008620"
},
"departure": {
"time": "1772008620"
},
"stopId": "NERUDA",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008686"
},
"departure": {
"time": "1772008686"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008771"
},
"departure": {
"time": "1772008771"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008833"
},
"departure": {
"time": "1772008833"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008920"
},
"departure": {
"time": "1772008920"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772008985"
},
"departure": {
"time": "1772008985"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009087"
},
"departure": {
"time": "1772009087"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009158"
},
"departure": {
"time": "1772009158"
},
"stopId": "SAUMUR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009225"
},
"departure": {
"time": "1772009225"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009390"
},
"departure": {
"time": "1772009390"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009442"
},
"departure": {
"time": "1772009442"
},
"stopId": "STLEON5B",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009517"
},
"departure": {
"time": "1772009517"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009611"
},
"departure": {
"time": "1772009611"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1772009700"
},
"departure": {
"time": "1772009700"
},
"stopId": "CAMELIAS",
"stopSequence": 49
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258054"
}
}
},
{
"id": "trip:6257984",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006117"
},
"departure": {
"time": "1772006117"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006237"
},
"departure": {
"time": "1772006237"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006333"
},
"departure": {
"time": "1772006333"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006402"
},
"departure": {
"time": "1772006402"
},
"stopId": "DUMESNIL",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006440"
},
"departure": {
"time": "1772006440"
},
"stopId": "LEQUAI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006280"
},
"departure": {
"time": "1772006280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPROF.",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006382"
},
"departure": {
"time": "1772006382"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006452"
},
"departure": {
"time": "1772006452"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006520"
},
"departure": {
"time": "1772006520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURMA",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006619"
},
"departure": {
"time": "1772006619"
},
"stopId": "CHDARR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006673"
},
"departure": {
"time": "1772006673"
},
"stopId": "ACADEMIE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006739"
},
"departure": {
"time": "1772006739"
},
"stopId": "GBREM-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006832"
},
"departure": {
"time": "1772006832"
},
"stopId": "GARETERM",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006878"
},
"departure": {
"time": "1772006878"
},
"stopId": "LESGARES",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007000"
},
"departure": {
"time": "1772007000"
},
"stopId": "HARAS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007058"
},
"departure": {
"time": "1772007058"
},
"stopId": "STAUBIN",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007108"
},
"departure": {
"time": "1772007300"
},
"stopId": "LOR-FO-A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007353"
},
"departure": {
"time": "1772007353"
},
"stopId": "MAIL-HDV",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007440"
},
"departure": {
"time": "1772007440"
},
"stopId": "SECUSO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007480"
},
"departure": {
"time": "1772007480"
},
"stopId": "STEXUP-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007553"
},
"departure": {
"time": "1772007553"
},
"stopId": "GARDOT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007576"
},
"departure": {
"time": "1772007576"
},
"stopId": "MONTAI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007655"
},
"departure": {
"time": "1772007655"
},
"stopId": "CIMETI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007722"
},
"departure": {
"time": "1772007722"
},
"stopId": "AFPA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007765"
},
"departure": {
"time": "1772007765"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007811"
},
"departure": {
"time": "1772007811"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007958"
},
"departure": {
"time": "1772007958"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008012"
},
"departure": {
"time": "1772008012"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008082"
},
"departure": {
"time": "1772008082"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772008144"
},
"departure": {
"time": "1772008144"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772008204"
},
"departure": {
"time": "1772008204"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772008260"
},
"departure": {
"time": "1772008260"
},
"stopId": "STADE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772008311"
},
"departure": {
"time": "1772008311"
},
"stopId": "PELLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772008351"
},
"departure": {
"time": "1772008351"
},
"stopId": "CEEQUE-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772008392"
},
"departure": {
"time": "1772008392"
},
"stopId": "MORLIE-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772008460"
},
"departure": {
"time": "1772008460"
},
"stopId": "WALCOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772008500"
},
"departure": {
"time": "1772008500"
},
"stopId": "JAUDET-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772008589"
},
"departure": {
"time": "1772008589"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772008616"
},
"departure": {
"time": "1772008616"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772008639"
},
"departure": {
"time": "1772008639"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772008675"
},
"departure": {
"time": "1772008675"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772008740"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257984"
}
}
},
{
"id": "trip:6258564",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006940"
},
"stopId": "SAUBIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007023"
},
"departure": {
"time": "1772007023"
},
"stopId": "PIGNONIE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007086"
},
"departure": {
"time": "1772007086"
},
"stopId": "CLAVERIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007130"
},
"departure": {
"time": "1772007130"
},
"stopId": "JARDFA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007180"
},
"departure": {
"time": "1772007180"
},
"stopId": "BANCHAIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007237"
},
"departure": {
"time": "1772007237"
},
"stopId": "CHATELAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007283"
},
"departure": {
"time": "1772007283"
},
"stopId": "CRBLANCH",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007319"
},
"departure": {
"time": "1772007319"
},
"stopId": "ORMEAUX",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007367"
},
"departure": {
"time": "1772007367"
},
"stopId": "VANDEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007447"
},
"departure": {
"time": "1772007447"
},
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007509"
},
"departure": {
"time": "1772007509"
},
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007595"
},
"departure": {
"time": "1772007595"
},
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007681"
},
"departure": {
"time": "1772007681"
},
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007840"
},
"departure": {
"time": "1772007840"
},
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007948"
},
"departure": {
"time": "1772007948"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008015"
},
"departure": {
"time": "1772008015"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008127"
},
"departure": {
"time": "1772008127"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008208"
},
"departure": {
"time": "1772008208"
},
"stopId": "BOURGONN",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008269"
},
"departure": {
"time": "1772008269"
},
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008320"
},
"departure": {
"time": "1772008320"
},
"stopId": "ANLEROY",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008482"
},
"departure": {
"time": "1772008482"
},
"stopId": "PAULBERT",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008620"
},
"stopId": "LICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008690"
},
"departure": {
"time": "1772008690"
},
"stopId": "CCI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008734"
},
"departure": {
"time": "1772008734"
},
"stopId": "CHDARR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008849"
},
"departure": {
"time": "1772008849"
},
"stopId": "LEQUAI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008889"
},
"departure": {
"time": "1772008889"
},
"stopId": "DUMESN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008904"
},
"departure": {
"time": "1772008904"
},
"stopId": "MONPR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008749"
},
"departure": {
"time": "1772008749"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOURI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICROIX",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008868"
},
"departure": {
"time": "1772008868"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBL-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008956"
},
"departure": {
"time": "1772008956"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURP-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009040"
},
"departure": {
"time": "1772009040"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009100"
},
"departure": {
"time": "1772009100"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008958"
},
"departure": {
"time": "1772008958"
},
"stopId": "DESCAZ-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009020"
},
"departure": {
"time": "1772009020"
},
"stopId": "BICHBI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009021"
},
"departure": {
"time": "1772009021"
},
"stopId": "BICHLA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772009053"
},
"departure": {
"time": "1772009053"
},
"stopId": "CLOUET-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009118"
},
"departure": {
"time": "1772009118"
},
"stopId": "GOURON-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009170"
},
"departure": {
"time": "1772009170"
},
"stopId": "GASNIE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009208"
},
"departure": {
"time": "1772009208"
},
"stopId": "LIZE07-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009282"
},
"departure": {
"time": "1772009282"
},
"stopId": "ECHMA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009326"
},
"departure": {
"time": "1772009326"
},
"stopId": "KENNED-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009414"
},
"departure": {
"time": "1772009414"
},
"stopId": "WPMA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009466"
},
"departure": {
"time": "1772009466"
},
"stopId": "RONDE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009529"
},
"departure": {
"time": "1772009529"
},
"stopId": "BRASSE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009580"
},
"departure": {
"time": "1772009580"
},
"stopId": "BEURRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772009633"
},
"departure": {
"time": "1772009633"
},
"stopId": "DELAUN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772009688"
},
"departure": {
"time": "1772009688"
},
"stopId": "MAUFIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772009739"
},
"departure": {
"time": "1772009739"
},
"stopId": "MAIRAV-E",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258564"
}
}
},
{
"id": "trip:6258528",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009460"
},
"stopId": "BENE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009514"
},
"departure": {
"time": "1772009514"
},
"stopId": "JUIGDEP",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009546"
},
"departure": {
"time": "1772009546"
},
"stopId": "CAMPJUIG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009574"
},
"departure": {
"time": "1772009574"
},
"stopId": "RENOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009602"
},
"departure": {
"time": "1772009602"
},
"stopId": "RECLAIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009635"
},
"departure": {
"time": "1772009635"
},
"stopId": "DOMVATER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009664"
},
"departure": {
"time": "1772009664"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTILL",
"stopSequence": 10
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258528"
}
}
},
{
"id": "trip:6544020",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008920"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008963"
},
"departure": {
"time": "1772008963"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009168"
},
"departure": {
"time": "1772009168"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009200"
},
"departure": {
"time": "1772009200"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009340"
},
"departure": {
"time": "1772009340"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009423"
},
"departure": {
"time": "1772009423"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009520"
},
"departure": {
"time": "1772009520"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009700"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544020"
}
}
},
{
"id": "trip:6544439",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008920"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009100"
},
"departure": {
"time": "1772009100"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009222"
},
"departure": {
"time": "1772009222"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009342"
},
"departure": {
"time": "1772009342"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009415"
},
"departure": {
"time": "1772009415"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009470"
},
"departure": {
"time": "1772009470"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009640"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544439"
}
}
},
{
"id": "trip:6257938",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008380"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008466"
},
"departure": {
"time": "1772008466"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008510"
},
"departure": {
"time": "1772008510"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008547"
},
"departure": {
"time": "1772008547"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008574"
},
"departure": {
"time": "1772008574"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008680"
},
"departure": {
"time": "1772008680"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008725"
},
"departure": {
"time": "1772008725"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008786"
},
"departure": {
"time": "1772008786"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008829"
},
"departure": {
"time": "1772008829"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008876"
},
"departure": {
"time": "1772008876"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008920"
},
"departure": {
"time": "1772008920"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008975"
},
"departure": {
"time": "1772008975"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009029"
},
"departure": {
"time": "1772009029"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009095"
},
"departure": {
"time": "1772009095"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009170"
},
"departure": {
"time": "1772009170"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009229"
},
"departure": {
"time": "1772009229"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009352"
},
"departure": {
"time": "1772009352"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009430"
},
"departure": {
"time": "1772009430"
},
"stopId": "CAMELIAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009512"
},
"departure": {
"time": "1772009512"
},
"stopId": "ISORET",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009580"
},
"departure": {
"time": "1772009580"
},
"stopId": "GILLIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009614"
},
"departure": {
"time": "1772009614"
},
"stopId": "DAGUENET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009662"
},
"departure": {
"time": "1772009662"
},
"stopId": "JERUSALE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009435"
},
"departure": {
"time": "1772009435"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARCEAU",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009494"
},
"departure": {
"time": "1772009494"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AFPA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009565"
},
"departure": {
"time": "1772009565"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETIER",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009743"
},
"departure": {
"time": "1772009743"
},
"stopId": "MONTAIG",
"stopSequence": 26
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257938"
}
}
},
{
"id": "trip:6260056",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006050"
},
"departure": {
"time": "1772006068"
},
"stopId": "POLYTECH",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006112"
},
"departure": {
"time": "1772006158"
},
"stopId": "NDAMELAC",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006168"
},
"departure": {
"time": "1772006168"
},
"stopId": "BOISRAME",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006231"
},
"departure": {
"time": "1772006231"
},
"stopId": "CHBBEILL",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006304"
},
"departure": {
"time": "1772006304"
},
"stopId": "MVIGNE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006410"
},
"departure": {
"time": "1772006410"
},
"stopId": "FARCYSJA",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006651"
},
"departure": {
"time": "1772006651"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006715"
},
"departure": {
"time": "1772006715"
},
"stopId": "MONPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006771"
},
"departure": {
"time": "1772006771"
},
"stopId": "DESCAZ-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006858"
},
"departure": {
"time": "1772006858"
},
"stopId": "BICHBI-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006892"
},
"departure": {
"time": "1772006892"
},
"stopId": "STTHER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006967"
},
"departure": {
"time": "1772006967"
},
"stopId": "BARRA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007022"
},
"departure": {
"time": "1772007022"
},
"stopId": "BLERIO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007101"
},
"departure": {
"time": "1772007101"
},
"stopId": "LECUIT-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007141"
},
"departure": {
"time": "1772007141"
},
"stopId": "FRATE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007221"
},
"departure": {
"time": "1772007221"
},
"stopId": "CHARNA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007288"
},
"departure": {
"time": "1772007288"
},
"stopId": "ESEO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007324"
},
"departure": {
"time": "1772007324"
},
"stopId": "WJMOU",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007410"
},
"departure": {
"time": "1772007410"
},
"stopId": "FMEDEC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007467"
},
"departure": {
"time": "1772007467"
},
"stopId": "HRECUL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007540"
},
"stopId": "HOPITAL",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260056"
}
}
},
{
"id": "trip:6258424",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006580"
},
"stopId": "VERNUSSO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006689"
},
"departure": {
"time": "1772006689"
},
"stopId": "POUILLE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006725"
},
"departure": {
"time": "1772006725"
},
"stopId": "PATUREAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006783"
},
"departure": {
"time": "1772006783"
},
"stopId": "FRANVILL",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006820"
},
"departure": {
"time": "1772006820"
},
"stopId": "GGESSAND",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006861"
},
"departure": {
"time": "1772006861"
},
"stopId": "MACURIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006899"
},
"departure": {
"time": "1772006899"
},
"stopId": "JEROSTAN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006938"
},
"departure": {
"time": "1772006938"
},
"stopId": "RONCIERE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006975"
},
"departure": {
"time": "1772006975"
},
"stopId": "GUILLE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007060"
},
"departure": {
"time": "1772007060"
},
"stopId": "JEBOUTON",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007166"
},
"departure": {
"time": "1772007166"
},
"stopId": "LAVOIR",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007234"
},
"departure": {
"time": "1772007234"
},
"stopId": "RIOTTEAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007274"
},
"departure": {
"time": "1772007274"
},
"stopId": "ALLUMETT",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007327"
},
"departure": {
"time": "1772007327"
},
"stopId": "DAGUERRE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007382"
},
"departure": {
"time": "1772007382"
},
"stopId": "BELVTR-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007449"
},
"departure": {
"time": "1772007449"
},
"stopId": "MARAIS-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007543"
},
"departure": {
"time": "1772007543"
},
"stopId": "GASPALON",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007660"
},
"departure": {
"time": "1772007660"
},
"stopId": "VILSANTE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007697"
},
"departure": {
"time": "1772007697"
},
"stopId": "CORMIER",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007766"
},
"departure": {
"time": "1772007766"
},
"stopId": "STLEONAR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007795"
},
"departure": {
"time": "1772007795"
},
"stopId": "GERICAUL",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007840"
},
"departure": {
"time": "1772007840"
},
"stopId": "MONGAZON",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007874"
},
"departure": {
"time": "1772007874"
},
"stopId": "KOPA",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007931"
},
"departure": {
"time": "1772007931"
},
"stopId": "DESMAZ",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007981"
},
"departure": {
"time": "1772007981"
},
"stopId": "ANFRANCK",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008038"
},
"departure": {
"time": "1772008038"
},
"stopId": "STJOSEP",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008103"
},
"departure": {
"time": "1772008103"
},
"stopId": "PLDULYCE",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008260"
},
"stopId": "HMAI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008305"
},
"departure": {
"time": "1772008305"
},
"stopId": "FO-LOR-R",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008398"
},
"departure": {
"time": "1772008398"
},
"stopId": "STAUBI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008442"
},
"departure": {
"time": "1772008442"
},
"stopId": "HARAS-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "LESGAR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008638"
},
"departure": {
"time": "1772008638"
},
"stopId": "SEMARD-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008672"
},
"departure": {
"time": "1772008672"
},
"stopId": "PONTNO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008738"
},
"departure": {
"time": "1772008738"
},
"stopId": "POIREL-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008774"
},
"departure": {
"time": "1772008774"
},
"stopId": "VAUBAN-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008821"
},
"departure": {
"time": "1772008821"
},
"stopId": "FREMUR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008880"
},
"departure": {
"time": "1772008880"
},
"stopId": "STRASB-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"stopId": "LETAND-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009011"
},
"departure": {
"time": "1772009011"
},
"stopId": "BEDIER-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009044"
},
"departure": {
"time": "1772009044"
},
"stopId": "INTREP-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009075"
},
"departure": {
"time": "1772009075"
},
"stopId": "MTARDA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009114"
},
"departure": {
"time": "1772009114"
},
"stopId": "AUBRY-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009165"
},
"departure": {
"time": "1772009165"
},
"stopId": "COSSE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009228"
},
"departure": {
"time": "1772009228"
},
"stopId": "HUTREA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009249"
},
"departure": {
"time": "1772009249"
},
"stopId": "JOLIVE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009304"
},
"departure": {
"time": "1772009304"
},
"stopId": "BELOEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009340"
},
"departure": {
"time": "1772009340"
},
"stopId": "RTEDAN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772009386"
},
"departure": {
"time": "1772009386"
},
"stopId": "LESROS-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772009459"
},
"departure": {
"time": "1772009459"
},
"stopId": "LOUPIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772009525"
},
"departure": {
"time": "1772009525"
},
"stopId": "MASGEM-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772009571"
},
"departure": {
"time": "1772009571"
},
"stopId": "HOSGEM-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772009635"
},
"departure": {
"time": "1772009635"
},
"stopId": "CLOS9-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772009682"
},
"departure": {
"time": "1772009682"
},
"stopId": "VANRIE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772009736"
},
"departure": {
"time": "1772009736"
},
"stopId": "PORTSG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772009765"
},
"departure": {
"time": "1772009765"
},
"stopId": "LECHEN-E",
"stopSequence": 56
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258424"
}
}
},
{
"id": "trip:6260117",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006113"
},
"departure": {
"time": "1772006113"
},
"stopId": "ARTAUD",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006163"
},
"departure": {
"time": "1772006163"
},
"stopId": "PIVERDIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006227"
},
"departure": {
"time": "1772006227"
},
"stopId": "CHATAIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006266"
},
"departure": {
"time": "1772006266"
},
"stopId": "CLOSVI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006327"
},
"departure": {
"time": "1772006327"
},
"stopId": "P-ANJO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006400"
},
"departure": {
"time": "1772006400"
},
"stopId": "HARENC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006441"
},
"departure": {
"time": "1772006441"
},
"stopId": "P-ANJOU",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006489"
},
"departure": {
"time": "1772006489"
},
"stopId": "VALMAI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006560"
},
"departure": {
"time": "1772006560"
},
"stopId": "PETVIVIE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006636"
},
"departure": {
"time": "1772006636"
},
"stopId": "PRUNIERS",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006670"
},
"departure": {
"time": "1772006670"
},
"stopId": "CROISETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006775"
},
"departure": {
"time": "1772006775"
},
"stopId": "CAMLACMA",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006821"
},
"departure": {
"time": "1772006821"
},
"stopId": "LACDMAIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006867"
},
"departure": {
"time": "1772006867"
},
"stopId": "MAISENVI",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006909"
},
"departure": {
"time": "1772006909"
},
"stopId": "PERUSSAI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"stopId": "MAISLAC",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006973"
},
"departure": {
"time": "1772006973"
},
"stopId": "JEAN-MON",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007122"
},
"departure": {
"time": "1772007122"
},
"stopId": "CNFPT",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007181"
},
"departure": {
"time": "1772007181"
},
"stopId": "BEAUSSIE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007241"
},
"departure": {
"time": "1772007241"
},
"stopId": "CITEUNIV",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007291"
},
"departure": {
"time": "1772007291"
},
"stopId": "POLYTECH",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007352"
},
"departure": {
"time": "1772007352"
},
"stopId": "NDAMELAC",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007418"
},
"departure": {
"time": "1772007418"
},
"stopId": "BOISRAME",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007481"
},
"departure": {
"time": "1772007481"
},
"stopId": "CHBBEILL",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007546"
},
"departure": {
"time": "1772007546"
},
"stopId": "MVIGNE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007634"
},
"departure": {
"time": "1772007634"
},
"stopId": "FARCYSJA",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007843"
},
"departure": {
"time": "1772007843"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007907"
},
"departure": {
"time": "1772007907"
},
"stopId": "MONPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007963"
},
"departure": {
"time": "1772007963"
},
"stopId": "DESCAZ-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008031"
},
"departure": {
"time": "1772008031"
},
"stopId": "BICHBI-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008065"
},
"departure": {
"time": "1772008065"
},
"stopId": "STTHER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772008140"
},
"departure": {
"time": "1772008140"
},
"stopId": "BARRA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772008195"
},
"departure": {
"time": "1772008195"
},
"stopId": "BLERIO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008284"
},
"departure": {
"time": "1772008284"
},
"stopId": "LECUIT-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772008324"
},
"departure": {
"time": "1772008324"
},
"stopId": "FRATE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008393"
},
"departure": {
"time": "1772008393"
},
"stopId": "CHARNA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008457"
},
"departure": {
"time": "1772008457"
},
"stopId": "ESEO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008493"
},
"departure": {
"time": "1772008493"
},
"stopId": "WJMOU",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008579"
},
"departure": {
"time": "1772008579"
},
"stopId": "FMEDEC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008636"
},
"departure": {
"time": "1772008636"
},
"stopId": "HRECUL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008860"
},
"stopId": "HOPITAL",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260117"
}
}
},
{
"id": "trip:6258518",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006061"
},
"departure": {
"time": "1772006116"
},
"stopId": "ISORET-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772006161"
},
"departure": {
"time": "1772006161"
},
"stopId": "VANDE-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772006201"
},
"departure": {
"time": "1772006201"
},
"stopId": "ORMEAU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772006227"
},
"departure": {
"time": "1772006227"
},
"stopId": "CRBLAN-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772006283"
},
"departure": {
"time": "1772006283"
},
"stopId": "CHATEL-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772006334"
},
"departure": {
"time": "1772006334"
},
"stopId": "BANCHA-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772006397"
},
"departure": {
"time": "1772006397"
},
"stopId": "JARDF-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772006437"
},
"departure": {
"time": "1772006437"
},
"stopId": "SAILLE-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772006514"
},
"stopId": "SAUBIN",
"stopSequence": 86
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258518"
}
}
},
{
"id": "trip:6543505",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007930"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008050"
},
"departure": {
"time": "1772008050"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008141"
},
"departure": {
"time": "1772008141"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008294"
},
"departure": {
"time": "1772008294"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008370"
},
"departure": {
"time": "1772008370"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008528"
},
"departure": {
"time": "1772008528"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008607"
},
"departure": {
"time": "1772008607"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008680"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6543505"
}
}
},
{
"id": "trip:6260055",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006079"
},
"departure": {
"time": "1772006095"
},
"stopId": "ESEO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772006140"
},
"departure": {
"time": "1772006140"
},
"stopId": "WJMOU",
"stopSequence": 49
},
{
"arrival": {
"time": "1772006188"
},
"departure": {
"time": "1772006188"
},
"stopId": "FMEDEC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772006245"
},
"departure": {
"time": "1772006245"
},
"stopId": "HRECUL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772006100"
},
"stopId": "HOPITAL",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260055"
}
}
},
{
"id": "trip:3560D",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006376"
},
"departure": {
"time": "1772006376"
},
"stopId": "FARCYSJA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006530"
},
"departure": {
"time": "1772006530"
},
"stopId": "QUAIsubN",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "35",
"tripId": "3560D"
}
}
},
{
"id": "trip:6257563",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006085"
},
"departure": {
"time": "1772006109"
},
"stopId": "LETAND-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006153"
},
"departure": {
"time": "1772006153"
},
"stopId": "BEAUVA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006198"
},
"departure": {
"time": "1772006198"
},
"stopId": "LORETT-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006233"
},
"departure": {
"time": "1772006233"
},
"stopId": "MORELI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006287"
},
"departure": {
"time": "1772006287"
},
"stopId": "DELATR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006363"
},
"departure": {
"time": "1772006363"
},
"stopId": "HAUTPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006482"
},
"departure": {
"time": "1772006482"
},
"stopId": "INTMIL-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006564"
},
"departure": {
"time": "1772006564"
},
"stopId": "SAUMUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006639"
},
"departure": {
"time": "1772006639"
},
"stopId": "DELACR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006642"
},
"departure": {
"time": "1772006642"
},
"stopId": "JUSTIC-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006730"
},
"departure": {
"time": "1772006730"
},
"stopId": "ECLATE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006829"
},
"departure": {
"time": "1772006829"
},
"stopId": "VDLOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006628"
},
"departure": {
"time": "1772006628"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772006670"
},
"departure": {
"time": "1772006670"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772006735"
},
"departure": {
"time": "1772006735"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772006760"
},
"departure": {
"time": "1772006760"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772006869"
},
"departure": {
"time": "1772006869"
},
"stopId": "LEOLAG-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772006906"
},
"departure": {
"time": "1772006906"
},
"stopId": "DAGUER-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772006949"
},
"departure": {
"time": "1772006949"
},
"stopId": "ALLUME-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772006986"
},
"departure": {
"time": "1772006986"
},
"stopId": "RIOTTE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007028"
},
"departure": {
"time": "1772007028"
},
"stopId": "BOURSE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772007056"
},
"departure": {
"time": "1772007056"
},
"stopId": "MORLON-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772007095"
},
"departure": {
"time": "1772007095"
},
"stopId": "PYRAM2-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772007142"
},
"departure": {
"time": "1772007142"
},
"stopId": "BUISSO-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772007168"
},
"departure": {
"time": "1772007168"
},
"stopId": "DAUTEL-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772007239"
},
"departure": {
"time": "1772007239"
},
"stopId": "GENTR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772007359"
},
"stopId": "SLEZIND",
"stopSequence": 60
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257563"
}
}
},
{
"id": "trip:4053D",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006060"
},
"departure": {
"time": "1772006082"
},
"stopId": "ANDAMA-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006130"
},
"departure": {
"time": "1772006143"
},
"stopId": "RESTLA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006198"
},
"departure": {
"time": "1772006198"
},
"stopId": "ANDALA-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006270"
},
"departure": {
"time": "1772006270"
},
"stopId": "JDELAV-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006504"
},
"departure": {
"time": "1772006504"
},
"stopId": "CORNCR-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006557"
},
"departure": {
"time": "1772006557"
},
"stopId": "CORNMA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006630"
},
"departure": {
"time": "1772006630"
},
"stopId": "ROYALE-E",
"stopSequence": 21
}
],
"trip": {
"directionId": 1,
"routeId": "40",
"tripId": "4053D"
}
}
},
{
"id": "trip:6258050",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006055"
},
"departure": {
"time": "1772006086"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772006123"
},
"departure": {
"time": "1772006146"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772006160"
},
"departure": {
"time": "1772006160"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772006194"
},
"departure": {
"time": "1772006194"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772006273"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258050"
}
}
},
{
"id": "trip:6544924",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009580"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009681"
},
"departure": {
"time": "1772009681"
},
"stopId": "1BEAU",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544924"
}
}
},
{
"id": "trip:6258734",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006136"
},
"departure": {
"time": "1772006136"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006245"
},
"departure": {
"time": "1772006245"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006285"
},
"departure": {
"time": "1772006285"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006416"
},
"departure": {
"time": "1772006416"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006496"
},
"departure": {
"time": "1772006496"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006547"
},
"departure": {
"time": "1772006547"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006590"
},
"departure": {
"time": "1772006590"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006645"
},
"departure": {
"time": "1772006645"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006716"
},
"departure": {
"time": "1772006716"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006778"
},
"departure": {
"time": "1772006778"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006906"
},
"departure": {
"time": "1772006906"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006914"
},
"departure": {
"time": "1772006914"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007000"
},
"departure": {
"time": "1772007000"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007116"
},
"departure": {
"time": "1772007116"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007153"
},
"departure": {
"time": "1772007153"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007229"
},
"departure": {
"time": "1772007229"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007301"
},
"departure": {
"time": "1772007301"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007305"
},
"departure": {
"time": "1772007305"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007348"
},
"departure": {
"time": "1772007348"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007483"
},
"departure": {
"time": "1772007483"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007443"
},
"departure": {
"time": "1772007443"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007511"
},
"departure": {
"time": "1772007511"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007648"
},
"departure": {
"time": "1772007648"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007684"
},
"departure": {
"time": "1772007684"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007788"
},
"departure": {
"time": "1772007788"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007913"
},
"departure": {
"time": "1772007913"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007910"
},
"departure": {
"time": "1772007910"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007984"
},
"departure": {
"time": "1772007984"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007790"
},
"departure": {
"time": "1772007790"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007853"
},
"departure": {
"time": "1772007853"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007915"
},
"departure": {
"time": "1772007915"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007958"
},
"departure": {
"time": "1772007958"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007994"
},
"departure": {
"time": "1772007994"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008072"
},
"departure": {
"time": "1772008072"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008152"
},
"departure": {
"time": "1772008152"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008142"
},
"departure": {
"time": "1772008142"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008258"
},
"departure": {
"time": "1772008258"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008232"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258734"
}
}
},
{
"id": "trip:6544437",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008200"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008502"
},
"departure": {
"time": "1772008502"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008622"
},
"departure": {
"time": "1772008622"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008695"
},
"departure": {
"time": "1772008695"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008750"
},
"departure": {
"time": "1772008750"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008920"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544437"
}
}
},
{
"id": "trip:3362D",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006570"
},
"departure": {
"time": "1772006570"
},
"stopId": "DUMESNIL",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006690"
},
"departure": {
"time": "1772006690"
},
"stopId": "QUAIsubW",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "33",
"tripId": "3362D"
}
}
},
{
"id": "trip:6258458",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006232"
},
"departure": {
"time": "1772006232"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006308"
},
"departure": {
"time": "1772006308"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006412"
},
"departure": {
"time": "1772006412"
},
"stopId": "LOHUIT",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006617"
},
"departure": {
"time": "1772006617"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006697"
},
"departure": {
"time": "1772006697"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006767"
},
"departure": {
"time": "1772006767"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006817"
},
"departure": {
"time": "1772006817"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006945"
},
"departure": {
"time": "1772006945"
},
"stopId": "MONGAZ-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007014"
},
"departure": {
"time": "1772007014"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007039"
},
"departure": {
"time": "1772007039"
},
"stopId": "STLEON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007136"
},
"departure": {
"time": "1772007136"
},
"stopId": "CORMI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007185"
},
"departure": {
"time": "1772007185"
},
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007308"
},
"departure": {
"time": "1772007308"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007395"
},
"departure": {
"time": "1772007395"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007447"
},
"departure": {
"time": "1772007447"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007518"
},
"departure": {
"time": "1772007518"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007570"
},
"departure": {
"time": "1772007570"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007615"
},
"departure": {
"time": "1772007615"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007681"
},
"departure": {
"time": "1772007681"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007785"
},
"departure": {
"time": "1772007785"
},
"stopId": "JEBOUT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007827"
},
"departure": {
"time": "1772007827"
},
"stopId": "BAUDRA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007906"
},
"departure": {
"time": "1772007906"
},
"stopId": "ECURIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007976"
},
"departure": {
"time": "1772007976"
},
"stopId": "RTSORGES",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008025"
},
"stopId": "SORGES",
"stopSequence": 50
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258458"
}
}
},
{
"id": "trip:6257935",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006052"
},
"departure": {
"time": "1772006085"
},
"stopId": "GILLIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006115"
},
"departure": {
"time": "1772006115"
},
"stopId": "DAGUENET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006159"
},
"departure": {
"time": "1772006159"
},
"stopId": "JERUSALE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006265"
},
"departure": {
"time": "1772006265"
},
"stopId": "MONTAIG",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006306"
},
"departure": {
"time": "1772006306"
},
"stopId": "GARDOT",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006364"
},
"departure": {
"time": "1772006364"
},
"stopId": "STEXUPER",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006431"
},
"departure": {
"time": "1772006431"
},
"stopId": "SECUSOCI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006551"
},
"departure": {
"time": "1772006551"
},
"stopId": "MAIL-NAE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006604"
},
"departure": {
"time": "1772006604"
},
"stopId": "FO-LOR-R",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006693"
},
"departure": {
"time": "1772006693"
},
"stopId": "STAUBI-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006733"
},
"departure": {
"time": "1772006733"
},
"stopId": "HARAS-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006844"
},
"departure": {
"time": "1772006844"
},
"stopId": "LESGAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006943"
},
"departure": {
"time": "1772006943"
},
"stopId": "BREMON-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007012"
},
"departure": {
"time": "1772007012"
},
"stopId": "ACAD-PLA",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007052"
},
"departure": {
"time": "1772007052"
},
"stopId": "CHDARR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007173"
},
"departure": {
"time": "1772007173"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007213"
},
"departure": {
"time": "1772007213"
},
"stopId": "DUMESN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007120"
},
"departure": {
"time": "1772007120"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007186"
},
"departure": {
"time": "1772007186"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007260"
},
"departure": {
"time": "1772007260"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007420"
},
"departure": {
"time": "1772007420"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007315"
},
"departure": {
"time": "1772007315"
},
"stopId": "SAJACQ-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007384"
},
"departure": {
"time": "1772007384"
},
"stopId": "FARCSJ-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007493"
},
"departure": {
"time": "1772007493"
},
"stopId": "MVIGNE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007575"
},
"departure": {
"time": "1772007575"
},
"stopId": "CHBBEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007630"
},
"departure": {
"time": "1772007630"
},
"stopId": "BOISRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007696"
},
"departure": {
"time": "1772007696"
},
"stopId": "NDAMLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007759"
},
"departure": {
"time": "1772007759"
},
"stopId": "POLYTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007815"
},
"departure": {
"time": "1772007815"
},
"stopId": "CITEUN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007886"
},
"departure": {
"time": "1772007886"
},
"stopId": "RESTUN-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007941"
},
"departure": {
"time": "1772007941"
},
"stopId": "I.U.T.-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008055"
},
"departure": {
"time": "1772008055"
},
"stopId": "BBCAMT-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008091"
},
"departure": {
"time": "1772008091"
},
"stopId": "LENOT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772008115"
},
"departure": {
"time": "1772008115"
},
"stopId": "MOREL-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772008143"
},
"departure": {
"time": "1772008143"
},
"stopId": "INRA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772008180"
},
"departure": {
"time": "1772008180"
},
"stopId": "GDPERI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772008211"
},
"departure": {
"time": "1772008211"
},
"stopId": "LANDRE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772008295"
},
"departure": {
"time": "1772008295"
},
"stopId": "BRGPAI-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772008322"
},
"departure": {
"time": "1772008322"
},
"stopId": "RODIN-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772008300"
},
"departure": {
"time": "1772008300"
},
"stopId": "GRANBE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772008343"
},
"departure": {
"time": "1772008343"
},
"stopId": "PROME-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772008391"
},
"departure": {
"time": "1772008391"
},
"stopId": "CERFEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772008448"
},
"departure": {
"time": "1772008448"
},
"stopId": "LASOUR-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772008542"
},
"departure": {
"time": "1772008542"
},
"stopId": "ROUAIR-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772008597"
},
"departure": {
"time": "1772008597"
},
"stopId": "VAURAG-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772008649"
},
"departure": {
"time": "1772008649"
},
"stopId": "PRIEUR-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772008691"
},
"departure": {
"time": "1772008691"
},
"stopId": "GRANPI-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772008665"
},
"departure": {
"time": "1772008665"
},
"stopId": "PINSON-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772008703"
},
"departure": {
"time": "1772008703"
},
"stopId": "FAUVET-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772008802"
},
"stopId": "BEAUCOUZ",
"stopSequence": 72
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257935"
}
}
},
{
"id": "trip:6258052",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006117"
},
"departure": {
"time": "1772006117"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006147"
},
"departure": {
"time": "1772006147"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006194"
},
"departure": {
"time": "1772006194"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006224"
},
"departure": {
"time": "1772006224"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006306"
},
"departure": {
"time": "1772006306"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006356"
},
"departure": {
"time": "1772006356"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006406"
},
"departure": {
"time": "1772006406"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006459"
},
"departure": {
"time": "1772006459"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006493"
},
"departure": {
"time": "1772006493"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006546"
},
"departure": {
"time": "1772006546"
},
"stopId": "NERUDA",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006612"
},
"departure": {
"time": "1772006612"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006697"
},
"departure": {
"time": "1772006697"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006759"
},
"departure": {
"time": "1772006759"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006846"
},
"departure": {
"time": "1772006846"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006918"
},
"departure": {
"time": "1772006918"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007025"
},
"departure": {
"time": "1772007025"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007109"
},
"departure": {
"time": "1772007109"
},
"stopId": "SAUMUR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007123"
},
"departure": {
"time": "1772007123"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007191"
},
"departure": {
"time": "1772007191"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007301"
},
"departure": {
"time": "1772007301"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007353"
},
"departure": {
"time": "1772007353"
},
"stopId": "STLEON5B",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007428"
},
"departure": {
"time": "1772007428"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007522"
},
"departure": {
"time": "1772007522"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007611"
},
"departure": {
"time": "1772007611"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007815"
},
"departure": {
"time": "1772007815"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007885"
},
"departure": {
"time": "1772007885"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007925"
},
"departure": {
"time": "1772007925"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007978"
},
"departure": {
"time": "1772007978"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008083"
},
"departure": {
"time": "1772008083"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772008216"
},
"departure": {
"time": "1772008216"
},
"stopId": "EUROPE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772008285"
},
"departure": {
"time": "1772008285"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1772008376"
},
"departure": {
"time": "1772008376"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1772008456"
},
"departure": {
"time": "1772008456"
},
"stopId": "CARREF5B",
"stopSequence": 59
},
{
"arrival": {
"time": "1772008607"
},
"departure": {
"time": "1772008607"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772008665"
},
"departure": {
"time": "1772008665"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772008738"
},
"departure": {
"time": "1772008738"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772008778"
},
"departure": {
"time": "1772008778"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772008810"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258052"
}
}
},
{
"id": "trip:6258566",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006077"
},
"departure": {
"time": "1772006077"
},
"stopId": "VANDEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006153"
},
"departure": {
"time": "1772006153"
},
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006205"
},
"departure": {
"time": "1772006205"
},
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006236"
},
"departure": {
"time": "1772006236"
},
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006291"
},
"departure": {
"time": "1772006291"
},
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006377"
},
"departure": {
"time": "1772006377"
},
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006536"
},
"departure": {
"time": "1772006536"
},
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006596"
},
"departure": {
"time": "1772006596"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006644"
},
"departure": {
"time": "1772006644"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006711"
},
"departure": {
"time": "1772006711"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006776"
},
"departure": {
"time": "1772006776"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006822"
},
"departure": {
"time": "1772006822"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006902"
},
"departure": {
"time": "1772006902"
},
"stopId": "BOURGONN",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006962"
},
"departure": {
"time": "1772006962"
},
"stopId": "MICHELET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007013"
},
"departure": {
"time": "1772007013"
},
"stopId": "ANLEROY",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007184"
},
"departure": {
"time": "1772007184"
},
"stopId": "PAULBERT",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007262"
},
"departure": {
"time": "1772007262"
},
"stopId": "LICES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007322"
},
"departure": {
"time": "1772007322"
},
"stopId": "CCI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007366"
},
"departure": {
"time": "1772007366"
},
"stopId": "CHDARR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007481"
},
"departure": {
"time": "1772007481"
},
"stopId": "LEQUAI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007521"
},
"departure": {
"time": "1772007521"
},
"stopId": "DUMESN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007536"
},
"departure": {
"time": "1772007536"
},
"stopId": "MONPR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007309"
},
"departure": {
"time": "1772007309"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOURI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007360"
},
"departure": {
"time": "1772007360"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICROIX",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007428"
},
"departure": {
"time": "1772007428"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBL-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007516"
},
"departure": {
"time": "1772007516"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURP-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007600"
},
"departure": {
"time": "1772007600"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007660"
},
"departure": {
"time": "1772007660"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007590"
},
"departure": {
"time": "1772007590"
},
"stopId": "DESCAZ-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007646"
},
"departure": {
"time": "1772007646"
},
"stopId": "BICHBI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007647"
},
"departure": {
"time": "1772007647"
},
"stopId": "BICHLA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007679"
},
"departure": {
"time": "1772007679"
},
"stopId": "CLOUET-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007744"
},
"departure": {
"time": "1772007744"
},
"stopId": "GOURON-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007796"
},
"departure": {
"time": "1772007796"
},
"stopId": "GASNIE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007834"
},
"departure": {
"time": "1772007834"
},
"stopId": "LIZE07-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007908"
},
"departure": {
"time": "1772007908"
},
"stopId": "ECHMA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007952"
},
"departure": {
"time": "1772008140"
},
"stopId": "KENNED-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008228"
},
"departure": {
"time": "1772008228"
},
"stopId": "WPMA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772008280"
},
"departure": {
"time": "1772008280"
},
"stopId": "RONDE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008343"
},
"departure": {
"time": "1772008343"
},
"stopId": "BRASSE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008396"
},
"departure": {
"time": "1772008396"
},
"stopId": "BEURRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008451"
},
"departure": {
"time": "1772008451"
},
"stopId": "DELAUN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008508"
},
"departure": {
"time": "1772008508"
},
"stopId": "MAUFIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "MAIRAV-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008605"
},
"departure": {
"time": "1772008605"
},
"stopId": "CIAVRI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008646"
},
"departure": {
"time": "1772008646"
},
"stopId": "PEGARD-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008708"
},
"departure": {
"time": "1772008708"
},
"stopId": "RIPOLE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008740"
},
"departure": {
"time": "1772008740"
},
"stopId": "SALETT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772008806"
},
"departure": {
"time": "1772008806"
},
"stopId": "LEPRE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772008883"
},
"departure": {
"time": "1772008883"
},
"stopId": "BONPLA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772008918"
},
"departure": {
"time": "1772008918"
},
"stopId": "POIVRE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"stopId": "AARDBU-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772009116"
},
"departure": {
"time": "1772009116"
},
"stopId": "AUCHAN-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772009160"
},
"departure": {
"time": "1772009160"
},
"stopId": "CCADEA-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772009190"
},
"departure": {
"time": "1772009190"
},
"stopId": "PLOTTI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772009209"
},
"departure": {
"time": "1772009209"
},
"stopId": "AUTRIC-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772009251"
},
"departure": {
"time": "1772009251"
},
"stopId": "IRLAND-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "ITALIE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772009327"
},
"departure": {
"time": "1772009327"
},
"stopId": "ALLEMA-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772009345"
},
"departure": {
"time": "1772009345"
},
"stopId": "DANEMA-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772009371"
},
"departure": {
"time": "1772009371"
},
"stopId": "AVENEU-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "MASTEL-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772009444"
},
"departure": {
"time": "1772009444"
},
"stopId": "JEHUEZ-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772009488"
},
"departure": {
"time": "1772009488"
},
"stopId": "PLATEF-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772009550"
},
"departure": {
"time": "1772009550"
},
"stopId": "ESPMON-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772009600"
},
"departure": {
"time": "1772009600"
},
"stopId": "BELAIR-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"stopId": "ZOLA-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772009706"
},
"departure": {
"time": "1772009706"
},
"stopId": "ANAFRA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772009675"
},
"departure": {
"time": "1772009675"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772009700"
},
"departure": {
"time": "1772009700"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772009727"
},
"departure": {
"time": "1772009727"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772009764"
},
"departure": {
"time": "1772009764"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 81
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258566"
}
}
},
{
"id": "trip:6543459",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008740"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008822"
},
"departure": {
"time": "1772008822"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008908"
},
"departure": {
"time": "1772008908"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009080"
},
"departure": {
"time": "1772009080"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009157"
},
"departure": {
"time": "1772009157"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009309"
},
"departure": {
"time": "1772009309"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009550"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543459"
}
}
},
{
"id": "trip:6544923",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008860"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008961"
},
"departure": {
"time": "1772008961"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009070"
},
"departure": {
"time": "1772009070"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009151"
},
"departure": {
"time": "1772009151"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009244"
},
"departure": {
"time": "1772009244"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009354"
},
"departure": {
"time": "1772009354"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009530"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544923"
}
}
},
{
"id": "trip:6257897",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009160"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009196"
},
"departure": {
"time": "1772009196"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009229"
},
"departure": {
"time": "1772009229"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009288"
},
"departure": {
"time": "1772009288"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009319"
},
"departure": {
"time": "1772009319"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009379"
},
"departure": {
"time": "1772009379"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009422"
},
"departure": {
"time": "1772009422"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009460"
},
"departure": {
"time": "1772009460"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009511"
},
"departure": {
"time": "1772009511"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009545"
},
"departure": {
"time": "1772009545"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009578"
},
"departure": {
"time": "1772009578"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009610"
},
"departure": {
"time": "1772009610"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009701"
},
"departure": {
"time": "1772009701"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009737"
},
"departure": {
"time": "1772009737"
},
"stopId": "GDPERIGN",
"stopSequence": 14
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257897"
}
}
},
{
"id": "trip:6258647",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008740"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008827"
},
"departure": {
"time": "1772008827"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008869"
},
"departure": {
"time": "1772008869"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009000"
},
"departure": {
"time": "1772009000"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009080"
},
"departure": {
"time": "1772009080"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009131"
},
"departure": {
"time": "1772009131"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009174"
},
"departure": {
"time": "1772009174"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009229"
},
"departure": {
"time": "1772009229"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009300"
},
"departure": {
"time": "1772009300"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009349"
},
"departure": {
"time": "1772009349"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009390"
},
"departure": {
"time": "1772009390"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009474"
},
"departure": {
"time": "1772009474"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009560"
},
"departure": {
"time": "1772009560"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009600"
},
"departure": {
"time": "1772009600"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009637"
},
"departure": {
"time": "1772009637"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009718"
},
"departure": {
"time": "1772009718"
},
"stopId": "MARAIS-E",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258647"
}
}
},
{
"id": "trip:6544019",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008200"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008243"
},
"departure": {
"time": "1772008243"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008448"
},
"departure": {
"time": "1772008448"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008480"
},
"departure": {
"time": "1772008480"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008620"
},
"departure": {
"time": "1772008620"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008703"
},
"departure": {
"time": "1772008703"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008980"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544019"
}
}
},
{
"id": "trip:6053960",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009580"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009665"
},
"departure": {
"time": "1772009665"
},
"stopId": "CLEMOI-E",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6053960"
}
}
},
{
"id": "trip:6257807",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006180"
},
"departure": {
"time": "1772006180"
},
"stopId": "EBLE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006242"
},
"departure": {
"time": "1772006242"
},
"stopId": "GENIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006319"
},
"departure": {
"time": "1772006319"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006353"
},
"departure": {
"time": "1772006353"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006414"
},
"departure": {
"time": "1772006414"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006453"
},
"departure": {
"time": "1772006453"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006522"
},
"departure": {
"time": "1772006522"
},
"stopId": "GARETERM",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006568"
},
"departure": {
"time": "1772006568"
},
"stopId": "LESGARES",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006690"
},
"departure": {
"time": "1772006690"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006770"
},
"departure": {
"time": "1772006770"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006806"
},
"departure": {
"time": "1772006806"
},
"stopId": "LOR-FO-A",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006967"
},
"departure": {
"time": "1772006967"
},
"stopId": "MENDES-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007106"
},
"departure": {
"time": "1772007106"
},
"stopId": "SAVARY-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007143"
},
"departure": {
"time": "1772007143"
},
"stopId": "MUSSET-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007222"
},
"departure": {
"time": "1772007222"
},
"stopId": "LUTIN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007266"
},
"departure": {
"time": "1772007266"
},
"stopId": "MACE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007295"
},
"departure": {
"time": "1772007295"
},
"stopId": "DESJAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007346"
},
"departure": {
"time": "1772007346"
},
"stopId": "BRISEP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007430"
},
"departure": {
"time": "1772007430"
},
"stopId": "MIMOSA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007472"
},
"departure": {
"time": "1772007472"
},
"stopId": "CHATEN-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007565"
},
"departure": {
"time": "1772007565"
},
"stopId": "SOLELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007599"
},
"departure": {
"time": "1772007599"
},
"stopId": "SEPSON-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007646"
},
"departure": {
"time": "1772007646"
},
"stopId": "BANCST-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007747"
},
"departure": {
"time": "1772007747"
},
"stopId": "RTEPAR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007819"
},
"departure": {
"time": "1772007819"
},
"stopId": "PROVIN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007941"
},
"stopId": "PARCEX-E",
"stopSequence": 43
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257807"
}
}
},
{
"id": "trip:6257795",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007060"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007070"
},
"departure": {
"time": "1772007070"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007180"
},
"departure": {
"time": "1772007180"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007229"
},
"departure": {
"time": "1772007229"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007263"
},
"departure": {
"time": "1772007263"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007329"
},
"departure": {
"time": "1772007329"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007360"
},
"departure": {
"time": "1772007360"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007405"
},
"departure": {
"time": "1772007405"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007477"
},
"departure": {
"time": "1772007477"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007513"
},
"departure": {
"time": "1772007513"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007554"
},
"departure": {
"time": "1772007554"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007619"
},
"departure": {
"time": "1772007619"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007674"
},
"departure": {
"time": "1772007674"
},
"stopId": "MAISLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007712"
},
"departure": {
"time": "1772007712"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007780"
},
"departure": {
"time": "1772007780"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008254"
},
"departure": {
"time": "1772008254"
},
"stopId": "EBLE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008316"
},
"departure": {
"time": "1772008316"
},
"stopId": "GENIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008393"
},
"departure": {
"time": "1772008393"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008427"
},
"departure": {
"time": "1772008427"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008488"
},
"departure": {
"time": "1772008488"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008527"
},
"departure": {
"time": "1772008527"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008133"
},
"departure": {
"time": "1772008133"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008191"
},
"departure": {
"time": "1772008191"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008583"
},
"departure": {
"time": "1772008583"
},
"stopId": "GARETERM",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008628"
},
"departure": {
"time": "1772008628"
},
"stopId": "LESGARES",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008750"
},
"departure": {
"time": "1772008750"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008827"
},
"departure": {
"time": "1772008827"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008877"
},
"departure": {
"time": "1772008877"
},
"stopId": "LOR-FO-A",
"stopSequence": 28
},
{
"arrival": {
"time": "1772009038"
},
"departure": {
"time": "1772009038"
},
"stopId": "MENDES-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772009177"
},
"departure": {
"time": "1772009177"
},
"stopId": "SAVARY-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772009214"
},
"departure": {
"time": "1772009214"
},
"stopId": "MUSSET-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772009293"
},
"departure": {
"time": "1772009293"
},
"stopId": "LUTIN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009337"
},
"departure": {
"time": "1772009337"
},
"stopId": "MACE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009366"
},
"departure": {
"time": "1772009366"
},
"stopId": "DESJAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009417"
},
"departure": {
"time": "1772009417"
},
"stopId": "BRISEP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009501"
},
"departure": {
"time": "1772009501"
},
"stopId": "MIMOSA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009543"
},
"departure": {
"time": "1772009543"
},
"stopId": "CHATEN-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009636"
},
"departure": {
"time": "1772009636"
},
"stopId": "SOLELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772009670"
},
"departure": {
"time": "1772009670"
},
"stopId": "SEPSON-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009717"
},
"departure": {
"time": "1772009717"
},
"stopId": "BANCST-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772010001"
},
"stopId": "PARCEX-E",
"stopSequence": 43
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257795"
}
}
},
{
"id": "trip:6052648",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009522"
},
"stopId": "DOMVATER",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009571"
},
"departure": {
"time": "1772009571"
},
"stopId": "BECKE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009618"
},
"departure": {
"time": "1772009618"
},
"stopId": "LAENN",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009676"
},
"departure": {
"time": "1772009676"
},
"stopId": "CAMPJUIG",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009730"
},
"departure": {
"time": "1772009730"
},
"stopId": "PISCMUFF",
"stopSequence": 4
},
{
"arrival": {
"time": "1772013844"
},
"stopId": "GAREPAPI",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "21",
"tripId": "6052648"
}
}
},
{
"id": "trip:6543507",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009190"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009310"
},
"departure": {
"time": "1772009310"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009401"
},
"departure": {
"time": "1772009401"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009554"
},
"departure": {
"time": "1772009554"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009630"
},
"departure": {
"time": "1772009630"
},
"stopId": "1BRIS",
"stopSequence": 4
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6543507"
}
}
},
{
"id": "trip:6543307",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006107"
},
"departure": {
"time": "1772006107"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006220"
},
"departure": {
"time": "1772006220"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006280"
},
"departure": {
"time": "1772006280"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006380"
},
"departure": {
"time": "1772006380"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006480"
},
"departure": {
"time": "1772006480"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006570"
},
"departure": {
"time": "1772006570"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006690"
},
"departure": {
"time": "1772006690"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006790"
},
"departure": {
"time": "1772006790"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006910"
},
"departure": {
"time": "1772006910"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006990"
},
"departure": {
"time": "1772006990"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007110"
},
"departure": {
"time": "1772007110"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007200"
},
"departure": {
"time": "1772007200"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007350"
},
"departure": {
"time": "1772007350"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007450"
},
"departure": {
"time": "1772007450"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007530"
},
"departure": {
"time": "1772007530"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007620"
},
"departure": {
"time": "1772007620"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007700"
},
"departure": {
"time": "1772007700"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007790"
},
"departure": {
"time": "1772007790"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007870"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6543307"
}
}
},
{
"id": "trip:6258526",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008020"
},
"stopId": "BENE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008074"
},
"departure": {
"time": "1772008074"
},
"stopId": "JUIGDEP",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008106"
},
"departure": {
"time": "1772008106"
},
"stopId": "CAMPJUIG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008134"
},
"departure": {
"time": "1772008134"
},
"stopId": "RENOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008162"
},
"departure": {
"time": "1772008162"
},
"stopId": "RECLAIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008195"
},
"departure": {
"time": "1772008195"
},
"stopId": "DOMVATER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008434"
},
"departure": {
"time": "1772008434"
},
"stopId": "PISCMU-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008436"
},
"departure": {
"time": "1772008436"
},
"stopId": "PISCMUFF",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008507"
},
"departure": {
"time": "1772008507"
},
"stopId": "ANAFRAN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008200"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008224"
},
"departure": {
"time": "1772008224"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTILL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008382"
},
"departure": {
"time": "1772008382"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008417"
},
"departure": {
"time": "1772008417"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGUY",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008438"
},
"departure": {
"time": "1772008438"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JUI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008470"
},
"departure": {
"time": "1772008470"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAUVO",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008567"
},
"departure": {
"time": "1772008567"
},
"stopId": "ZOLA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008624"
},
"departure": {
"time": "1772008624"
},
"stopId": "BELAIR",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008684"
},
"departure": {
"time": "1772008684"
},
"stopId": "ESPMONTR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008753"
},
"departure": {
"time": "1772008753"
},
"stopId": "PLATFLEU",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008816"
},
"departure": {
"time": "1772008816"
},
"stopId": "JEHUEZ",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008867"
},
"departure": {
"time": "1772008867"
},
"stopId": "MASTELLE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008906"
},
"departure": {
"time": "1772008906"
},
"stopId": "AVENEURO",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008924"
},
"departure": {
"time": "1772008924"
},
"stopId": "DANEMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"stopId": "ALLEMAGN",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009012"
},
"departure": {
"time": "1772009012"
},
"stopId": "ITALIE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009048"
},
"departure": {
"time": "1772009048"
},
"stopId": "IRLANDE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009097"
},
"departure": {
"time": "1772009097"
},
"stopId": "AUTRICH",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009116"
},
"departure": {
"time": "1772009116"
},
"stopId": "PLOTTIER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009167"
},
"departure": {
"time": "1772009167"
},
"stopId": "CCADEA",
"stopSequence": 28
},
{
"arrival": {
"time": "1772009193"
},
"departure": {
"time": "1772009193"
},
"stopId": "AUCHAN",
"stopSequence": 29
},
{
"arrival": {
"time": "1772009347"
},
"departure": {
"time": "1772009347"
},
"stopId": "AARDBUS",
"stopSequence": 30
},
{
"arrival": {
"time": "1772009391"
},
"departure": {
"time": "1772009391"
},
"stopId": "POIVRE",
"stopSequence": 31
},
{
"arrival": {
"time": "1772009431"
},
"departure": {
"time": "1772009431"
},
"stopId": "BONPLAND",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009477"
},
"departure": {
"time": "1772009477"
},
"stopId": "LEPRE",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009527"
},
"departure": {
"time": "1772009527"
},
"stopId": "SALET-AR",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009559"
},
"departure": {
"time": "1772009559"
},
"stopId": "RIPOLLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009610"
},
"departure": {
"time": "1772009610"
},
"stopId": "PEGARDE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009657"
},
"departure": {
"time": "1772009657"
},
"stopId": "CIAVRILL",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009707"
},
"departure": {
"time": "1772009707"
},
"stopId": "MAIRAVR",
"stopSequence": 38
},
{
"arrival": {
"time": "1772009750"
},
"departure": {
"time": "1772009750"
},
"stopId": "MAUFINE",
"stopSequence": 39
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258526"
}
}
},
{
"id": "trip:6540933",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009370"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009490"
},
"departure": {
"time": "1772009490"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009600"
},
"departure": {
"time": "1772009600"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009720"
},
"departure": {
"time": "1772009720"
},
"stopId": "2BAMA",
"stopSequence": 3
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540933"
}
}
},
{
"id": "trip:6259988",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006117"
},
"departure": {
"time": "1772006117"
},
"stopId": "CNFPT-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006600"
},
"departure": {
"time": "1772006600"
},
"stopId": "EBLE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006662"
},
"departure": {
"time": "1772006662"
},
"stopId": "GENIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006739"
},
"departure": {
"time": "1772006739"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006773"
},
"departure": {
"time": "1772006773"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006834"
},
"departure": {
"time": "1772006834"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006873"
},
"departure": {
"time": "1772006873"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006520"
},
"departure": {
"time": "1772006520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006591"
},
"departure": {
"time": "1772006591"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006669"
},
"departure": {
"time": "1772006669"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006913"
},
"stopId": "GAREPAPI",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6259988"
}
}
},
{
"id": "trip:4152",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006060"
},
"departure": {
"time": "0"
},
"stopId": "PATNOIRE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006440"
},
"departure": {
"time": "1772006440"
},
"stopId": "GROESPLA",
"stopSequence": 12
}
],
"trip": {
"directionId": 0,
"routeId": "41",
"tripId": "4152"
}
}
},
{
"id": "trip:6260060",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006565"
},
"departure": {
"time": "1772006565"
},
"stopId": "CLOSVIGN",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006592"
},
"departure": {
"time": "1772006592"
},
"stopId": "CHATAI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006645"
},
"departure": {
"time": "1772006645"
},
"stopId": "PIVERD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006697"
},
"departure": {
"time": "1772006697"
},
"stopId": "ARTAUD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006760"
},
"departure": {
"time": "1772006760"
},
"stopId": "HAUBOU-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006842"
},
"departure": {
"time": "1772006842"
},
"stopId": "PETPOR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006883"
},
"departure": {
"time": "1772006883"
},
"stopId": "CHEVRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006054"
},
"departure": {
"time": "1772006054"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAPOIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772006082"
},
"departure": {
"time": "1772006082"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RANGEA-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772006138"
},
"departure": {
"time": "1772006138"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772006220"
},
"stopId": "CHANTOUR",
"stopSequence": 53
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260060"
}
}
},
{
"id": "trip:6541240",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006135"
},
"departure": {
"time": "1772006135"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006174"
},
"departure": {
"time": "1772006174"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006284"
},
"departure": {
"time": "1772006284"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006374"
},
"departure": {
"time": "1772006374"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006474"
},
"departure": {
"time": "1772006474"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006574"
},
"departure": {
"time": "1772006574"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006684"
},
"departure": {
"time": "1772006684"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006794"
},
"departure": {
"time": "1772006794"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006914"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541240"
}
}
},
{
"id": "trip:6544921",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007420"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007521"
},
"departure": {
"time": "1772007521"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007630"
},
"departure": {
"time": "1772007630"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007711"
},
"departure": {
"time": "1772007711"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007804"
},
"departure": {
"time": "1772007804"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007914"
},
"departure": {
"time": "1772007914"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008090"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544921"
}
}
},
{
"id": "trip:6540925",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006060"
},
"departure": {
"time": "1772006091"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006158"
},
"departure": {
"time": "1772006161"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006221"
},
"departure": {
"time": "1772006221"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006311"
},
"departure": {
"time": "1772006311"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006399"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540925"
}
}
},
{
"id": "trip:6544919",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006063"
},
"departure": {
"time": "1772006089"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006154"
},
"departure": {
"time": "1772006164"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006273"
},
"departure": {
"time": "1772006273"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006368"
},
"departure": {
"time": "1772006368"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006481"
},
"departure": {
"time": "1772006481"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006660"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544919"
}
}
},
{
"id": "trip:6054019",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006100"
},
"departure": {
"time": "1772006100"
},
"stopId": "MAISEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006130"
},
"departure": {
"time": "1772006130"
},
"stopId": "LACDMA-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006160"
},
"departure": {
"time": "1772006160"
},
"stopId": "CAMLAC-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006266"
},
"departure": {
"time": "1772006266"
},
"stopId": "CROISE-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006295"
},
"departure": {
"time": "1772006295"
},
"stopId": "PRUNIE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006372"
},
"departure": {
"time": "1772006372"
},
"stopId": "PETVIV-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006476"
},
"departure": {
"time": "1772006476"
},
"stopId": "VALMAINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006507"
},
"departure": {
"time": "1772006507"
},
"stopId": "CLOSVIGN",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006493"
},
"departure": {
"time": "1772006493"
},
"stopId": "CHATAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006547"
},
"departure": {
"time": "1772006547"
},
"stopId": "PIVERD-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006605"
},
"departure": {
"time": "1772006605"
},
"stopId": "ARTAUD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006668"
},
"departure": {
"time": "1772006668"
},
"stopId": "HAUBOU-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006750"
},
"departure": {
"time": "1772006750"
},
"stopId": "PETPOR-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006791"
},
"departure": {
"time": "1772006791"
},
"stopId": "CHEVRI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006880"
},
"departure": {
"time": "1772006880"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOUCHE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006917"
},
"departure": {
"time": "1772006917"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMPBO-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006965"
},
"departure": {
"time": "1772006965"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GAREBO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007019"
},
"departure": {
"time": "1772007019"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTLA-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007074"
},
"departure": {
"time": "1772007074"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAPOIN-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007102"
},
"departure": {
"time": "1772007102"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RANGEA-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007158"
},
"departure": {
"time": "1772007158"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007240"
},
"stopId": "CHANTOUR",
"stopSequence": 27
}
],
"trip": {
"directionId": 1,
"routeId": "22",
"tripId": "6054019"
}
}
},
{
"id": "trip:6257596",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006700"
},
"stopId": "PROVINS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006773"
},
"departure": {
"time": "1772006773"
},
"stopId": "RTEPARIS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006880"
},
"departure": {
"time": "1772006880"
},
"stopId": "DEBUMONP",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006938"
},
"departure": {
"time": "1772006938"
},
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006987"
},
"departure": {
"time": "1772006987"
},
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007060"
},
"departure": {
"time": "1772007060"
},
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007130"
},
"departure": {
"time": "1772007130"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007176"
},
"departure": {
"time": "1772007176"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007211"
},
"departure": {
"time": "1772007211"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007419"
},
"departure": {
"time": "1772007419"
},
"stopId": "MIMOSAS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007485"
},
"departure": {
"time": "1772007485"
},
"stopId": "BRISEPOT",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007536"
},
"departure": {
"time": "1772007536"
},
"stopId": "DESJARDI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007578"
},
"departure": {
"time": "1772007578"
},
"stopId": "MACE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007607"
},
"departure": {
"time": "1772007607"
},
"stopId": "LUTIN",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007694"
},
"departure": {
"time": "1772007694"
},
"stopId": "MUSSET",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007734"
},
"departure": {
"time": "1772007734"
},
"stopId": "SAVARY",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007239"
},
"departure": {
"time": "1772007239"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLANT",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007346"
},
"departure": {
"time": "1772007346"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOUER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007480"
},
"departure": {
"time": "1772007480"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACENEY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007651"
},
"departure": {
"time": "1772007651"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007835"
},
"departure": {
"time": "1772007835"
},
"stopId": "MENDESFR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007981"
},
"departure": {
"time": "1772008020"
},
"stopId": "FO-LOR-R",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008107"
},
"departure": {
"time": "1772008107"
},
"stopId": "STAUBI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008149"
},
"departure": {
"time": "1772008149"
},
"stopId": "HARAS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008260"
},
"departure": {
"time": "1772008260"
},
"stopId": "LESGAR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008363"
},
"departure": {
"time": "1772008363"
},
"stopId": "SEMARD-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008407"
},
"departure": {
"time": "1772008407"
},
"stopId": "PONTNO-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008494"
},
"departure": {
"time": "1772008494"
},
"stopId": "POIREL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008542"
},
"departure": {
"time": "1772008542"
},
"stopId": "VAUBAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008603"
},
"departure": {
"time": "1772008603"
},
"stopId": "FREMUR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008680"
},
"departure": {
"time": "1772008680"
},
"stopId": "STRASB-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008791"
},
"departure": {
"time": "1772008791"
},
"stopId": "LETAND-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008830"
},
"departure": {
"time": "1772008830"
},
"stopId": "BEAUVA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008891"
},
"departure": {
"time": "1772008891"
},
"stopId": "LORETT-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008926"
},
"departure": {
"time": "1772008926"
},
"stopId": "MORELI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"stopId": "DELATR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772009045"
},
"departure": {
"time": "1772009045"
},
"stopId": "HAUTPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009147"
},
"departure": {
"time": "1772009147"
},
"stopId": "INTMIL-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009218"
},
"departure": {
"time": "1772009218"
},
"stopId": "SAUMUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009285"
},
"departure": {
"time": "1772009285"
},
"stopId": "DELACR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009340"
},
"departure": {
"time": "1772009340"
},
"stopId": "JUSTIC-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009428"
},
"departure": {
"time": "1772009428"
},
"stopId": "ECLATE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009527"
},
"departure": {
"time": "1772009527"
},
"stopId": "VDLOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009388"
},
"departure": {
"time": "1772009388"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009430"
},
"departure": {
"time": "1772009430"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009495"
},
"departure": {
"time": "1772009495"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772009520"
},
"departure": {
"time": "1772009520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772009567"
},
"departure": {
"time": "1772009567"
},
"stopId": "LEOLAG-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772009604"
},
"departure": {
"time": "1772009604"
},
"stopId": "DAGUER-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772009646"
},
"departure": {
"time": "1772009646"
},
"stopId": "ALLUME-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772009682"
},
"departure": {
"time": "1772009682"
},
"stopId": "RIOTTE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772009724"
},
"departure": {
"time": "1772009724"
},
"stopId": "BOURSE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772009752"
},
"departure": {
"time": "1772009752"
},
"stopId": "MORLON-E",
"stopSequence": 55
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257596"
}
}
},
{
"id": "trip:6257572",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006099"
},
"departure": {
"time": "1772006099"
},
"stopId": "VAUBAN",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006121"
},
"departure": {
"time": "1772006144"
},
"stopId": "POIREL",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006211"
},
"departure": {
"time": "1772006211"
},
"stopId": "PONTNOIR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006254"
},
"departure": {
"time": "1772006254"
},
"stopId": "SEMARD",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006293"
},
"departure": {
"time": "1772006293"
},
"stopId": "GARETERM",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006552"
},
"departure": {
"time": "1772006552"
},
"stopId": "HARAS",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006625"
},
"departure": {
"time": "1772006625"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006653"
},
"departure": {
"time": "1772006760"
},
"stopId": "LORRAIN1",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006911"
},
"departure": {
"time": "1772006911"
},
"stopId": "MENDES-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006999"
},
"departure": {
"time": "1772006999"
},
"stopId": "SAVARY-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007034"
},
"departure": {
"time": "1772007034"
},
"stopId": "MUSSET-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007110"
},
"departure": {
"time": "1772007110"
},
"stopId": "LUTIN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007152"
},
"departure": {
"time": "1772007152"
},
"stopId": "MACE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007179"
},
"departure": {
"time": "1772007179"
},
"stopId": "DESJAR-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007283"
},
"departure": {
"time": "1772007283"
},
"stopId": "ALDUNA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007065"
},
"departure": {
"time": "1772007065"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007384"
},
"departure": {
"time": "1772007384"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007476"
},
"departure": {
"time": "1772007476"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007421"
},
"departure": {
"time": "1772007421"
},
"stopId": "RBRIOL-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772007458"
},
"departure": {
"time": "1772007458"
},
"stopId": "NOZAY-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772007525"
},
"departure": {
"time": "1772007525"
},
"stopId": "AUVERG-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772007582"
},
"departure": {
"time": "1772007582"
},
"stopId": "SAVOIE-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772007650"
},
"departure": {
"time": "1772007650"
},
"stopId": "INDUST-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772007697"
},
"departure": {
"time": "1772007697"
},
"stopId": "HOTELL-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772007763"
},
"departure": {
"time": "1772007763"
},
"stopId": "DEBUMO-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772007872"
},
"departure": {
"time": "1772007872"
},
"stopId": "RTEPAR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772007944"
},
"stopId": "PROVIN-E",
"stopSequence": 62
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257572"
}
}
},
{
"id": "trip:6257492",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006233"
},
"departure": {
"time": "1772006233"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006310"
},
"departure": {
"time": "1772006310"
},
"stopId": "STAUBIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006402"
},
"departure": {
"time": "1772006402"
},
"stopId": "LORRAIN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006525"
},
"departure": {
"time": "1772006525"
},
"stopId": "MENDES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006605"
},
"departure": {
"time": "1772006605"
},
"stopId": "SAVARY-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006640"
},
"departure": {
"time": "1772006640"
},
"stopId": "MUSSET-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006716"
},
"departure": {
"time": "1772006716"
},
"stopId": "LUTIN-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006758"
},
"departure": {
"time": "1772006758"
},
"stopId": "MACE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006785"
},
"departure": {
"time": "1772006785"
},
"stopId": "DESJAR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006889"
},
"departure": {
"time": "1772006889"
},
"stopId": "ALDUNA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007025"
},
"departure": {
"time": "1772007025"
},
"stopId": "RBRIOL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007057"
},
"departure": {
"time": "1772007057"
},
"stopId": "NOZAY-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007114"
},
"departure": {
"time": "1772007114"
},
"stopId": "AUVERG-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006453"
},
"departure": {
"time": "1772006453"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TALET-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006580"
},
"departure": {
"time": "1772006580"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BDEMAI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006607"
},
"departure": {
"time": "1772006607"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FACULT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006748"
},
"departure": {
"time": "1772006748"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006820"
},
"departure": {
"time": "1772006820"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCIT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772006953"
},
"departure": {
"time": "1772006953"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITESO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007026"
},
"departure": {
"time": "1772007026"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOYENN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007139"
},
"departure": {
"time": "1772007139"
},
"stopId": "SAVOIE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007214"
},
"departure": {
"time": "1772007214"
},
"stopId": "INDUST-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007232"
},
"departure": {
"time": "1772007232"
},
"stopId": "HOTELL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007278"
},
"departure": {
"time": "1772007278"
},
"stopId": "DEBUSS-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007314"
},
"departure": {
"time": "1772007314"
},
"stopId": "BOISAB-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007348"
},
"departure": {
"time": "1772007348"
},
"stopId": "DUBELL-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772007447"
},
"departure": {
"time": "1772007447"
},
"stopId": "REDUM-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772007494"
},
"departure": {
"time": "1772007494"
},
"stopId": "HIPPODRO",
"stopSequence": 56
},
{
"arrival": {
"time": "1772007632"
},
"departure": {
"time": "1772007632"
},
"stopId": "COTTAG-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772007674"
},
"stopId": "EVENTARD",
"stopSequence": 58
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257492"
}
}
},
{
"id": "trip:6544018",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007480"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007523"
},
"departure": {
"time": "1772007523"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007728"
},
"departure": {
"time": "1772007728"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007760"
},
"departure": {
"time": "1772007760"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007983"
},
"departure": {
"time": "1772007983"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008260"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544018"
}
}
},
{
"id": "trip:6258756",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006148"
},
"departure": {
"time": "1772006148"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006195"
},
"departure": {
"time": "1772006195"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006279"
},
"departure": {
"time": "1772006279"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006365"
},
"departure": {
"time": "1772006365"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006405"
},
"departure": {
"time": "1772006405"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006442"
},
"departure": {
"time": "1772006442"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006523"
},
"departure": {
"time": "1772006523"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006595"
},
"departure": {
"time": "1772006595"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006604"
},
"departure": {
"time": "1772006604"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006715"
},
"departure": {
"time": "1772006715"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006777"
},
"departure": {
"time": "1772006777"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006810"
},
"departure": {
"time": "1772006810"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006878"
},
"departure": {
"time": "1772006878"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006938"
},
"departure": {
"time": "1772006938"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006974"
},
"departure": {
"time": "1772006974"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007078"
},
"departure": {
"time": "1772007078"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007203"
},
"departure": {
"time": "1772007203"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007210"
},
"departure": {
"time": "1772007210"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007284"
},
"departure": {
"time": "1772007284"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006958"
},
"departure": {
"time": "1772006958"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007021"
},
"departure": {
"time": "1772007021"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007083"
},
"departure": {
"time": "1772007083"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007126"
},
"departure": {
"time": "1772007126"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007162"
},
"departure": {
"time": "1772007162"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007320"
},
"departure": {
"time": "1772007320"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007442"
},
"departure": {
"time": "1772007442"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007548"
},
"departure": {
"time": "1772007548"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007593"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258756"
}
}
},
{
"id": "trip:6541243",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006260"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006340"
},
"departure": {
"time": "1772006340"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006410"
},
"departure": {
"time": "1772006410"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006490"
},
"departure": {
"time": "1772006490"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006580"
},
"departure": {
"time": "1772006580"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006670"
},
"departure": {
"time": "1772006670"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006780"
},
"departure": {
"time": "1772006780"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007030"
},
"departure": {
"time": "1772007030"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007150"
},
"departure": {
"time": "1772007150"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007230"
},
"departure": {
"time": "1772007230"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007350"
},
"departure": {
"time": "1772007350"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007440"
},
"departure": {
"time": "1772007440"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007560"
},
"departure": {
"time": "1772007560"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007670"
},
"departure": {
"time": "1772007670"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007770"
},
"departure": {
"time": "1772007770"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007840"
},
"departure": {
"time": "1772007840"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007910"
},
"departure": {
"time": "1772007910"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008020"
},
"departure": {
"time": "1772008020"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008110"
},
"departure": {
"time": "1772008110"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008210"
},
"departure": {
"time": "1772008210"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008310"
},
"departure": {
"time": "1772008310"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008420"
},
"departure": {
"time": "1772008420"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008530"
},
"departure": {
"time": "1772008530"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008650"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541243"
}
}
},
{
"id": "trip:6258457",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006086"
},
"departure": {
"time": "1772006102"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006132"
},
"departure": {
"time": "1772006132"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006162"
},
"departure": {
"time": "1772006162"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006234"
},
"departure": {
"time": "1772006234"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006338"
},
"departure": {
"time": "1772006338"
},
"stopId": "JEBOUT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772006391"
},
"departure": {
"time": "1772006391"
},
"stopId": "BAUDRA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772006514"
},
"stopId": "MOULINMA",
"stopSequence": 48
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258457"
}
}
},
{
"id": "trip:6543545",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006138"
},
"departure": {
"time": "1772006138"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006310"
},
"departure": {
"time": "1772006310"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006391"
},
"departure": {
"time": "1772006391"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006552"
},
"departure": {
"time": "1772006552"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006650"
},
"departure": {
"time": "1772006650"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006800"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543545"
}
}
},
{
"id": "trip:6258053",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006239"
},
"departure": {
"time": "1772006239"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006289"
},
"departure": {
"time": "1772006289"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006348"
},
"departure": {
"time": "1772006348"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006377"
},
"departure": {
"time": "1772006377"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006395"
},
"departure": {
"time": "1772006395"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006463"
},
"departure": {
"time": "1772006463"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006500"
},
"departure": {
"time": "1772006500"
},
"stopId": "VAUBAN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006569"
},
"departure": {
"time": "1772006569"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006633"
},
"departure": {
"time": "1772006633"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006715"
},
"departure": {
"time": "1772006715"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006819"
},
"departure": {
"time": "1772006819"
},
"stopId": "GAUBOU5B",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006887"
},
"departure": {
"time": "1772006887"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006942"
},
"departure": {
"time": "1772006942"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006988"
},
"departure": {
"time": "1772006988"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007034"
},
"departure": {
"time": "1772007034"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007066"
},
"departure": {
"time": "1772007066"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007127"
},
"departure": {
"time": "1772007127"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007157"
},
"departure": {
"time": "1772007157"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007239"
},
"departure": {
"time": "1772007239"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007289"
},
"departure": {
"time": "1772007289"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007339"
},
"departure": {
"time": "1772007339"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007392"
},
"departure": {
"time": "1772007392"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007426"
},
"departure": {
"time": "1772007426"
},
"stopId": "ORGEMO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007496"
},
"departure": {
"time": "1772007496"
},
"stopId": "NERUDA",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007595"
},
"departure": {
"time": "1772007595"
},
"stopId": "ORGEMONT",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007680"
},
"departure": {
"time": "1772007680"
},
"stopId": "ARBORETU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007742"
},
"departure": {
"time": "1772007742"
},
"stopId": "MORELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007829"
},
"departure": {
"time": "1772007829"
},
"stopId": "DELATR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007894"
},
"departure": {
"time": "1772007894"
},
"stopId": "HAUTPR-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007996"
},
"departure": {
"time": "1772007996"
},
"stopId": "INTMIL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008067"
},
"departure": {
"time": "1772008067"
},
"stopId": "SAUMUR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772008088"
},
"departure": {
"time": "1772008088"
},
"stopId": "DELACR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772008140"
},
"departure": {
"time": "1772008140"
},
"stopId": "JUSTIC-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008250"
},
"departure": {
"time": "1772008250"
},
"stopId": "JEJAUR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772008302"
},
"departure": {
"time": "1772008302"
},
"stopId": "STLEON5B",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008377"
},
"departure": {
"time": "1772008377"
},
"stopId": "VILLEC-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008471"
},
"departure": {
"time": "1772008471"
},
"stopId": "ESPACE5B",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008669"
},
"departure": {
"time": "1772008669"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008765"
},
"departure": {
"time": "1772008765"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008835"
},
"departure": {
"time": "1772008835"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008875"
},
"departure": {
"time": "1772008875"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008928"
},
"departure": {
"time": "1772008928"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772009055"
},
"departure": {
"time": "1772009055"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772009166"
},
"departure": {
"time": "1772009166"
},
"stopId": "EUROPE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772009257"
},
"departure": {
"time": "1772009257"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1772009326"
},
"departure": {
"time": "1772009326"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1772009406"
},
"departure": {
"time": "1772009406"
},
"stopId": "CARREF5B",
"stopSequence": 59
},
{
"arrival": {
"time": "1772009543"
},
"departure": {
"time": "1772009543"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772009637"
},
"departure": {
"time": "1772009637"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772009692"
},
"departure": {
"time": "1772009692"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772009727"
},
"departure": {
"time": "1772009727"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772009771"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258053"
}
}
},
{
"id": "trip:6544986",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007660"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007832"
},
"departure": {
"time": "1772007832"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007940"
},
"departure": {
"time": "1772007940"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008032"
},
"departure": {
"time": "1772008032"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008110"
},
"departure": {
"time": "1772008110"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008217"
},
"departure": {
"time": "1772008217"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008320"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544986"
}
}
},
{
"id": "trip:6541239",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006061"
},
"departure": {
"time": "1772006089"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006174"
},
"departure": {
"time": "1772006174"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006284"
},
"departure": {
"time": "1772006284"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006404"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541239"
}
}
},
{
"id": "trip:6543504",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007330"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007450"
},
"departure": {
"time": "1772007450"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007541"
},
"departure": {
"time": "1772007541"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007694"
},
"departure": {
"time": "1772007694"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007770"
},
"departure": {
"time": "1772007770"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007928"
},
"departure": {
"time": "1772007928"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008007"
},
"departure": {
"time": "1772008007"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008080"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6543504"
}
}
},
{
"id": "trip:6543458",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008140"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008222"
},
"departure": {
"time": "1772008222"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008308"
},
"departure": {
"time": "1772008308"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008480"
},
"departure": {
"time": "1772008480"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008557"
},
"departure": {
"time": "1772008557"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008709"
},
"departure": {
"time": "1772008709"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008950"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543458"
}
}
},
{
"id": "trip:6257933",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006071"
},
"departure": {
"time": "1772006102"
},
"stopId": "POLYTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772006147"
},
"departure": {
"time": "1772006147"
},
"stopId": "CITEUN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772006189"
},
"departure": {
"time": "1772006189"
},
"stopId": "RESTUN-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772006246"
},
"departure": {
"time": "1772006246"
},
"stopId": "I.U.T.-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772006406"
},
"departure": {
"time": "1772006406"
},
"stopId": "BBCAMT-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772006442"
},
"departure": {
"time": "1772006442"
},
"stopId": "LENOT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772006466"
},
"departure": {
"time": "1772006466"
},
"stopId": "MOREL-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772006494"
},
"departure": {
"time": "1772006494"
},
"stopId": "INRA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772006531"
},
"departure": {
"time": "1772006531"
},
"stopId": "GDPERI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772006562"
},
"departure": {
"time": "1772006562"
},
"stopId": "LANDRE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772006646"
},
"departure": {
"time": "1772006646"
},
"stopId": "BRGPAI-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772006669"
},
"departure": {
"time": "1772006669"
},
"stopId": "RODIN-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772006697"
},
"departure": {
"time": "1772006697"
},
"stopId": "GRANBE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772006733"
},
"departure": {
"time": "1772006733"
},
"stopId": "PROME-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772006773"
},
"departure": {
"time": "1772006773"
},
"stopId": "CERFEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772006830"
},
"departure": {
"time": "1772006830"
},
"stopId": "LASOUR-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772006883"
},
"departure": {
"time": "1772006883"
},
"stopId": "ROUAIR-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772006944"
},
"departure": {
"time": "1772006944"
},
"stopId": "VAURAG-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772006987"
},
"departure": {
"time": "1772006987"
},
"stopId": "PRIEUR-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772007023"
},
"departure": {
"time": "1772007023"
},
"stopId": "GRANPI-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772007047"
},
"departure": {
"time": "1772007047"
},
"stopId": "PINSON-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772007085"
},
"departure": {
"time": "1772007085"
},
"stopId": "FAUVET-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772007133"
},
"stopId": "BEAUCOUZ",
"stopSequence": 72
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257933"
}
}
},
{
"id": "trip:6541246",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008060"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008140"
},
"departure": {
"time": "1772008140"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008210"
},
"departure": {
"time": "1772008210"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008290"
},
"departure": {
"time": "1772008290"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008470"
},
"departure": {
"time": "1772008470"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008580"
},
"departure": {
"time": "1772008580"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008740"
},
"departure": {
"time": "1772008740"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008830"
},
"departure": {
"time": "1772008830"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008950"
},
"departure": {
"time": "1772008950"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009030"
},
"departure": {
"time": "1772009030"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009150"
},
"departure": {
"time": "1772009150"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009240"
},
"departure": {
"time": "1772009240"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009360"
},
"departure": {
"time": "1772009360"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009470"
},
"departure": {
"time": "1772009470"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009570"
},
"departure": {
"time": "1772009570"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009710"
},
"departure": {
"time": "1772009710"
},
"stopId": "1HARA",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541246"
}
}
},
{
"id": "trip:6258523",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006460"
},
"stopId": "BENE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006514"
},
"departure": {
"time": "1772006514"
},
"stopId": "JUIGDEP",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006546"
},
"departure": {
"time": "1772006546"
},
"stopId": "CAMPJUIG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006574"
},
"departure": {
"time": "1772006574"
},
"stopId": "RENOIR",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006602"
},
"departure": {
"time": "1772006602"
},
"stopId": "RECLAIR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006635"
},
"departure": {
"time": "1772006635"
},
"stopId": "DOMVATER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006874"
},
"departure": {
"time": "1772006874"
},
"stopId": "PISCMU-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006876"
},
"departure": {
"time": "1772006876"
},
"stopId": "PISCMUFF",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006947"
},
"departure": {
"time": "1772006947"
},
"stopId": "ANAFRAN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006640"
},
"departure": {
"time": "1772006640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006664"
},
"departure": {
"time": "1772006664"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTILL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006822"
},
"departure": {
"time": "1772006822"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOUD",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006857"
},
"departure": {
"time": "1772006857"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGUY",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006878"
},
"departure": {
"time": "1772006878"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JUI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006910"
},
"departure": {
"time": "1772006910"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAUVO",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007007"
},
"departure": {
"time": "1772007007"
},
"stopId": "ZOLA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007064"
},
"departure": {
"time": "1772007064"
},
"stopId": "BELAIR",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007124"
},
"departure": {
"time": "1772007124"
},
"stopId": "ESPMONTR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007193"
},
"departure": {
"time": "1772007193"
},
"stopId": "PLATFLEU",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007256"
},
"departure": {
"time": "1772007256"
},
"stopId": "JEHUEZ",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007307"
},
"departure": {
"time": "1772007307"
},
"stopId": "MASTELLE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007346"
},
"departure": {
"time": "1772007346"
},
"stopId": "AVENEURO",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007364"
},
"departure": {
"time": "1772007364"
},
"stopId": "DANEMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007420"
},
"departure": {
"time": "1772007420"
},
"stopId": "ALLEMAGN",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007452"
},
"departure": {
"time": "1772007452"
},
"stopId": "ITALIE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007488"
},
"departure": {
"time": "1772007488"
},
"stopId": "IRLANDE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007537"
},
"departure": {
"time": "1772007537"
},
"stopId": "AUTRICH",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007556"
},
"departure": {
"time": "1772007556"
},
"stopId": "PLOTTIER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007607"
},
"departure": {
"time": "1772007607"
},
"stopId": "CCADEA",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007633"
},
"departure": {
"time": "1772007633"
},
"stopId": "AUCHAN",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007787"
},
"departure": {
"time": "1772007787"
},
"stopId": "AARDBUS",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007831"
},
"departure": {
"time": "1772007831"
},
"stopId": "POIVRE",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007871"
},
"departure": {
"time": "1772007871"
},
"stopId": "BONPLAND",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007917"
},
"departure": {
"time": "1772007917"
},
"stopId": "LEPRE",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007967"
},
"departure": {
"time": "1772007967"
},
"stopId": "SALET-AR",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007999"
},
"departure": {
"time": "1772007999"
},
"stopId": "RIPOLLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008050"
},
"departure": {
"time": "1772008050"
},
"stopId": "PEGARDE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008097"
},
"departure": {
"time": "1772008097"
},
"stopId": "CIAVRILL",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008147"
},
"departure": {
"time": "1772008147"
},
"stopId": "MAIRAVR",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008190"
},
"departure": {
"time": "1772008190"
},
"stopId": "MAUFINE",
"stopSequence": 39
},
{
"arrival": {
"time": "1772008252"
},
"departure": {
"time": "1772008252"
},
"stopId": "DELAUNE",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008291"
},
"departure": {
"time": "1772008291"
},
"stopId": "BEURRIER",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008359"
},
"departure": {
"time": "1772008359"
},
"stopId": "BRASSENS",
"stopSequence": 42
},
{
"arrival": {
"time": "1772008408"
},
"departure": {
"time": "1772008408"
},
"stopId": "RONDE",
"stopSequence": 43
},
{
"arrival": {
"time": "1772008451"
},
"departure": {
"time": "1772008451"
},
"stopId": "PLAMAY",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008507"
},
"departure": {
"time": "1772008507"
},
"stopId": "KENNEDY",
"stopSequence": 45
},
{
"arrival": {
"time": "1772008558"
},
"departure": {
"time": "1772008558"
},
"stopId": "ECHMAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008636"
},
"departure": {
"time": "1772008636"
},
"stopId": "LIZE07",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008674"
},
"departure": {
"time": "1772008674"
},
"stopId": "GASNIER",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008731"
},
"departure": {
"time": "1772008731"
},
"stopId": "GOURONNI",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008803"
},
"departure": {
"time": "1772008803"
},
"stopId": "CLOUET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008836"
},
"departure": {
"time": "1772008836"
},
"stopId": "BICHLAZA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008867"
},
"departure": {
"time": "1772008867"
},
"stopId": "DESCAZEA",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008935"
},
"departure": {
"time": "1772008935"
},
"stopId": "MONPROFI",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008954"
},
"departure": {
"time": "1772008954"
},
"stopId": "DUMESNIL",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008993"
},
"departure": {
"time": "1772008993"
},
"stopId": "LEQUAI",
"stopSequence": 55
},
{
"arrival": {
"time": "1772009133"
},
"departure": {
"time": "1772009133"
},
"stopId": "CHDARR",
"stopSequence": 56
},
{
"arrival": {
"time": "1772008911"
},
"departure": {
"time": "1772008911"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 58
},
{
"arrival": {
"time": "1772009040"
},
"departure": {
"time": "1772009040"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURPOI",
"stopSequence": 59
},
{
"arrival": {
"time": "1772009105"
},
"departure": {
"time": "1772009105"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBLIQ",
"stopSequence": 60
},
{
"arrival": {
"time": "1772009160"
},
"departure": {
"time": "1772009160"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICRO-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772009216"
},
"departure": {
"time": "1772009216"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772009162"
},
"departure": {
"time": "1772009162"
},
"stopId": "CCI",
"stopSequence": 63
},
{
"arrival": {
"time": "1772009234"
},
"departure": {
"time": "1772009400"
},
"stopId": "LICES-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772009580"
},
"departure": {
"time": "1772009580"
},
"stopId": "ANLERO-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772009663"
},
"departure": {
"time": "1772009663"
},
"stopId": "MICHEL-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772009717"
},
"departure": {
"time": "1772009717"
},
"stopId": "BOURGO-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772009762"
},
"departure": {
"time": "1772009762"
},
"stopId": "VOLNEY-E",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258523"
}
}
},
{
"id": "trip:6541242",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006125"
},
"departure": {
"time": "1772006125"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006174"
},
"departure": {
"time": "1772006174"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006264"
},
"departure": {
"time": "1772006264"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006374"
},
"departure": {
"time": "1772006374"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006534"
},
"departure": {
"time": "1772006534"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006624"
},
"departure": {
"time": "1772006624"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006744"
},
"departure": {
"time": "1772006744"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006824"
},
"departure": {
"time": "1772006824"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006944"
},
"departure": {
"time": "1772006944"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007034"
},
"departure": {
"time": "1772007034"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007154"
},
"departure": {
"time": "1772007154"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007264"
},
"departure": {
"time": "1772007264"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007364"
},
"departure": {
"time": "1772007364"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007434"
},
"departure": {
"time": "1772007434"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007504"
},
"departure": {
"time": "1772007504"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007614"
},
"departure": {
"time": "1772007614"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007704"
},
"departure": {
"time": "1772007704"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007804"
},
"departure": {
"time": "1772007804"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007904"
},
"departure": {
"time": "1772007904"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008014"
},
"departure": {
"time": "1772008014"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008124"
},
"departure": {
"time": "1772008124"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008244"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541242"
}
}
},
{
"id": "trip:6258249",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772008808"
},
"departure": {
"time": "1772008808"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008858"
},
"departure": {
"time": "1772008858"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008911"
},
"departure": {
"time": "1772008911"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008979"
},
"departure": {
"time": "1772008979"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009045"
},
"departure": {
"time": "1772009045"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009089"
},
"departure": {
"time": "1772009089"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009157"
},
"departure": {
"time": "1772009157"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009216"
},
"departure": {
"time": "1772009216"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009340"
},
"departure": {
"time": "1772009340"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009395"
},
"departure": {
"time": "1772009395"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009467"
},
"departure": {
"time": "1772009467"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009525"
},
"departure": {
"time": "1772009525"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009626"
},
"departure": {
"time": "1772009626"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009708"
},
"departure": {
"time": "1772009708"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009760"
},
"departure": {
"time": "1772009760"
},
"stopId": "SABLONS",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258249"
}
}
},
{
"id": "trip:6540932",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008770"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008890"
},
"departure": {
"time": "1772008890"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009000"
},
"departure": {
"time": "1772009000"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009120"
},
"departure": {
"time": "1772009120"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009230"
},
"departure": {
"time": "1772009230"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009320"
},
"departure": {
"time": "1772009320"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009420"
},
"departure": {
"time": "1772009420"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009520"
},
"departure": {
"time": "1772009520"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009580"
},
"departure": {
"time": "1772009580"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009680"
},
"departure": {
"time": "1772009680"
},
"stopId": "2HDVA",
"stopSequence": 9
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540932"
}
}
},
{
"id": "trip:6257498",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009520"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009632"
},
"departure": {
"time": "1772009632"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009700"
},
"departure": {
"time": "1772009700"
},
"stopId": "GUILLEB.",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009729"
},
"departure": {
"time": "1772009729"
},
"stopId": "RONCIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009762"
},
"departure": {
"time": "1772009762"
},
"stopId": "JEROST-E",
"stopSequence": 4
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257498"
}
}
},
{
"id": "trip:6544431",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006113"
},
"departure": {
"time": "1772006113"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544431"
}
}
},
{
"id": "trip:6258629",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006940"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006969"
},
"departure": {
"time": "1772006969"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007020"
},
"departure": {
"time": "1772007020"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007086"
},
"departure": {
"time": "1772007086"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007157"
},
"departure": {
"time": "1772007157"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007246"
},
"departure": {
"time": "1772007246"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007317"
},
"departure": {
"time": "1772007317"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007449"
},
"departure": {
"time": "1772007449"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007548"
},
"departure": {
"time": "1772007548"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007180"
},
"departure": {
"time": "1772007180"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007268"
},
"departure": {
"time": "1772007268"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007307"
},
"departure": {
"time": "1772007307"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007355"
},
"departure": {
"time": "1772007355"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007408"
},
"departure": {
"time": "1772007408"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007467"
},
"departure": {
"time": "1772007467"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007573"
},
"departure": {
"time": "1772007573"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007640"
},
"departure": {
"time": "1772007640"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007725"
},
"departure": {
"time": "1772007725"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007764"
},
"departure": {
"time": "1772007764"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007830"
},
"departure": {
"time": "1772007830"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007880"
},
"departure": {
"time": "1772007880"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007958"
},
"departure": {
"time": "1772007958"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008052"
},
"departure": {
"time": "1772008052"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008119"
},
"departure": {
"time": "1772008119"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008172"
},
"departure": {
"time": "1772008172"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008226"
},
"departure": {
"time": "1772008226"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008318"
},
"departure": {
"time": "1772008318"
},
"stopId": "ECLATERI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008424"
},
"departure": {
"time": "1772008424"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008462"
},
"departure": {
"time": "1772008462"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008533"
},
"departure": {
"time": "1772008533"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008601"
},
"departure": {
"time": "1772008601"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008646"
},
"departure": {
"time": "1772008646"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008724"
},
"departure": {
"time": "1772008724"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008783"
},
"departure": {
"time": "1772008783"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008833"
},
"departure": {
"time": "1772008833"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008946"
},
"departure": {
"time": "1772008946"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009002"
},
"departure": {
"time": "1772009002"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009076"
},
"departure": {
"time": "1772009076"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009156"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258629"
}
}
},
{
"id": "trip:6258693",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007840"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007869"
},
"departure": {
"time": "1772007869"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007920"
},
"departure": {
"time": "1772007920"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007986"
},
"departure": {
"time": "1772007986"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008057"
},
"departure": {
"time": "1772008057"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008146"
},
"departure": {
"time": "1772008146"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008217"
},
"departure": {
"time": "1772008217"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008349"
},
"departure": {
"time": "1772008349"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008448"
},
"departure": {
"time": "1772008448"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008168"
},
"departure": {
"time": "1772008168"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008207"
},
"departure": {
"time": "1772008207"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008255"
},
"departure": {
"time": "1772008255"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008308"
},
"departure": {
"time": "1772008308"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008367"
},
"departure": {
"time": "1772008367"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008473"
},
"departure": {
"time": "1772008473"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008514"
},
"departure": {
"time": "1772008514"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008599"
},
"departure": {
"time": "1772008599"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008638"
},
"departure": {
"time": "1772008638"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008704"
},
"departure": {
"time": "1772008704"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008754"
},
"departure": {
"time": "1772008754"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008832"
},
"departure": {
"time": "1772008832"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008926"
},
"departure": {
"time": "1772008926"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008994"
},
"departure": {
"time": "1772008994"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009047"
},
"departure": {
"time": "1772009047"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009101"
},
"departure": {
"time": "1772009101"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009193"
},
"departure": {
"time": "1772009193"
},
"stopId": "ECLATERI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009299"
},
"departure": {
"time": "1772009299"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009337"
},
"departure": {
"time": "1772009337"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772009408"
},
"departure": {
"time": "1772009408"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772009476"
},
"departure": {
"time": "1772009476"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772009521"
},
"departure": {
"time": "1772009521"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772009599"
},
"departure": {
"time": "1772009599"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009658"
},
"departure": {
"time": "1772009658"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009708"
},
"departure": {
"time": "1772009708"
},
"stopId": "ANLEROY",
"stopSequence": 34
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258693"
}
}
},
{
"id": "trip:6259989",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007180"
},
"stopId": "LATOLL",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007237"
},
"departure": {
"time": "1772007237"
},
"stopId": "ECHATS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007278"
},
"departure": {
"time": "1772007278"
},
"stopId": "CITRONNL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007325"
},
"departure": {
"time": "1772007325"
},
"stopId": "MONOD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007360"
},
"departure": {
"time": "1772007360"
},
"stopId": "CERFEUIL",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007421"
},
"departure": {
"time": "1772007421"
},
"stopId": "PROMENIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007462"
},
"departure": {
"time": "1772007462"
},
"stopId": "GRANBELL",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007502"
},
"departure": {
"time": "1772007502"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"stopId": "BRGPAILL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007622"
},
"departure": {
"time": "1772007622"
},
"stopId": "LANDREAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007654"
},
"departure": {
"time": "1772007654"
},
"stopId": "GDPERIGN",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007694"
},
"departure": {
"time": "1772007694"
},
"stopId": "INRA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "MOREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007780"
},
"departure": {
"time": "1772007780"
},
"stopId": "DARWIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "CNFPT-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008410"
},
"departure": {
"time": "1772008410"
},
"stopId": "EBLE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008472"
},
"departure": {
"time": "1772008472"
},
"stopId": "GENIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008549"
},
"departure": {
"time": "1772008549"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008583"
},
"departure": {
"time": "1772008583"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008644"
},
"departure": {
"time": "1772008644"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008683"
},
"departure": {
"time": "1772008683"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008200"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008271"
},
"departure": {
"time": "1772008271"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008349"
},
"departure": {
"time": "1772008349"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008723"
},
"stopId": "GAREPAPI",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6259989"
}
}
},
{
"id": "trip:6257674",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006760"
},
"stopId": "TRELGARE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006803"
},
"departure": {
"time": "1772006803"
},
"stopId": "MALEMBAR",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006856"
},
"departure": {
"time": "1772006856"
},
"stopId": "DEGAULLE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006898"
},
"departure": {
"time": "1772006898"
},
"stopId": "BAHONNEA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007000"
},
"departure": {
"time": "1772007000"
},
"stopId": "SLEZIND",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007062"
},
"departure": {
"time": "1772007062"
},
"stopId": "GENTRIC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007133"
},
"departure": {
"time": "1772007133"
},
"stopId": "DAUTEL",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007153"
},
"departure": {
"time": "1772007153"
},
"stopId": "BUISSON",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007194"
},
"departure": {
"time": "1772007194"
},
"stopId": "PYRAM02",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"stopId": "MORLONG",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007267"
},
"departure": {
"time": "1772007267"
},
"stopId": "BOURSE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007304"
},
"departure": {
"time": "1772007304"
},
"stopId": "RIOTTEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007335"
},
"departure": {
"time": "1772007335"
},
"stopId": "ALLUMETT",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007376"
},
"departure": {
"time": "1772007376"
},
"stopId": "DAGUERRE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007415"
},
"departure": {
"time": "1772007415"
},
"stopId": "LEOLAGRA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007462"
},
"departure": {
"time": "1772007462"
},
"stopId": "VDLOIRE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007555"
},
"departure": {
"time": "1772007555"
},
"stopId": "ECLATERI",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007480"
},
"departure": {
"time": "1772007480"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007544"
},
"departure": {
"time": "1772007544"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007634"
},
"departure": {
"time": "1772007634"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007717"
},
"departure": {
"time": "1772007717"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007667"
},
"departure": {
"time": "1772007667"
},
"stopId": "JUSTICES",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007710"
},
"departure": {
"time": "1772007710"
},
"stopId": "DELACROI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007789"
},
"departure": {
"time": "1772007789"
},
"stopId": "SAUMUROI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007886"
},
"departure": {
"time": "1772007886"
},
"stopId": "INTERMIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007957"
},
"departure": {
"time": "1772007957"
},
"stopId": "HAUTPRES",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008013"
},
"departure": {
"time": "1772008013"
},
"stopId": "DELATTRE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008072"
},
"departure": {
"time": "1772008072"
},
"stopId": "MORELLIE",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008113"
},
"departure": {
"time": "1772008113"
},
"stopId": "LORETTE",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008156"
},
"departure": {
"time": "1772008156"
},
"stopId": "BEAUVAL",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008209"
},
"departure": {
"time": "1772008209"
},
"stopId": "LETANDUE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008313"
},
"departure": {
"time": "1772008313"
},
"stopId": "STRASBOU",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008376"
},
"departure": {
"time": "1772008376"
},
"stopId": "FREMUR",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008429"
},
"departure": {
"time": "1772008429"
},
"stopId": "VAUBAN",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008462"
},
"departure": {
"time": "1772008462"
},
"stopId": "POIREL",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008522"
},
"departure": {
"time": "1772008522"
},
"stopId": "PONTNOIR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "SEMARD",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008606"
},
"departure": {
"time": "1772008606"
},
"stopId": "GARETERM",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008864"
},
"departure": {
"time": "1772008864"
},
"stopId": "HARAS",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008935"
},
"departure": {
"time": "1772008935"
},
"stopId": "STAUBIN",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009028"
},
"departure": {
"time": "1772009220"
},
"stopId": "LORRAIN1",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009352"
},
"departure": {
"time": "1772009352"
},
"stopId": "MENDES-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009436"
},
"departure": {
"time": "1772009436"
},
"stopId": "SAVARY-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009471"
},
"departure": {
"time": "1772009471"
},
"stopId": "MUSSET-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009547"
},
"departure": {
"time": "1772009547"
},
"stopId": "LUTIN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009589"
},
"departure": {
"time": "1772009589"
},
"stopId": "MACE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009616"
},
"departure": {
"time": "1772009616"
},
"stopId": "DESJAR-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009720"
},
"departure": {
"time": "1772009720"
},
"stopId": "ALDUNA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009487"
},
"departure": {
"time": "1772009487"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 51
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257674"
}
}
},
{
"id": "trip:6259990",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008860"
},
"stopId": "LATOLL",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008917"
},
"departure": {
"time": "1772008917"
},
"stopId": "ECHATS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008958"
},
"departure": {
"time": "1772008958"
},
"stopId": "CITRONNL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009005"
},
"departure": {
"time": "1772009005"
},
"stopId": "MONOD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009040"
},
"departure": {
"time": "1772009040"
},
"stopId": "CERFEUIL",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009101"
},
"departure": {
"time": "1772009101"
},
"stopId": "PROMENIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009142"
},
"departure": {
"time": "1772009142"
},
"stopId": "GRANBELL",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009182"
},
"departure": {
"time": "1772009182"
},
"stopId": "RODIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009220"
},
"departure": {
"time": "1772009220"
},
"stopId": "BRGPAILL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009302"
},
"departure": {
"time": "1772009302"
},
"stopId": "LANDREAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009334"
},
"departure": {
"time": "1772009334"
},
"stopId": "GDPERIGN",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009374"
},
"departure": {
"time": "1772009374"
},
"stopId": "INRA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "MOREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009460"
},
"departure": {
"time": "1772009460"
},
"stopId": "DARWIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009580"
},
"departure": {
"time": "1772009580"
},
"stopId": "CNFPT-E",
"stopSequence": 14
}
],
"trip": {
"directionId": 0,
"routeId": "20",
"tripId": "6259990"
}
}
},
{
"id": "trip:6258645",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007060"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007134"
},
"departure": {
"time": "1772007134"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007169"
},
"departure": {
"time": "1772007169"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007300"
},
"departure": {
"time": "1772007300"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007380"
},
"departure": {
"time": "1772007380"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007431"
},
"departure": {
"time": "1772007431"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007474"
},
"departure": {
"time": "1772007474"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007529"
},
"departure": {
"time": "1772007529"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007600"
},
"departure": {
"time": "1772007600"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007649"
},
"departure": {
"time": "1772007649"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007690"
},
"departure": {
"time": "1772007690"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007774"
},
"departure": {
"time": "1772007774"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007860"
},
"departure": {
"time": "1772007860"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007937"
},
"departure": {
"time": "1772007937"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008018"
},
"departure": {
"time": "1772008018"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008090"
},
"departure": {
"time": "1772008090"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008167"
},
"departure": {
"time": "1772008167"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008210"
},
"departure": {
"time": "1772008210"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008272"
},
"departure": {
"time": "1772008272"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008305"
},
"departure": {
"time": "1772008305"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008373"
},
"departure": {
"time": "1772008373"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008440"
},
"departure": {
"time": "1772008440"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008476"
},
"departure": {
"time": "1772008476"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008580"
},
"departure": {
"time": "1772008580"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008705"
},
"departure": {
"time": "1772008705"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008773"
},
"departure": {
"time": "1772008773"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008847"
},
"departure": {
"time": "1772008847"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008518"
},
"departure": {
"time": "1772008518"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008581"
},
"departure": {
"time": "1772008581"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008643"
},
"departure": {
"time": "1772008643"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008686"
},
"departure": {
"time": "1772008686"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008722"
},
"departure": {
"time": "1772008722"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008880"
},
"departure": {
"time": "1772008880"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009005"
},
"departure": {
"time": "1772009005"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009050"
},
"departure": {
"time": "1772009050"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009095"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258645"
}
}
},
{
"id": "trip:6543503",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006790"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006910"
},
"departure": {
"time": "1772006910"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007001"
},
"departure": {
"time": "1772007001"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007154"
},
"departure": {
"time": "1772007154"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007230"
},
"departure": {
"time": "1772007230"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007388"
},
"departure": {
"time": "1772007388"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007467"
},
"departure": {
"time": "1772007467"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007540"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6543503"
}
}
},
{
"id": "trip:6054020",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006080"
},
"departure": {
"time": "1772006080"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006111"
},
"departure": {
"time": "1772006111"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RANGEARD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006133"
},
"departure": {
"time": "1772006133"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAPOINTE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006173"
},
"departure": {
"time": "1772006173"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTLAIT",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006212"
},
"departure": {
"time": "1772006212"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GAREBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006249"
},
"departure": {
"time": "1772006249"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMPBOUC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006074"
},
"departure": {
"time": "1772006074"
},
"stopId": "BOUCHEM",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006128"
},
"departure": {
"time": "1772006128"
},
"stopId": "CHEVRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006165"
},
"departure": {
"time": "1772006165"
},
"stopId": "PETPORT",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006249"
},
"departure": {
"time": "1772006249"
},
"stopId": "HAUBOUCH",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006314"
},
"departure": {
"time": "1772006314"
},
"stopId": "ARTAUD",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006375"
},
"departure": {
"time": "1772006375"
},
"stopId": "PIVERDIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006437"
},
"departure": {
"time": "1772006437"
},
"stopId": "CHATAIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006475"
},
"departure": {
"time": "1772006475"
},
"stopId": "CLOSVI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006505"
},
"departure": {
"time": "1772006505"
},
"stopId": "VALMAI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006576"
},
"departure": {
"time": "1772006576"
},
"stopId": "PETVIVIE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006652"
},
"departure": {
"time": "1772006652"
},
"stopId": "PRUNIERS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006686"
},
"departure": {
"time": "1772006686"
},
"stopId": "CROISETT",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006791"
},
"departure": {
"time": "1772006791"
},
"stopId": "CAMLACMA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006837"
},
"departure": {
"time": "1772006837"
},
"stopId": "LACDMAIN",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006883"
},
"departure": {
"time": "1772006883"
},
"stopId": "MAISENVI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"stopId": "GDMAINE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007451"
},
"departure": {
"time": "1772007451"
},
"stopId": "EBLE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007513"
},
"departure": {
"time": "1772007513"
},
"stopId": "GENIE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007590"
},
"departure": {
"time": "1772007590"
},
"stopId": "VAUBAN",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007624"
},
"departure": {
"time": "1772007624"
},
"stopId": "POIREL",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007685"
},
"departure": {
"time": "1772007685"
},
"stopId": "PONTNOIR",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007724"
},
"departure": {
"time": "1772007724"
},
"stopId": "SEMARD",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007520"
},
"departure": {
"time": "1772007520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007544"
},
"departure": {
"time": "1772007544"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007570"
},
"departure": {
"time": "1772007570"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007749"
},
"stopId": "GAREPAPI",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "22",
"tripId": "6054020"
}
}
},
{
"id": "trip:6257710",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006056"
},
"departure": {
"time": "1772006056"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006085"
},
"departure": {
"time": "1772006116"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006146"
},
"departure": {
"time": "1772006146"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006160"
},
"departure": {
"time": "1772006160"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006217"
},
"departure": {
"time": "1772006217"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006253"
},
"departure": {
"time": "1772006253"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006294"
},
"departure": {
"time": "1772006294"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006359"
},
"departure": {
"time": "1772006359"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006414"
},
"departure": {
"time": "1772006414"
},
"stopId": "MAISLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006452"
},
"departure": {
"time": "1772006452"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006520"
},
"departure": {
"time": "1772006520"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006994"
},
"departure": {
"time": "1772006994"
},
"stopId": "EBLE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007056"
},
"departure": {
"time": "1772007056"
},
"stopId": "GENIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007133"
},
"departure": {
"time": "1772007133"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007167"
},
"departure": {
"time": "1772007167"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007228"
},
"departure": {
"time": "1772007228"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007267"
},
"departure": {
"time": "1772007267"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006820"
},
"departure": {
"time": "1772006820"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006873"
},
"departure": {
"time": "1772006873"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006931"
},
"departure": {
"time": "1772006931"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007322"
},
"departure": {
"time": "1772007322"
},
"stopId": "GARETERM",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007366"
},
"departure": {
"time": "1772007366"
},
"stopId": "LESGARES",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007488"
},
"departure": {
"time": "1772007488"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007559"
},
"departure": {
"time": "1772007559"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007660"
},
"departure": {
"time": "1772007660"
},
"stopId": "LOR-FO-A",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007821"
},
"departure": {
"time": "1772007821"
},
"stopId": "MENDES-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007960"
},
"departure": {
"time": "1772007960"
},
"stopId": "SAVARY-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007997"
},
"departure": {
"time": "1772007997"
},
"stopId": "MUSSET-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008076"
},
"departure": {
"time": "1772008076"
},
"stopId": "LUTIN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008120"
},
"departure": {
"time": "1772008120"
},
"stopId": "MACE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008149"
},
"departure": {
"time": "1772008149"
},
"stopId": "DESJAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008200"
},
"stopId": "BRISEP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008284"
},
"departure": {
"time": "1772008284"
},
"stopId": "MIMOSA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008326"
},
"departure": {
"time": "1772008326"
},
"stopId": "CHATEN-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008419"
},
"departure": {
"time": "1772008419"
},
"stopId": "SOLELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008453"
},
"departure": {
"time": "1772008453"
},
"stopId": "SEPSON-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772008500"
},
"departure": {
"time": "1772008500"
},
"stopId": "BANCST-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008601"
},
"departure": {
"time": "1772008601"
},
"stopId": "RTEPAR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008615"
},
"departure": {
"time": "1772008615"
},
"stopId": "PROVIN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772008717"
},
"stopId": "PARCEX-E",
"stopSequence": 43
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257710"
}
}
},
{
"id": "trip:6258257",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006054"
},
"departure": {
"time": "1772006071"
},
"stopId": "BELPOU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772006099"
},
"departure": {
"time": "1772006130"
},
"stopId": "PONTSC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772006236"
},
"departure": {
"time": "1772006236"
},
"stopId": "LOIRE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772006271"
},
"departure": {
"time": "1772006271"
},
"stopId": "DUBE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772006317"
},
"departure": {
"time": "1772006317"
},
"stopId": "LOUET-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772006358"
},
"departure": {
"time": "1772006358"
},
"stopId": "BOSQUE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772006408"
},
"departure": {
"time": "1772006408"
},
"stopId": "CHAERI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772006454"
},
"departure": {
"time": "1772006454"
},
"stopId": "FONTE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772006508"
},
"departure": {
"time": "1772006508"
},
"stopId": "ERIGNE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772006525"
},
"stopId": "SOLAND",
"stopSequence": 58
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258257"
}
}
},
{
"id": "trip:4054D",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006056"
},
"departure": {
"time": "1772006063"
},
"stopId": "BUISBELL",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006086"
},
"departure": {
"time": "1772006095"
},
"stopId": "BRAIBOIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006120"
},
"departure": {
"time": "1772006120"
},
"stopId": "BRAINNAR",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006054"
},
"departure": {
"time": "1772006062"
},
"stopId": "GENTRIC",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006146"
},
"departure": {
"time": "1772006158"
},
"stopId": "MALAQUAI",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006280"
},
"departure": {
"time": "1772006280"
},
"stopId": "FRESNAIE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006703"
},
"departure": {
"time": "1772006703"
},
"stopId": "JUSTICES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006820"
},
"departure": {
"time": "1772006820"
},
"stopId": "MILLOT.",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007202"
},
"departure": {
"time": "1772007202"
},
"stopId": "ANLEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007302"
},
"departure": {
"time": "1772007302"
},
"stopId": "PATNOIRE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"stopId": "GROESPLA",
"stopSequence": 23
}
],
"trip": {
"directionId": 0,
"routeId": "40",
"tripId": "4054D"
}
}
},
{
"id": "trip:6258300",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007420"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007468"
},
"departure": {
"time": "1772007468"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007518"
},
"departure": {
"time": "1772007518"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007586"
},
"departure": {
"time": "1772007586"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007645"
},
"departure": {
"time": "1772007645"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007673"
},
"departure": {
"time": "1772007673"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007763"
},
"departure": {
"time": "1772007763"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007825"
},
"departure": {
"time": "1772007825"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007864"
},
"departure": {
"time": "1772007864"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007931"
},
"departure": {
"time": "1772007931"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007984"
},
"departure": {
"time": "1772007984"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008021"
},
"departure": {
"time": "1772008021"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008046"
},
"departure": {
"time": "1772008046"
},
"stopId": "MAISDANS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008086"
},
"departure": {
"time": "1772008086"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDMON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008140"
},
"departure": {
"time": "1772008140"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQUE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008190"
},
"departure": {
"time": "1772008190"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008193"
},
"departure": {
"time": "1772008193"
},
"stopId": "MEIGNANN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008272"
},
"departure": {
"time": "1772008272"
},
"stopId": "REVERIES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008342"
},
"departure": {
"time": "1772008342"
},
"stopId": "ROCEPINE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008383"
},
"departure": {
"time": "1772008383"
},
"stopId": "PARCGARE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008437"
},
"departure": {
"time": "1772008437"
},
"stopId": "LABRUYER",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008499"
},
"departure": {
"time": "1772008499"
},
"stopId": "RASPAIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008548"
},
"departure": {
"time": "1772008548"
},
"stopId": "MONPR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008370"
},
"departure": {
"time": "1772008370"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008475"
},
"departure": {
"time": "1772008475"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUEST",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008524"
},
"departure": {
"time": "1772008524"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLEMENCE",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008597"
},
"departure": {
"time": "1772008597"
},
"stopId": "DESCAZ-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008654"
},
"departure": {
"time": "1772008654"
},
"stopId": "BICHDAVI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008736"
},
"departure": {
"time": "1772008736"
},
"stopId": "HOTDIEU",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008777"
},
"departure": {
"time": "1772008777"
},
"stopId": "ROCHEFOU",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008952"
},
"departure": {
"time": "1772008952"
},
"stopId": "STSERGEU",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009243"
},
"departure": {
"time": "1772009243"
},
"stopId": "MENDESFR",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009380"
},
"departure": {
"time": "1772009400"
},
"stopId": "FO-LOR-R",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009474"
},
"departure": {
"time": "1772009474"
},
"stopId": "STAUBI-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009509"
},
"departure": {
"time": "1772009509"
},
"stopId": "HARAS-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"stopId": "ANLERO-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009713"
},
"departure": {
"time": "1772009713"
},
"stopId": "RABELA-E",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258300"
}
}
},
{
"id": "trip:6053034",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006068"
},
"departure": {
"time": "1772006103"
},
"stopId": "SSYMAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006123"
},
"departure": {
"time": "1772006123"
},
"stopId": "LECLSYLV",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006170"
},
"departure": {
"time": "1772006170"
},
"stopId": "FRANCAIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006230"
},
"departure": {
"time": "1772006230"
},
"stopId": "V.HUGO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006291"
},
"departure": {
"time": "1772006291"
},
"stopId": "ANBRUE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006345"
},
"departure": {
"time": "1772006345"
},
"stopId": "GAUGUI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006402"
},
"stopId": "STSYCHVE",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6053034"
}
}
},
{
"id": "trip:6257990",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006070"
},
"departure": {
"time": "1772006086"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006131"
},
"departure": {
"time": "1772006131"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006161"
},
"departure": {
"time": "1772006161"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006158"
},
"departure": {
"time": "1772006158"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006192"
},
"departure": {
"time": "1772006192"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006225"
},
"departure": {
"time": "1772006225"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006257"
},
"departure": {
"time": "1772006257"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006348"
},
"departure": {
"time": "1772006348"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006384"
},
"departure": {
"time": "1772006384"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006428"
},
"departure": {
"time": "1772006428"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006457"
},
"departure": {
"time": "1772006457"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006491"
},
"departure": {
"time": "1772006491"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006527"
},
"departure": {
"time": "1772006527"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006642"
},
"departure": {
"time": "1772006642"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006692"
},
"departure": {
"time": "1772006692"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006767"
},
"departure": {
"time": "1772006767"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006817"
},
"departure": {
"time": "1772006817"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006878"
},
"departure": {
"time": "1772006878"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006944"
},
"departure": {
"time": "1772006944"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007007"
},
"departure": {
"time": "1772007007"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007104"
},
"departure": {
"time": "1772007104"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007207"
},
"departure": {
"time": "1772007207"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007303"
},
"departure": {
"time": "1772007303"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007372"
},
"departure": {
"time": "1772007372"
},
"stopId": "DUMESNIL",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007410"
},
"departure": {
"time": "1772007410"
},
"stopId": "LEQUAI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007180"
},
"departure": {
"time": "1772007180"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPROF.",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007282"
},
"departure": {
"time": "1772007282"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007352"
},
"departure": {
"time": "1772007352"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007420"
},
"departure": {
"time": "1772007420"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURMA",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007590"
},
"departure": {
"time": "1772007590"
},
"stopId": "CHDARR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007657"
},
"departure": {
"time": "1772007657"
},
"stopId": "ACADEMIE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007710"
},
"departure": {
"time": "1772007710"
},
"stopId": "GBREM-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007803"
},
"departure": {
"time": "1772007803"
},
"stopId": "GARETERM",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007849"
},
"departure": {
"time": "1772007849"
},
"stopId": "LESGARES",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007971"
},
"departure": {
"time": "1772007971"
},
"stopId": "HARAS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008052"
},
"departure": {
"time": "1772008052"
},
"stopId": "STAUBIN",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008102"
},
"departure": {
"time": "1772008200"
},
"stopId": "LOR-FO-A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772008253"
},
"departure": {
"time": "1772008253"
},
"stopId": "MAIL-HDV",
"stopSequence": 43
},
{
"arrival": {
"time": "1772008340"
},
"departure": {
"time": "1772008340"
},
"stopId": "SECUSO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"stopId": "STEXUP-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772008453"
},
"departure": {
"time": "1772008453"
},
"stopId": "GARDOT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008476"
},
"departure": {
"time": "1772008476"
},
"stopId": "MONTAI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008555"
},
"departure": {
"time": "1772008555"
},
"stopId": "CIMETI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008622"
},
"departure": {
"time": "1772008622"
},
"stopId": "AFPA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008665"
},
"departure": {
"time": "1772008665"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008711"
},
"departure": {
"time": "1772008711"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008858"
},
"departure": {
"time": "1772008858"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008912"
},
"departure": {
"time": "1772008912"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008982"
},
"departure": {
"time": "1772008982"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772009044"
},
"departure": {
"time": "1772009044"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772009104"
},
"departure": {
"time": "1772009104"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772009160"
},
"departure": {
"time": "1772009160"
},
"stopId": "STADE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772009211"
},
"departure": {
"time": "1772009211"
},
"stopId": "PELLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772009251"
},
"departure": {
"time": "1772009251"
},
"stopId": "CEEQUE-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772009292"
},
"departure": {
"time": "1772009292"
},
"stopId": "MORLIE-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772009360"
},
"departure": {
"time": "1772009360"
},
"stopId": "WALCOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "JAUDET-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772009489"
},
"departure": {
"time": "1772009489"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772009516"
},
"departure": {
"time": "1772009516"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772009539"
},
"departure": {
"time": "1772009539"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772009575"
},
"departure": {
"time": "1772009575"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772009640"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257990"
}
}
},
{
"id": "trip:6257798",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006056"
},
"departure": {
"time": "1772006088"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006117"
},
"departure": {
"time": "1772006133"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006147"
},
"departure": {
"time": "1772006147"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006181"
},
"departure": {
"time": "1772006181"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006285"
},
"departure": {
"time": "1772006285"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006334"
},
"departure": {
"time": "1772006334"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006522"
},
"departure": {
"time": "1772006522"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006682"
},
"departure": {
"time": "1772006820"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006907"
},
"departure": {
"time": "1772006907"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006949"
},
"departure": {
"time": "1772006949"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007060"
},
"departure": {
"time": "1772007060"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007147"
},
"departure": {
"time": "1772007147"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007204"
},
"departure": {
"time": "1772007204"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007600"
},
"departure": {
"time": "1772007600"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007634"
},
"departure": {
"time": "1772007634"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007671"
},
"departure": {
"time": "1772007671"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007729"
},
"departure": {
"time": "1772007729"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007765"
},
"departure": {
"time": "1772007765"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007800"
},
"departure": {
"time": "1772007800"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007844"
},
"departure": {
"time": "1772007844"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007929"
},
"departure": {
"time": "1772007929"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007995"
},
"departure": {
"time": "1772007995"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008028"
},
"departure": {
"time": "1772008028"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008200"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257798"
}
}
},
{
"id": "trip:6257424",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006700"
},
"stopId": "LORRAIN2",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006800"
},
"departure": {
"time": "1772006800"
},
"stopId": "MAIL-HDV",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006906"
},
"departure": {
"time": "1772006906"
},
"stopId": "CLEMOI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006992"
},
"departure": {
"time": "1772006992"
},
"stopId": "MAISAR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007060"
},
"departure": {
"time": "1772007060"
},
"stopId": "LAREVE-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007148"
},
"departure": {
"time": "1772007148"
},
"stopId": "MONTAIG",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007300"
},
"departure": {
"time": "1772007300"
},
"stopId": "COUPER-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007372"
},
"departure": {
"time": "1772007372"
},
"stopId": "MONTRJ-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007441"
},
"departure": {
"time": "1772007441"
},
"stopId": "CAMELIAS",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007509"
},
"departure": {
"time": "1772007509"
},
"stopId": "GATS-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007565"
},
"departure": {
"time": "1772007565"
},
"stopId": "MAISON-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007618"
},
"departure": {
"time": "1772007618"
},
"stopId": "COINTR-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "BOISRI-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007773"
},
"departure": {
"time": "1772007773"
},
"stopId": "CHANTR-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007820"
},
"departure": {
"time": "1772007820"
},
"stopId": "COLOM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007867"
},
"departure": {
"time": "1772007867"
},
"stopId": "HELBO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007960"
},
"stopId": "POLE49",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008140"
},
"stopId": "EXPO-ZI",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "11",
"tripId": "6257424"
}
}
},
{
"id": "trip:6258431",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006091"
},
"departure": {
"time": "1772006153"
},
"stopId": "MARAIS-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006231"
},
"departure": {
"time": "1772006231"
},
"stopId": "GASPALON",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006348"
},
"departure": {
"time": "1772006348"
},
"stopId": "VILSANTE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006385"
},
"departure": {
"time": "1772006385"
},
"stopId": "CORMIER",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006454"
},
"departure": {
"time": "1772006454"
},
"stopId": "STLEONAR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006483"
},
"departure": {
"time": "1772006483"
},
"stopId": "GERICAUL",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006528"
},
"departure": {
"time": "1772006528"
},
"stopId": "MONGAZON",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006562"
},
"departure": {
"time": "1772006562"
},
"stopId": "KOPA",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006619"
},
"departure": {
"time": "1772006619"
},
"stopId": "DESMAZ",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006669"
},
"departure": {
"time": "1772006669"
},
"stopId": "ANFRANCK",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006726"
},
"departure": {
"time": "1772006726"
},
"stopId": "STJOSEP",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006791"
},
"departure": {
"time": "1772006791"
},
"stopId": "PLDULYCE",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006880"
},
"departure": {
"time": "1772006880"
},
"stopId": "HMAI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006925"
},
"departure": {
"time": "1772006925"
},
"stopId": "FO-LOR-R",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007019"
},
"departure": {
"time": "1772007019"
},
"stopId": "STAUBI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007071"
},
"departure": {
"time": "1772007071"
},
"stopId": "HARAS-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007181"
},
"departure": {
"time": "1772007181"
},
"stopId": "LESGAR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007270"
},
"departure": {
"time": "1772007270"
},
"stopId": "SEMARD-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007309"
},
"departure": {
"time": "1772007309"
},
"stopId": "PONTNO-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007435"
},
"departure": {
"time": "1772007435"
},
"stopId": "POIREL-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007481"
},
"departure": {
"time": "1772007481"
},
"stopId": "VAUBAN-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007530"
},
"departure": {
"time": "1772007530"
},
"stopId": "FREMUR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007591"
},
"departure": {
"time": "1772007591"
},
"stopId": "STRASB-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007692"
},
"departure": {
"time": "1772007692"
},
"stopId": "LETAND-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007723"
},
"departure": {
"time": "1772007723"
},
"stopId": "BEDIER-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007756"
},
"departure": {
"time": "1772007756"
},
"stopId": "INTREP-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007787"
},
"departure": {
"time": "1772007787"
},
"stopId": "MTARDA-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007826"
},
"departure": {
"time": "1772007826"
},
"stopId": "AUBRY-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007877"
},
"departure": {
"time": "1772007877"
},
"stopId": "COSSE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007940"
},
"departure": {
"time": "1772007940"
},
"stopId": "HUTREA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007961"
},
"departure": {
"time": "1772007961"
},
"stopId": "JOLIVE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008016"
},
"departure": {
"time": "1772008016"
},
"stopId": "BELOEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008052"
},
"departure": {
"time": "1772008052"
},
"stopId": "RTEDAN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008098"
},
"departure": {
"time": "1772008098"
},
"stopId": "LESROS-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008171"
},
"departure": {
"time": "1772008171"
},
"stopId": "LOUPIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008237"
},
"departure": {
"time": "1772008237"
},
"stopId": "MASGEM-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008283"
},
"departure": {
"time": "1772008283"
},
"stopId": "HOSGEM-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008347"
},
"departure": {
"time": "1772008347"
},
"stopId": "CLOS9-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008394"
},
"departure": {
"time": "1772008394"
},
"stopId": "VANRIE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008448"
},
"departure": {
"time": "1772008448"
},
"stopId": "PORTSG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772008477"
},
"departure": {
"time": "1772008477"
},
"stopId": "LECHEN-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772008532"
},
"stopId": "ROMORNA",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258431"
}
}
},
{
"id": "trip:6258626",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009640"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009669"
},
"departure": {
"time": "1772009669"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009720"
},
"departure": {
"time": "1772009720"
},
"stopId": "FMAURIAC",
"stopSequence": 2
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258626"
}
}
},
{
"id": "trip:6052721",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006131"
},
"departure": {
"time": "1772006131"
},
"stopId": "HTDEMURS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006160"
},
"departure": {
"time": "1772006160"
},
"stopId": "LABUISSA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006204"
},
"departure": {
"time": "1772006204"
},
"stopId": "LECOTEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006301"
},
"departure": {
"time": "1772006301"
},
"stopId": "CARMET",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006391"
},
"departure": {
"time": "1772006391"
},
"stopId": "MURSHDV",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006427"
},
"departure": {
"time": "1772006427"
},
"stopId": "LEVESQUE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006515"
},
"departure": {
"time": "1772006515"
},
"stopId": "ERIGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006547"
},
"departure": {
"time": "1772006547"
},
"stopId": "SOLAND",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006591"
},
"departure": {
"time": "1772006591"
},
"stopId": "GDPRESSO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006632"
},
"departure": {
"time": "1772006632"
},
"stopId": "BARBOTER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006676"
},
"departure": {
"time": "1772006676"
},
"stopId": "FONTENE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006713"
},
"departure": {
"time": "1772006713"
},
"stopId": "BRISSAC",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007549"
},
"departure": {
"time": "1772007549"
},
"stopId": "GARDOT",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007603"
},
"departure": {
"time": "1772007603"
},
"stopId": "STEXUPER",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007663"
},
"departure": {
"time": "1772007663"
},
"stopId": "SECUSOCI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007791"
},
"stopId": "HDVSUB",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "23",
"tripId": "6052721"
}
}
},
{
"id": "trip:6053956",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007960"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008045"
},
"departure": {
"time": "1772008045"
},
"stopId": "CLEMOI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008322"
},
"departure": {
"time": "1772008322"
},
"stopId": "BRISEP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008440"
},
"departure": {
"time": "1772008440"
},
"stopId": "CHATEN-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "SEPSON-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008645"
},
"departure": {
"time": "1772008645"
},
"stopId": "RTEPAR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008706"
},
"departure": {
"time": "1772008706"
},
"stopId": "PROVIN-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"stopId": "PARCEX-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009067"
},
"departure": {
"time": "1772009067"
},
"stopId": "CARREA-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009100"
},
"departure": {
"time": "1772009100"
},
"stopId": "MILLAR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009134"
},
"departure": {
"time": "1772009134"
},
"stopId": "BASMOR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009180"
},
"departure": {
"time": "1772009180"
},
"stopId": "CHABLA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009219"
},
"departure": {
"time": "1772009219"
},
"stopId": "UNION-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "SSYMAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009361"
},
"departure": {
"time": "1772009361"
},
"stopId": "LECLSYLV",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009408"
},
"departure": {
"time": "1772009408"
},
"stopId": "FRANCAIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009468"
},
"departure": {
"time": "1772009468"
},
"stopId": "V.HUGO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009529"
},
"departure": {
"time": "1772009529"
},
"stopId": "ANBRUE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009583"
},
"departure": {
"time": "1772009583"
},
"stopId": "GAUGUI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009640"
},
"stopId": "STSYCHVE",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6053956"
}
}
},
{
"id": "trip:6257978",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006074"
},
"departure": {
"time": "1772006105"
},
"stopId": "STAUBIN",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006163"
},
"departure": {
"time": "1772006400"
},
"stopId": "LOR-FO-A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006453"
},
"departure": {
"time": "1772006453"
},
"stopId": "MAIL-HDV",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006540"
},
"departure": {
"time": "1772006540"
},
"stopId": "SECUSO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006580"
},
"departure": {
"time": "1772006580"
},
"stopId": "STEXUP-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006653"
},
"departure": {
"time": "1772006653"
},
"stopId": "GARDOT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772006676"
},
"departure": {
"time": "1772006676"
},
"stopId": "MONTAI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772006755"
},
"departure": {
"time": "1772006755"
},
"stopId": "CIMETI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772006822"
},
"departure": {
"time": "1772006822"
},
"stopId": "AFPA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772006865"
},
"departure": {
"time": "1772006865"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772006911"
},
"departure": {
"time": "1772006911"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007000"
},
"departure": {
"time": "1772007000"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007058"
},
"departure": {
"time": "1772007058"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007112"
},
"departure": {
"time": "1772007112"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772007182"
},
"departure": {
"time": "1772007182"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772007244"
},
"departure": {
"time": "1772007244"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772007304"
},
"departure": {
"time": "1772007304"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772007360"
},
"departure": {
"time": "1772007360"
},
"stopId": "STADE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772007411"
},
"departure": {
"time": "1772007411"
},
"stopId": "PELLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772007451"
},
"departure": {
"time": "1772007451"
},
"stopId": "CEEQUE-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772007492"
},
"departure": {
"time": "1772007492"
},
"stopId": "MORLIE-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772007560"
},
"departure": {
"time": "1772007560"
},
"stopId": "WALCOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772007600"
},
"departure": {
"time": "1772007600"
},
"stopId": "JAUDET-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772007689"
},
"departure": {
"time": "1772007689"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772007716"
},
"departure": {
"time": "1772007716"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772007739"
},
"departure": {
"time": "1772007739"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772007775"
},
"departure": {
"time": "1772007775"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772007840"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257978"
}
}
},
{
"id": "trip:6260121",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOPITAL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006525"
},
"departure": {
"time": "1772006525"
},
"stopId": "HRECULEE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006576"
},
"departure": {
"time": "1772006576"
},
"stopId": "FMEDECIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006661"
},
"departure": {
"time": "1772006661"
},
"stopId": "WJMO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006710"
},
"departure": {
"time": "1772006710"
},
"stopId": "ESEO",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006767"
},
"departure": {
"time": "1772006767"
},
"stopId": "CHARNASS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006838"
},
"departure": {
"time": "1772006838"
},
"stopId": "FRATER",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006893"
},
"departure": {
"time": "1772006893"
},
"stopId": "LECUIT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006976"
},
"departure": {
"time": "1772006976"
},
"stopId": "BLERIOT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007034"
},
"departure": {
"time": "1772007034"
},
"stopId": "BARRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007107"
},
"departure": {
"time": "1772007107"
},
"stopId": "STTERESE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007150"
},
"departure": {
"time": "1772007150"
},
"stopId": "BICHBICH",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007203"
},
"departure": {
"time": "1772007203"
},
"stopId": "DESCAZEA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007279"
},
"departure": {
"time": "1772007279"
},
"stopId": "MONPROFI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007359"
},
"departure": {
"time": "1772007359"
},
"stopId": "LEQUAI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007554"
},
"departure": {
"time": "1772007554"
},
"stopId": "FARCSJ-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007663"
},
"departure": {
"time": "1772007663"
},
"stopId": "MVIGNE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007745"
},
"departure": {
"time": "1772007745"
},
"stopId": "CHBBEI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007800"
},
"departure": {
"time": "1772007800"
},
"stopId": "BOISRA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007866"
},
"departure": {
"time": "1772007866"
},
"stopId": "NDAMLA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007929"
},
"departure": {
"time": "1772007929"
},
"stopId": "POLYTE-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007985"
},
"departure": {
"time": "1772007985"
},
"stopId": "CITEUN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008045"
},
"departure": {
"time": "1772008045"
},
"stopId": "BEAUSS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008130"
},
"departure": {
"time": "1772008130"
},
"stopId": "CNFPT-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008315"
},
"departure": {
"time": "1772008315"
},
"stopId": "JEMONNET",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008368"
},
"departure": {
"time": "1772008368"
},
"stopId": "MAISLA-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008405"
},
"departure": {
"time": "1772008405"
},
"stopId": "PERUSS-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008432"
},
"departure": {
"time": "1772008432"
},
"stopId": "MAISEN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008478"
},
"departure": {
"time": "1772008478"
},
"stopId": "LACDMA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008517"
},
"departure": {
"time": "1772008517"
},
"stopId": "CAMLAC-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008609"
},
"departure": {
"time": "1772008609"
},
"stopId": "CROISE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008636"
},
"departure": {
"time": "1772008636"
},
"stopId": "PRUNIE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008708"
},
"departure": {
"time": "1772008708"
},
"stopId": "PETVIV-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008765"
},
"departure": {
"time": "1772008765"
},
"stopId": "VALMAINE",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008805"
},
"departure": {
"time": "1772008805"
},
"stopId": "P-ANJO-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008884"
},
"departure": {
"time": "1772008884"
},
"stopId": "HARENC",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008942"
},
"departure": {
"time": "1772008942"
},
"stopId": "P-ANJOU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008994"
},
"departure": {
"time": "1772008994"
},
"stopId": "CLOSVIGN",
"stopSequence": 38
},
{
"arrival": {
"time": "1772009021"
},
"departure": {
"time": "1772009021"
},
"stopId": "CHATAI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009074"
},
"departure": {
"time": "1772009074"
},
"stopId": "PIVERD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009126"
},
"departure": {
"time": "1772009126"
},
"stopId": "ARTAUD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009189"
},
"departure": {
"time": "1772009189"
},
"stopId": "HAUBOU-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009271"
},
"departure": {
"time": "1772009271"
},
"stopId": "PETPOR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009312"
},
"departure": {
"time": "1772009312"
},
"stopId": "CHEVRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009460"
},
"departure": {
"time": "1772009460"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOUCHE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009491"
},
"departure": {
"time": "1772009491"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMPBO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009531"
},
"departure": {
"time": "1772009531"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GAREBO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772009576"
},
"departure": {
"time": "1772009576"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772009622"
},
"departure": {
"time": "1772009622"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAPOIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772009645"
},
"departure": {
"time": "1772009645"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RANGEA-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772009692"
},
"departure": {
"time": "1772009692"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772009760"
},
"stopId": "CHANTOUR",
"stopSequence": 53
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260121"
}
}
},
{
"id": "trip:6258460",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007660"
},
"stopId": "ROMORNA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007742"
},
"departure": {
"time": "1772007742"
},
"stopId": "LECHENE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007765"
},
"departure": {
"time": "1772007765"
},
"stopId": "PORTSG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007805"
},
"departure": {
"time": "1772007805"
},
"stopId": "VANRIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007862"
},
"departure": {
"time": "1772007862"
},
"stopId": "CLOSNEUF",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007919"
},
"departure": {
"time": "1772007919"
},
"stopId": "HOSGEMME",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007964"
},
"departure": {
"time": "1772007964"
},
"stopId": "MASGEMME",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008022"
},
"departure": {
"time": "1772008022"
},
"stopId": "LOUPINO",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008089"
},
"departure": {
"time": "1772008089"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008140"
},
"departure": {
"time": "1772008140"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008162"
},
"departure": {
"time": "1772008162"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008222"
},
"departure": {
"time": "1772008222"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008243"
},
"departure": {
"time": "1772008243"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008312"
},
"departure": {
"time": "1772008312"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008349"
},
"departure": {
"time": "1772008349"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008399"
},
"departure": {
"time": "1772008399"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008429"
},
"departure": {
"time": "1772008429"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008466"
},
"departure": {
"time": "1772008466"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008500"
},
"departure": {
"time": "1772008500"
},
"stopId": "LETANDUE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008593"
},
"departure": {
"time": "1772008593"
},
"stopId": "STRASBOU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008649"
},
"departure": {
"time": "1772008649"
},
"stopId": "FREMUR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008696"
},
"departure": {
"time": "1772008696"
},
"stopId": "VAUBAN",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008729"
},
"departure": {
"time": "1772008729"
},
"stopId": "POIREL",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008788"
},
"departure": {
"time": "1772008788"
},
"stopId": "PONTNOIR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008826"
},
"departure": {
"time": "1772008826"
},
"stopId": "SEMARD",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008860"
},
"departure": {
"time": "1772008860"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009106"
},
"departure": {
"time": "1772009106"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009176"
},
"departure": {
"time": "1772009176"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009340"
},
"stopId": "LOHUIT",
"stopSequence": 28
},
{
"arrival": {
"time": "1772009492"
},
"departure": {
"time": "1772009492"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772009572"
},
"departure": {
"time": "1772009572"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772009642"
},
"departure": {
"time": "1772009642"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772009692"
},
"departure": {
"time": "1772009692"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258460"
}
}
},
{
"id": "trip:6258301",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006121"
},
"departure": {
"time": "1772006121"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006201"
},
"departure": {
"time": "1772006201"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006252"
},
"departure": {
"time": "1772006252"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006280"
},
"departure": {
"time": "1772006280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006319"
},
"departure": {
"time": "1772006319"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDM-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006313"
},
"departure": {
"time": "1772006313"
},
"stopId": "MAISDA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006353"
},
"departure": {
"time": "1772006353"
},
"stopId": "CHMART-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006390"
},
"departure": {
"time": "1772006390"
},
"stopId": "MLYAUT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006455"
},
"departure": {
"time": "1772006455"
},
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006503"
},
"departure": {
"time": "1772006503"
},
"stopId": "BEURRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006552"
},
"departure": {
"time": "1772006552"
},
"stopId": "DELAUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006603"
},
"departure": {
"time": "1772006603"
},
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772006651"
},
"departure": {
"time": "1772006651"
},
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772006686"
},
"departure": {
"time": "1772006686"
},
"stopId": "TERNIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772006718"
},
"departure": {
"time": "1772006718"
},
"stopId": "BALAND-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772006760"
},
"departure": {
"time": "1772006760"
},
"stopId": "PIECE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772006815"
},
"departure": {
"time": "1772006815"
},
"stopId": "LA-BOI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772006859"
},
"departure": {
"time": "1772006859"
},
"stopId": "SCHWAL-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772006891"
},
"stopId": "ADEZIERE",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258301"
}
}
},
{
"id": "trip:3453",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006122"
},
"departure": {
"time": "1772006127"
},
"stopId": "GUILL-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006187"
},
"departure": {
"time": "1772006187"
},
"stopId": "ESPLO-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006221"
},
"departure": {
"time": "1772006221"
},
"stopId": "LORPLM-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006260"
},
"departure": {
"time": "1772006260"
},
"stopId": "NOUE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006466"
},
"departure": {
"time": "1772006466"
},
"stopId": "CHEVA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006560"
},
"departure": {
"time": "1772006560"
},
"stopId": "JOUVZA-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006619"
},
"departure": {
"time": "1772006619"
},
"stopId": "MEMBMA-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006680"
},
"departure": {
"time": "1772006680"
},
"stopId": "GABORI-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006740"
},
"departure": {
"time": "1772006740"
},
"stopId": "BOISDA-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006800"
},
"departure": {
"time": "1772006800"
},
"stopId": "ZACHESNA",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "34",
"tripId": "3453"
}
}
},
{
"id": "trip:6543502",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006310"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006430"
},
"departure": {
"time": "1772006430"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006521"
},
"departure": {
"time": "1772006521"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006674"
},
"departure": {
"time": "1772006674"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006750"
},
"departure": {
"time": "1772006750"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006908"
},
"departure": {
"time": "1772006908"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006987"
},
"departure": {
"time": "1772006987"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007060"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6543502"
}
}
},
{
"id": "trip:6053954",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006340"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006425"
},
"departure": {
"time": "1772006425"
},
"stopId": "CLEMOI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006702"
},
"departure": {
"time": "1772006702"
},
"stopId": "BRISEP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006820"
},
"departure": {
"time": "1772006820"
},
"stopId": "CHATEN-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"stopId": "SEPSON-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007025"
},
"departure": {
"time": "1772007025"
},
"stopId": "RTEPAR-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007086"
},
"departure": {
"time": "1772007086"
},
"stopId": "PROVIN-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007180"
},
"departure": {
"time": "1772007180"
},
"stopId": "PARCEX-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007447"
},
"departure": {
"time": "1772007447"
},
"stopId": "CARREA-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007480"
},
"departure": {
"time": "1772007480"
},
"stopId": "MILLAR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007514"
},
"departure": {
"time": "1772007514"
},
"stopId": "BASMOR-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007560"
},
"departure": {
"time": "1772007560"
},
"stopId": "CHABLA-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007599"
},
"departure": {
"time": "1772007599"
},
"stopId": "UNION-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007660"
},
"departure": {
"time": "1772007660"
},
"stopId": "SSYMAI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007741"
},
"departure": {
"time": "1772007741"
},
"stopId": "LECLSYLV",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007788"
},
"departure": {
"time": "1772007788"
},
"stopId": "FRANCAIS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007848"
},
"departure": {
"time": "1772007848"
},
"stopId": "V.HUGO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007909"
},
"departure": {
"time": "1772007909"
},
"stopId": "ANBRUE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007963"
},
"departure": {
"time": "1772007963"
},
"stopId": "GAUGUI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008020"
},
"stopId": "STSYCHVE",
"stopSequence": 19
}
],
"trip": {
"directionId": 1,
"routeId": "25",
"tripId": "6053954"
}
}
},
{
"id": "trip:6258459",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006220"
},
"stopId": "ROMORNA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006302"
},
"departure": {
"time": "1772006302"
},
"stopId": "LECHENE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006325"
},
"departure": {
"time": "1772006325"
},
"stopId": "PORTSG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006365"
},
"departure": {
"time": "1772006365"
},
"stopId": "VANRIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006422"
},
"departure": {
"time": "1772006422"
},
"stopId": "CLOSNEUF",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006479"
},
"departure": {
"time": "1772006479"
},
"stopId": "HOSGEMME",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006524"
},
"departure": {
"time": "1772006524"
},
"stopId": "MASGEMME",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006582"
},
"departure": {
"time": "1772006582"
},
"stopId": "LOUPINO",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006649"
},
"departure": {
"time": "1772006649"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006700"
},
"departure": {
"time": "1772006700"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006722"
},
"departure": {
"time": "1772006722"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006782"
},
"departure": {
"time": "1772006782"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006803"
},
"departure": {
"time": "1772006803"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006872"
},
"departure": {
"time": "1772006872"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006909"
},
"departure": {
"time": "1772006909"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006959"
},
"departure": {
"time": "1772006959"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006989"
},
"departure": {
"time": "1772006989"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007026"
},
"departure": {
"time": "1772007026"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007060"
},
"departure": {
"time": "1772007060"
},
"stopId": "LETANDUE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007153"
},
"departure": {
"time": "1772007153"
},
"stopId": "STRASBOU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007209"
},
"departure": {
"time": "1772007209"
},
"stopId": "FREMUR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007256"
},
"departure": {
"time": "1772007256"
},
"stopId": "VAUBAN",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007289"
},
"departure": {
"time": "1772007289"
},
"stopId": "POIREL",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007348"
},
"departure": {
"time": "1772007348"
},
"stopId": "PONTNOIR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007386"
},
"departure": {
"time": "1772007386"
},
"stopId": "SEMARD",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007420"
},
"departure": {
"time": "1772007420"
},
"stopId": "GARETERM",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007666"
},
"departure": {
"time": "1772007666"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007736"
},
"departure": {
"time": "1772007736"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007840"
},
"departure": {
"time": "1772007900"
},
"stopId": "LOHUIT",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008052"
},
"departure": {
"time": "1772008052"
},
"stopId": "PLDULY-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008132"
},
"departure": {
"time": "1772008132"
},
"stopId": "STJOS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008202"
},
"departure": {
"time": "1772008202"
},
"stopId": "ANFRAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008252"
},
"departure": {
"time": "1772008252"
},
"stopId": "DESMAZ-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"stopId": "MONGAZ-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008449"
},
"departure": {
"time": "1772008449"
},
"stopId": "GERICA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008474"
},
"departure": {
"time": "1772008474"
},
"stopId": "STLEON-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008571"
},
"departure": {
"time": "1772008571"
},
"stopId": "CORMI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008620"
},
"departure": {
"time": "1772008620"
},
"stopId": "VILSAN-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008743"
},
"departure": {
"time": "1772008743"
},
"stopId": "GASPAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772008830"
},
"departure": {
"time": "1772008830"
},
"stopId": "MARAIS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008880"
},
"departure": {
"time": "1772008880"
},
"stopId": "BELLVUTR",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008951"
},
"departure": {
"time": "1772008951"
},
"stopId": "DAGUER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009004"
},
"departure": {
"time": "1772009004"
},
"stopId": "ALLUME-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009050"
},
"departure": {
"time": "1772009050"
},
"stopId": "RIOTTE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009116"
},
"departure": {
"time": "1772009116"
},
"stopId": "LAVOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009220"
},
"departure": {
"time": "1772009220"
},
"stopId": "JEBOUT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009273"
},
"departure": {
"time": "1772009273"
},
"stopId": "BAUDRA-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009400"
},
"stopId": "MOULINMA",
"stopSequence": 48
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258459"
}
}
},
{
"id": "trip:6258094",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006073"
},
"departure": {
"time": "1772006104"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006146"
},
"departure": {
"time": "1772006148"
},
"stopId": "NERUDA",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006226"
},
"departure": {
"time": "1772006226"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006283"
},
"departure": {
"time": "1772006283"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006332"
},
"departure": {
"time": "1772006332"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006400"
},
"departure": {
"time": "1772006400"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006472"
},
"departure": {
"time": "1772006472"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006536"
},
"departure": {
"time": "1772006536"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006568"
},
"departure": {
"time": "1772006568"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006593"
},
"departure": {
"time": "1772006593"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006645"
},
"departure": {
"time": "1772006645"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006693"
},
"departure": {
"time": "1772006693"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006725"
},
"departure": {
"time": "1772006725"
},
"stopId": "MAJUIN5A",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006774"
},
"departure": {
"time": "1772006774"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006832"
},
"departure": {
"time": "1772006832"
},
"stopId": "GAUBOU5A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006930"
},
"departure": {
"time": "1772006930"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007020"
},
"departure": {
"time": "1772007020"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007088"
},
"departure": {
"time": "1772007088"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007172"
},
"departure": {
"time": "1772007172"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007209"
},
"departure": {
"time": "1772007209"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007274"
},
"departure": {
"time": "1772007274"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007316"
},
"departure": {
"time": "1772007316"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007370"
},
"departure": {
"time": "1772007370"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007431"
},
"departure": {
"time": "1772007431"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007469"
},
"departure": {
"time": "1772007469"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007630"
},
"departure": {
"time": "1772007630"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007682"
},
"departure": {
"time": "1772007682"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772007717"
},
"departure": {
"time": "1772007717"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772007756"
},
"departure": {
"time": "1772007756"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772007818"
},
"departure": {
"time": "1772007818"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772007855"
},
"departure": {
"time": "1772007855"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772007911"
},
"departure": {
"time": "1772007911"
},
"stopId": "LECLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772007952"
},
"departure": {
"time": "1772007952"
},
"stopId": "CAMUS-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772007991"
},
"departure": {
"time": "1772007991"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772008094"
},
"departure": {
"time": "1772008094"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772008155"
},
"departure": {
"time": "1772008155"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772008204"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258094"
}
}
},
{
"id": "trip:6543456",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006880"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006962"
},
"departure": {
"time": "1772006962"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007048"
},
"departure": {
"time": "1772007048"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007220"
},
"departure": {
"time": "1772007220"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007301"
},
"departure": {
"time": "1772007301"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007462"
},
"departure": {
"time": "1772007462"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007560"
},
"departure": {
"time": "1772007560"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007710"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543456"
}
}
},
{
"id": "trip:6052681",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008380"
},
"stopId": "MONPLA-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008478"
},
"departure": {
"time": "1772008478"
},
"stopId": "INDUST-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008543"
},
"departure": {
"time": "1772008543"
},
"stopId": "HOTELL-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008620"
},
"departure": {
"time": "1772008620"
},
"stopId": "DEBUSS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008659"
},
"departure": {
"time": "1772008659"
},
"stopId": "BOISAB-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008694"
},
"departure": {
"time": "1772008694"
},
"stopId": "DUBELL-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008747"
},
"departure": {
"time": "1772008747"
},
"stopId": "COTTAG-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"stopId": "EVENTARD",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008895"
},
"departure": {
"time": "1772008895"
},
"stopId": "CHABOLA.",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008961"
},
"departure": {
"time": "1772008961"
},
"stopId": "CONFLU-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009001"
},
"departure": {
"time": "1772009001"
},
"stopId": "EPERVI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009094"
},
"departure": {
"time": "1772009094"
},
"stopId": "PTFILL-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009220"
},
"departure": {
"time": "1772009220"
},
"stopId": "PRTLAU-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009268"
},
"departure": {
"time": "1772009268"
},
"stopId": "CHAUMI-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009305"
},
"departure": {
"time": "1772009305"
},
"stopId": "LESRIV-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009340"
},
"departure": {
"time": "1772009340"
},
"stopId": "BBRANC-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009372"
},
"departure": {
"time": "1772009372"
},
"stopId": "VIELMA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009404"
},
"departure": {
"time": "1772009404"
},
"stopId": "MA4VE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009443"
},
"departure": {
"time": "1772009443"
},
"stopId": "FIEGEN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009487"
},
"departure": {
"time": "1772009487"
},
"stopId": "LABROS-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009548"
},
"departure": {
"time": "1772009548"
},
"stopId": "BMOTTE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009641"
},
"departure": {
"time": "1772009641"
},
"stopId": "GRIMOR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009700"
},
"stopId": "VEILLIER",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"tripId": "6052681"
}
}
},
{
"id": "trip:6258757",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006085"
},
"departure": {
"time": "1772006123"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006166"
},
"departure": {
"time": "1772006166"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006201"
},
"departure": {
"time": "1772006201"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006260"
},
"departure": {
"time": "1772006260"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006305"
},
"departure": {
"time": "1772006305"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006375"
},
"departure": {
"time": "1772006375"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006460"
},
"departure": {
"time": "1772006460"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006521"
},
"departure": {
"time": "1772006521"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006570"
},
"departure": {
"time": "1772006570"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006624"
},
"departure": {
"time": "1772006624"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006716"
},
"departure": {
"time": "1772006716"
},
"stopId": "ECLATERI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006822"
},
"departure": {
"time": "1772006822"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006860"
},
"departure": {
"time": "1772006860"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006931"
},
"departure": {
"time": "1772006931"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006999"
},
"departure": {
"time": "1772006999"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007044"
},
"departure": {
"time": "1772007044"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007122"
},
"departure": {
"time": "1772007122"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007181"
},
"departure": {
"time": "1772007181"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007231"
},
"departure": {
"time": "1772007231"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007344"
},
"departure": {
"time": "1772007344"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007390"
},
"departure": {
"time": "1772007390"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007454"
},
"departure": {
"time": "1772007454"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007533"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258757"
}
}
},
{
"id": "trip:6260017",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008740"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008864"
},
"departure": {
"time": "1772008864"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008935"
},
"departure": {
"time": "1772008935"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "CNFPT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "DARWIN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009460"
},
"departure": {
"time": "1772009460"
},
"stopId": "MOREL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009488"
},
"departure": {
"time": "1772009488"
},
"stopId": "INRA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009525"
},
"departure": {
"time": "1772009525"
},
"stopId": "GDPERI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009556"
},
"departure": {
"time": "1772009556"
},
"stopId": "LANDRE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"stopId": "BRGPAI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009673"
},
"departure": {
"time": "1772009673"
},
"stopId": "RODIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009713"
},
"departure": {
"time": "1772009713"
},
"stopId": "GRANBE-E",
"stopSequence": 12
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6260017"
}
}
},
{
"id": "trip:6260063",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008740"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHANTOUR",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008780"
},
"departure": {
"time": "1772008780"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008811"
},
"departure": {
"time": "1772008811"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RANGEARD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008833"
},
"departure": {
"time": "1772008833"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAPOINTE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008873"
},
"departure": {
"time": "1772008873"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTLAIT",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008912"
},
"departure": {
"time": "1772008912"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GAREBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008949"
},
"departure": {
"time": "1772008949"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMPBOUC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008774"
},
"departure": {
"time": "1772008774"
},
"stopId": "BOUCHEM",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008828"
},
"departure": {
"time": "1772008828"
},
"stopId": "CHEVRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008865"
},
"departure": {
"time": "1772008865"
},
"stopId": "PETPORT",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008949"
},
"departure": {
"time": "1772008949"
},
"stopId": "HAUBOUCH",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009014"
},
"departure": {
"time": "1772009014"
},
"stopId": "ARTAUD",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009075"
},
"departure": {
"time": "1772009075"
},
"stopId": "PIVERDIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009137"
},
"departure": {
"time": "1772009137"
},
"stopId": "CHATAIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009175"
},
"departure": {
"time": "1772009175"
},
"stopId": "CLOSVI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009236"
},
"departure": {
"time": "1772009236"
},
"stopId": "P-ANJO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009312"
},
"departure": {
"time": "1772009312"
},
"stopId": "HARENC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009378"
},
"departure": {
"time": "1772009378"
},
"stopId": "P-ANJOU",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009426"
},
"departure": {
"time": "1772009426"
},
"stopId": "VALMAI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009496"
},
"departure": {
"time": "1772009496"
},
"stopId": "PETVIVIE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009571"
},
"departure": {
"time": "1772009571"
},
"stopId": "PRUNIERS",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009605"
},
"departure": {
"time": "1772009605"
},
"stopId": "CROISETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009709"
},
"departure": {
"time": "1772009709"
},
"stopId": "CAMLACMA",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009754"
},
"departure": {
"time": "1772009754"
},
"stopId": "LACDMAIN",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260063"
}
}
},
{
"id": "trip:6258051",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006137"
},
"departure": {
"time": "1772006137"
},
"stopId": "CAMELIAS",
"stopSequence": 49
},
{
"arrival": {
"time": "1772006261"
},
"departure": {
"time": "1772006261"
},
"stopId": "ISORET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772006350"
},
"departure": {
"time": "1772006350"
},
"stopId": "GILLIER",
"stopSequence": 51
},
{
"arrival": {
"time": "1772006380"
},
"departure": {
"time": "1772006380"
},
"stopId": "DEUCRO-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772006420"
},
"departure": {
"time": "1772006420"
},
"stopId": "THULEA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772006473"
},
"departure": {
"time": "1772006473"
},
"stopId": "BRISPO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772006578"
},
"departure": {
"time": "1772006578"
},
"stopId": "ALDUNA-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772006737"
},
"departure": {
"time": "1772006737"
},
"stopId": "EUROPE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772006806"
},
"departure": {
"time": "1772006806"
},
"stopId": "RBRIOLLA",
"stopSequence": 57
},
{
"arrival": {
"time": "1772006911"
},
"departure": {
"time": "1772006911"
},
"stopId": "RAMON",
"stopSequence": 58
},
{
"arrival": {
"time": "1772006977"
},
"departure": {
"time": "1772006977"
},
"stopId": "CARREF5B",
"stopSequence": 59
},
{
"arrival": {
"time": "1772007128"
},
"departure": {
"time": "1772007128"
},
"stopId": "ESEO",
"stopSequence": 60
},
{
"arrival": {
"time": "1772007186"
},
"departure": {
"time": "1772007186"
},
"stopId": "CHARNASS",
"stopSequence": 61
},
{
"arrival": {
"time": "1772007259"
},
"departure": {
"time": "1772007259"
},
"stopId": "FRATER",
"stopSequence": 62
},
{
"arrival": {
"time": "1772007299"
},
"departure": {
"time": "1772007299"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772007311"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258051"
}
}
},
{
"id": "trip:6544922",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008140"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008241"
},
"departure": {
"time": "1772008241"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008350"
},
"departure": {
"time": "1772008350"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008431"
},
"departure": {
"time": "1772008431"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008524"
},
"departure": {
"time": "1772008524"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008634"
},
"departure": {
"time": "1772008634"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008810"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544922"
}
}
},
{
"id": "trip:6257561",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006112"
},
"departure": {
"time": "1772006112"
},
"stopId": "MALEMB-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772006213"
},
"stopId": "TRELGARE",
"stopSequence": 64
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257561"
}
}
},
{
"id": "trip:6258568",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006063"
},
"departure": {
"time": "1772006079"
},
"stopId": "CHDARR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006220"
},
"departure": {
"time": "1772006220"
},
"stopId": "LEQUAI-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006260"
},
"departure": {
"time": "1772006260"
},
"stopId": "DUMESN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006275"
},
"departure": {
"time": "1772006275"
},
"stopId": "MONPR-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006108"
},
"departure": {
"time": "1772006108"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBL-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006196"
},
"departure": {
"time": "1772006196"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURP-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006280"
},
"departure": {
"time": "1772006280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006340"
},
"departure": {
"time": "1772006340"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006329"
},
"departure": {
"time": "1772006329"
},
"stopId": "DESCAZ-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006333"
},
"departure": {
"time": "1772006333"
},
"stopId": "BICHBI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006334"
},
"departure": {
"time": "1772006334"
},
"stopId": "BICHLA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006366"
},
"departure": {
"time": "1772006366"
},
"stopId": "CLOUET-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006431"
},
"departure": {
"time": "1772006431"
},
"stopId": "GOURON-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006483"
},
"departure": {
"time": "1772006483"
},
"stopId": "GASNIE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006521"
},
"departure": {
"time": "1772006521"
},
"stopId": "LIZE07-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006595"
},
"departure": {
"time": "1772006595"
},
"stopId": "ECHMA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006639"
},
"departure": {
"time": "1772006639"
},
"stopId": "KENNED-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006727"
},
"departure": {
"time": "1772006727"
},
"stopId": "WPMA-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006779"
},
"departure": {
"time": "1772006779"
},
"stopId": "RONDE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772006842"
},
"departure": {
"time": "1772006842"
},
"stopId": "BRASSE-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772006947"
},
"departure": {
"time": "1772006947"
},
"stopId": "BEURRI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007001"
},
"departure": {
"time": "1772007001"
},
"stopId": "DELAUN-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007057"
},
"departure": {
"time": "1772007057"
},
"stopId": "MAUFIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007108"
},
"departure": {
"time": "1772007108"
},
"stopId": "MAIRAV-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007153"
},
"departure": {
"time": "1772007153"
},
"stopId": "CIAVRI-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007194"
},
"departure": {
"time": "1772007194"
},
"stopId": "PEGARD-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007256"
},
"departure": {
"time": "1772007256"
},
"stopId": "RIPOLE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772007288"
},
"departure": {
"time": "1772007288"
},
"stopId": "SALETT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772007354"
},
"departure": {
"time": "1772007354"
},
"stopId": "LEPRE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772007431"
},
"departure": {
"time": "1772007431"
},
"stopId": "BONPLA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772007466"
},
"departure": {
"time": "1772007466"
},
"stopId": "POIVRE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772007528"
},
"departure": {
"time": "1772007528"
},
"stopId": "AARDBU-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772007664"
},
"departure": {
"time": "1772007664"
},
"stopId": "AUCHAN-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772007708"
},
"departure": {
"time": "1772007708"
},
"stopId": "CCADEA-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772007738"
},
"departure": {
"time": "1772007738"
},
"stopId": "PLOTTI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772007757"
},
"departure": {
"time": "1772007757"
},
"stopId": "AUTRIC-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772007799"
},
"departure": {
"time": "1772007799"
},
"stopId": "IRLAND-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772007828"
},
"departure": {
"time": "1772007828"
},
"stopId": "ITALIE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772007875"
},
"departure": {
"time": "1772007875"
},
"stopId": "ALLEMA-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772007893"
},
"departure": {
"time": "1772007893"
},
"stopId": "DANEMA-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772007919"
},
"departure": {
"time": "1772007919"
},
"stopId": "AVENEU-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772007948"
},
"departure": {
"time": "1772007948"
},
"stopId": "MASTEL-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772007992"
},
"departure": {
"time": "1772007992"
},
"stopId": "JEHUEZ-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772008036"
},
"departure": {
"time": "1772008036"
},
"stopId": "PLATEF-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772008098"
},
"departure": {
"time": "1772008098"
},
"stopId": "ESPMON-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772008148"
},
"departure": {
"time": "1772008148"
},
"stopId": "BELAIR-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772008188"
},
"departure": {
"time": "1772008188"
},
"stopId": "ZOLA-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772008254"
},
"departure": {
"time": "1772008254"
},
"stopId": "ANAFRA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772008323"
},
"departure": {
"time": "1772008323"
},
"stopId": "PISCMU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772008507"
},
"departure": {
"time": "1772008507"
},
"stopId": "DOMVATER",
"stopSequence": 77
},
{
"arrival": {
"time": "1772008355"
},
"departure": {
"time": "1772008355"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772008407"
},
"departure": {
"time": "1772008407"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772008444"
},
"departure": {
"time": "1772008444"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772008587"
},
"departure": {
"time": "1772008587"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTI-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772008620"
},
"departure": {
"time": "1772008620"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772008552"
},
"departure": {
"time": "1772008552"
},
"stopId": "RECLAI-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772008591"
},
"departure": {
"time": "1772008591"
},
"stopId": "RENOIR-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772008621"
},
"departure": {
"time": "1772008621"
},
"stopId": "CAMPJU-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772008656"
},
"departure": {
"time": "1772008656"
},
"stopId": "JUIGN-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772008745"
},
"stopId": "BENE-E",
"stopSequence": 88
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258568"
}
}
},
{
"id": "trip:6544440",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009640"
},
"stopId": "MENDESFR",
"stopSequence": 0
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544440"
}
}
},
{
"id": "trip:3654",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006210"
},
"departure": {
"time": "1772006210"
},
"stopId": "QUAIsubN",
"stopSequence": 14
}
],
"trip": {
"directionId": 0,
"routeId": "36",
"tripId": "3654"
}
}
},
{
"id": "trip:6541244",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006860"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007010"
},
"departure": {
"time": "1772007010"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007090"
},
"departure": {
"time": "1772007090"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007180"
},
"departure": {
"time": "1772007180"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007270"
},
"departure": {
"time": "1772007270"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007380"
},
"departure": {
"time": "1772007380"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007630"
},
"departure": {
"time": "1772007630"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007750"
},
"departure": {
"time": "1772007750"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007830"
},
"departure": {
"time": "1772007830"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007950"
},
"departure": {
"time": "1772007950"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008040"
},
"departure": {
"time": "1772008040"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008160"
},
"departure": {
"time": "1772008160"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008270"
},
"departure": {
"time": "1772008270"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008370"
},
"departure": {
"time": "1772008370"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008440"
},
"departure": {
"time": "1772008440"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008510"
},
"departure": {
"time": "1772008510"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008620"
},
"departure": {
"time": "1772008620"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008710"
},
"departure": {
"time": "1772008710"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008810"
},
"departure": {
"time": "1772008810"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008910"
},
"departure": {
"time": "1772008910"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009020"
},
"departure": {
"time": "1772009020"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009130"
},
"departure": {
"time": "1772009130"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009250"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541244"
}
}
},
{
"id": "trip:6257531",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008020"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008132"
},
"departure": {
"time": "1772008132"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008200"
},
"stopId": "GUILLEB.",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008229"
},
"departure": {
"time": "1772008229"
},
"stopId": "RONCIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008262"
},
"departure": {
"time": "1772008262"
},
"stopId": "JEROST-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008291"
},
"departure": {
"time": "1772008291"
},
"stopId": "MACURI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008320"
},
"departure": {
"time": "1772008320"
},
"stopId": "GGSAND-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008375"
},
"departure": {
"time": "1772008375"
},
"stopId": "FRANVI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008478"
},
"departure": {
"time": "1772008478"
},
"stopId": "GIRARDE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008522"
},
"departure": {
"time": "1772008522"
},
"stopId": "CHESNAIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "GENDRON",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008614"
},
"departure": {
"time": "1772008614"
},
"stopId": "DIONNEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008672"
},
"departure": {
"time": "1772008672"
},
"stopId": "ATHLETIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008742"
},
"departure": {
"time": "1772008742"
},
"stopId": "DANGELIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008803"
},
"departure": {
"time": "1772008803"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008860"
},
"departure": {
"time": "1772008860"
},
"stopId": "MARIANNE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008925"
},
"departure": {
"time": "1772008925"
},
"stopId": "VIVIERS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008979"
},
"departure": {
"time": "1772008979"
},
"stopId": "VILLESIC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009058"
},
"departure": {
"time": "1772009058"
},
"stopId": "MUTUALIT",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009109"
},
"departure": {
"time": "1772009109"
},
"stopId": "BLANDEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009154"
},
"departure": {
"time": "1772009154"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009225"
},
"departure": {
"time": "1772009225"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "LAFAYETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009324"
},
"departure": {
"time": "1772009324"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009384"
},
"departure": {
"time": "1772009384"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009419"
},
"departure": {
"time": "1772009419"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009481"
},
"departure": {
"time": "1772009481"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009520"
},
"departure": {
"time": "1772009520"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009587"
},
"departure": {
"time": "1772009587"
},
"stopId": "GARETERM",
"stopSequence": 28
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257531"
}
}
},
{
"id": "trip:6258137",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006071"
},
"departure": {
"time": "1772006087"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1772006101"
},
"departure": {
"time": "1772006132"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1772006161"
},
"departure": {
"time": "1772006161"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772006204"
},
"departure": {
"time": "1772006204"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772006242"
},
"departure": {
"time": "1772006242"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772006386"
},
"departure": {
"time": "1772006386"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772006454"
},
"departure": {
"time": "1772006454"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772006480"
},
"departure": {
"time": "1772006480"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772006531"
},
"departure": {
"time": "1772006531"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772006621"
},
"departure": {
"time": "1772006621"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772006630"
},
"departure": {
"time": "1772006630"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772006714"
},
"departure": {
"time": "1772006714"
},
"stopId": "LECLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772006755"
},
"departure": {
"time": "1772006755"
},
"stopId": "CAMUS-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772006771"
},
"departure": {
"time": "1772006771"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772006897"
},
"departure": {
"time": "1772006897"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772006969"
},
"departure": {
"time": "1772006969"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772006985"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258137"
}
}
},
{
"id": "trip:6257746",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007965"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008091"
},
"departure": {
"time": "1772008091"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008144"
},
"departure": {
"time": "1772008144"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008210"
},
"departure": {
"time": "1772008210"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008244"
},
"departure": {
"time": "1772008244"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008290"
},
"departure": {
"time": "1772008290"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008349"
},
"departure": {
"time": "1772008349"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008387"
},
"departure": {
"time": "1772008387"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008450"
},
"departure": {
"time": "1772008450"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008499"
},
"departure": {
"time": "1772008499"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008540"
},
"departure": {
"time": "1772008540"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008568"
},
"departure": {
"time": "1772008568"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008652"
},
"departure": {
"time": "1772008652"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008690"
},
"departure": {
"time": "1772008690"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008847"
},
"departure": {
"time": "1772008847"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009052"
},
"departure": {
"time": "1772009052"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009139"
},
"departure": {
"time": "1772009139"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009188"
},
"departure": {
"time": "1772009188"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009299"
},
"departure": {
"time": "1772009299"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009387"
},
"departure": {
"time": "1772009387"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009446"
},
"departure": {
"time": "1772009446"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009484"
},
"departure": {
"time": "1772009484"
},
"stopId": "CHDARR-E",
"stopSequence": 21
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257746"
}
}
},
{
"id": "trip:6257425",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006116"
},
"stopId": "LORRAIN2",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "11",
"tripId": "6257425"
}
}
},
{
"id": "trip:6052649",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006071"
},
"departure": {
"time": "1772006071"
},
"stopId": "IRLANDE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006115"
},
"departure": {
"time": "1772006115"
},
"stopId": "AUTRICH",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006145"
},
"departure": {
"time": "1772006145"
},
"stopId": "PLOTTIER",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008016"
},
"departure": {
"time": "1772008016"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHENOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008406"
},
"departure": {
"time": "1772008406"
},
"stopId": "AQUASUB",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008456"
},
"departure": {
"time": "1772008456"
},
"stopId": "AURIOL",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008524"
},
"departure": {
"time": "1772008524"
},
"stopId": "LECUIT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008588"
},
"departure": {
"time": "1772008588"
},
"stopId": "BLERIOT",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008649"
},
"departure": {
"time": "1772008649"
},
"stopId": "BARRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008700"
},
"departure": {
"time": "1772008700"
},
"stopId": "STTERESE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008745"
},
"departure": {
"time": "1772008745"
},
"stopId": "BICHBICH",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008827"
},
"departure": {
"time": "1772008827"
},
"stopId": "DESCAZEA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008881"
},
"departure": {
"time": "1772008881"
},
"stopId": "MONPROFI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008958"
},
"departure": {
"time": "1772008958"
},
"stopId": "LEQUAI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772009164"
},
"departure": {
"time": "1772009164"
},
"stopId": "CHDARR",
"stopSequence": 30
},
{
"arrival": {
"time": "1772009216"
},
"departure": {
"time": "1772009216"
},
"stopId": "ACADEMIE",
"stopSequence": 31
},
{
"arrival": {
"time": "1772009298"
},
"departure": {
"time": "1772009298"
},
"stopId": "GBREM-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009328"
},
"stopId": "GAREPAPI",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "21",
"tripId": "6052649"
}
}
},
{
"id": "trip:6543551",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009340"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009422"
},
"departure": {
"time": "1772009422"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009508"
},
"departure": {
"time": "1772009508"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009680"
},
"departure": {
"time": "1772009680"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009757"
},
"departure": {
"time": "1772009757"
},
"stopId": "2CROI",
"stopSequence": 4
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543551"
}
}
},
{
"id": "trip:6258646",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007900"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007974"
},
"departure": {
"time": "1772007974"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008009"
},
"departure": {
"time": "1772008009"
},
"stopId": "HARAS-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008140"
},
"departure": {
"time": "1772008140"
},
"stopId": "ANLERO-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008220"
},
"departure": {
"time": "1772008220"
},
"stopId": "MICHEL-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008271"
},
"departure": {
"time": "1772008271"
},
"stopId": "BOURGO-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008314"
},
"departure": {
"time": "1772008314"
},
"stopId": "VOLNEY-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008369"
},
"departure": {
"time": "1772008369"
},
"stopId": "MADELE-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008440"
},
"departure": {
"time": "1772008440"
},
"stopId": "SAUMUR-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008489"
},
"departure": {
"time": "1772008489"
},
"stopId": "DELACR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008530"
},
"departure": {
"time": "1772008530"
},
"stopId": "JUSTIC-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008614"
},
"departure": {
"time": "1772008614"
},
"stopId": "ECLATE-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008700"
},
"departure": {
"time": "1772008700"
},
"stopId": "VDLOIR-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008740"
},
"departure": {
"time": "1772008740"
},
"stopId": "LEOLAG-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008777"
},
"departure": {
"time": "1772008777"
},
"stopId": "BELVTR-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008858"
},
"departure": {
"time": "1772008858"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008930"
},
"departure": {
"time": "1772008930"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009007"
},
"departure": {
"time": "1772009007"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009050"
},
"departure": {
"time": "1772009050"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009112"
},
"departure": {
"time": "1772009112"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009145"
},
"departure": {
"time": "1772009145"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009213"
},
"departure": {
"time": "1772009213"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009316"
},
"departure": {
"time": "1772009316"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009420"
},
"departure": {
"time": "1772009420"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009545"
},
"departure": {
"time": "1772009545"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009613"
},
"departure": {
"time": "1772009613"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009687"
},
"departure": {
"time": "1772009687"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009358"
},
"departure": {
"time": "1772009358"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772009421"
},
"departure": {
"time": "1772009421"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772009483"
},
"departure": {
"time": "1772009483"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772009526"
},
"departure": {
"time": "1772009526"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009562"
},
"departure": {
"time": "1772009562"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009720"
},
"departure": {
"time": "1772009720"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258646"
}
}
},
{
"id": "trip:6543455",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006280"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006362"
},
"departure": {
"time": "1772006362"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006448"
},
"departure": {
"time": "1772006448"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006620"
},
"departure": {
"time": "1772006620"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006701"
},
"departure": {
"time": "1772006701"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006862"
},
"departure": {
"time": "1772006862"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006960"
},
"departure": {
"time": "1772006960"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007110"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543455"
}
}
},
{
"id": "trip:6257524",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007060"
},
"stopId": "EVENTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007088"
},
"departure": {
"time": "1772007088"
},
"stopId": "COTTAGE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"stopId": "HIPPODRO",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007278"
},
"departure": {
"time": "1772007278"
},
"stopId": "REDUMONT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007390"
},
"departure": {
"time": "1772007390"
},
"stopId": "DUBELL-2",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007420"
},
"departure": {
"time": "1772007420"
},
"stopId": "BOISABBE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007456"
},
"departure": {
"time": "1772007456"
},
"stopId": "DEBUSSY",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007502"
},
"departure": {
"time": "1772007502"
},
"stopId": "HOTELLER",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"stopId": "INDUSTRI",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007622"
},
"departure": {
"time": "1772007622"
},
"stopId": "SAVOIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007682"
},
"departure": {
"time": "1772007682"
},
"stopId": "AUVERGNE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "NOZAY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007749"
},
"departure": {
"time": "1772007749"
},
"stopId": "RBRIOLLA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007953"
},
"departure": {
"time": "1772007953"
},
"stopId": "MIMOSAS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008019"
},
"departure": {
"time": "1772008019"
},
"stopId": "BRISEPOT",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008070"
},
"departure": {
"time": "1772008070"
},
"stopId": "DESJARDI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008112"
},
"departure": {
"time": "1772008112"
},
"stopId": "MACE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008141"
},
"departure": {
"time": "1772008141"
},
"stopId": "LUTIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008228"
},
"departure": {
"time": "1772008228"
},
"stopId": "MUSSET",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008268"
},
"departure": {
"time": "1772008268"
},
"stopId": "SAVARY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007692"
},
"departure": {
"time": "1772007692"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOYENNE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007764"
},
"departure": {
"time": "1772007764"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITESOLI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCITR",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007955"
},
"departure": {
"time": "1772007955"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008064"
},
"departure": {
"time": "1772008064"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FACUL-SS",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BDEMAINE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008223"
},
"departure": {
"time": "1772008223"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TALET",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008358"
},
"departure": {
"time": "1772008358"
},
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008498"
},
"departure": {
"time": "1772008620"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008692"
},
"departure": {
"time": "1772008692"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008726"
},
"departure": {
"time": "1772008726"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008817"
},
"departure": {
"time": "1772008817"
},
"stopId": "LESGAR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008930"
},
"departure": {
"time": "1772008930"
},
"stopId": "SEMARD-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"stopId": "PONTNO-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009084"
},
"departure": {
"time": "1772009084"
},
"stopId": "POIREL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009141"
},
"departure": {
"time": "1772009141"
},
"stopId": "VAUBAN-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009220"
},
"departure": {
"time": "1772009220"
},
"stopId": "CHANZY-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "LAFAYE-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009366"
},
"departure": {
"time": "1772009366"
},
"stopId": "MIRABE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772009421"
},
"departure": {
"time": "1772009421"
},
"stopId": "CESARG-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009460"
},
"departure": {
"time": "1772009460"
},
"stopId": "BLANDE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009516"
},
"departure": {
"time": "1772009516"
},
"stopId": "MUTUAL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009588"
},
"departure": {
"time": "1772009588"
},
"stopId": "VILLES-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009637"
},
"departure": {
"time": "1772009637"
},
"stopId": "VIVIER-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009700"
},
"departure": {
"time": "1772009700"
},
"stopId": "MARIAN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009751"
},
"departure": {
"time": "1772009751"
},
"stopId": "LINOVE-E",
"stopSequence": 45
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257524"
}
}
},
{
"id": "trip:6544920",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006700"
},
"stopId": "1BBCA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006801"
},
"departure": {
"time": "1772006801"
},
"stopId": "1BEAU",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006910"
},
"departure": {
"time": "1772006910"
},
"stopId": "1BARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006991"
},
"departure": {
"time": "1772006991"
},
"stopId": "1PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007084"
},
"departure": {
"time": "1772007084"
},
"stopId": "1ELYS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007194"
},
"departure": {
"time": "1772007194"
},
"stopId": "1FARC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007370"
},
"stopId": "1QUAI",
"stopSequence": 6
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6544920"
}
}
},
{
"id": "trip:6258258",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008680"
},
"stopId": "ADEZIERE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008728"
},
"departure": {
"time": "1772008728"
},
"stopId": "SCHWALBA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008778"
},
"departure": {
"time": "1772008778"
},
"stopId": "LA-BOISS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008846"
},
"departure": {
"time": "1772008846"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008905"
},
"departure": {
"time": "1772008905"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008933"
},
"departure": {
"time": "1772008933"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009023"
},
"departure": {
"time": "1772009023"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009085"
},
"departure": {
"time": "1772009085"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009124"
},
"departure": {
"time": "1772009124"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009191"
},
"departure": {
"time": "1772009191"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009244"
},
"departure": {
"time": "1772009244"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009281"
},
"departure": {
"time": "1772009281"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009306"
},
"departure": {
"time": "1772009306"
},
"stopId": "MAISDANS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009346"
},
"departure": {
"time": "1772009346"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDMON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQUE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009443"
},
"departure": {
"time": "1772009443"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009449"
},
"departure": {
"time": "1772009449"
},
"stopId": "MEIGNANN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009517"
},
"departure": {
"time": "1772009517"
},
"stopId": "REVERIES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009581"
},
"departure": {
"time": "1772009581"
},
"stopId": "ROCEPINE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009622"
},
"departure": {
"time": "1772009622"
},
"stopId": "PARCGARE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009676"
},
"departure": {
"time": "1772009676"
},
"stopId": "LABRUYER",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009738"
},
"departure": {
"time": "1772009738"
},
"stopId": "RASPAIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009598"
},
"departure": {
"time": "1772009598"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009688"
},
"departure": {
"time": "1772009688"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUEST",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009730"
},
"departure": {
"time": "1772009730"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLEMENCE",
"stopSequence": 27
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258258"
}
}
},
{
"id": "trip:6257743",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006058"
},
"departure": {
"time": "1772006058"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006078"
},
"departure": {
"time": "1772006103"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006133"
},
"departure": {
"time": "1772006133"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006161"
},
"departure": {
"time": "1772006161"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006217"
},
"departure": {
"time": "1772006217"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006246"
},
"departure": {
"time": "1772006246"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006312"
},
"departure": {
"time": "1772006312"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006345"
},
"departure": {
"time": "1772006345"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006397"
},
"departure": {
"time": "1772006397"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006517"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257743"
}
}
},
{
"id": "trip:6052680",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006109"
},
"departure": {
"time": "1772006109"
},
"stopId": "VEILLIER",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006160"
},
"departure": {
"time": "1772006340"
},
"stopId": "GRIMOREL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006455"
},
"departure": {
"time": "1772006455"
},
"stopId": "BMOTTE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006526"
},
"departure": {
"time": "1772006526"
},
"stopId": "LABROSSE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006579"
},
"departure": {
"time": "1772006579"
},
"stopId": "FIEFGENT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006662"
},
"departure": {
"time": "1772006662"
},
"stopId": "VIELLMAI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006700"
},
"departure": {
"time": "1772006700"
},
"stopId": "BBRANCHE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006735"
},
"departure": {
"time": "1772006735"
},
"stopId": "LESRIVES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006773"
},
"departure": {
"time": "1772006773"
},
"stopId": "CHAUMIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006956"
},
"departure": {
"time": "1772006956"
},
"stopId": "PTFILLES",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007056"
},
"departure": {
"time": "1772007056"
},
"stopId": "EPERVIER",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007089"
},
"departure": {
"time": "1772007089"
},
"stopId": "CONFLUEN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007150"
},
"departure": {
"time": "1772007150"
},
"stopId": "CHABOL-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"stopId": "EVENTARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007278"
},
"departure": {
"time": "1772007278"
},
"stopId": "COTTAGE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007343"
},
"departure": {
"time": "1772007343"
},
"stopId": "DUBELL-2",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007374"
},
"departure": {
"time": "1772007374"
},
"stopId": "BOISABBE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007420"
},
"departure": {
"time": "1772007420"
},
"stopId": "DEBUSSY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007518"
},
"departure": {
"time": "1772007518"
},
"stopId": "HOTELLER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007599"
},
"departure": {
"time": "1772007599"
},
"stopId": "INDUSTRI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007720"
},
"stopId": "MONPLAIS",
"stopSequence": 22
}
],
"trip": {
"directionId": 0,
"routeId": "12",
"tripId": "6052680"
}
}
},
{
"id": "trip:6257894",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006057"
},
"departure": {
"time": "1772006091"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772006136"
},
"departure": {
"time": "1772006136"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772006219"
},
"departure": {
"time": "1772006219"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772006277"
},
"departure": {
"time": "1772006277"
},
"stopId": "PAPERI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772006331"
},
"departure": {
"time": "1772006331"
},
"stopId": "CCHEMI-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772006401"
},
"departure": {
"time": "1772006401"
},
"stopId": "JUFERR-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772006463"
},
"departure": {
"time": "1772006463"
},
"stopId": "GEMMET-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772006523"
},
"departure": {
"time": "1772006523"
},
"stopId": "AUBEPI-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772006579"
},
"departure": {
"time": "1772006579"
},
"stopId": "STADE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772006630"
},
"departure": {
"time": "1772006630"
},
"stopId": "PELLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772006670"
},
"departure": {
"time": "1772006670"
},
"stopId": "CEEQUE-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772006711"
},
"departure": {
"time": "1772006711"
},
"stopId": "MORLIE-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772006779"
},
"departure": {
"time": "1772006779"
},
"stopId": "WALCOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772006819"
},
"departure": {
"time": "1772006819"
},
"stopId": "JAUDET-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772006908"
},
"departure": {
"time": "1772006908"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772006935"
},
"departure": {
"time": "1772006935"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772006958"
},
"departure": {
"time": "1772006958"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772006994"
},
"departure": {
"time": "1772006994"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772007059"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257894"
}
}
},
{
"id": "trip:6257745",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006645"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006769"
},
"departure": {
"time": "1772006769"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006854"
},
"departure": {
"time": "1772006854"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006942"
},
"departure": {
"time": "1772006942"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006976"
},
"departure": {
"time": "1772006976"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007022"
},
"departure": {
"time": "1772007022"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007081"
},
"departure": {
"time": "1772007081"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007119"
},
"departure": {
"time": "1772007119"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007182"
},
"departure": {
"time": "1772007182"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007231"
},
"departure": {
"time": "1772007231"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007272"
},
"departure": {
"time": "1772007272"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007300"
},
"departure": {
"time": "1772007300"
},
"stopId": "LUTIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007384"
},
"departure": {
"time": "1772007384"
},
"stopId": "MUSSET",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007422"
},
"departure": {
"time": "1772007422"
},
"stopId": "SAVARY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007608"
},
"departure": {
"time": "1772007608"
},
"stopId": "MENDESFR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007789"
},
"departure": {
"time": "1772007789"
},
"stopId": "FO-LOR-R",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007867"
},
"departure": {
"time": "1772007867"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007909"
},
"departure": {
"time": "1772007909"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008020"
},
"departure": {
"time": "1772008020"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008107"
},
"departure": {
"time": "1772008107"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008164"
},
"departure": {
"time": "1772008164"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008200"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008500"
},
"departure": {
"time": "1772008500"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008594"
},
"departure": {
"time": "1772008594"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008631"
},
"departure": {
"time": "1772008631"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008689"
},
"departure": {
"time": "1772008689"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008725"
},
"departure": {
"time": "1772008725"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008760"
},
"departure": {
"time": "1772008760"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008804"
},
"departure": {
"time": "1772008804"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008860"
},
"departure": {
"time": "1772008860"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008889"
},
"departure": {
"time": "1772008889"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008955"
},
"departure": {
"time": "1772008955"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008988"
},
"departure": {
"time": "1772008988"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009040"
},
"departure": {
"time": "1772009040"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009160"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257745"
}
}
},
{
"id": "trip:6544985",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006940"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007112"
},
"departure": {
"time": "1772007112"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007220"
},
"departure": {
"time": "1772007220"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007312"
},
"departure": {
"time": "1772007312"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007390"
},
"departure": {
"time": "1772007390"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007497"
},
"departure": {
"time": "1772007497"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007600"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544985"
}
}
},
{
"id": "trip:6257412",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006078"
},
"departure": {
"time": "1772006094"
},
"stopId": "CHANTR-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006138"
},
"departure": {
"time": "1772006138"
},
"stopId": "COLOM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006236"
},
"departure": {
"time": "1772006236"
},
"stopId": "HELBO-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006280"
},
"departure": {
"time": "1772006280"
},
"stopId": "POLE49",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006460"
},
"stopId": "EXPO-ZI",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "11",
"tripId": "6257412"
}
}
},
{
"id": "trip:6257979",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006073"
},
"departure": {
"time": "1772006110"
},
"stopId": "PASTEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772006155"
},
"departure": {
"time": "1772006155"
},
"stopId": "VERDUN-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772006151"
},
"departure": {
"time": "1772006151"
},
"stopId": "CEZAN-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772006187"
},
"departure": {
"time": "1772006187"
},
"stopId": "COROT-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772006252"
},
"stopId": "SBAVENAI",
"stopSequence": 68
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257979"
}
}
},
{
"id": "trip:6052679",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006094"
},
"departure": {
"time": "1772006094"
},
"stopId": "VEILLIER",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "12",
"tripId": "6052679"
}
}
},
{
"id": "trip:6257744",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006225"
},
"departure": {
"time": "1772006225"
},
"stopId": "STAUBI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006213"
},
"departure": {
"time": "1772006213"
},
"stopId": "HARAS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006405"
},
"departure": {
"time": "1772006405"
},
"stopId": "LESGAR-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006497"
},
"departure": {
"time": "1772006497"
},
"stopId": "BREMON-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006557"
},
"departure": {
"time": "1772006557"
},
"stopId": "ACAD-PLA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006595"
},
"departure": {
"time": "1772006595"
},
"stopId": "CHDARR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006831"
},
"departure": {
"time": "1772006831"
},
"stopId": "GDMAIN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006891"
},
"departure": {
"time": "1772006891"
},
"stopId": "PERUSSAI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006984"
},
"departure": {
"time": "1772006984"
},
"stopId": "MAISLAC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006956"
},
"departure": {
"time": "1772006956"
},
"stopId": "JEAN-MON",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007074"
},
"departure": {
"time": "1772007074"
},
"stopId": "DELESC-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007110"
},
"departure": {
"time": "1772007110"
},
"stopId": "MONTEC-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007145"
},
"departure": {
"time": "1772007145"
},
"stopId": "VALLO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007129"
},
"departure": {
"time": "1772007129"
},
"stopId": "PROUDH-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007185"
},
"departure": {
"time": "1772007185"
},
"stopId": "GRESIL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007274"
},
"departure": {
"time": "1772007274"
},
"stopId": "WIGAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007340"
},
"departure": {
"time": "1772007340"
},
"stopId": "SHEAKS-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007373"
},
"departure": {
"time": "1772007373"
},
"stopId": "AQUITA-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007365"
},
"departure": {
"time": "1772007365"
},
"stopId": "CCMOLI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007485"
},
"stopId": "LHOIRI-D",
"stopSequence": 35
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257744"
}
}
},
{
"id": "trip:6257472",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006056"
},
"departure": {
"time": "1772006088"
},
"stopId": "AUVERGNE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006103"
},
"departure": {
"time": "1772006103"
},
"stopId": "NOZAY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006118"
},
"departure": {
"time": "1772006118"
},
"stopId": "RBRIOLLA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006327"
},
"departure": {
"time": "1772006327"
},
"stopId": "MIMOSAS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006393"
},
"departure": {
"time": "1772006393"
},
"stopId": "BRISEPOT",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006444"
},
"departure": {
"time": "1772006444"
},
"stopId": "DESJARDI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006486"
},
"departure": {
"time": "1772006486"
},
"stopId": "MACE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006515"
},
"departure": {
"time": "1772006515"
},
"stopId": "LUTIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006602"
},
"departure": {
"time": "1772006602"
},
"stopId": "MUSSET",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006642"
},
"departure": {
"time": "1772006642"
},
"stopId": "SAVARY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006132"
},
"departure": {
"time": "1772006132"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOYENNE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006204"
},
"departure": {
"time": "1772006204"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITESOLI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006340"
},
"departure": {
"time": "1772006340"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCITR",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006413"
},
"departure": {
"time": "1772006413"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006559"
},
"departure": {
"time": "1772006559"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FACUL-SS",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006580"
},
"departure": {
"time": "1772006580"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BDEMAINE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006723"
},
"departure": {
"time": "1772006723"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TALET",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006744"
},
"departure": {
"time": "1772006744"
},
"stopId": "MENDESFR",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006923"
},
"departure": {
"time": "1772007120"
},
"stopId": "FO-LOR-R",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007192"
},
"departure": {
"time": "1772007192"
},
"stopId": "STAUBI-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007226"
},
"departure": {
"time": "1772007226"
},
"stopId": "HARAS-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007317"
},
"departure": {
"time": "1772007317"
},
"stopId": "LESGAR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007430"
},
"departure": {
"time": "1772007430"
},
"stopId": "SEMARD-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007480"
},
"departure": {
"time": "1772007480"
},
"stopId": "PONTNO-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007584"
},
"departure": {
"time": "1772007584"
},
"stopId": "POIREL-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007641"
},
"departure": {
"time": "1772007641"
},
"stopId": "VAUBAN-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "CHANZY-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007780"
},
"departure": {
"time": "1772007780"
},
"stopId": "LAFAYE-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007866"
},
"departure": {
"time": "1772007866"
},
"stopId": "MIRABE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007921"
},
"departure": {
"time": "1772007921"
},
"stopId": "CESARG-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007960"
},
"departure": {
"time": "1772007960"
},
"stopId": "BLANDE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008016"
},
"departure": {
"time": "1772008016"
},
"stopId": "MUTUAL-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008088"
},
"departure": {
"time": "1772008088"
},
"stopId": "VILLES-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772008137"
},
"departure": {
"time": "1772008137"
},
"stopId": "VIVIER-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008200"
},
"stopId": "MARIAN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008251"
},
"departure": {
"time": "1772008251"
},
"stopId": "LINOVE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772008290"
},
"departure": {
"time": "1772008290"
},
"stopId": "DANGEL-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008350"
},
"departure": {
"time": "1772008350"
},
"stopId": "ATHLET-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008394"
},
"departure": {
"time": "1772008394"
},
"stopId": "DIONNE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008440"
},
"departure": {
"time": "1772008440"
},
"stopId": "GENDRO-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008484"
},
"departure": {
"time": "1772008484"
},
"stopId": "CHESNA-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008532"
},
"departure": {
"time": "1772008532"
},
"stopId": "GIRAD-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008627"
},
"departure": {
"time": "1772008627"
},
"stopId": "FRANVILL",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008680"
},
"departure": {
"time": "1772008680"
},
"stopId": "GGESSAND",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008728"
},
"departure": {
"time": "1772008728"
},
"stopId": "MACURIE",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008772"
},
"departure": {
"time": "1772008772"
},
"stopId": "JEROSTAN",
"stopSequence": 55
},
{
"arrival": {
"time": "1772008817"
},
"departure": {
"time": "1772008817"
},
"stopId": "RONCIERE",
"stopSequence": 56
},
{
"arrival": {
"time": "1772008860"
},
"departure": {
"time": "1772008860"
},
"stopId": "GUILLE-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772008925"
},
"departure": {
"time": "1772008925"
},
"stopId": "BAUDRA-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772009040"
},
"stopId": "MOULINMA",
"stopSequence": 59
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257472"
}
}
},
{
"id": "trip:6540931",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008170"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008290"
},
"departure": {
"time": "1772008290"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008400"
},
"departure": {
"time": "1772008400"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008520"
},
"departure": {
"time": "1772008520"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008630"
},
"departure": {
"time": "1772008630"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008720"
},
"departure": {
"time": "1772008720"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008820"
},
"departure": {
"time": "1772008820"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008920"
},
"departure": {
"time": "1772008920"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009080"
},
"departure": {
"time": "1772009080"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009180"
},
"departure": {
"time": "1772009180"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009270"
},
"departure": {
"time": "1772009270"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009390"
},
"departure": {
"time": "1772009390"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009480"
},
"departure": {
"time": "1772009480"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009600"
},
"departure": {
"time": "1772009600"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009680"
},
"departure": {
"time": "1772009680"
},
"stopId": "2JMOU",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540931"
}
}
},
{
"id": "trip:6257712",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009580"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009590"
},
"departure": {
"time": "1772009590"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009700"
},
"departure": {
"time": "1772009700"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009749"
},
"departure": {
"time": "1772009749"
},
"stopId": "AAQUITN",
"stopSequence": 3
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257712"
}
}
},
{
"id": "trip:6257598",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009700"
},
"stopId": "PROVINS",
"stopSequence": 0
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257598"
}
}
},
{
"id": "trip:6540930",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007570"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007690"
},
"departure": {
"time": "1772007690"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007800"
},
"departure": {
"time": "1772007800"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007920"
},
"departure": {
"time": "1772007920"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008030"
},
"departure": {
"time": "1772008030"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008120"
},
"departure": {
"time": "1772008120"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008220"
},
"departure": {
"time": "1772008220"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008320"
},
"departure": {
"time": "1772008320"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008480"
},
"departure": {
"time": "1772008480"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008580"
},
"departure": {
"time": "1772008580"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008670"
},
"departure": {
"time": "1772008670"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008790"
},
"departure": {
"time": "1772008790"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008880"
},
"departure": {
"time": "1772008880"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009000"
},
"departure": {
"time": "1772009000"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009080"
},
"departure": {
"time": "1772009080"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009200"
},
"departure": {
"time": "1772009200"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009290"
},
"departure": {
"time": "1772009290"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009440"
},
"departure": {
"time": "1772009440"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009540"
},
"departure": {
"time": "1772009540"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009620"
},
"departure": {
"time": "1772009620"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009710"
},
"departure": {
"time": "1772009710"
},
"stopId": "2ACAS",
"stopSequence": 22
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540930"
}
}
},
{
"id": "trip:6258432",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008380"
},
"stopId": "SORGES",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008434"
},
"departure": {
"time": "1772008434"
},
"stopId": "RTSORG-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008506"
},
"departure": {
"time": "1772008506"
},
"stopId": "ECURIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008594"
},
"departure": {
"time": "1772008594"
},
"stopId": "BAUDRAI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008620"
},
"departure": {
"time": "1772008620"
},
"stopId": "JEBOUTON",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008726"
},
"departure": {
"time": "1772008726"
},
"stopId": "LAVOIR",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008794"
},
"departure": {
"time": "1772008794"
},
"stopId": "RIOTTEAU",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008834"
},
"departure": {
"time": "1772008834"
},
"stopId": "ALLUMETT",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008887"
},
"departure": {
"time": "1772008887"
},
"stopId": "DAGUERRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008942"
},
"departure": {
"time": "1772008942"
},
"stopId": "BELVTR-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009009"
},
"departure": {
"time": "1772009009"
},
"stopId": "MARAIS-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009103"
},
"departure": {
"time": "1772009103"
},
"stopId": "GASPALON",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009220"
},
"departure": {
"time": "1772009220"
},
"stopId": "VILSANTE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009257"
},
"departure": {
"time": "1772009257"
},
"stopId": "CORMIER",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009326"
},
"departure": {
"time": "1772009326"
},
"stopId": "STLEONAR",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009355"
},
"departure": {
"time": "1772009355"
},
"stopId": "GERICAUL",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "MONGAZON",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009434"
},
"departure": {
"time": "1772009434"
},
"stopId": "KOPA",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009491"
},
"departure": {
"time": "1772009491"
},
"stopId": "DESMAZ",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009541"
},
"departure": {
"time": "1772009541"
},
"stopId": "ANFRANCK",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009598"
},
"departure": {
"time": "1772009598"
},
"stopId": "STJOSEP",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009663"
},
"departure": {
"time": "1772009663"
},
"stopId": "PLDULYCE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009760"
},
"departure": {
"time": "1772009820"
},
"stopId": "HMAI",
"stopSequence": 22
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258432"
}
}
},
{
"id": "trip:6260041",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007060"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007184"
},
"departure": {
"time": "1772007184"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007255"
},
"departure": {
"time": "1772007255"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007300"
},
"departure": {
"time": "1772007300"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007660"
},
"departure": {
"time": "1772007660"
},
"stopId": "CNFPT",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007780"
},
"departure": {
"time": "1772007780"
},
"stopId": "DARWIN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007840"
},
"departure": {
"time": "1772007840"
},
"stopId": "MOREL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007868"
},
"departure": {
"time": "1772007868"
},
"stopId": "INRA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007905"
},
"departure": {
"time": "1772007905"
},
"stopId": "GDPERI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007936"
},
"departure": {
"time": "1772007936"
},
"stopId": "LANDRE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008020"
},
"departure": {
"time": "1772008020"
},
"stopId": "BRGPAI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008053"
},
"departure": {
"time": "1772008053"
},
"stopId": "RODIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008093"
},
"departure": {
"time": "1772008093"
},
"stopId": "GRANBE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008144"
},
"departure": {
"time": "1772008144"
},
"stopId": "PROME-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008200"
},
"stopId": "CERFEU-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008233"
},
"departure": {
"time": "1772008233"
},
"stopId": "MONOD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008267"
},
"departure": {
"time": "1772008267"
},
"stopId": "CITRON-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008298"
},
"departure": {
"time": "1772008298"
},
"stopId": "ECHATS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008380"
},
"stopId": "LATOLL",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6260041"
}
}
},
{
"id": "trip:6258253",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006052"
},
"departure": {
"time": "1772006083"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006112"
},
"departure": {
"time": "1772006143"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006189"
},
"departure": {
"time": "1772006460"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006565"
},
"departure": {
"time": "1772006565"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006758"
},
"departure": {
"time": "1772006758"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007039"
},
"departure": {
"time": "1772007039"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007095"
},
"departure": {
"time": "1772007095"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007180"
},
"departure": {
"time": "1772007180"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007284"
},
"departure": {
"time": "1772007284"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007346"
},
"departure": {
"time": "1772007346"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007392"
},
"departure": {
"time": "1772007392"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007472"
},
"departure": {
"time": "1772007472"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007512"
},
"departure": {
"time": "1772007512"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007579"
},
"departure": {
"time": "1772007579"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDM-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007584"
},
"departure": {
"time": "1772007584"
},
"stopId": "MAISDA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007624"
},
"departure": {
"time": "1772007624"
},
"stopId": "CHMART-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007661"
},
"departure": {
"time": "1772007661"
},
"stopId": "MLYAUT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007726"
},
"departure": {
"time": "1772007726"
},
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007774"
},
"departure": {
"time": "1772007774"
},
"stopId": "BEURRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007823"
},
"departure": {
"time": "1772007823"
},
"stopId": "DELAUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007874"
},
"departure": {
"time": "1772007874"
},
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007922"
},
"departure": {
"time": "1772007922"
},
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007957"
},
"departure": {
"time": "1772007957"
},
"stopId": "TERNIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007989"
},
"departure": {
"time": "1772007989"
},
"stopId": "BALAND-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008031"
},
"departure": {
"time": "1772008031"
},
"stopId": "PIECE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008086"
},
"departure": {
"time": "1772008086"
},
"stopId": "LA-BOI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008130"
},
"departure": {
"time": "1772008130"
},
"stopId": "SCHWAL-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008162"
},
"stopId": "ADEZIERE",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258253"
}
}
},
{
"id": "trip:6258726",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006126"
},
"departure": {
"time": "1772006126"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006126"
},
"departure": {
"time": "1772006126"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006196"
},
"departure": {
"time": "1772006196"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006264"
},
"departure": {
"time": "1772006264"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006309"
},
"departure": {
"time": "1772006309"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006387"
},
"departure": {
"time": "1772006387"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006446"
},
"departure": {
"time": "1772006446"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006496"
},
"departure": {
"time": "1772006496"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006608"
},
"departure": {
"time": "1772006608"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006709"
},
"departure": {
"time": "1772006709"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006774"
},
"departure": {
"time": "1772006774"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006853"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258726"
}
}
},
{
"id": "trip:6543547",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006049"
},
"departure": {
"time": "1772006049"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006162"
},
"departure": {
"time": "1772006162"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006270"
},
"departure": {
"time": "1772006270"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006428"
},
"departure": {
"time": "1772006428"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006507"
},
"departure": {
"time": "1772006507"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006580"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6543547"
}
}
},
{
"id": "trip:6543454",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006110"
},
"departure": {
"time": "1772006158"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006261"
},
"departure": {
"time": "1772006261"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006359"
},
"departure": {
"time": "1772006359"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006509"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543454"
}
}
},
{
"id": "trip:6258291",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006147"
},
"departure": {
"time": "1772006147"
},
"stopId": "PIECE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006213"
},
"departure": {
"time": "1772006213"
},
"stopId": "BALANDE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006241"
},
"departure": {
"time": "1772006241"
},
"stopId": "TERNIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006288"
},
"departure": {
"time": "1772006288"
},
"stopId": "MAIRAVR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006336"
},
"departure": {
"time": "1772006336"
},
"stopId": "MAUFINE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006404"
},
"departure": {
"time": "1772006404"
},
"stopId": "DELAUNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006447"
},
"departure": {
"time": "1772006447"
},
"stopId": "BEURRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006522"
},
"departure": {
"time": "1772006522"
},
"stopId": "BRASSENS",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006582"
},
"departure": {
"time": "1772006582"
},
"stopId": "MLYAUTEY",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006624"
},
"departure": {
"time": "1772006624"
},
"stopId": "CHMARTYR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006653"
},
"departure": {
"time": "1772006653"
},
"stopId": "MAISDANS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006637"
},
"departure": {
"time": "1772006637"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDMON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006700"
},
"departure": {
"time": "1772006700"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQUE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006750"
},
"departure": {
"time": "1772006750"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006805"
},
"departure": {
"time": "1772006805"
},
"stopId": "MEIGNANN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006884"
},
"departure": {
"time": "1772006884"
},
"stopId": "REVERIES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006954"
},
"departure": {
"time": "1772006954"
},
"stopId": "ROCEPINE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006995"
},
"departure": {
"time": "1772006995"
},
"stopId": "PARCGARE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007049"
},
"departure": {
"time": "1772007049"
},
"stopId": "LABRUYER",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007111"
},
"departure": {
"time": "1772007111"
},
"stopId": "RASPAIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007160"
},
"departure": {
"time": "1772007160"
},
"stopId": "MONPR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006930"
},
"departure": {
"time": "1772006930"
},
"scheduleRelationship": "SKIPPED",
"stopId": "POMONE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007035"
},
"departure": {
"time": "1772007035"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIOUEST",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007084"
},
"departure": {
"time": "1772007084"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLEMENCE",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007209"
},
"departure": {
"time": "1772007209"
},
"stopId": "DESCAZ-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007266"
},
"departure": {
"time": "1772007266"
},
"stopId": "BICHDAVI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007348"
},
"departure": {
"time": "1772007348"
},
"stopId": "HOTDIEU",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007389"
},
"departure": {
"time": "1772007389"
},
"stopId": "ROCHEFOU",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007581"
},
"departure": {
"time": "1772007581"
},
"stopId": "STSERGEU",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "MENDESFR",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008052"
},
"departure": {
"time": "1772008052"
},
"stopId": "FO-LOR-R",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008107"
},
"departure": {
"time": "1772008107"
},
"stopId": "STAUBI-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008149"
},
"departure": {
"time": "1772008149"
},
"stopId": "HARAS-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008280"
},
"departure": {
"time": "1772008280"
},
"stopId": "ANLERO-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008353"
},
"departure": {
"time": "1772008353"
},
"stopId": "RABELA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008411"
},
"departure": {
"time": "1772008411"
},
"stopId": "ESA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772008544"
},
"departure": {
"time": "1772008544"
},
"stopId": "DELATA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008640"
},
"departure": {
"time": "1772008640"
},
"stopId": "ALLARD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008690"
},
"departure": {
"time": "1772008690"
},
"stopId": "TASSIG-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772008783"
},
"departure": {
"time": "1772008783"
},
"stopId": "TROIPA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772008820"
},
"departure": {
"time": "1772008820"
},
"stopId": "SABLON-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008873"
},
"departure": {
"time": "1772008873"
},
"stopId": "RUELLE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772008956"
},
"departure": {
"time": "1772008956"
},
"stopId": "GENDRO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009050"
},
"departure": {
"time": "1772009050"
},
"stopId": "PATUR-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009120"
},
"departure": {
"time": "1772009120"
},
"stopId": "AUTHIO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772009179"
},
"departure": {
"time": "1772009179"
},
"stopId": "BELPOU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772009240"
},
"departure": {
"time": "1772009240"
},
"stopId": "PONTSC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772009362"
},
"departure": {
"time": "1772009362"
},
"stopId": "LOIRE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772009397"
},
"departure": {
"time": "1772009397"
},
"stopId": "DUBE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772009443"
},
"departure": {
"time": "1772009443"
},
"stopId": "LOUET-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772009484"
},
"departure": {
"time": "1772009484"
},
"stopId": "BOSQUE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772009534"
},
"departure": {
"time": "1772009534"
},
"stopId": "CHAERI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772009580"
},
"departure": {
"time": "1772009580"
},
"stopId": "FONTE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772009634"
},
"departure": {
"time": "1772009634"
},
"stopId": "ERIGNE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772009660"
},
"stopId": "SOLAND",
"stopSequence": 58
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258291"
}
}
},
{
"id": "trip:6257620",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008320"
},
"stopId": "SLEZIND",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008382"
},
"departure": {
"time": "1772008382"
},
"stopId": "GENTRIC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008453"
},
"departure": {
"time": "1772008453"
},
"stopId": "DAUTEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008473"
},
"departure": {
"time": "1772008473"
},
"stopId": "BUISSON",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008514"
},
"departure": {
"time": "1772008514"
},
"stopId": "PYRAM02",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "MORLONG",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008587"
},
"departure": {
"time": "1772008587"
},
"stopId": "BOURSE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008624"
},
"departure": {
"time": "1772008624"
},
"stopId": "RIOTTEAU",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008655"
},
"departure": {
"time": "1772008655"
},
"stopId": "ALLUMETT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008696"
},
"departure": {
"time": "1772008696"
},
"stopId": "DAGUERRE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008735"
},
"departure": {
"time": "1772008735"
},
"stopId": "LEOLAGRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008782"
},
"departure": {
"time": "1772008782"
},
"stopId": "VDLOIRE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008875"
},
"departure": {
"time": "1772008875"
},
"stopId": "ECLATERI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008864"
},
"departure": {
"time": "1772008864"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008954"
},
"departure": {
"time": "1772008954"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009037"
},
"departure": {
"time": "1772009037"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008987"
},
"departure": {
"time": "1772008987"
},
"stopId": "JUSTICES",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009033"
},
"departure": {
"time": "1772009033"
},
"stopId": "DELACROI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009118"
},
"departure": {
"time": "1772009118"
},
"stopId": "SAUMUROI",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009215"
},
"departure": {
"time": "1772009215"
},
"stopId": "INTERMIL",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009286"
},
"departure": {
"time": "1772009286"
},
"stopId": "HAUTPRES",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009342"
},
"departure": {
"time": "1772009342"
},
"stopId": "DELATTRE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009401"
},
"departure": {
"time": "1772009401"
},
"stopId": "MORELLIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009442"
},
"departure": {
"time": "1772009442"
},
"stopId": "LORETTE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009485"
},
"departure": {
"time": "1772009485"
},
"stopId": "BEAUVAL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009538"
},
"departure": {
"time": "1772009538"
},
"stopId": "LETANDUE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009641"
},
"departure": {
"time": "1772009641"
},
"stopId": "STRASBOU",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009706"
},
"departure": {
"time": "1772009706"
},
"stopId": "FREMUR",
"stopSequence": 28
},
{
"arrival": {
"time": "1772009760"
},
"departure": {
"time": "1772009760"
},
"stopId": "VAUBAN",
"stopSequence": 29
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257620"
}
}
},
{
"id": "trip:6544434",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006760"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007062"
},
"departure": {
"time": "1772007062"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007120"
},
"departure": {
"time": "1772007120"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007182"
},
"departure": {
"time": "1772007182"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007255"
},
"departure": {
"time": "1772007255"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007310"
},
"departure": {
"time": "1772007310"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007480"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544434"
}
}
},
{
"id": "trip:6258259",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006276"
},
"departure": {
"time": "1772006276"
},
"stopId": "MENDESFR",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006448"
},
"departure": {
"time": "1772006700"
},
"stopId": "FO-LOR-R",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006774"
},
"departure": {
"time": "1772006774"
},
"stopId": "STAUBI-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006809"
},
"departure": {
"time": "1772006809"
},
"stopId": "HARAS-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"stopId": "ANLERO-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007013"
},
"departure": {
"time": "1772007013"
},
"stopId": "RABELA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007071"
},
"departure": {
"time": "1772007071"
},
"stopId": "ESA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007204"
},
"departure": {
"time": "1772007204"
},
"stopId": "DELATA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007300"
},
"departure": {
"time": "1772007300"
},
"stopId": "ALLARD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007350"
},
"departure": {
"time": "1772007350"
},
"stopId": "TASSIG-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007443"
},
"departure": {
"time": "1772007443"
},
"stopId": "TROIPA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007480"
},
"departure": {
"time": "1772007480"
},
"stopId": "SABLON-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007533"
},
"departure": {
"time": "1772007533"
},
"stopId": "RUELLE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007616"
},
"departure": {
"time": "1772007616"
},
"stopId": "GENDRO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007710"
},
"departure": {
"time": "1772007710"
},
"stopId": "PATUR-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007780"
},
"departure": {
"time": "1772007780"
},
"stopId": "AUTHIO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007839"
},
"departure": {
"time": "1772007839"
},
"stopId": "BELPOU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "PONTSC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008022"
},
"departure": {
"time": "1772008022"
},
"stopId": "LOIRE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008057"
},
"departure": {
"time": "1772008057"
},
"stopId": "DUBE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008103"
},
"departure": {
"time": "1772008103"
},
"stopId": "LOUET-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008144"
},
"departure": {
"time": "1772008144"
},
"stopId": "BOSQUE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008194"
},
"departure": {
"time": "1772008194"
},
"stopId": "CHAERI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772008240"
},
"departure": {
"time": "1772008240"
},
"stopId": "FONTE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772008294"
},
"departure": {
"time": "1772008294"
},
"stopId": "ERIGNE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772008320"
},
"stopId": "SOLAND",
"stopSequence": 58
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258259"
}
}
},
{
"id": "trip:6258749",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006108"
},
"departure": {
"time": "1772006108"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006153"
},
"departure": {
"time": "1772006153"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006167"
},
"departure": {
"time": "1772006167"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006246"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258749"
}
}
},
{
"id": "trip:6258643",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006125"
},
"departure": {
"time": "1772006125"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258643"
}
}
},
{
"id": "trip:6258252",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772007368"
},
"departure": {
"time": "1772007368"
},
"stopId": "GDPRESSO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007418"
},
"departure": {
"time": "1772007418"
},
"stopId": "BARBOTER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007471"
},
"departure": {
"time": "1772007471"
},
"stopId": "FONTENE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007539"
},
"departure": {
"time": "1772007539"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007605"
},
"departure": {
"time": "1772007605"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007649"
},
"departure": {
"time": "1772007649"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007717"
},
"departure": {
"time": "1772007717"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007776"
},
"departure": {
"time": "1772007776"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007955"
},
"departure": {
"time": "1772007955"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008027"
},
"departure": {
"time": "1772008027"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008085"
},
"departure": {
"time": "1772008085"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008186"
},
"departure": {
"time": "1772008186"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008268"
},
"departure": {
"time": "1772008268"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008320"
},
"departure": {
"time": "1772008320"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008357"
},
"departure": {
"time": "1772008357"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008500"
},
"departure": {
"time": "1772008500"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008576"
},
"departure": {
"time": "1772008576"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008685"
},
"departure": {
"time": "1772008685"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008746"
},
"departure": {
"time": "1772008746"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008937"
},
"departure": {
"time": "1772008937"
},
"stopId": "PAULBERT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008993"
},
"departure": {
"time": "1772008993"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009070"
},
"departure": {
"time": "1772009070"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009160"
},
"departure": {
"time": "1772009220"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009352"
},
"departure": {
"time": "1772009352"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009545"
},
"departure": {
"time": "1772009545"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009727"
},
"departure": {
"time": "1772009727"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258252"
}
}
},
{
"id": "trip:6052752",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008080"
},
"stopId": "HTDEMURS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008120"
},
"departure": {
"time": "1772008120"
},
"stopId": "LABUISSA",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008171"
},
"departure": {
"time": "1772008171"
},
"stopId": "LECOTEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008243"
},
"departure": {
"time": "1772008243"
},
"stopId": "CARMET",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008323"
},
"departure": {
"time": "1772008323"
},
"stopId": "MURSHDV",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008354"
},
"departure": {
"time": "1772008354"
},
"stopId": "LEVESQUE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008432"
},
"departure": {
"time": "1772008432"
},
"stopId": "ERIGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008461"
},
"departure": {
"time": "1772008461"
},
"stopId": "SOLAND",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008500"
},
"departure": {
"time": "1772008500"
},
"stopId": "GDPRESSO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008540"
},
"departure": {
"time": "1772008540"
},
"stopId": "BARBOTER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008583"
},
"departure": {
"time": "1772008583"
},
"stopId": "FONTENE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008620"
},
"departure": {
"time": "1772008620"
},
"stopId": "BRISSAC",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "GARDOT",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009453"
},
"departure": {
"time": "1772009453"
},
"stopId": "STEXUPER",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009512"
},
"departure": {
"time": "1772009512"
},
"stopId": "SECUSOCI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009640"
},
"stopId": "HDVSUB",
"stopSequence": 15
}
],
"trip": {
"directionId": 0,
"routeId": "23",
"tripId": "6052752"
}
}
},
{
"id": "trip:6258520",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006113"
},
"departure": {
"time": "1772006136"
},
"stopId": "MONPROFI",
"stopSequence": 53
},
{
"arrival": {
"time": "1772006151"
},
"departure": {
"time": "1772006151"
},
"stopId": "DUMESNIL",
"stopSequence": 54
},
{
"arrival": {
"time": "1772006178"
},
"departure": {
"time": "1772006178"
},
"stopId": "LEQUAI",
"stopSequence": 55
},
{
"arrival": {
"time": "1772006318"
},
"departure": {
"time": "1772006318"
},
"stopId": "CHDARR",
"stopSequence": 56
},
{
"arrival": {
"time": "1772006105"
},
"departure": {
"time": "1772006105"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBLIQ",
"stopSequence": 60
},
{
"arrival": {
"time": "1772006160"
},
"departure": {
"time": "1772006160"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICRO-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772006216"
},
"departure": {
"time": "1772006216"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772006347"
},
"departure": {
"time": "1772006347"
},
"stopId": "CCI",
"stopSequence": 63
},
{
"arrival": {
"time": "1772006419"
},
"departure": {
"time": "1772006419"
},
"stopId": "LICES-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772006580"
},
"departure": {
"time": "1772006580"
},
"stopId": "ANLERO-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772006663"
},
"departure": {
"time": "1772006663"
},
"stopId": "MICHEL-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772006717"
},
"departure": {
"time": "1772006717"
},
"stopId": "BOURGO-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772006762"
},
"departure": {
"time": "1772006762"
},
"stopId": "VOLNEY-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772006820"
},
"departure": {
"time": "1772006820"
},
"stopId": "MADELE-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772006893"
},
"departure": {
"time": "1772006893"
},
"stopId": "JEBOUI-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772006965"
},
"departure": {
"time": "1772006965"
},
"stopId": "PCOUBE-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772007000"
},
"departure": {
"time": "1772007000"
},
"stopId": "AROBA-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772007100"
},
"departure": {
"time": "1772007100"
},
"stopId": "LANGLA-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772007219"
},
"departure": {
"time": "1772007219"
},
"stopId": "MONTAI-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772007318"
},
"departure": {
"time": "1772007318"
},
"stopId": "JERUSA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772007360"
},
"departure": {
"time": "1772007360"
},
"stopId": "DAGNET-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772007392"
},
"departure": {
"time": "1772007392"
},
"stopId": "GILLIE-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1772007457"
},
"departure": {
"time": "1772007457"
},
"stopId": "ISORET-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772007536"
},
"departure": {
"time": "1772007536"
},
"stopId": "VANDE-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772007587"
},
"departure": {
"time": "1772007587"
},
"stopId": "ORMEAU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772007613"
},
"departure": {
"time": "1772007613"
},
"stopId": "CRBLAN-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772007669"
},
"departure": {
"time": "1772007669"
},
"stopId": "CHATEL-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "BANCHA-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772007783"
},
"departure": {
"time": "1772007783"
},
"stopId": "JARDF-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772007823"
},
"departure": {
"time": "1772007823"
},
"stopId": "SAILLE-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772007900"
},
"stopId": "SAUBIN",
"stopSequence": 86
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258520"
}
}
},
{
"id": "trip:6257518",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009040"
},
"stopId": "EVENTARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009076"
},
"departure": {
"time": "1772009076"
},
"stopId": "COTTAGE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009133"
},
"departure": {
"time": "1772009133"
},
"stopId": "DUBELL-2",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009160"
},
"departure": {
"time": "1772009160"
},
"stopId": "BOISABBE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009196"
},
"departure": {
"time": "1772009196"
},
"stopId": "DEBUSSY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009242"
},
"departure": {
"time": "1772009242"
},
"stopId": "HOTELLER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "INDUSTRI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009362"
},
"departure": {
"time": "1772009362"
},
"stopId": "SAVOIE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009422"
},
"departure": {
"time": "1772009422"
},
"stopId": "AUVERGNE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009460"
},
"departure": {
"time": "1772009460"
},
"stopId": "NOZAY",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009489"
},
"departure": {
"time": "1772009489"
},
"stopId": "RBRIOLLA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009693"
},
"departure": {
"time": "1772009693"
},
"stopId": "MIMOSAS",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009759"
},
"departure": {
"time": "1772009759"
},
"stopId": "BRISEPOT",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009432"
},
"departure": {
"time": "1772009432"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOYENNE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009504"
},
"departure": {
"time": "1772009504"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITESOLI",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCITR",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009695"
},
"departure": {
"time": "1772009695"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE",
"stopSequence": 21
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257518"
}
}
},
{
"id": "trip:6257564",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006095"
},
"departure": {
"time": "1772006126"
},
"stopId": "DESJARDI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006140"
},
"departure": {
"time": "1772006140"
},
"stopId": "MACE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006161"
},
"departure": {
"time": "1772006161"
},
"stopId": "LUTIN",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006248"
},
"departure": {
"time": "1772006248"
},
"stopId": "MUSSET",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006288"
},
"departure": {
"time": "1772006288"
},
"stopId": "SAVARY",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006211"
},
"departure": {
"time": "1772006211"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006389"
},
"departure": {
"time": "1772006389"
},
"stopId": "MENDESFR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006535"
},
"departure": {
"time": "1772006580"
},
"stopId": "FO-LOR-R",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006667"
},
"departure": {
"time": "1772006667"
},
"stopId": "STAUBI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006709"
},
"departure": {
"time": "1772006709"
},
"stopId": "HARAS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006820"
},
"departure": {
"time": "1772006820"
},
"stopId": "LESGAR-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006923"
},
"departure": {
"time": "1772006923"
},
"stopId": "SEMARD-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006967"
},
"departure": {
"time": "1772006967"
},
"stopId": "PONTNO-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007054"
},
"departure": {
"time": "1772007054"
},
"stopId": "POIREL-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007102"
},
"departure": {
"time": "1772007102"
},
"stopId": "VAUBAN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007163"
},
"departure": {
"time": "1772007163"
},
"stopId": "FREMUR-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"stopId": "STRASB-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007351"
},
"departure": {
"time": "1772007351"
},
"stopId": "LETAND-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007390"
},
"departure": {
"time": "1772007390"
},
"stopId": "BEAUVA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007451"
},
"departure": {
"time": "1772007451"
},
"stopId": "LORETT-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007486"
},
"departure": {
"time": "1772007486"
},
"stopId": "MORELI-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"stopId": "DELATR-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007605"
},
"departure": {
"time": "1772007605"
},
"stopId": "HAUTPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007707"
},
"departure": {
"time": "1772007707"
},
"stopId": "INTMIL-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007778"
},
"departure": {
"time": "1772007778"
},
"stopId": "SAUMUR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007845"
},
"departure": {
"time": "1772007845"
},
"stopId": "DELACR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "JUSTIC-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007988"
},
"departure": {
"time": "1772007988"
},
"stopId": "ECLATE-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008087"
},
"departure": {
"time": "1772008087"
},
"stopId": "VDLOIR-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007948"
},
"departure": {
"time": "1772007948"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007990"
},
"departure": {
"time": "1772007990"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMEN-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008055"
},
"departure": {
"time": "1772008055"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUV-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUM-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008127"
},
"departure": {
"time": "1772008127"
},
"stopId": "LEOLAG-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008164"
},
"departure": {
"time": "1772008164"
},
"stopId": "DAGUER-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008206"
},
"departure": {
"time": "1772008206"
},
"stopId": "ALLUME-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008242"
},
"departure": {
"time": "1772008242"
},
"stopId": "RIOTTE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008284"
},
"departure": {
"time": "1772008284"
},
"stopId": "BOURSE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008312"
},
"departure": {
"time": "1772008312"
},
"stopId": "MORLON-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772008351"
},
"departure": {
"time": "1772008351"
},
"stopId": "PYRAM2-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772008395"
},
"departure": {
"time": "1772008395"
},
"stopId": "BUISSO-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772008421"
},
"departure": {
"time": "1772008421"
},
"stopId": "DAUTEL-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772008492"
},
"departure": {
"time": "1772008492"
},
"stopId": "GENTR-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772008612"
},
"stopId": "SLEZIND",
"stopSequence": 60
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257564"
}
}
},
{
"id": "trip:6544016",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006760"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006809"
},
"departure": {
"time": "1772006809"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007043"
},
"departure": {
"time": "1772007043"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007080"
},
"departure": {
"time": "1772007080"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007323"
},
"departure": {
"time": "1772007323"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007420"
},
"departure": {
"time": "1772007420"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007600"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544016"
}
}
},
{
"id": "trip:6258055",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772007775"
},
"departure": {
"time": "1772007775"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007839"
},
"departure": {
"time": "1772007839"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007932"
},
"departure": {
"time": "1772007932"
},
"stopId": "LIZE05",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007975"
},
"departure": {
"time": "1772007975"
},
"stopId": "CAMUS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008020"
},
"departure": {
"time": "1772008020"
},
"stopId": "LECLERC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008087"
},
"departure": {
"time": "1772008087"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008136"
},
"departure": {
"time": "1772008136"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008201"
},
"departure": {
"time": "1772008201"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008276"
},
"departure": {
"time": "1772008276"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008333"
},
"departure": {
"time": "1772008333"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"stopId": "LEQUAI",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008582"
},
"departure": {
"time": "1772008582"
},
"stopId": "CHDARR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008629"
},
"departure": {
"time": "1772008629"
},
"stopId": "ACADEMIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008680"
},
"departure": {
"time": "1772008680"
},
"stopId": "GBREM-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008709"
},
"departure": {
"time": "1772008709"
},
"stopId": "SEMARD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008742"
},
"departure": {
"time": "1772008742"
},
"stopId": "PONTNO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008806"
},
"departure": {
"time": "1772008806"
},
"stopId": "POIREL-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008841"
},
"departure": {
"time": "1772008841"
},
"stopId": "VAUBAN-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008910"
},
"departure": {
"time": "1772008910"
},
"stopId": "GENIE-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008974"
},
"departure": {
"time": "1772008974"
},
"stopId": "EBLE-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009056"
},
"departure": {
"time": "1772009056"
},
"stopId": "CTRETR-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009160"
},
"departure": {
"time": "1772009160"
},
"stopId": "GAUBOU5B",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009228"
},
"departure": {
"time": "1772009228"
},
"stopId": "MONTCASB",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009283"
},
"departure": {
"time": "1772009283"
},
"stopId": "MAJUIN5B",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009329"
},
"departure": {
"time": "1772009329"
},
"stopId": "CLAUDEL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009375"
},
"departure": {
"time": "1772009375"
},
"stopId": "JEAN-23",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009407"
},
"departure": {
"time": "1772009407"
},
"stopId": "JULESVER",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009468"
},
"departure": {
"time": "1772009468"
},
"stopId": "PALLAC-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772009498"
},
"departure": {
"time": "1772009498"
},
"stopId": "DURVIL-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772009580"
},
"departure": {
"time": "1772009580"
},
"stopId": "ANRO-5B",
"stopSequence": 30
},
{
"arrival": {
"time": "1772009630"
},
"departure": {
"time": "1772009630"
},
"stopId": "BOUTHO-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772009680"
},
"departure": {
"time": "1772009680"
},
"stopId": "APPENT-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009733"
},
"departure": {
"time": "1772009733"
},
"stopId": "FRCEVE-E",
"stopSequence": 33
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258055"
}
}
},
{
"id": "trip:6257711",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008260"
},
"stopId": "LHOIRI-D",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008270"
},
"departure": {
"time": "1772008270"
},
"stopId": "LHOIRIE2",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"stopId": "CCMOLIER",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008429"
},
"departure": {
"time": "1772008429"
},
"stopId": "AAQUITN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008463"
},
"departure": {
"time": "1772008463"
},
"stopId": "SHEAKSPE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008529"
},
"departure": {
"time": "1772008529"
},
"stopId": "WIGAN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "GRESILLE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008605"
},
"departure": {
"time": "1772008605"
},
"stopId": "PROUDHON",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008677"
},
"departure": {
"time": "1772008677"
},
"stopId": "VALLO",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008713"
},
"departure": {
"time": "1772008713"
},
"stopId": "MONTECLA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008754"
},
"departure": {
"time": "1772008754"
},
"stopId": "DELESCL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008819"
},
"departure": {
"time": "1772008819"
},
"stopId": "JEMONNET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008874"
},
"departure": {
"time": "1772008874"
},
"stopId": "MAISLA-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008912"
},
"departure": {
"time": "1772008912"
},
"stopId": "PERUSS-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"stopId": "GDMAINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009454"
},
"departure": {
"time": "1772009454"
},
"stopId": "EBLE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009516"
},
"departure": {
"time": "1772009516"
},
"stopId": "GENIE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009593"
},
"departure": {
"time": "1772009593"
},
"stopId": "VAUBAN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009627"
},
"departure": {
"time": "1772009627"
},
"stopId": "POIREL",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009688"
},
"departure": {
"time": "1772009688"
},
"stopId": "PONTNOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009727"
},
"departure": {
"time": "1772009727"
},
"stopId": "SEMARD",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009333"
},
"departure": {
"time": "1772009333"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009391"
},
"departure": {
"time": "1772009391"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 23
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257711"
}
}
},
{
"id": "trip:6258570",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006052"
},
"departure": {
"time": "1772006052"
},
"stopId": "LEPRE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772006097"
},
"departure": {
"time": "1772006097"
},
"stopId": "BONPLA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772006111"
},
"departure": {
"time": "1772006142"
},
"stopId": "POIVRE-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772006225"
},
"departure": {
"time": "1772006225"
},
"stopId": "AARDBU-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772006361"
},
"departure": {
"time": "1772006361"
},
"stopId": "AUCHAN-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772006405"
},
"departure": {
"time": "1772006405"
},
"stopId": "CCADEA-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772006435"
},
"departure": {
"time": "1772006435"
},
"stopId": "PLOTTI-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772006454"
},
"departure": {
"time": "1772006454"
},
"stopId": "AUTRIC-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772006496"
},
"departure": {
"time": "1772006496"
},
"stopId": "IRLAND-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772006525"
},
"departure": {
"time": "1772006525"
},
"stopId": "ITALIE-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772006572"
},
"departure": {
"time": "1772006572"
},
"stopId": "ALLEMA-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772006590"
},
"departure": {
"time": "1772006590"
},
"stopId": "DANEMA-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772006616"
},
"departure": {
"time": "1772006616"
},
"stopId": "AVENEU-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772006645"
},
"departure": {
"time": "1772006645"
},
"stopId": "MASTEL-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772006689"
},
"departure": {
"time": "1772006689"
},
"stopId": "JEHUEZ-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772006733"
},
"departure": {
"time": "1772006733"
},
"stopId": "PLATEF-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772006795"
},
"departure": {
"time": "1772006795"
},
"stopId": "ESPMON-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772006845"
},
"departure": {
"time": "1772006845"
},
"stopId": "BELAIR-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772006885"
},
"departure": {
"time": "1772006885"
},
"stopId": "ZOLA-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772006935"
},
"departure": {
"time": "1772006935"
},
"stopId": "ANAFRA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772007004"
},
"departure": {
"time": "1772007004"
},
"stopId": "PISCMU-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772007258"
},
"departure": {
"time": "1772007258"
},
"stopId": "DOMVATER",
"stopSequence": 77
},
{
"arrival": {
"time": "1772006975"
},
"departure": {
"time": "1772006975"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DEBEAU-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772007000"
},
"departure": {
"time": "1772007000"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DIX8JU-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772007027"
},
"departure": {
"time": "1772007027"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHPEGU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772007064"
},
"departure": {
"time": "1772007064"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HAUCOU-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772007207"
},
"departure": {
"time": "1772007207"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GERMTI-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOMVAL-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772007303"
},
"departure": {
"time": "1772007303"
},
"stopId": "RECLAI-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772007342"
},
"departure": {
"time": "1772007342"
},
"stopId": "RENOIR-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772007372"
},
"departure": {
"time": "1772007372"
},
"stopId": "CAMPJU-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772007407"
},
"departure": {
"time": "1772007407"
},
"stopId": "JUIGN-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772007496"
},
"stopId": "BENE-E",
"stopSequence": 88
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258570"
}
}
},
{
"id": "trip:3361D",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006460"
},
"departure": {
"time": "1772006460"
},
"stopId": "DUMESN-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007600"
},
"departure": {
"time": "1772007600"
},
"stopId": "FENEU-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "LALANDE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007840"
},
"departure": {
"time": "1772007840"
},
"stopId": "PETLAN-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007960"
},
"departure": {
"time": "1772007960"
},
"stopId": "LAPOMMER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"stopId": "MAROTT-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008200"
},
"stopId": "CSARTH-E",
"stopSequence": 10
}
],
"trip": {
"directionId": 1,
"routeId": "33",
"tripId": "3361D"
}
}
},
{
"id": "trip:6260016",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006073"
},
"departure": {
"time": "1772006073"
},
"stopId": "MOREL-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006092"
},
"departure": {
"time": "1772006113"
},
"stopId": "INRA-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006142"
},
"departure": {
"time": "1772006152"
},
"stopId": "GDPERI-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006196"
},
"departure": {
"time": "1772006196"
},
"stopId": "LANDRE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006280"
},
"departure": {
"time": "1772006280"
},
"stopId": "BRGPAI-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006313"
},
"departure": {
"time": "1772006313"
},
"stopId": "RODIN-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006292"
},
"departure": {
"time": "1772006292"
},
"stopId": "GRANBE-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006341"
},
"departure": {
"time": "1772006341"
},
"stopId": "PROME-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006457"
},
"departure": {
"time": "1772006457"
},
"stopId": "CERFEU-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006490"
},
"departure": {
"time": "1772006490"
},
"stopId": "MONOD-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006524"
},
"departure": {
"time": "1772006524"
},
"stopId": "CITRON-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006493"
},
"departure": {
"time": "1772006493"
},
"stopId": "ECHATS-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006575"
},
"stopId": "LATOLL",
"stopSequence": 18
}
],
"trip": {
"directionId": 1,
"routeId": "20",
"tripId": "6260016"
}
}
},
{
"id": "trip:6258254",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006132"
},
"departure": {
"time": "1772006132"
},
"stopId": "ESA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006246"
},
"departure": {
"time": "1772006246"
},
"stopId": "DELATA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006342"
},
"departure": {
"time": "1772006342"
},
"stopId": "ALLARD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006392"
},
"departure": {
"time": "1772006392"
},
"stopId": "TASSIG-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006485"
},
"departure": {
"time": "1772006485"
},
"stopId": "TROIPA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006522"
},
"departure": {
"time": "1772006522"
},
"stopId": "SABLON-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006575"
},
"departure": {
"time": "1772006575"
},
"stopId": "RUELLE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006658"
},
"departure": {
"time": "1772006658"
},
"stopId": "GENDRO-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772006752"
},
"departure": {
"time": "1772006752"
},
"stopId": "PATUR-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772006822"
},
"departure": {
"time": "1772006822"
},
"stopId": "AUTHIO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772006881"
},
"departure": {
"time": "1772006881"
},
"stopId": "BELPOU-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772006942"
},
"departure": {
"time": "1772006942"
},
"stopId": "PONTSC-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007064"
},
"departure": {
"time": "1772007064"
},
"stopId": "LOIRE-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007099"
},
"departure": {
"time": "1772007099"
},
"stopId": "DUBE-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007145"
},
"departure": {
"time": "1772007145"
},
"stopId": "LOUET-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007186"
},
"departure": {
"time": "1772007186"
},
"stopId": "BOSQUE-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772007236"
},
"departure": {
"time": "1772007236"
},
"stopId": "CHAERI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772007252"
},
"departure": {
"time": "1772007252"
},
"stopId": "FONTE-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772007358"
},
"departure": {
"time": "1772007358"
},
"stopId": "ERIGNE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772007384"
},
"stopId": "SOLAND",
"stopSequence": 58
}
],
"trip": {
"directionId": 1,
"routeId": "03",
"tripId": "6258254"
}
}
},
{
"id": "trip:6541241",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006147"
},
"departure": {
"time": "1772006147"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006240"
},
"departure": {
"time": "1772006240"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006360"
},
"departure": {
"time": "1772006360"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006470"
},
"departure": {
"time": "1772006470"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006570"
},
"departure": {
"time": "1772006570"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006640"
},
"departure": {
"time": "1772006640"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006710"
},
"departure": {
"time": "1772006710"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006820"
},
"departure": {
"time": "1772006820"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006910"
},
"departure": {
"time": "1772006910"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007010"
},
"departure": {
"time": "1772007010"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007110"
},
"departure": {
"time": "1772007110"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007220"
},
"departure": {
"time": "1772007220"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007330"
},
"departure": {
"time": "1772007330"
},
"stopId": "1JVIL",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007450"
},
"stopId": "1ANRO",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541241"
}
}
},
{
"id": "trip:6257597",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008200"
},
"stopId": "PROVINS",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008273"
},
"departure": {
"time": "1772008273"
},
"stopId": "RTEPARIS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"stopId": "DEBUMONP",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008438"
},
"departure": {
"time": "1772008438"
},
"stopId": "HOTELLER",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008487"
},
"departure": {
"time": "1772008487"
},
"stopId": "INDUSTRI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "SAVOIE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008630"
},
"departure": {
"time": "1772008630"
},
"stopId": "AUVERGNE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008676"
},
"departure": {
"time": "1772008676"
},
"stopId": "NOZAY",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008711"
},
"departure": {
"time": "1772008711"
},
"stopId": "RBRIOLLA",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008919"
},
"departure": {
"time": "1772008919"
},
"stopId": "MIMOSAS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008985"
},
"departure": {
"time": "1772008985"
},
"stopId": "BRISEPOT",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009036"
},
"departure": {
"time": "1772009036"
},
"stopId": "DESJARDI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009078"
},
"departure": {
"time": "1772009078"
},
"stopId": "MACE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009107"
},
"departure": {
"time": "1772009107"
},
"stopId": "LUTIN",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009194"
},
"departure": {
"time": "1772009194"
},
"stopId": "MUSSET",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009234"
},
"departure": {
"time": "1772009234"
},
"stopId": "SAVARY",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008739"
},
"departure": {
"time": "1772008739"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLANT",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008846"
},
"departure": {
"time": "1772008846"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOUER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACENEY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009151"
},
"departure": {
"time": "1772009151"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009335"
},
"departure": {
"time": "1772009335"
},
"stopId": "MENDESFR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009481"
},
"departure": {
"time": "1772009520"
},
"stopId": "FO-LOR-R",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009607"
},
"departure": {
"time": "1772009607"
},
"stopId": "STAUBI-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009649"
},
"departure": {
"time": "1772009649"
},
"stopId": "HARAS-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009760"
},
"departure": {
"time": "1772009760"
},
"stopId": "LESGAR-E",
"stopSequence": 27
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"tripId": "6257597"
}
}
},
{
"id": "trip:6544436",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007480"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007660"
},
"departure": {
"time": "1772007660"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007782"
},
"departure": {
"time": "1772007782"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007840"
},
"departure": {
"time": "1772007840"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007902"
},
"departure": {
"time": "1772007902"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007975"
},
"departure": {
"time": "1772007975"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008030"
},
"departure": {
"time": "1772008030"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008200"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544436"
}
}
},
{
"id": "trip:6258563",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008440"
},
"stopId": "SAUBIN",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008523"
},
"departure": {
"time": "1772008523"
},
"stopId": "PIGNONIE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008586"
},
"departure": {
"time": "1772008586"
},
"stopId": "CLAVERIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008630"
},
"departure": {
"time": "1772008630"
},
"stopId": "JARDFA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008680"
},
"departure": {
"time": "1772008680"
},
"stopId": "BANCHAIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008737"
},
"departure": {
"time": "1772008737"
},
"stopId": "CHATELAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008783"
},
"departure": {
"time": "1772008783"
},
"stopId": "CRBLANCH",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008819"
},
"departure": {
"time": "1772008819"
},
"stopId": "ORMEAUX",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008867"
},
"departure": {
"time": "1772008867"
},
"stopId": "VANDEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008947"
},
"departure": {
"time": "1772008947"
},
"stopId": "ISORET",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009009"
},
"departure": {
"time": "1772009009"
},
"stopId": "GILLIER",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009040"
},
"departure": {
"time": "1772009040"
},
"stopId": "DAGUENET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009095"
},
"departure": {
"time": "1772009095"
},
"stopId": "JERUSALE",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009181"
},
"departure": {
"time": "1772009181"
},
"stopId": "MONTAIG",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009340"
},
"departure": {
"time": "1772009340"
},
"stopId": "LANGLADE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "AROBASE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009448"
},
"departure": {
"time": "1772009448"
},
"stopId": "PCOUBERT",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009515"
},
"departure": {
"time": "1772009515"
},
"stopId": "JEBOUIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009580"
},
"departure": {
"time": "1772009580"
},
"stopId": "MADELEIN",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009627"
},
"departure": {
"time": "1772009627"
},
"stopId": "VOLNEY",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009708"
},
"departure": {
"time": "1772009708"
},
"stopId": "BOURGONN",
"stopSequence": 20
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258563"
}
}
},
{
"id": "trip:6052745",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008440"
},
"stopId": "HDVSUB",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008599"
},
"departure": {
"time": "1772008599"
},
"stopId": "SECUSO-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008650"
},
"departure": {
"time": "1772008650"
},
"stopId": "STEXUP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008740"
},
"departure": {
"time": "1772008740"
},
"stopId": "GARDOT-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "BRISSA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009475"
},
"departure": {
"time": "1772009475"
},
"stopId": "FONTEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009512"
},
"departure": {
"time": "1772009512"
},
"stopId": "BARBOT-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009580"
},
"departure": {
"time": "1772009580"
},
"stopId": "GDPRES-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009609"
},
"departure": {
"time": "1772009609"
},
"stopId": "SOLAND-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009643"
},
"departure": {
"time": "1772009643"
},
"stopId": "ERIGNE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009729"
},
"departure": {
"time": "1772009729"
},
"stopId": "LEVESQ-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009757"
},
"departure": {
"time": "1772009757"
},
"stopId": "MURSHV-E",
"stopSequence": 11
}
],
"trip": {
"directionId": 1,
"routeId": "23",
"tripId": "6052745"
}
}
},
{
"id": "trip:3257",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006122"
},
"departure": {
"time": "1772006122"
},
"stopId": "NONNA-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006180"
},
"departure": {
"time": "1772006180"
},
"stopId": "HERMIT32",
"stopSequence": 25
}
],
"trip": {
"directionId": 1,
"routeId": "32",
"tripId": "3257"
}
}
},
{
"id": "trip:6544983",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006098"
},
"departure": {
"time": "1772006137"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006245"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544983"
}
}
},
{
"id": "trip:6544988",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009100"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009272"
},
"departure": {
"time": "1772009272"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009380"
},
"departure": {
"time": "1772009380"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009472"
},
"departure": {
"time": "1772009472"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009550"
},
"departure": {
"time": "1772009550"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009647"
},
"departure": {
"time": "1772009647"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009740"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544988"
}
}
},
{
"id": "trip:6052659",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006063"
},
"departure": {
"time": "1772006063"
},
"stopId": "LECUIT-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006204"
},
"departure": {
"time": "1772006204"
},
"stopId": "AURIOL-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006195"
},
"departure": {
"time": "1772006195"
},
"stopId": "AQUAVITA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008417"
},
"departure": {
"time": "1772008417"
},
"stopId": "PLOTTI-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008464"
},
"departure": {
"time": "1772008464"
},
"stopId": "AUTRIC-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008569"
},
"departure": {
"time": "1772008569"
},
"stopId": "IRLAND-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008642"
},
"departure": {
"time": "1772008642"
},
"stopId": "ITALIE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008760"
},
"departure": {
"time": "1772008760"
},
"stopId": "ALLEMA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008804"
},
"departure": {
"time": "1772008804"
},
"stopId": "DANEMA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008901"
},
"departure": {
"time": "1772008901"
},
"stopId": "AVENEU-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008941"
},
"departure": {
"time": "1772008941"
},
"stopId": "MASTEL-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006460"
},
"departure": {
"time": "1772006460"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHENOI-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009039"
},
"departure": {
"time": "1772009039"
},
"stopId": "JEHUEZ-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009083"
},
"departure": {
"time": "1772009083"
},
"stopId": "PLATEF-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009145"
},
"departure": {
"time": "1772009145"
},
"stopId": "ESPMON-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009195"
},
"departure": {
"time": "1772009195"
},
"stopId": "BELAIR-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009196"
},
"departure": {
"time": "1772009196"
},
"stopId": "ZOLA-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009239"
},
"departure": {
"time": "1772009239"
},
"stopId": "ANAFRA-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772009345"
},
"departure": {
"time": "1772009345"
},
"stopId": "PISCMU-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772009382"
},
"departure": {
"time": "1772009382"
},
"stopId": "CAMPJU-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772009409"
},
"departure": {
"time": "1772009409"
},
"stopId": "LAEN-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772009438"
},
"departure": {
"time": "1772009438"
},
"stopId": "BECK-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009491"
},
"stopId": "DOMVATER",
"stopSequence": 33
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052659"
}
}
},
{
"id": "trip:6258644",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006081"
},
"departure": {
"time": "1772006112"
},
"stopId": "MARAIS-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006156"
},
"departure": {
"time": "1772006156"
},
"stopId": "FRESNA-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006243"
},
"departure": {
"time": "1772006243"
},
"stopId": "CHOUTE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006286"
},
"departure": {
"time": "1772006286"
},
"stopId": "MENA-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006348"
},
"departure": {
"time": "1772006348"
},
"stopId": "MALAQU-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006381"
},
"departure": {
"time": "1772006381"
},
"stopId": "LEFEVR-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006449"
},
"departure": {
"time": "1772006449"
},
"stopId": "PYRAM2-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006516"
},
"departure": {
"time": "1772006516"
},
"stopId": "BUISSO-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006521"
},
"departure": {
"time": "1772006521"
},
"stopId": "DAUTEL-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006625"
},
"departure": {
"time": "1772006625"
},
"stopId": "GENTR-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006750"
},
"departure": {
"time": "1772006750"
},
"stopId": "BAHONN-E",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006818"
},
"departure": {
"time": "1772006818"
},
"stopId": "DEGAUL-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006892"
},
"departure": {
"time": "1772006892"
},
"stopId": "MALEMB-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006298"
},
"departure": {
"time": "1772006298"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006361"
},
"departure": {
"time": "1772006361"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHI-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006423"
},
"departure": {
"time": "1772006423"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006466"
},
"departure": {
"time": "1772006466"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006502"
},
"departure": {
"time": "1772006502"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETR-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006580"
},
"departure": {
"time": "1772006580"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTRE-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006660"
},
"departure": {
"time": "1772006660"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRELGA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007038"
},
"departure": {
"time": "1772007038"
},
"stopId": "FMAURI-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007083"
},
"departure": {
"time": "1772007083"
},
"stopId": "MALRAU-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007128"
},
"stopId": "TRELA-AR",
"stopSequence": 38
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258644"
}
}
},
{
"id": "trip:6052644",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772007518"
},
"departure": {
"time": "1772007518"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHENOIR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006166"
},
"departure": {
"time": "1772006166"
},
"stopId": "LECUIT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006219"
},
"departure": {
"time": "1772006219"
},
"stopId": "BLERIOT",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006247"
},
"departure": {
"time": "1772006247"
},
"stopId": "BARRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006323"
},
"departure": {
"time": "1772006323"
},
"stopId": "STTERESE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006361"
},
"departure": {
"time": "1772006361"
},
"stopId": "BICHBICH",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006409"
},
"departure": {
"time": "1772006409"
},
"stopId": "DESCAZEA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006468"
},
"departure": {
"time": "1772006468"
},
"stopId": "MONPROFI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006553"
},
"departure": {
"time": "1772006553"
},
"stopId": "LEQUAI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006787"
},
"departure": {
"time": "1772006787"
},
"stopId": "CHDARR",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006842"
},
"departure": {
"time": "1772006842"
},
"stopId": "ACADEMIE",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006921"
},
"departure": {
"time": "1772006921"
},
"stopId": "GBREM-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006953"
},
"stopId": "GAREPAPI",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "21",
"tripId": "6052644"
}
}
},
{
"id": "trip:6052751",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006123"
},
"departure": {
"time": "1772006123"
},
"stopId": "SECUSO-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006153"
},
"departure": {
"time": "1772006153"
},
"stopId": "STEXUP-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006237"
},
"departure": {
"time": "1772006237"
},
"stopId": "GARDOT-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006954"
},
"departure": {
"time": "1772006954"
},
"stopId": "BRISSA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007029"
},
"departure": {
"time": "1772007029"
},
"stopId": "FONTEN-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007066"
},
"departure": {
"time": "1772007066"
},
"stopId": "BARBOT-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007134"
},
"departure": {
"time": "1772007134"
},
"stopId": "GDPRES-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007163"
},
"departure": {
"time": "1772007163"
},
"stopId": "SOLAND-E",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007197"
},
"departure": {
"time": "1772007197"
},
"stopId": "ERIGNE-E",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007283"
},
"departure": {
"time": "1772007283"
},
"stopId": "LEVESQ-E",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007311"
},
"departure": {
"time": "1772007311"
},
"stopId": "MURSHV-E",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007379"
},
"departure": {
"time": "1772007379"
},
"stopId": "CARMET-E",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007456"
},
"departure": {
"time": "1772007456"
},
"stopId": "LECOTE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007505"
},
"departure": {
"time": "1772007505"
},
"stopId": "LABUIS-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007554"
},
"stopId": "HTDEMURS",
"stopSequence": 15
}
],
"trip": {
"directionId": 1,
"routeId": "23",
"tripId": "6052751"
}
}
},
{
"id": "trip:6257709",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006065"
},
"departure": {
"time": "1772006065"
},
"stopId": "DESJAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006102"
},
"departure": {
"time": "1772006125"
},
"stopId": "BRISEP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006195"
},
"departure": {
"time": "1772006195"
},
"stopId": "MIMOSA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006237"
},
"departure": {
"time": "1772006237"
},
"stopId": "CHATEN-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006330"
},
"departure": {
"time": "1772006330"
},
"stopId": "SOLELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006364"
},
"departure": {
"time": "1772006364"
},
"stopId": "SEPSON-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006411"
},
"departure": {
"time": "1772006411"
},
"stopId": "BANCST-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006512"
},
"departure": {
"time": "1772006512"
},
"stopId": "RTEPAR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006540"
},
"departure": {
"time": "1772006540"
},
"stopId": "PROVIN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006652"
},
"stopId": "PARCEX-E",
"stopSequence": 43
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257709"
}
}
},
{
"id": "trip:6257534",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006080"
},
"departure": {
"time": "1772006097"
},
"stopId": "CHANZY-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006127"
},
"departure": {
"time": "1772006127"
},
"stopId": "LAFAYE-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006238"
},
"departure": {
"time": "1772006238"
},
"stopId": "MIRABE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006293"
},
"departure": {
"time": "1772006293"
},
"stopId": "CESARG-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006332"
},
"departure": {
"time": "1772006332"
},
"stopId": "BLANDE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006388"
},
"departure": {
"time": "1772006388"
},
"stopId": "MUTUAL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006460"
},
"departure": {
"time": "1772006460"
},
"stopId": "VILLES-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006509"
},
"departure": {
"time": "1772006509"
},
"stopId": "VIVIER-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006572"
},
"departure": {
"time": "1772006572"
},
"stopId": "MARIAN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006623"
},
"departure": {
"time": "1772006623"
},
"stopId": "LINOVE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006662"
},
"departure": {
"time": "1772006662"
},
"stopId": "DANGEL-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006722"
},
"departure": {
"time": "1772006722"
},
"stopId": "ATHLET-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006766"
},
"departure": {
"time": "1772006766"
},
"stopId": "DIONNE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772006812"
},
"departure": {
"time": "1772006812"
},
"stopId": "GENDRO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772006856"
},
"departure": {
"time": "1772006856"
},
"stopId": "CHESNA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772006904"
},
"departure": {
"time": "1772006904"
},
"stopId": "GIRAD-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772006999"
},
"departure": {
"time": "1772006999"
},
"stopId": "FRANVILL",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007047"
},
"departure": {
"time": "1772007047"
},
"stopId": "GGESSAND",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007092"
},
"departure": {
"time": "1772007092"
},
"stopId": "MACURIE",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007136"
},
"departure": {
"time": "1772007136"
},
"stopId": "JEROSTAN",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007179"
},
"departure": {
"time": "1772007179"
},
"stopId": "RONCIERE",
"stopSequence": 54
},
{
"arrival": {
"time": "1772007220"
},
"departure": {
"time": "1772007220"
},
"stopId": "GUILLE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772007287"
},
"departure": {
"time": "1772007287"
},
"stopId": "BAUDRA-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772007404"
},
"stopId": "MOULINMA",
"stopSequence": 57
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257534"
}
}
},
{
"id": "trip:6260057",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007240"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHANTOUR",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007280"
},
"departure": {
"time": "1772007280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007311"
},
"departure": {
"time": "1772007311"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RANGEARD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007333"
},
"departure": {
"time": "1772007333"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAPOINTE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007373"
},
"departure": {
"time": "1772007373"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTLAIT",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007412"
},
"departure": {
"time": "1772007412"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GAREBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007449"
},
"departure": {
"time": "1772007449"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMPBOUC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007323"
},
"departure": {
"time": "1772007323"
},
"stopId": "BOUCHEM",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007377"
},
"departure": {
"time": "1772007377"
},
"stopId": "CHEVRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007414"
},
"departure": {
"time": "1772007414"
},
"stopId": "PETPORT",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007498"
},
"departure": {
"time": "1772007498"
},
"stopId": "HAUBOUCH",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007563"
},
"departure": {
"time": "1772007563"
},
"stopId": "ARTAUD",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007625"
},
"departure": {
"time": "1772007625"
},
"stopId": "PIVERDIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007688"
},
"departure": {
"time": "1772007688"
},
"stopId": "CHATAIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007726"
},
"departure": {
"time": "1772007726"
},
"stopId": "CLOSVI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007787"
},
"departure": {
"time": "1772007787"
},
"stopId": "P-ANJO-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007862"
},
"departure": {
"time": "1772007862"
},
"stopId": "HARENC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007929"
},
"departure": {
"time": "1772007929"
},
"stopId": "P-ANJOU",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007977"
},
"departure": {
"time": "1772007977"
},
"stopId": "VALMAI-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008048"
},
"departure": {
"time": "1772008048"
},
"stopId": "PETVIVIE",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008124"
},
"departure": {
"time": "1772008124"
},
"stopId": "PRUNIERS",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008158"
},
"departure": {
"time": "1772008158"
},
"stopId": "CROISETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008263"
},
"departure": {
"time": "1772008263"
},
"stopId": "CAMLACMA",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008309"
},
"departure": {
"time": "1772008309"
},
"stopId": "LACDMAIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008355"
},
"departure": {
"time": "1772008355"
},
"stopId": "MAISENVI",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008397"
},
"departure": {
"time": "1772008397"
},
"stopId": "PERUSSAI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008431"
},
"departure": {
"time": "1772008431"
},
"stopId": "MAISLAC",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008461"
},
"departure": {
"time": "1772008461"
},
"stopId": "JEAN-MON",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008587"
},
"departure": {
"time": "1772008587"
},
"stopId": "CNFPT",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008645"
},
"departure": {
"time": "1772008645"
},
"stopId": "BEAUSSIE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008705"
},
"departure": {
"time": "1772008705"
},
"stopId": "CITEUNIV",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008755"
},
"departure": {
"time": "1772008755"
},
"stopId": "POLYTECH",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008816"
},
"departure": {
"time": "1772008816"
},
"stopId": "NDAMELAC",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008882"
},
"departure": {
"time": "1772008882"
},
"stopId": "BOISRAME",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008945"
},
"departure": {
"time": "1772008945"
},
"stopId": "CHBBEILL",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009020"
},
"departure": {
"time": "1772009020"
},
"stopId": "MVIGNE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009128"
},
"departure": {
"time": "1772009128"
},
"stopId": "FARCYSJA",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009334"
},
"departure": {
"time": "1772009334"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772009399"
},
"departure": {
"time": "1772009399"
},
"stopId": "MONPR-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009455"
},
"departure": {
"time": "1772009455"
},
"stopId": "DESCAZ-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009517"
},
"departure": {
"time": "1772009517"
},
"stopId": "BICHBI-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009551"
},
"departure": {
"time": "1772009551"
},
"stopId": "STTHER-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009627"
},
"departure": {
"time": "1772009627"
},
"stopId": "BARRA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009682"
},
"departure": {
"time": "1772009682"
},
"stopId": "BLERIO-E",
"stopSequence": 44
}
],
"trip": {
"directionId": 0,
"routeId": "06",
"tripId": "6260057"
}
}
},
{
"id": "trip:6544987",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008380"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008552"
},
"departure": {
"time": "1772008552"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008660"
},
"departure": {
"time": "1772008660"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008752"
},
"departure": {
"time": "1772008752"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008830"
},
"departure": {
"time": "1772008830"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008927"
},
"departure": {
"time": "1772008927"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009020"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544987"
}
}
},
{
"id": "trip:6258111",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006133"
},
"departure": {
"time": "1772006133"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006223"
},
"departure": {
"time": "1772006223"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006273"
},
"departure": {
"time": "1772006273"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006313"
},
"departure": {
"time": "1772006313"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006395"
},
"departure": {
"time": "1772006395"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006504"
},
"departure": {
"time": "1772006504"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006594"
},
"departure": {
"time": "1772006594"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006690"
},
"departure": {
"time": "1772006690"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006792"
},
"departure": {
"time": "1772006792"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006855"
},
"departure": {
"time": "1772006855"
},
"stopId": "STLEON5A",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006914"
},
"departure": {
"time": "1772006914"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007014"
},
"departure": {
"time": "1772007014"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007060"
},
"departure": {
"time": "1772007060"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007159"
},
"departure": {
"time": "1772007159"
},
"stopId": "SAUMUROI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007256"
},
"departure": {
"time": "1772007256"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007327"
},
"departure": {
"time": "1772007327"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007383"
},
"departure": {
"time": "1772007383"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007475"
},
"departure": {
"time": "1772007475"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007516"
},
"departure": {
"time": "1772007516"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007603"
},
"departure": {
"time": "1772007603"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007675"
},
"departure": {
"time": "1772007675"
},
"stopId": "NERUDA",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007731"
},
"departure": {
"time": "1772007731"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007788"
},
"departure": {
"time": "1772007788"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007837"
},
"departure": {
"time": "1772007837"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007905"
},
"departure": {
"time": "1772007905"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007977"
},
"departure": {
"time": "1772007977"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008041"
},
"departure": {
"time": "1772008041"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008073"
},
"departure": {
"time": "1772008073"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008098"
},
"departure": {
"time": "1772008098"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008150"
},
"departure": {
"time": "1772008150"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008198"
},
"departure": {
"time": "1772008198"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772008230"
},
"departure": {
"time": "1772008230"
},
"stopId": "MAJUIN5A",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008279"
},
"departure": {
"time": "1772008279"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008337"
},
"departure": {
"time": "1772008337"
},
"stopId": "GAUBOU5A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772008424"
},
"departure": {
"time": "1772008424"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1772008504"
},
"departure": {
"time": "1772008504"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008564"
},
"departure": {
"time": "1772008564"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772008639"
},
"departure": {
"time": "1772008639"
},
"stopId": "VAUBAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008674"
},
"departure": {
"time": "1772008674"
},
"stopId": "POIREL",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008722"
},
"departure": {
"time": "1772008722"
},
"stopId": "PONTNOIR",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008763"
},
"departure": {
"time": "1772008763"
},
"stopId": "SEMARD",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008811"
},
"departure": {
"time": "1772008811"
},
"stopId": "BREMON-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008883"
},
"departure": {
"time": "1772008883"
},
"stopId": "ACAD-PLA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008942"
},
"departure": {
"time": "1772008942"
},
"stopId": "CHDARR-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772009078"
},
"departure": {
"time": "1772009078"
},
"stopId": "LEQUAI-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772009107"
},
"departure": {
"time": "1772009107"
},
"stopId": "DUMESN-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772009218"
},
"departure": {
"time": "1772009218"
},
"stopId": "RASPAI-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772009235"
},
"departure": {
"time": "1772009235"
},
"stopId": "LABRUY-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772009331"
},
"departure": {
"time": "1772009331"
},
"stopId": "PARCGA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772009365"
},
"departure": {
"time": "1772009365"
},
"stopId": "ROCEPI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772009424"
},
"departure": {
"time": "1772009424"
},
"stopId": "LECLER-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772009412"
},
"departure": {
"time": "1772009412"
},
"stopId": "CAMUS-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772009483"
},
"departure": {
"time": "1772009483"
},
"stopId": "LIZE05-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772009593"
},
"departure": {
"time": "1772009593"
},
"stopId": "PELUAU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772009662"
},
"departure": {
"time": "1772009662"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772009707"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258111"
}
}
},
{
"id": "trip:6260110",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOPITAL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009405"
},
"departure": {
"time": "1772009405"
},
"stopId": "HRECULEE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009456"
},
"departure": {
"time": "1772009456"
},
"stopId": "FMEDECIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009541"
},
"departure": {
"time": "1772009541"
},
"stopId": "WJMO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009590"
},
"departure": {
"time": "1772009590"
},
"stopId": "ESEO",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009648"
},
"departure": {
"time": "1772009648"
},
"stopId": "CHARNASS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009720"
},
"departure": {
"time": "1772009720"
},
"stopId": "FRATER",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260110"
}
}
},
{
"id": "trip:6540928",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006049"
},
"departure": {
"time": "1772006049"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006134"
},
"departure": {
"time": "1772006167"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006260"
},
"departure": {
"time": "1772006260"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006380"
},
"departure": {
"time": "1772006380"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006470"
},
"departure": {
"time": "1772006470"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006570"
},
"departure": {
"time": "1772006570"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006680"
},
"departure": {
"time": "1772006680"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006740"
},
"departure": {
"time": "1772006740"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006840"
},
"departure": {
"time": "1772006840"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007030"
},
"departure": {
"time": "1772007030"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007150"
},
"departure": {
"time": "1772007150"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007360"
},
"departure": {
"time": "1772007360"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007440"
},
"departure": {
"time": "1772007440"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007560"
},
"departure": {
"time": "1772007560"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007650"
},
"departure": {
"time": "1772007650"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007800"
},
"departure": {
"time": "1772007800"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007900"
},
"departure": {
"time": "1772007900"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007980"
},
"departure": {
"time": "1772007980"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008070"
},
"departure": {
"time": "1772008070"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008150"
},
"departure": {
"time": "1772008150"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008240"
},
"departure": {
"time": "1772008240"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008320"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540928"
}
}
},
{
"id": "trip:6257747",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009100"
},
"stopId": "PARCEXPO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009226"
},
"departure": {
"time": "1772009226"
},
"stopId": "PROVINS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009312"
},
"departure": {
"time": "1772009312"
},
"stopId": "RTEPARIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "BANCSTMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009434"
},
"departure": {
"time": "1772009434"
},
"stopId": "SEPSONET",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009480"
},
"departure": {
"time": "1772009480"
},
"stopId": "SOLELEVA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009539"
},
"departure": {
"time": "1772009539"
},
"stopId": "CHATENAY",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009577"
},
"departure": {
"time": "1772009577"
},
"stopId": "MIMOSAS",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"stopId": "BRISEPOT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009689"
},
"departure": {
"time": "1772009689"
},
"stopId": "DESJARDI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009730"
},
"departure": {
"time": "1772009730"
},
"stopId": "MACE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009758"
},
"departure": {
"time": "1772009758"
},
"stopId": "LUTIN",
"stopSequence": 11
}
],
"trip": {
"directionId": 1,
"routeId": "04",
"tripId": "6257747"
}
}
},
{
"id": "trip:6543457",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007480"
},
"stopId": "2MONP",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007562"
},
"departure": {
"time": "1772007562"
},
"stopId": "2EURO",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007648"
},
"departure": {
"time": "1772007648"
},
"stopId": "2DUNA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007820"
},
"departure": {
"time": "1772007820"
},
"stopId": "2BRIS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007901"
},
"departure": {
"time": "1772007901"
},
"stopId": "2CROI",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008062"
},
"departure": {
"time": "1772008062"
},
"stopId": "2MTAI",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008160"
},
"departure": {
"time": "1772008160"
},
"stopId": "2CONS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008310"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543457"
}
}
},
{
"id": "trip:6257937",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007060"
},
"stopId": "SBAVENAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007146"
},
"departure": {
"time": "1772007146"
},
"stopId": "COROT",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007190"
},
"departure": {
"time": "1772007190"
},
"stopId": "CEZANNE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007227"
},
"departure": {
"time": "1772007227"
},
"stopId": "VERDUN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007254"
},
"departure": {
"time": "1772007254"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007360"
},
"departure": {
"time": "1772007360"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007405"
},
"departure": {
"time": "1772007405"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007466"
},
"departure": {
"time": "1772007466"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007509"
},
"departure": {
"time": "1772007509"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007556"
},
"departure": {
"time": "1772007556"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007600"
},
"departure": {
"time": "1772007600"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007655"
},
"departure": {
"time": "1772007655"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007709"
},
"departure": {
"time": "1772007709"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007775"
},
"departure": {
"time": "1772007775"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007850"
},
"departure": {
"time": "1772007850"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007909"
},
"departure": {
"time": "1772007909"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007960"
},
"departure": {
"time": "1772007960"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008032"
},
"departure": {
"time": "1772008032"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008110"
},
"departure": {
"time": "1772008110"
},
"stopId": "CAMELIAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008192"
},
"departure": {
"time": "1772008192"
},
"stopId": "ISORET",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008260"
},
"departure": {
"time": "1772008260"
},
"stopId": "GILLIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008294"
},
"departure": {
"time": "1772008294"
},
"stopId": "DAGUENET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008342"
},
"departure": {
"time": "1772008342"
},
"stopId": "JERUSALE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008115"
},
"departure": {
"time": "1772008115"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARCEAU",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008174"
},
"departure": {
"time": "1772008174"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AFPA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008245"
},
"departure": {
"time": "1772008245"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETIER",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008423"
},
"departure": {
"time": "1772008423"
},
"stopId": "MONTAIG",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008464"
},
"departure": {
"time": "1772008464"
},
"stopId": "GARDOT",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008522"
},
"departure": {
"time": "1772008522"
},
"stopId": "STEXUPER",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008588"
},
"departure": {
"time": "1772008588"
},
"stopId": "SECUSOCI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008708"
},
"departure": {
"time": "1772008708"
},
"stopId": "MAIL-NAE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008761"
},
"departure": {
"time": "1772008761"
},
"stopId": "FO-LOR-R",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008848"
},
"departure": {
"time": "1772008848"
},
"stopId": "STAUBI-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008890"
},
"departure": {
"time": "1772008890"
},
"stopId": "HARAS-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009001"
},
"departure": {
"time": "1772009001"
},
"stopId": "LESGAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009102"
},
"departure": {
"time": "1772009102"
},
"stopId": "BREMON-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009168"
},
"departure": {
"time": "1772009168"
},
"stopId": "ACAD-PLA",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009209"
},
"departure": {
"time": "1772009209"
},
"stopId": "CHDARR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009330"
},
"departure": {
"time": "1772009330"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772009370"
},
"departure": {
"time": "1772009370"
},
"stopId": "DUMESN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009340"
},
"departure": {
"time": "1772009340"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009406"
},
"departure": {
"time": "1772009406"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009480"
},
"departure": {
"time": "1772009480"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009472"
},
"departure": {
"time": "1772009472"
},
"stopId": "SAJACQ-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009541"
},
"departure": {
"time": "1772009541"
},
"stopId": "FARCSJ-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009645"
},
"departure": {
"time": "1772009645"
},
"stopId": "MVIGNE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009722"
},
"departure": {
"time": "1772009722"
},
"stopId": "CHBBEI-E",
"stopSequence": 47
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257937"
}
}
},
{
"id": "trip:6541248",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009260"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009340"
},
"departure": {
"time": "1772009340"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009410"
},
"departure": {
"time": "1772009410"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009490"
},
"departure": {
"time": "1772009490"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009580"
},
"departure": {
"time": "1772009580"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009670"
},
"departure": {
"time": "1772009670"
},
"stopId": "1PMAY",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541248"
}
}
},
{
"id": "trip:6257493",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006086"
},
"departure": {
"time": "1772006117"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006160"
},
"departure": {
"time": "1772006160"
},
"stopId": "MARIANNE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006225"
},
"departure": {
"time": "1772006225"
},
"stopId": "VIVIERS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006279"
},
"departure": {
"time": "1772006279"
},
"stopId": "VILLESIC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006358"
},
"departure": {
"time": "1772006358"
},
"stopId": "MUTUALIT",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006409"
},
"departure": {
"time": "1772006409"
},
"stopId": "BLANDEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006454"
},
"departure": {
"time": "1772006454"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006525"
},
"departure": {
"time": "1772006525"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006580"
},
"departure": {
"time": "1772006580"
},
"stopId": "LAFAYETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006624"
},
"departure": {
"time": "1772006624"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006684"
},
"departure": {
"time": "1772006684"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006719"
},
"departure": {
"time": "1772006719"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006781"
},
"departure": {
"time": "1772006781"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006823"
},
"departure": {
"time": "1772006823"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006893"
},
"departure": {
"time": "1772006893"
},
"stopId": "GARETERM",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007147"
},
"departure": {
"time": "1772007147"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007215"
},
"departure": {
"time": "1772007215"
},
"stopId": "STAUBIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007304"
},
"departure": {
"time": "1772007304"
},
"stopId": "LORRAIN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007418"
},
"departure": {
"time": "1772007418"
},
"stopId": "MENDES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007498"
},
"departure": {
"time": "1772007498"
},
"stopId": "SAVARY-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007533"
},
"departure": {
"time": "1772007533"
},
"stopId": "MUSSET-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007609"
},
"departure": {
"time": "1772007609"
},
"stopId": "LUTIN-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007651"
},
"departure": {
"time": "1772007651"
},
"stopId": "MACE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007678"
},
"departure": {
"time": "1772007678"
},
"stopId": "DESJAR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007782"
},
"departure": {
"time": "1772007782"
},
"stopId": "ALDUNA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007918"
},
"departure": {
"time": "1772007918"
},
"stopId": "RBRIOL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007950"
},
"departure": {
"time": "1772007950"
},
"stopId": "NOZAY-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008007"
},
"departure": {
"time": "1772008007"
},
"stopId": "AUVERG-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007593"
},
"departure": {
"time": "1772007593"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TALET-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BDEMAI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007747"
},
"departure": {
"time": "1772007747"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FACULT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772007888"
},
"departure": {
"time": "1772007888"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772007960"
},
"departure": {
"time": "1772007960"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCIT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008093"
},
"departure": {
"time": "1772008093"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITESO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008166"
},
"departure": {
"time": "1772008166"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOYENN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008117"
},
"departure": {
"time": "1772008117"
},
"stopId": "SAVOIE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008131"
},
"departure": {
"time": "1772008131"
},
"stopId": "INDUST-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008231"
},
"departure": {
"time": "1772008231"
},
"stopId": "HOTELL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008277"
},
"departure": {
"time": "1772008277"
},
"stopId": "DEBUSS-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008313"
},
"departure": {
"time": "1772008313"
},
"stopId": "BOISAB-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008343"
},
"departure": {
"time": "1772008343"
},
"stopId": "DUBELL-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008388"
},
"departure": {
"time": "1772008388"
},
"stopId": "COTTAG-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772008433"
},
"stopId": "EVENTARD",
"stopSequence": 56
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257493"
}
}
},
{
"id": "trip:6543506",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008530"
},
"stopId": "1CECO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008650"
},
"departure": {
"time": "1772008650"
},
"stopId": "1CONS",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008741"
},
"departure": {
"time": "1772008741"
},
"stopId": "1MTAI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008894"
},
"departure": {
"time": "1772008894"
},
"stopId": "1CROI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008970"
},
"departure": {
"time": "1772008970"
},
"stopId": "1BRIS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009128"
},
"departure": {
"time": "1772009128"
},
"stopId": "1DUNA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009207"
},
"departure": {
"time": "1772009207"
},
"stopId": "1EURO",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009280"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6543506"
}
}
},
{
"id": "trip:6544015",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006081"
},
"departure": {
"time": "1772006161"
},
"stopId": "LEQUAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006389"
},
"departure": {
"time": "1772006389"
},
"stopId": "CHDARR",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006426"
},
"departure": {
"time": "1772006426"
},
"stopId": "CCI",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006586"
},
"departure": {
"time": "1772006586"
},
"stopId": "HARAS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006603"
},
"departure": {
"time": "1772006603"
},
"stopId": "STAUBIN",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006700"
},
"departure": {
"time": "1772006700"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006940"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544015"
}
}
},
{
"id": "trip:6053955",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006760"
},
"stopId": "STSYCHVE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006830"
},
"departure": {
"time": "1772006830"
},
"stopId": "GAUGUIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006880"
},
"departure": {
"time": "1772006880"
},
"stopId": "ANBRUEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"stopId": "V.HUGO",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006984"
},
"departure": {
"time": "1772006984"
},
"stopId": "FRANCA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007050"
},
"departure": {
"time": "1772007050"
},
"stopId": "LECLSY-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007120"
},
"departure": {
"time": "1772007120"
},
"stopId": "SSYMAIRI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007179"
},
"departure": {
"time": "1772007179"
},
"stopId": "UNION",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007218"
},
"departure": {
"time": "1772007218"
},
"stopId": "CHABLANC",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007257"
},
"departure": {
"time": "1772007257"
},
"stopId": "BASMORTI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007300"
},
"departure": {
"time": "1772007300"
},
"stopId": "MILLARDI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007315"
},
"departure": {
"time": "1772007315"
},
"stopId": "CARREAUX",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"stopId": "PARCEXPO",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007637"
},
"departure": {
"time": "1772007637"
},
"stopId": "PROVINS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007703"
},
"departure": {
"time": "1772007703"
},
"stopId": "RTEPARIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007780"
},
"departure": {
"time": "1772007780"
},
"stopId": "SEPSONET",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007896"
},
"departure": {
"time": "1772007896"
},
"stopId": "CHATENAY",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008009"
},
"departure": {
"time": "1772008009"
},
"stopId": "BRISEPOT",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008277"
},
"departure": {
"time": "1772008277"
},
"stopId": "CLEMOINE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008380"
},
"stopId": "HDVSUB",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6053955"
}
}
},
{
"id": "trip:6258571",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006058"
},
"departure": {
"time": "1772006058"
},
"stopId": "RENOIR-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772006118"
},
"departure": {
"time": "1772006118"
},
"stopId": "CAMPJU-E",
"stopSequence": 86
},
{
"arrival": {
"time": "1772006133"
},
"departure": {
"time": "1772006133"
},
"stopId": "JUIGN-E",
"stopSequence": 87
},
{
"arrival": {
"time": "1772006225"
},
"stopId": "BENE-E",
"stopSequence": 88
}
],
"trip": {
"directionId": 1,
"routeId": "07",
"tripId": "6258571"
}
}
},
{
"id": "trip:6544433",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006077"
},
"departure": {
"time": "1772006077"
},
"stopId": "MENDESFR",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006220"
},
"departure": {
"time": "1772006220"
},
"stopId": "FO-LOR-R",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006322"
},
"departure": {
"time": "1772006322"
},
"stopId": "STAUBI-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006400"
},
"departure": {
"time": "1772006400"
},
"stopId": "HARAS-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006462"
},
"departure": {
"time": "1772006462"
},
"stopId": "LICES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006535"
},
"departure": {
"time": "1772006535"
},
"stopId": "CCI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006590"
},
"departure": {
"time": "1772006590"
},
"stopId": "CHDARR-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006760"
},
"stopId": "LEQUAI-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "Tbus",
"tripId": "6544433"
}
}
},
{
"id": "trip:6258056",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772009035"
},
"departure": {
"time": "1772009035"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009099"
},
"departure": {
"time": "1772009099"
},
"stopId": "PELUAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009192"
},
"departure": {
"time": "1772009192"
},
"stopId": "LIZE05",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009235"
},
"departure": {
"time": "1772009235"
},
"stopId": "CAMUS",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "LECLERC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009347"
},
"departure": {
"time": "1772009347"
},
"stopId": "ROCEPINE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009396"
},
"departure": {
"time": "1772009396"
},
"stopId": "PARCGARE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009461"
},
"departure": {
"time": "1772009461"
},
"stopId": "LABRUYER",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009536"
},
"departure": {
"time": "1772009536"
},
"stopId": "RASPAIL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009593"
},
"departure": {
"time": "1772009593"
},
"stopId": "DUMESNIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"stopId": "LEQUAI",
"stopSequence": 11
}
],
"trip": {
"directionId": 1,
"routeId": "05",
"tripId": "6258056"
}
}
},
{
"id": "trip:6257471",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006069"
},
"departure": {
"time": "1772006069"
},
"stopId": "GGESSAND",
"stopSequence": 53
},
{
"arrival": {
"time": "1772006098"
},
"departure": {
"time": "1772006114"
},
"stopId": "MACURIE",
"stopSequence": 54
},
{
"arrival": {
"time": "1772006128"
},
"departure": {
"time": "1772006144"
},
"stopId": "JEROSTAN",
"stopSequence": 55
},
{
"arrival": {
"time": "1772006188"
},
"departure": {
"time": "1772006188"
},
"stopId": "RONCIERE",
"stopSequence": 56
},
{
"arrival": {
"time": "1772006230"
},
"departure": {
"time": "1772006230"
},
"stopId": "GUILLE-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772006314"
},
"departure": {
"time": "1772006314"
},
"stopId": "BAUDRA-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772006473"
},
"stopId": "MOULINMA",
"stopSequence": 59
}
],
"trip": {
"directionId": 1,
"routeId": "09",
"tripId": "6257471"
}
}
},
{
"id": "trip:6052643",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009328"
},
"stopId": "GAREPAPI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009451"
},
"departure": {
"time": "1772009451"
},
"stopId": "BREMON-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009512"
},
"departure": {
"time": "1772009512"
},
"stopId": "ACAD-PLA",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009551"
},
"departure": {
"time": "1772009551"
},
"stopId": "CHDARR-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009697"
},
"departure": {
"time": "1772009697"
},
"stopId": "LEQUAI-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009746"
},
"departure": {
"time": "1772009746"
},
"stopId": "MONPR-E",
"stopSequence": 5
}
],
"trip": {
"directionId": 1,
"routeId": "21",
"tripId": "6052643"
}
}
},
{
"id": "trip:6257525",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006700"
},
"stopId": "MOULINMA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006812"
},
"departure": {
"time": "1772006812"
},
"stopId": "BAUDRAI",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006880"
},
"departure": {
"time": "1772006880"
},
"stopId": "GUILLEB.",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006909"
},
"departure": {
"time": "1772006909"
},
"stopId": "RONCIE-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006942"
},
"departure": {
"time": "1772006942"
},
"stopId": "JEROST-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006971"
},
"departure": {
"time": "1772006971"
},
"stopId": "MACURI-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007000"
},
"departure": {
"time": "1772007000"
},
"stopId": "GGSAND-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007055"
},
"departure": {
"time": "1772007055"
},
"stopId": "FRANVI-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007158"
},
"departure": {
"time": "1772007158"
},
"stopId": "GIRARDE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007202"
},
"departure": {
"time": "1772007202"
},
"stopId": "CHESNAIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"stopId": "GENDRON",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007294"
},
"departure": {
"time": "1772007294"
},
"stopId": "DIONNEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007352"
},
"departure": {
"time": "1772007352"
},
"stopId": "ATHLETIS",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007422"
},
"departure": {
"time": "1772007422"
},
"stopId": "DANGELIN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007483"
},
"departure": {
"time": "1772007483"
},
"stopId": "LINOVENT",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"stopId": "MARIANNE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007605"
},
"departure": {
"time": "1772007605"
},
"stopId": "VIVIERS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007659"
},
"departure": {
"time": "1772007659"
},
"stopId": "VILLESIC",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007738"
},
"departure": {
"time": "1772007738"
},
"stopId": "MUTUALIT",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007789"
},
"departure": {
"time": "1772007789"
},
"stopId": "BLANDEAU",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007834"
},
"departure": {
"time": "1772007834"
},
"stopId": "CESARGEO",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007905"
},
"departure": {
"time": "1772007905"
},
"stopId": "MIRABEAU",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007960"
},
"departure": {
"time": "1772007960"
},
"stopId": "LAFAYETT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008004"
},
"departure": {
"time": "1772008004"
},
"stopId": "CHANZY",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008064"
},
"departure": {
"time": "1772008064"
},
"stopId": "VAUBAN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008099"
},
"departure": {
"time": "1772008099"
},
"stopId": "POIREL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008161"
},
"departure": {
"time": "1772008161"
},
"stopId": "PONTNOIR",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008200"
},
"stopId": "SEMARD",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008267"
},
"departure": {
"time": "1772008267"
},
"stopId": "GARETERM",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008522"
},
"departure": {
"time": "1772008522"
},
"stopId": "HARAS",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008595"
},
"departure": {
"time": "1772008595"
},
"stopId": "STAUBIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008680"
},
"departure": {
"time": "1772008740"
},
"stopId": "LORRAIN1",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008858"
},
"departure": {
"time": "1772008858"
},
"stopId": "MENDES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008938"
},
"departure": {
"time": "1772008938"
},
"stopId": "SAVARY-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008973"
},
"departure": {
"time": "1772008973"
},
"stopId": "MUSSET-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009049"
},
"departure": {
"time": "1772009049"
},
"stopId": "LUTIN-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009091"
},
"departure": {
"time": "1772009091"
},
"stopId": "MACE-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009118"
},
"departure": {
"time": "1772009118"
},
"stopId": "DESJAR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009222"
},
"departure": {
"time": "1772009222"
},
"stopId": "ALDUNA-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772009358"
},
"departure": {
"time": "1772009358"
},
"stopId": "RBRIOL-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009390"
},
"departure": {
"time": "1772009390"
},
"stopId": "NOZAY-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009447"
},
"departure": {
"time": "1772009447"
},
"stopId": "AUVERG-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009033"
},
"departure": {
"time": "1772009033"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TALET-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009160"
},
"departure": {
"time": "1772009160"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BDEMAI-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009187"
},
"departure": {
"time": "1772009187"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FACULT-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009328"
},
"departure": {
"time": "1772009328"
},
"scheduleRelationship": "SKIPPED",
"stopId": "FFAURE-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CARCIT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009533"
},
"departure": {
"time": "1772009533"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CITESO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009606"
},
"departure": {
"time": "1772009606"
},
"scheduleRelationship": "SKIPPED",
"stopId": "DOYENN-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772009498"
},
"departure": {
"time": "1772009498"
},
"stopId": "SAVOIE-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772009572"
},
"departure": {
"time": "1772009572"
},
"stopId": "INDUST-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772009612"
},
"departure": {
"time": "1772009612"
},
"stopId": "HOTELL-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772009663"
},
"departure": {
"time": "1772009663"
},
"stopId": "DEBUSS-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772009699"
},
"departure": {
"time": "1772009699"
},
"stopId": "BOISAB-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772009730"
},
"departure": {
"time": "1772009730"
},
"stopId": "DUBELL-E",
"stopSequence": 54
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257525"
}
}
},
{
"id": "trip:6258260",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006079"
},
"departure": {
"time": "1772006103"
},
"stopId": "CHAERIGN",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006133"
},
"departure": {
"time": "1772006133"
},
"stopId": "BOSQUET",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006163"
},
"departure": {
"time": "1772006163"
},
"stopId": "LOUET",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006217"
},
"departure": {
"time": "1772006217"
},
"stopId": "DUBE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006276"
},
"departure": {
"time": "1772006276"
},
"stopId": "LOIRE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006400"
},
"departure": {
"time": "1772006400"
},
"stopId": "PONTSCEM",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006463"
},
"departure": {
"time": "1772006463"
},
"stopId": "BELPOULE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006545"
},
"departure": {
"time": "1772006545"
},
"stopId": "AUTHION",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006611"
},
"departure": {
"time": "1772006611"
},
"stopId": "PATUREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006727"
},
"departure": {
"time": "1772006727"
},
"stopId": "GENDRON",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006821"
},
"departure": {
"time": "1772006821"
},
"stopId": "RUELLES",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006880"
},
"departure": {
"time": "1772006880"
},
"stopId": "SABLONS",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006917"
},
"departure": {
"time": "1772006917"
},
"stopId": "TROPAROI",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007060"
},
"departure": {
"time": "1772007060"
},
"stopId": "ALLARD",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007136"
},
"departure": {
"time": "1772007136"
},
"stopId": "DELATTAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007245"
},
"departure": {
"time": "1772007245"
},
"stopId": "ESA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007306"
},
"departure": {
"time": "1772007306"
},
"stopId": "RABELAI",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007360"
},
"departure": {
"time": "1772007360"
},
"stopId": "ALEROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007497"
},
"departure": {
"time": "1772007497"
},
"stopId": "PAULBERT",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007553"
},
"departure": {
"time": "1772007553"
},
"stopId": "HARAS",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007630"
},
"departure": {
"time": "1772007630"
},
"stopId": "STAUBIN",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007780"
},
"stopId": "LORRAIN1",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007885"
},
"departure": {
"time": "1772007885"
},
"stopId": "MENDES-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008078"
},
"departure": {
"time": "1772008078"
},
"stopId": "STSERG-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008260"
},
"departure": {
"time": "1772008260"
},
"stopId": "ROCHEF-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008359"
},
"departure": {
"time": "1772008359"
},
"stopId": "HOTDIE-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008415"
},
"departure": {
"time": "1772008415"
},
"stopId": "BICHDA-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008500"
},
"departure": {
"time": "1772008500"
},
"stopId": "DESCAZEA",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008604"
},
"departure": {
"time": "1772008604"
},
"stopId": "CIOUES-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008666"
},
"departure": {
"time": "1772008666"
},
"stopId": "POMONE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008712"
},
"departure": {
"time": "1772008712"
},
"stopId": "REVERI-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008792"
},
"departure": {
"time": "1772008792"
},
"stopId": "MEIGNA-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008832"
},
"departure": {
"time": "1772008832"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VALOR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008860"
},
"departure": {
"time": "1772008860"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CLINIQ-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008899"
},
"departure": {
"time": "1772008899"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GRANDM-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772008904"
},
"departure": {
"time": "1772008904"
},
"stopId": "MAISDA-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008944"
},
"departure": {
"time": "1772008944"
},
"stopId": "CHMART-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008981"
},
"departure": {
"time": "1772008981"
},
"stopId": "MLYAUT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009046"
},
"departure": {
"time": "1772009046"
},
"stopId": "BRASSE-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009094"
},
"departure": {
"time": "1772009094"
},
"stopId": "BEURRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009143"
},
"departure": {
"time": "1772009143"
},
"stopId": "DELAUN-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009194"
},
"departure": {
"time": "1772009194"
},
"stopId": "MAUFIN-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009242"
},
"departure": {
"time": "1772009242"
},
"stopId": "MAIRAV-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009277"
},
"departure": {
"time": "1772009277"
},
"stopId": "TERNIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772009309"
},
"departure": {
"time": "1772009309"
},
"stopId": "BALAND-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772009351"
},
"departure": {
"time": "1772009351"
},
"stopId": "PIECE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772009406"
},
"departure": {
"time": "1772009406"
},
"stopId": "LA-BOI-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772009450"
},
"departure": {
"time": "1772009450"
},
"stopId": "SCHWAL-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772009482"
},
"stopId": "ADEZIERE",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "03",
"tripId": "6258260"
}
}
},
{
"id": "trip:6257573",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009640"
},
"stopId": "SLEZIND",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009702"
},
"departure": {
"time": "1772009702"
},
"stopId": "GENTRIC",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257573"
}
}
},
{
"id": "trip:6052682",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009700"
},
"stopId": "VEILLIER",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009760"
},
"departure": {
"time": "1772009940"
},
"stopId": "GRIMOREL",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "12",
"tripId": "6052682"
}
}
},
{
"id": "trip:6540926",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006057"
},
"departure": {
"time": "1772006091"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006142"
},
"departure": {
"time": "1772006145"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006342"
},
"departure": {
"time": "1772006342"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006442"
},
"departure": {
"time": "1772006442"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006522"
},
"departure": {
"time": "1772006522"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006612"
},
"departure": {
"time": "1772006612"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006692"
},
"departure": {
"time": "1772006692"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006782"
},
"departure": {
"time": "1772006782"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006862"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540926"
}
}
},
{
"id": "trip:6258721",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008740"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008769"
},
"departure": {
"time": "1772008769"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008820"
},
"departure": {
"time": "1772008820"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008886"
},
"departure": {
"time": "1772008886"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008957"
},
"departure": {
"time": "1772008957"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009046"
},
"departure": {
"time": "1772009046"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009117"
},
"departure": {
"time": "1772009117"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009249"
},
"departure": {
"time": "1772009249"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009348"
},
"departure": {
"time": "1772009348"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009068"
},
"departure": {
"time": "1772009068"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009107"
},
"departure": {
"time": "1772009107"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009155"
},
"departure": {
"time": "1772009155"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009208"
},
"departure": {
"time": "1772009208"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009267"
},
"departure": {
"time": "1772009267"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009373"
},
"departure": {
"time": "1772009373"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009438"
},
"departure": {
"time": "1772009438"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009523"
},
"departure": {
"time": "1772009523"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009562"
},
"departure": {
"time": "1772009562"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009628"
},
"departure": {
"time": "1772009628"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009678"
},
"departure": {
"time": "1772009678"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009756"
},
"departure": {
"time": "1772009756"
},
"stopId": "FRESNAIE",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258721"
}
}
},
{
"id": "trip:6053023",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006083"
},
"departure": {
"time": "1772006099"
},
"stopId": "RTEPARIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006160"
},
"departure": {
"time": "1772006160"
},
"stopId": "SEPSONET",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006276"
},
"departure": {
"time": "1772006276"
},
"stopId": "CHATENAY",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006389"
},
"departure": {
"time": "1772006389"
},
"stopId": "BRISEPOT",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006657"
},
"departure": {
"time": "1772006657"
},
"stopId": "CLEMOINE",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006760"
},
"stopId": "HDVSUB",
"stopSequence": 19
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6053023"
}
}
},
{
"id": "trip:3952E",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006188"
},
"departure": {
"time": "1772006188"
},
"stopId": "VAUBAN",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006360"
},
"departure": {
"time": "1772006360"
},
"stopId": "GROSEMAR",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "39",
"tripId": "3952E"
}
}
},
{
"id": "trip:6257936",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006118"
},
"departure": {
"time": "1772006118"
},
"stopId": "PASTEUR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006167"
},
"departure": {
"time": "1772006167"
},
"stopId": "JAUDETTE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006212"
},
"departure": {
"time": "1772006212"
},
"stopId": "WALCOURT",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006273"
},
"departure": {
"time": "1772006273"
},
"stopId": "MORLIERE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006316"
},
"departure": {
"time": "1772006316"
},
"stopId": "CEEQUEST",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006363"
},
"departure": {
"time": "1772006363"
},
"stopId": "PELLERI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006407"
},
"departure": {
"time": "1772006407"
},
"stopId": "STADE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006462"
},
"departure": {
"time": "1772006462"
},
"stopId": "AUBEPINE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006516"
},
"departure": {
"time": "1772006516"
},
"stopId": "GEMMETR",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006582"
},
"departure": {
"time": "1772006582"
},
"stopId": "JUFERRY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006657"
},
"departure": {
"time": "1772006657"
},
"stopId": "CCHEMINE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006716"
},
"departure": {
"time": "1772006716"
},
"stopId": "PAPERIE",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006767"
},
"departure": {
"time": "1772006767"
},
"stopId": "LAREUX",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006839"
},
"departure": {
"time": "1772006839"
},
"stopId": "CASERNE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006917"
},
"departure": {
"time": "1772006917"
},
"stopId": "CAMELIAS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006999"
},
"departure": {
"time": "1772006999"
},
"stopId": "ISORET",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007067"
},
"departure": {
"time": "1772007067"
},
"stopId": "GILLIER",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007101"
},
"departure": {
"time": "1772007101"
},
"stopId": "DAGUENET",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007149"
},
"departure": {
"time": "1772007149"
},
"stopId": "JERUSALE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006855"
},
"departure": {
"time": "1772006855"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARCEAU",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006914"
},
"departure": {
"time": "1772006914"
},
"scheduleRelationship": "SKIPPED",
"stopId": "AFPA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006985"
},
"departure": {
"time": "1772006985"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMETIER",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007230"
},
"departure": {
"time": "1772007230"
},
"stopId": "MONTAIG",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007271"
},
"departure": {
"time": "1772007271"
},
"stopId": "GARDOT",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007327"
},
"departure": {
"time": "1772007327"
},
"stopId": "STEXUPER",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007390"
},
"departure": {
"time": "1772007390"
},
"stopId": "SECUSOCI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007510"
},
"departure": {
"time": "1772007510"
},
"stopId": "MAIL-NAE",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007563"
},
"departure": {
"time": "1772007563"
},
"stopId": "FO-LOR-R",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007713"
},
"departure": {
"time": "1772007713"
},
"stopId": "STAUBI-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007766"
},
"departure": {
"time": "1772007766"
},
"stopId": "HARAS-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007877"
},
"departure": {
"time": "1772007877"
},
"stopId": "LESGAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007971"
},
"departure": {
"time": "1772007971"
},
"stopId": "BREMON-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008033"
},
"departure": {
"time": "1772008033"
},
"stopId": "ACAD-PLA",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008026"
},
"departure": {
"time": "1772008026"
},
"stopId": "CHDARR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008147"
},
"departure": {
"time": "1772008147"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008187"
},
"departure": {
"time": "1772008187"
},
"stopId": "DUMESN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008146"
},
"departure": {
"time": "1772008146"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008220"
},
"departure": {
"time": "1772008220"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772008289"
},
"departure": {
"time": "1772008289"
},
"stopId": "SAJACQ-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008358"
},
"departure": {
"time": "1772008358"
},
"stopId": "FARCSJ-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772008511"
},
"departure": {
"time": "1772008511"
},
"stopId": "MVIGNE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008591"
},
"departure": {
"time": "1772008591"
},
"stopId": "CHBBEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008646"
},
"departure": {
"time": "1772008646"
},
"stopId": "BOISRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008712"
},
"departure": {
"time": "1772008712"
},
"stopId": "NDAMLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008775"
},
"departure": {
"time": "1772008775"
},
"stopId": "POLYTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008831"
},
"departure": {
"time": "1772008831"
},
"stopId": "CITEUN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008902"
},
"departure": {
"time": "1772008902"
},
"stopId": "RESTUN-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008957"
},
"departure": {
"time": "1772008957"
},
"stopId": "I.U.T.-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772009071"
},
"departure": {
"time": "1772009071"
},
"stopId": "BBCAMT-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772009107"
},
"departure": {
"time": "1772009107"
},
"stopId": "LENOT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772009131"
},
"departure": {
"time": "1772009131"
},
"stopId": "MOREL-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772009159"
},
"departure": {
"time": "1772009159"
},
"stopId": "INRA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772009196"
},
"departure": {
"time": "1772009196"
},
"stopId": "GDPERI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772009227"
},
"departure": {
"time": "1772009227"
},
"stopId": "LANDRE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772009311"
},
"departure": {
"time": "1772009311"
},
"stopId": "BRGPAI-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772009333"
},
"departure": {
"time": "1772009333"
},
"stopId": "RODIN-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772009359"
},
"departure": {
"time": "1772009359"
},
"stopId": "GRANBE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772009393"
},
"departure": {
"time": "1772009393"
},
"stopId": "PROME-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772009431"
},
"departure": {
"time": "1772009431"
},
"stopId": "CERFEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772009488"
},
"departure": {
"time": "1772009488"
},
"stopId": "LASOUR-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772009522"
},
"departure": {
"time": "1772009522"
},
"stopId": "ROUAIR-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772009583"
},
"departure": {
"time": "1772009583"
},
"stopId": "VAURAG-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772009645"
},
"departure": {
"time": "1772009645"
},
"stopId": "PRIEUR-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772009690"
},
"departure": {
"time": "1772009690"
},
"stopId": "GRANPI-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772009670"
},
"departure": {
"time": "1772009670"
},
"stopId": "PINSON-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772009743"
},
"departure": {
"time": "1772009743"
},
"stopId": "FAUVET-E",
"stopSequence": 71
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257936"
}
}
},
{
"id": "trip:6260111",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007960"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HOPITAL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007965"
},
"departure": {
"time": "1772007965"
},
"stopId": "HRECULEE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008016"
},
"departure": {
"time": "1772008016"
},
"stopId": "FMEDECIN",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008101"
},
"departure": {
"time": "1772008101"
},
"stopId": "WJMO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008150"
},
"departure": {
"time": "1772008150"
},
"stopId": "ESEO",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008208"
},
"departure": {
"time": "1772008208"
},
"stopId": "CHARNASS",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008280"
},
"departure": {
"time": "1772008280"
},
"stopId": "FRATER",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008335"
},
"departure": {
"time": "1772008335"
},
"stopId": "LECUIT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008424"
},
"departure": {
"time": "1772008424"
},
"stopId": "BLERIOT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008471"
},
"departure": {
"time": "1772008471"
},
"stopId": "BARRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008530"
},
"departure": {
"time": "1772008530"
},
"stopId": "STTERESE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008565"
},
"departure": {
"time": "1772008565"
},
"stopId": "BICHBICH",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008608"
},
"departure": {
"time": "1772008608"
},
"stopId": "DESCAZEA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008669"
},
"departure": {
"time": "1772008669"
},
"stopId": "MONPROFI",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008758"
},
"departure": {
"time": "1772008758"
},
"stopId": "LEQUAI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008953"
},
"departure": {
"time": "1772008953"
},
"stopId": "FARCSJ-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009052"
},
"departure": {
"time": "1772009052"
},
"stopId": "MVIGNE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009125"
},
"departure": {
"time": "1772009125"
},
"stopId": "CHBBEI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009180"
},
"departure": {
"time": "1772009180"
},
"stopId": "BOISRA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009246"
},
"departure": {
"time": "1772009246"
},
"stopId": "NDAMLA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009309"
},
"departure": {
"time": "1772009309"
},
"stopId": "POLYTE-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009365"
},
"departure": {
"time": "1772009365"
},
"stopId": "CITEUN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009425"
},
"departure": {
"time": "1772009425"
},
"stopId": "BEAUSS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009510"
},
"departure": {
"time": "1772009510"
},
"stopId": "CNFPT-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009695"
},
"departure": {
"time": "1772009695"
},
"stopId": "JEMONNET",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009748"
},
"departure": {
"time": "1772009748"
},
"stopId": "MAISLA-E",
"stopSequence": 26
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260111"
}
}
},
{
"id": "trip:6543395",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006410"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006530"
},
"departure": {
"time": "1772006530"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006640"
},
"departure": {
"time": "1772006640"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006760"
},
"departure": {
"time": "1772006760"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006870"
},
"departure": {
"time": "1772006870"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006960"
},
"departure": {
"time": "1772006960"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007060"
},
"departure": {
"time": "1772007060"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007160"
},
"departure": {
"time": "1772007160"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007220"
},
"departure": {
"time": "1772007220"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007320"
},
"departure": {
"time": "1772007320"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007420"
},
"departure": {
"time": "1772007420"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007510"
},
"departure": {
"time": "1772007510"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007630"
},
"departure": {
"time": "1772007630"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007840"
},
"departure": {
"time": "1772007840"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007920"
},
"departure": {
"time": "1772007920"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008040"
},
"departure": {
"time": "1772008040"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008130"
},
"departure": {
"time": "1772008130"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008280"
},
"departure": {
"time": "1772008280"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008380"
},
"departure": {
"time": "1772008380"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008460"
},
"departure": {
"time": "1772008460"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008550"
},
"departure": {
"time": "1772008550"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008630"
},
"departure": {
"time": "1772008630"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008720"
},
"departure": {
"time": "1772008720"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008800"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6543395"
}
}
},
{
"id": "trip:3156C",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006142"
},
"departure": {
"time": "0"
},
"stopId": "HDVSUB",
"stopSequence": 21
}
],
"trip": {
"directionId": 0,
"routeId": "31",
"tripId": "3156C"
}
}
},
{
"id": "trip:6260061",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006054"
},
"departure": {
"time": "1772006054"
},
"stopId": "LACDMA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006084"
},
"departure": {
"time": "1772006084"
},
"stopId": "CAMLAC-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006159"
},
"departure": {
"time": "1772006159"
},
"stopId": "CROISE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006166"
},
"departure": {
"time": "1772006166"
},
"stopId": "PRUNIE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006238"
},
"departure": {
"time": "1772006238"
},
"stopId": "PETVIV-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006295"
},
"departure": {
"time": "1772006295"
},
"stopId": "VALMAINE",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006335"
},
"departure": {
"time": "1772006335"
},
"stopId": "P-ANJO-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006415"
},
"departure": {
"time": "1772006415"
},
"stopId": "HARENC",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006471"
},
"departure": {
"time": "1772006471"
},
"stopId": "P-ANJOU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006523"
},
"departure": {
"time": "1772006523"
},
"stopId": "CLOSVIGN",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006556"
},
"departure": {
"time": "1772006556"
},
"stopId": "CHATAI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006610"
},
"departure": {
"time": "1772006610"
},
"stopId": "PIVERD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006642"
},
"departure": {
"time": "1772006642"
},
"stopId": "ARTAUD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006705"
},
"departure": {
"time": "1772006705"
},
"stopId": "HAUBOU-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006787"
},
"departure": {
"time": "1772006787"
},
"stopId": "PETPOR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006828"
},
"departure": {
"time": "1772006828"
},
"stopId": "CHEVRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006940"
},
"departure": {
"time": "1772006940"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOUCHE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772006971"
},
"departure": {
"time": "1772006971"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMPBO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007011"
},
"departure": {
"time": "1772007011"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GAREBO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007056"
},
"departure": {
"time": "1772007056"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007102"
},
"departure": {
"time": "1772007102"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAPOIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007125"
},
"departure": {
"time": "1772007125"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RANGEA-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007172"
},
"departure": {
"time": "1772007172"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007240"
},
"stopId": "CHANTOUR",
"stopSequence": 53
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260061"
}
}
},
{
"id": "trip:6053957",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008320"
},
"stopId": "STSYCHVE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008390"
},
"departure": {
"time": "1772008390"
},
"stopId": "GAUGUIN",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008440"
},
"departure": {
"time": "1772008440"
},
"stopId": "ANBRUEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008500"
},
"departure": {
"time": "1772008500"
},
"stopId": "V.HUGO",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008544"
},
"departure": {
"time": "1772008544"
},
"stopId": "FRANCA-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008610"
},
"departure": {
"time": "1772008610"
},
"stopId": "LECLSY-E",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008680"
},
"departure": {
"time": "1772008680"
},
"stopId": "SSYMAIRI",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008739"
},
"departure": {
"time": "1772008739"
},
"stopId": "UNION",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008778"
},
"departure": {
"time": "1772008778"
},
"stopId": "CHABLANC",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008817"
},
"departure": {
"time": "1772008817"
},
"stopId": "BASMORTI",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008860"
},
"departure": {
"time": "1772008860"
},
"stopId": "MILLARDI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008875"
},
"departure": {
"time": "1772008875"
},
"stopId": "CARREAUX",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009100"
},
"departure": {
"time": "1772009100"
},
"stopId": "PARCEXPO",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009226"
},
"departure": {
"time": "1772009226"
},
"stopId": "PROVINS",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009312"
},
"departure": {
"time": "1772009312"
},
"stopId": "RTEPARIS",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009389"
},
"departure": {
"time": "1772009389"
},
"stopId": "SEPSONET",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009505"
},
"departure": {
"time": "1772009505"
},
"stopId": "CHATENAY",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009618"
},
"departure": {
"time": "1772009618"
},
"stopId": "BRISEPOT",
"stopSequence": 17
}
],
"trip": {
"directionId": 0,
"routeId": "25",
"tripId": "6053957"
}
}
},
{
"id": "trip:6541247",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008660"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772008740"
},
"departure": {
"time": "1772008740"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008810"
},
"departure": {
"time": "1772008810"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008890"
},
"departure": {
"time": "1772008890"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008980"
},
"departure": {
"time": "1772008980"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009070"
},
"departure": {
"time": "1772009070"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009180"
},
"departure": {
"time": "1772009180"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009340"
},
"departure": {
"time": "1772009340"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009430"
},
"departure": {
"time": "1772009430"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009550"
},
"departure": {
"time": "1772009550"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009630"
},
"departure": {
"time": "1772009630"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009750"
},
"departure": {
"time": "1772009750"
},
"stopId": "1HOPA",
"stopSequence": 12
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541247"
}
}
},
{
"id": "trip:6260062",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006187"
},
"departure": {
"time": "1772006187"
},
"stopId": "FARCSJ-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006285"
},
"departure": {
"time": "1772006285"
},
"stopId": "MVIGNE-E",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006341"
},
"departure": {
"time": "1772006341"
},
"stopId": "CHBBEI-E",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006396"
},
"departure": {
"time": "1772006396"
},
"stopId": "BOISRA-E",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006462"
},
"departure": {
"time": "1772006462"
},
"stopId": "NDAMLA-E",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006525"
},
"departure": {
"time": "1772006525"
},
"stopId": "POLYTE-E",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006581"
},
"departure": {
"time": "1772006581"
},
"stopId": "CITEUN-E",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006613"
},
"departure": {
"time": "1772006613"
},
"stopId": "BEAUSS-E",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006698"
},
"departure": {
"time": "1772006698"
},
"stopId": "CNFPT-E",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006883"
},
"departure": {
"time": "1772006883"
},
"stopId": "JEMONNET",
"stopSequence": 25
},
{
"arrival": {
"time": "1772006936"
},
"departure": {
"time": "1772006936"
},
"stopId": "MAISLA-E",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006973"
},
"departure": {
"time": "1772006973"
},
"stopId": "PERUSS-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007000"
},
"departure": {
"time": "1772007000"
},
"stopId": "MAISEN-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007046"
},
"departure": {
"time": "1772007046"
},
"stopId": "LACDMA-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007086"
},
"departure": {
"time": "1772007086"
},
"stopId": "CAMLAC-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007179"
},
"departure": {
"time": "1772007179"
},
"stopId": "CROISE-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007206"
},
"departure": {
"time": "1772007206"
},
"stopId": "PRUNIE-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007279"
},
"departure": {
"time": "1772007279"
},
"stopId": "PETVIV-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007337"
},
"departure": {
"time": "1772007337"
},
"stopId": "VALMAINE",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007377"
},
"departure": {
"time": "1772007377"
},
"stopId": "P-ANJO-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007456"
},
"departure": {
"time": "1772007456"
},
"stopId": "HARENC",
"stopSequence": 36
},
{
"arrival": {
"time": "1772007513"
},
"departure": {
"time": "1772007513"
},
"stopId": "P-ANJOU",
"stopSequence": 37
},
{
"arrival": {
"time": "1772007565"
},
"departure": {
"time": "1772007565"
},
"stopId": "CLOSVIGN",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007592"
},
"departure": {
"time": "1772007592"
},
"stopId": "CHATAI-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007645"
},
"departure": {
"time": "1772007645"
},
"stopId": "PIVERD-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007697"
},
"departure": {
"time": "1772007697"
},
"stopId": "ARTAUD-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007760"
},
"departure": {
"time": "1772007760"
},
"stopId": "HAUBOU-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007842"
},
"departure": {
"time": "1772007842"
},
"stopId": "PETPOR-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772007883"
},
"departure": {
"time": "1772007883"
},
"stopId": "CHEVRI-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772008020"
},
"departure": {
"time": "1772008020"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOUCHE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008051"
},
"departure": {
"time": "1772008051"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMPBO-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008091"
},
"departure": {
"time": "1772008091"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GAREBO-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008136"
},
"departure": {
"time": "1772008136"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008182"
},
"departure": {
"time": "1772008182"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAPOIN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008205"
},
"departure": {
"time": "1772008205"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RANGEA-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008252"
},
"departure": {
"time": "1772008252"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008320"
},
"stopId": "CHANTOUR",
"stopSequence": 53
}
],
"trip": {
"directionId": 1,
"routeId": "06",
"tripId": "6260062"
}
}
},
{
"id": "trip:6541245",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007460"
},
"stopId": "1AARD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"stopId": "1BASC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007610"
},
"departure": {
"time": "1772007610"
},
"stopId": "1STGI",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007690"
},
"departure": {
"time": "1772007690"
},
"stopId": "1ACAS",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007780"
},
"departure": {
"time": "1772007780"
},
"stopId": "1BROY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007870"
},
"departure": {
"time": "1772007870"
},
"stopId": "1PMAY",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007980"
},
"departure": {
"time": "1772007980"
},
"stopId": "1BOTA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008140"
},
"departure": {
"time": "1772008140"
},
"stopId": "1VERN",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008230"
},
"departure": {
"time": "1772008230"
},
"stopId": "1HSAU",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008350"
},
"departure": {
"time": "1772008350"
},
"stopId": "1JMOU",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008430"
},
"departure": {
"time": "1772008430"
},
"stopId": "1CAPU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008550"
},
"departure": {
"time": "1772008550"
},
"stopId": "1HOPA",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008640"
},
"departure": {
"time": "1772008640"
},
"stopId": "1BMAI",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008760"
},
"departure": {
"time": "1772008760"
},
"stopId": "1STSE",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008870"
},
"departure": {
"time": "1772008870"
},
"stopId": "1CECO",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008970"
},
"departure": {
"time": "1772008970"
},
"stopId": "1HDVA",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009040"
},
"departure": {
"time": "1772009040"
},
"stopId": "1FMBL",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009110"
},
"departure": {
"time": "1772009110"
},
"stopId": "1HARA",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009220"
},
"departure": {
"time": "1772009220"
},
"stopId": "1LGAR",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009310"
},
"departure": {
"time": "1772009310"
},
"stopId": "1LAFA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009410"
},
"departure": {
"time": "1772009410"
},
"stopId": "1STRA",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009510"
},
"departure": {
"time": "1772009510"
},
"stopId": "1BAMA",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009620"
},
"departure": {
"time": "1772009620"
},
"stopId": "1JE23",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009730"
},
"departure": {
"time": "1772009730"
},
"stopId": "1JVIL",
"stopSequence": 24
}
],
"trip": {
"directionId": 1,
"routeId": "A",
"tripId": "6541245"
}
}
},
{
"id": "trip:6257557",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006096"
},
"departure": {
"time": "1772006096"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772006075"
},
"departure": {
"time": "1772006107"
},
"stopId": "RBRIOL-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772006122"
},
"departure": {
"time": "1772006122"
},
"stopId": "NOZAY-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772006151"
},
"departure": {
"time": "1772006167"
},
"stopId": "AUVERG-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772006262"
},
"departure": {
"time": "1772006262"
},
"stopId": "SAVOIE-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772006290"
},
"departure": {
"time": "1772006290"
},
"stopId": "INDUST-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772006354"
},
"departure": {
"time": "1772006354"
},
"stopId": "HOTELL-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772006441"
},
"departure": {
"time": "1772006441"
},
"stopId": "DEBUMO-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772006550"
},
"departure": {
"time": "1772006550"
},
"stopId": "RTEPAR-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772006622"
},
"stopId": "PROVIN-E",
"stopSequence": 62
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257557"
}
}
},
{
"id": "trip:6543546",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006094"
},
"departure": {
"time": "1772006094"
},
"stopId": "2MONP",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "B",
"tripId": "6543546"
}
}
},
{
"id": "trip:6544022",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009640"
},
"stopId": "LEQUAI-E",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009683"
},
"departure": {
"time": "1772009683"
},
"stopId": "LEQUAI",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544022"
}
}
},
{
"id": "trip:6258521",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006227"
},
"departure": {
"time": "1772006227"
},
"stopId": "AARDBUS",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006271"
},
"departure": {
"time": "1772006271"
},
"stopId": "POIVRE",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006311"
},
"departure": {
"time": "1772006311"
},
"stopId": "BONPLAND",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006357"
},
"departure": {
"time": "1772006357"
},
"stopId": "LEPRE",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006407"
},
"departure": {
"time": "1772006407"
},
"stopId": "SALET-AR",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006439"
},
"departure": {
"time": "1772006439"
},
"stopId": "RIPOLLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006490"
},
"departure": {
"time": "1772006490"
},
"stopId": "PEGARDE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006537"
},
"departure": {
"time": "1772006537"
},
"stopId": "CIAVRILL",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006587"
},
"departure": {
"time": "1772006587"
},
"stopId": "MAIRAVR",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006630"
},
"departure": {
"time": "1772006630"
},
"stopId": "MAUFINE",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006692"
},
"departure": {
"time": "1772006692"
},
"stopId": "DELAUNE",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006731"
},
"departure": {
"time": "1772006731"
},
"stopId": "BEURRIER",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006799"
},
"departure": {
"time": "1772006799"
},
"stopId": "BRASSENS",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006848"
},
"departure": {
"time": "1772006848"
},
"stopId": "RONDE",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006891"
},
"departure": {
"time": "1772006891"
},
"stopId": "PLAMAY",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006947"
},
"departure": {
"time": "1772006947"
},
"stopId": "KENNEDY",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006998"
},
"departure": {
"time": "1772006998"
},
"stopId": "ECHMAN",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007076"
},
"departure": {
"time": "1772007076"
},
"stopId": "LIZE07",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007114"
},
"departure": {
"time": "1772007114"
},
"stopId": "GASNIER",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007171"
},
"departure": {
"time": "1772007171"
},
"stopId": "GOURONNI",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007243"
},
"departure": {
"time": "1772007243"
},
"stopId": "CLOUET",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007276"
},
"departure": {
"time": "1772007276"
},
"stopId": "BICHLAZA",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007307"
},
"departure": {
"time": "1772007307"
},
"stopId": "DESCAZEA",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007375"
},
"departure": {
"time": "1772007375"
},
"stopId": "MONPROFI",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007394"
},
"departure": {
"time": "1772007394"
},
"stopId": "DUMESNIL",
"stopSequence": 54
},
{
"arrival": {
"time": "1772007433"
},
"departure": {
"time": "1772007433"
},
"stopId": "LEQUAI",
"stopSequence": 55
},
{
"arrival": {
"time": "1772007573"
},
"departure": {
"time": "1772007573"
},
"stopId": "CHDARR",
"stopSequence": 56
},
{
"arrival": {
"time": "1772007411"
},
"departure": {
"time": "1772007411"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 57
},
{
"arrival": {
"time": "1772007480"
},
"departure": {
"time": "1772007480"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 58
},
{
"arrival": {
"time": "1772007540"
},
"departure": {
"time": "1772007540"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURPOI",
"stopSequence": 59
},
{
"arrival": {
"time": "1772007605"
},
"departure": {
"time": "1772007605"
},
"scheduleRelationship": "SKIPPED",
"stopId": "REPUBLIQ",
"stopSequence": 60
},
{
"arrival": {
"time": "1772007660"
},
"departure": {
"time": "1772007660"
},
"scheduleRelationship": "SKIPPED",
"stopId": "SAICRO-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772007716"
},
"departure": {
"time": "1772007716"
},
"scheduleRelationship": "SKIPPED",
"stopId": "OFFTOU-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772007580"
},
"departure": {
"time": "1772007580"
},
"stopId": "CCI",
"stopSequence": 63
},
{
"arrival": {
"time": "1772007652"
},
"departure": {
"time": "1772007900"
},
"stopId": "LICES-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"stopId": "ANLERO-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772008163"
},
"departure": {
"time": "1772008163"
},
"stopId": "MICHEL-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772008217"
},
"departure": {
"time": "1772008217"
},
"stopId": "BOURGO-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772008262"
},
"departure": {
"time": "1772008262"
},
"stopId": "VOLNEY-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772008320"
},
"departure": {
"time": "1772008320"
},
"stopId": "MADELE-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772008393"
},
"departure": {
"time": "1772008393"
},
"stopId": "JEBOUI-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772008465"
},
"departure": {
"time": "1772008465"
},
"stopId": "PCOUBE-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772008500"
},
"departure": {
"time": "1772008500"
},
"stopId": "AROBA-E",
"stopSequence": 72
},
{
"arrival": {
"time": "1772008600"
},
"departure": {
"time": "1772008600"
},
"stopId": "LANGLA-E",
"stopSequence": 73
},
{
"arrival": {
"time": "1772008719"
},
"departure": {
"time": "1772008719"
},
"stopId": "MONTAI-E",
"stopSequence": 74
},
{
"arrival": {
"time": "1772008818"
},
"departure": {
"time": "1772008818"
},
"stopId": "JERUSA-E",
"stopSequence": 75
},
{
"arrival": {
"time": "1772008860"
},
"departure": {
"time": "1772008860"
},
"stopId": "DAGNET-E",
"stopSequence": 76
},
{
"arrival": {
"time": "1772008892"
},
"departure": {
"time": "1772008892"
},
"stopId": "GILLIE-E",
"stopSequence": 77
},
{
"arrival": {
"time": "1772008957"
},
"departure": {
"time": "1772008957"
},
"stopId": "ISORET-E",
"stopSequence": 78
},
{
"arrival": {
"time": "1772009036"
},
"departure": {
"time": "1772009036"
},
"stopId": "VANDE-E",
"stopSequence": 79
},
{
"arrival": {
"time": "1772009087"
},
"departure": {
"time": "1772009087"
},
"stopId": "ORMEAU-E",
"stopSequence": 80
},
{
"arrival": {
"time": "1772009113"
},
"departure": {
"time": "1772009113"
},
"stopId": "CRBLAN-E",
"stopSequence": 81
},
{
"arrival": {
"time": "1772009169"
},
"departure": {
"time": "1772009169"
},
"stopId": "CHATEL-E",
"stopSequence": 82
},
{
"arrival": {
"time": "1772009220"
},
"departure": {
"time": "1772009220"
},
"stopId": "BANCHA-E",
"stopSequence": 83
},
{
"arrival": {
"time": "1772009283"
},
"departure": {
"time": "1772009283"
},
"stopId": "JARDF-E",
"stopSequence": 84
},
{
"arrival": {
"time": "1772009323"
},
"departure": {
"time": "1772009323"
},
"stopId": "SAILLE-E",
"stopSequence": 85
},
{
"arrival": {
"time": "1772009400"
},
"stopId": "SAUBIN",
"stopSequence": 86
}
],
"trip": {
"directionId": 0,
"routeId": "07",
"tripId": "6258521"
}
}
},
{
"id": "trip:6257896",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007840"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007876"
},
"departure": {
"time": "1772007876"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007909"
},
"departure": {
"time": "1772007909"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007968"
},
"departure": {
"time": "1772007968"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007999"
},
"departure": {
"time": "1772007999"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008059"
},
"departure": {
"time": "1772008059"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008102"
},
"departure": {
"time": "1772008102"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008140"
},
"departure": {
"time": "1772008140"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008191"
},
"departure": {
"time": "1772008191"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008225"
},
"departure": {
"time": "1772008225"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008258"
},
"departure": {
"time": "1772008258"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008290"
},
"departure": {
"time": "1772008290"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008381"
},
"departure": {
"time": "1772008381"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008417"
},
"departure": {
"time": "1772008417"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008461"
},
"departure": {
"time": "1772008461"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008490"
},
"departure": {
"time": "1772008490"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008524"
},
"departure": {
"time": "1772008524"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008675"
},
"departure": {
"time": "1772008675"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008725"
},
"departure": {
"time": "1772008725"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008850"
},
"departure": {
"time": "1772008850"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008911"
},
"departure": {
"time": "1772008911"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008977"
},
"departure": {
"time": "1772008977"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009040"
},
"departure": {
"time": "1772009040"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009115"
},
"departure": {
"time": "1772009115"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009223"
},
"departure": {
"time": "1772009223"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009319"
},
"departure": {
"time": "1772009319"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1772009388"
},
"departure": {
"time": "1772009388"
},
"stopId": "DUMESNIL",
"stopSequence": 29
},
{
"arrival": {
"time": "1772009426"
},
"departure": {
"time": "1772009426"
},
"stopId": "LEQUAI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPROF.",
"stopSequence": 31
},
{
"arrival": {
"time": "1772009502"
},
"departure": {
"time": "1772009502"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009572"
},
"departure": {
"time": "1772009572"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009640"
},
"departure": {
"time": "1772009640"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURMA",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009606"
},
"departure": {
"time": "1772009606"
},
"stopId": "CHDARR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009631"
},
"departure": {
"time": "1772009631"
},
"stopId": "ACADEMIE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009658"
},
"departure": {
"time": "1772009658"
},
"stopId": "GBREM-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009747"
},
"departure": {
"time": "1772009747"
},
"stopId": "GARETERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257896"
}
}
},
{
"id": "trip:6258139",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772007900"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007947"
},
"departure": {
"time": "1772007947"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007993"
},
"departure": {
"time": "1772007993"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008059"
},
"departure": {
"time": "1772008059"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008122"
},
"departure": {
"time": "1772008122"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008260"
},
"departure": {
"time": "1772008260"
},
"stopId": "CARREF5A",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008344"
},
"departure": {
"time": "1772008344"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008429"
},
"departure": {
"time": "1772008429"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008500"
},
"departure": {
"time": "1772008500"
},
"stopId": "EUROPE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008603"
},
"departure": {
"time": "1772008603"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008715"
},
"departure": {
"time": "1772008715"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008760"
},
"departure": {
"time": "1772008760"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008796"
},
"departure": {
"time": "1772008796"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008871"
},
"departure": {
"time": "1772008871"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008958"
},
"departure": {
"time": "1772008958"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009040"
},
"departure": {
"time": "1772009040"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009136"
},
"departure": {
"time": "1772009136"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009238"
},
"departure": {
"time": "1772009238"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009301"
},
"departure": {
"time": "1772009301"
},
"stopId": "STLEON5A",
"stopSequence": 18
},
{
"arrival": {
"time": "1772009360"
},
"departure": {
"time": "1772009360"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772009460"
},
"departure": {
"time": "1772009460"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009508"
},
"departure": {
"time": "1772009508"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009596"
},
"departure": {
"time": "1772009596"
},
"stopId": "SAUMUROI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009693"
},
"departure": {
"time": "1772009693"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009764"
},
"departure": {
"time": "1772009764"
},
"stopId": "HAUTPRES",
"stopSequence": 24
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258139"
}
}
},
{
"id": "trip:6540929",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006970"
},
"stopId": "2ANRO",
"stopSequence": 0
},
{
"arrival": {
"time": "1772007090"
},
"departure": {
"time": "1772007090"
},
"stopId": "2JVIL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772007200"
},
"departure": {
"time": "1772007200"
},
"stopId": "2JE23",
"stopSequence": 2
},
{
"arrival": {
"time": "1772007320"
},
"departure": {
"time": "1772007320"
},
"stopId": "2BAMA",
"stopSequence": 3
},
{
"arrival": {
"time": "1772007430"
},
"departure": {
"time": "1772007430"
},
"stopId": "2STRA",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007520"
},
"departure": {
"time": "1772007520"
},
"stopId": "2LAFA",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007620"
},
"departure": {
"time": "1772007620"
},
"stopId": "2LGAR",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "2HARA",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007780"
},
"departure": {
"time": "1772007780"
},
"stopId": "2FMBL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007880"
},
"departure": {
"time": "1772007880"
},
"stopId": "2HDVA",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007980"
},
"departure": {
"time": "1772007980"
},
"stopId": "2CECO",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008070"
},
"departure": {
"time": "1772008070"
},
"stopId": "2STSE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008190"
},
"departure": {
"time": "1772008190"
},
"stopId": "2BMAI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008280"
},
"departure": {
"time": "1772008280"
},
"stopId": "2HOPA",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008400"
},
"departure": {
"time": "1772008400"
},
"stopId": "2CAPU",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008480"
},
"departure": {
"time": "1772008480"
},
"stopId": "2JMOU",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008600"
},
"departure": {
"time": "1772008600"
},
"stopId": "2HSAU",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008690"
},
"departure": {
"time": "1772008690"
},
"stopId": "2VERN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008840"
},
"departure": {
"time": "1772008840"
},
"stopId": "2BOTA",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008940"
},
"departure": {
"time": "1772008940"
},
"stopId": "2PMAY",
"stopSequence": 20
},
{
"arrival": {
"time": "1772009020"
},
"departure": {
"time": "1772009020"
},
"stopId": "2BROY",
"stopSequence": 21
},
{
"arrival": {
"time": "1772009110"
},
"departure": {
"time": "1772009110"
},
"stopId": "2ACAS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009190"
},
"departure": {
"time": "1772009190"
},
"stopId": "2STGI",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "2BASC",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009360"
},
"stopId": "1AARD",
"stopSequence": 25
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"tripId": "6540929"
}
}
},
{
"id": "trip:6257788",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006104"
},
"departure": {
"time": "1772006120"
},
"stopId": "HARAS",
"stopSequence": 26
},
{
"arrival": {
"time": "1772006149"
},
"departure": {
"time": "1772006149"
},
"stopId": "STAUBIN",
"stopSequence": 27
},
{
"arrival": {
"time": "1772006222"
},
"departure": {
"time": "1772006222"
},
"stopId": "LOR-FO-A",
"stopSequence": 28
},
{
"arrival": {
"time": "1772006383"
},
"departure": {
"time": "1772006383"
},
"stopId": "MENDES-E",
"stopSequence": 29
},
{
"arrival": {
"time": "1772006522"
},
"departure": {
"time": "1772006522"
},
"stopId": "SAVARY-E",
"stopSequence": 30
},
{
"arrival": {
"time": "1772006559"
},
"departure": {
"time": "1772006559"
},
"stopId": "MUSSET-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006638"
},
"departure": {
"time": "1772006638"
},
"stopId": "LUTIN-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006682"
},
"departure": {
"time": "1772006682"
},
"stopId": "MACE-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006711"
},
"departure": {
"time": "1772006711"
},
"stopId": "DESJAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006762"
},
"departure": {
"time": "1772006762"
},
"stopId": "BRISEP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006846"
},
"departure": {
"time": "1772006846"
},
"stopId": "MIMOSA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006888"
},
"departure": {
"time": "1772006888"
},
"stopId": "CHATEN-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006981"
},
"departure": {
"time": "1772006981"
},
"stopId": "SOLELE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772007015"
},
"departure": {
"time": "1772007015"
},
"stopId": "SEPSON-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772007062"
},
"departure": {
"time": "1772007062"
},
"stopId": "BANCST-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772007163"
},
"departure": {
"time": "1772007163"
},
"stopId": "RTEPAR-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772007219"
},
"departure": {
"time": "1772007219"
},
"stopId": "PROVIN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772007362"
},
"stopId": "PARCEX-E",
"stopSequence": 43
}
],
"trip": {
"directionId": 0,
"routeId": "04",
"tripId": "6257788"
}
}
},
{
"id": "trip:6258129",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006138"
},
"departure": {
"time": "1772006138"
},
"stopId": "AURIOL-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772006175"
},
"stopId": "AQUAVITA",
"stopSequence": 64
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258129"
}
}
},
{
"id": "trip:6258131",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006640"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006687"
},
"departure": {
"time": "1772006687"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006733"
},
"departure": {
"time": "1772006733"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006799"
},
"departure": {
"time": "1772006799"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006862"
},
"departure": {
"time": "1772006862"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772007000"
},
"departure": {
"time": "1772007000"
},
"stopId": "CARREF5A",
"stopSequence": 5
},
{
"arrival": {
"time": "1772007084"
},
"departure": {
"time": "1772007084"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772007169"
},
"departure": {
"time": "1772007169"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"stopId": "EUROPE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772007343"
},
"departure": {
"time": "1772007343"
},
"stopId": "ALDUNANT",
"stopSequence": 9
},
{
"arrival": {
"time": "1772007455"
},
"departure": {
"time": "1772007455"
},
"stopId": "BRISPOTI",
"stopSequence": 10
},
{
"arrival": {
"time": "1772007500"
},
"departure": {
"time": "1772007500"
},
"stopId": "THULEAU",
"stopSequence": 11
},
{
"arrival": {
"time": "1772007536"
},
"departure": {
"time": "1772007536"
},
"stopId": "DEUCROIX",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007611"
},
"departure": {
"time": "1772007611"
},
"stopId": "GILLIE-E",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007698"
},
"departure": {
"time": "1772007698"
},
"stopId": "ISORET-E",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007780"
},
"departure": {
"time": "1772007780"
},
"stopId": "CAMELI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007876"
},
"departure": {
"time": "1772007876"
},
"stopId": "ESPACE5A",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007978"
},
"departure": {
"time": "1772007978"
},
"stopId": "VILLECHI",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008041"
},
"departure": {
"time": "1772008041"
},
"stopId": "STLEON5A",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008100"
},
"departure": {
"time": "1772008100"
},
"stopId": "JEJAURES",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008200"
},
"departure": {
"time": "1772008200"
},
"stopId": "JUSTICES",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008248"
},
"departure": {
"time": "1772008248"
},
"stopId": "DELACROI",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008336"
},
"departure": {
"time": "1772008336"
},
"stopId": "SAUMUROI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772008433"
},
"departure": {
"time": "1772008433"
},
"stopId": "INTERMIL",
"stopSequence": 23
},
{
"arrival": {
"time": "1772008504"
},
"departure": {
"time": "1772008504"
},
"stopId": "HAUTPRES",
"stopSequence": 24
},
{
"arrival": {
"time": "1772008560"
},
"departure": {
"time": "1772008560"
},
"stopId": "DELATTRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772008635"
},
"departure": {
"time": "1772008635"
},
"stopId": "MORELLER",
"stopSequence": 26
},
{
"arrival": {
"time": "1772008669"
},
"departure": {
"time": "1772008669"
},
"stopId": "ARBORE-E",
"stopSequence": 27
},
{
"arrival": {
"time": "1772008740"
},
"departure": {
"time": "1772008740"
},
"stopId": "ORGEMO-E",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008800"
},
"departure": {
"time": "1772008800"
},
"stopId": "NERUDA",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008854"
},
"departure": {
"time": "1772008854"
},
"stopId": "ORGEMONT",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008911"
},
"departure": {
"time": "1772008911"
},
"stopId": "FRCEVERT",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008960"
},
"departure": {
"time": "1772008960"
},
"stopId": "APPENTIS",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009028"
},
"departure": {
"time": "1772009028"
},
"stopId": "BOUTHOMA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772009100"
},
"departure": {
"time": "1772009100"
},
"stopId": "ANRO-5A",
"stopSequence": 34
},
{
"arrival": {
"time": "1772009164"
},
"departure": {
"time": "1772009164"
},
"stopId": "DURVILLE",
"stopSequence": 35
},
{
"arrival": {
"time": "1772009196"
},
"departure": {
"time": "1772009196"
},
"stopId": "PALLACH",
"stopSequence": 36
},
{
"arrival": {
"time": "1772009221"
},
"departure": {
"time": "1772009221"
},
"stopId": "JULESV-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772009273"
},
"departure": {
"time": "1772009273"
},
"stopId": "JE23-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772009321"
},
"departure": {
"time": "1772009321"
},
"stopId": "CLAUDE-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772009353"
},
"departure": {
"time": "1772009353"
},
"stopId": "MAJUIN5A",
"stopSequence": 40
},
{
"arrival": {
"time": "1772009402"
},
"departure": {
"time": "1772009402"
},
"stopId": "MONTCA-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772009460"
},
"departure": {
"time": "1772009460"
},
"stopId": "GAUBOU5A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009547"
},
"departure": {
"time": "1772009547"
},
"stopId": "CTRETRI",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009627"
},
"departure": {
"time": "1772009627"
},
"stopId": "EBLE",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009687"
},
"departure": {
"time": "1772009687"
},
"stopId": "GENIE",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009762"
},
"departure": {
"time": "1772009762"
},
"stopId": "VAUBAN",
"stopSequence": 46
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258131"
}
}
},
{
"id": "trip:6544984",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006220"
},
"stopId": "1QUAI",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006400"
},
"departure": {
"time": "1772006400"
},
"stopId": "2FARC",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006513"
},
"departure": {
"time": "1772006513"
},
"stopId": "2ELYS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006609"
},
"departure": {
"time": "1772006609"
},
"stopId": "2PATT",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006690"
},
"departure": {
"time": "1772006690"
},
"stopId": "2BARR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006797"
},
"departure": {
"time": "1772006797"
},
"stopId": "2BEAU",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006900"
},
"stopId": "1BBCA",
"stopSequence": 6
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6544984"
}
}
},
{
"id": "trip:6257934",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006172"
},
"departure": {
"time": "1772006172"
},
"stopId": "STAUBI-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006239"
},
"departure": {
"time": "1772006239"
},
"stopId": "HARAS-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006382"
},
"departure": {
"time": "1772006382"
},
"stopId": "LESGAR-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006474"
},
"departure": {
"time": "1772006474"
},
"stopId": "BREMON-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006534"
},
"departure": {
"time": "1772006534"
},
"stopId": "ACAD-PLA",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006572"
},
"departure": {
"time": "1772006572"
},
"stopId": "CHDARR-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006680"
},
"departure": {
"time": "1772006680"
},
"stopId": "LEQUAI-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006720"
},
"departure": {
"time": "1772006720"
},
"stopId": "DUMESN-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006220"
},
"departure": {
"time": "1772006220"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURM-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006286"
},
"departure": {
"time": "1772006286"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAURE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006360"
},
"departure": {
"time": "1772006360"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINIT-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006520"
},
"departure": {
"time": "1772006520"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPRO-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006794"
},
"departure": {
"time": "1772006794"
},
"stopId": "SAJACQ-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006863"
},
"departure": {
"time": "1772006863"
},
"stopId": "FARCSJ-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006972"
},
"departure": {
"time": "1772006972"
},
"stopId": "MVIGNE-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772007054"
},
"departure": {
"time": "1772007054"
},
"stopId": "CHBBEI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772007109"
},
"departure": {
"time": "1772007109"
},
"stopId": "BOISRA-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772007175"
},
"departure": {
"time": "1772007175"
},
"stopId": "NDAMLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772007238"
},
"departure": {
"time": "1772007238"
},
"stopId": "POLYTE-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007294"
},
"departure": {
"time": "1772007294"
},
"stopId": "CITEUN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772007365"
},
"departure": {
"time": "1772007365"
},
"stopId": "RESTUN-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772007420"
},
"departure": {
"time": "1772007420"
},
"stopId": "I.U.T.-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772007534"
},
"departure": {
"time": "1772007534"
},
"stopId": "BBCAMT-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772007570"
},
"departure": {
"time": "1772007570"
},
"stopId": "LENOT-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772007594"
},
"departure": {
"time": "1772007594"
},
"stopId": "MOREL-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772007622"
},
"departure": {
"time": "1772007622"
},
"stopId": "INRA-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772007659"
},
"departure": {
"time": "1772007659"
},
"stopId": "GDPERI-E",
"stopSequence": 58
},
{
"arrival": {
"time": "1772007690"
},
"departure": {
"time": "1772007690"
},
"stopId": "LANDRE-E",
"stopSequence": 59
},
{
"arrival": {
"time": "1772007774"
},
"departure": {
"time": "1772007774"
},
"stopId": "BRGPAI-E",
"stopSequence": 60
},
{
"arrival": {
"time": "1772007843"
},
"departure": {
"time": "1772007843"
},
"stopId": "RODIN-E",
"stopSequence": 61
},
{
"arrival": {
"time": "1772007862"
},
"departure": {
"time": "1772007862"
},
"stopId": "GRANBE-E",
"stopSequence": 62
},
{
"arrival": {
"time": "1772007904"
},
"departure": {
"time": "1772007904"
},
"stopId": "PROME-E",
"stopSequence": 63
},
{
"arrival": {
"time": "1772007951"
},
"departure": {
"time": "1772007951"
},
"stopId": "CERFEU-E",
"stopSequence": 64
},
{
"arrival": {
"time": "1772008008"
},
"departure": {
"time": "1772008008"
},
"stopId": "LASOUR-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772008061"
},
"departure": {
"time": "1772008061"
},
"stopId": "ROUAIR-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772008122"
},
"departure": {
"time": "1772008122"
},
"stopId": "VAURAG-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772008165"
},
"departure": {
"time": "1772008165"
},
"stopId": "PRIEUR-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772008201"
},
"departure": {
"time": "1772008201"
},
"stopId": "GRANPI-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772008225"
},
"departure": {
"time": "1772008225"
},
"stopId": "PINSON-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772008263"
},
"departure": {
"time": "1772008263"
},
"stopId": "FAUVET-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772008311"
},
"stopId": "BEAUCOUZ",
"stopSequence": 72
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257934"
}
}
},
{
"id": "trip:6257932",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006078"
},
"departure": {
"time": "1772006094"
},
"stopId": "LASOUR-E",
"stopSequence": 65
},
{
"arrival": {
"time": "1772006154"
},
"departure": {
"time": "1772006154"
},
"stopId": "ROUAIR-E",
"stopSequence": 66
},
{
"arrival": {
"time": "1772006185"
},
"departure": {
"time": "1772006185"
},
"stopId": "VAURAG-E",
"stopSequence": 67
},
{
"arrival": {
"time": "1772006228"
},
"departure": {
"time": "1772006228"
},
"stopId": "PRIEUR-E",
"stopSequence": 68
},
{
"arrival": {
"time": "1772006264"
},
"departure": {
"time": "1772006264"
},
"stopId": "GRANPI-E",
"stopSequence": 69
},
{
"arrival": {
"time": "1772006288"
},
"departure": {
"time": "1772006288"
},
"stopId": "PINSON-E",
"stopSequence": 70
},
{
"arrival": {
"time": "1772006326"
},
"departure": {
"time": "1772006326"
},
"stopId": "FAUVET-E",
"stopSequence": 71
},
{
"arrival": {
"time": "1772006374"
},
"stopId": "BEAUCOUZ",
"stopSequence": 72
}
],
"trip": {
"directionId": 1,
"routeId": "02",
"tripId": "6257932"
}
}
},
{
"id": "trip:6258430",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006058"
},
"departure": {
"time": "1772006058"
},
"stopId": "FREMUR-E",
"stopSequence": 31
},
{
"arrival": {
"time": "1772006087"
},
"departure": {
"time": "1772006103"
},
"stopId": "STRASB-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772006162"
},
"departure": {
"time": "1772006162"
},
"stopId": "LETAND-E",
"stopSequence": 33
},
{
"arrival": {
"time": "1772006245"
},
"departure": {
"time": "1772006245"
},
"stopId": "BEDIER-E",
"stopSequence": 34
},
{
"arrival": {
"time": "1772006278"
},
"departure": {
"time": "1772006278"
},
"stopId": "INTREP-E",
"stopSequence": 35
},
{
"arrival": {
"time": "1772006309"
},
"departure": {
"time": "1772006309"
},
"stopId": "MTARDA-E",
"stopSequence": 36
},
{
"arrival": {
"time": "1772006348"
},
"departure": {
"time": "1772006348"
},
"stopId": "AUBRY-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772006399"
},
"departure": {
"time": "1772006399"
},
"stopId": "COSSE-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772006462"
},
"departure": {
"time": "1772006462"
},
"stopId": "HUTREA-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772006483"
},
"departure": {
"time": "1772006483"
},
"stopId": "JOLIVE-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772006538"
},
"departure": {
"time": "1772006538"
},
"stopId": "BELOEI-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772006574"
},
"departure": {
"time": "1772006574"
},
"stopId": "RTEDAN-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772006620"
},
"departure": {
"time": "1772006620"
},
"stopId": "LESROS-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772006693"
},
"departure": {
"time": "1772006693"
},
"stopId": "LOUPIN-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772006759"
},
"departure": {
"time": "1772006759"
},
"stopId": "MASGEM-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772006805"
},
"departure": {
"time": "1772006805"
},
"stopId": "HOSGEM-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772006869"
},
"departure": {
"time": "1772006869"
},
"stopId": "CLOS9-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772006916"
},
"departure": {
"time": "1772006916"
},
"stopId": "VANRIE-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772006970"
},
"departure": {
"time": "1772006970"
},
"stopId": "PORTSG-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772006999"
},
"departure": {
"time": "1772006999"
},
"stopId": "LECHEN-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772007054"
},
"stopId": "ROMORNA",
"stopSequence": 51
}
],
"trip": {
"directionId": 1,
"routeId": "08",
"tripId": "6258430"
}
}
},
{
"id": "trip:6258624",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006160"
},
"stopId": "TRELAZE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006189"
},
"departure": {
"time": "1772006189"
},
"stopId": "MALRAUX",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006240"
},
"departure": {
"time": "1772006240"
},
"stopId": "FMAURIAC",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006306"
},
"departure": {
"time": "1772006306"
},
"stopId": "TRELGARE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772006377"
},
"departure": {
"time": "1772006377"
},
"stopId": "MALEMBAR",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006466"
},
"departure": {
"time": "1772006466"
},
"stopId": "DEGAULLE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006537"
},
"departure": {
"time": "1772006537"
},
"stopId": "BAHONNEA",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006669"
},
"departure": {
"time": "1772006669"
},
"stopId": "GENTRIC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006768"
},
"departure": {
"time": "1772006768"
},
"stopId": "DAUTEL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006400"
},
"departure": {
"time": "1772006400"
},
"scheduleRelationship": "SKIPPED",
"stopId": "HMTREL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006488"
},
"departure": {
"time": "1772006488"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CIMTRELA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006527"
},
"departure": {
"time": "1772006527"
},
"scheduleRelationship": "SKIPPED",
"stopId": "EGLTRELA",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006575"
},
"departure": {
"time": "1772006575"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MAIRTREL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006628"
},
"departure": {
"time": "1772006628"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONTHIBE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006687"
},
"departure": {
"time": "1772006687"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ARENA",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006793"
},
"departure": {
"time": "1772006793"
},
"stopId": "BUISSON",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006851"
},
"departure": {
"time": "1772006851"
},
"stopId": "PYRAM02",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006927"
},
"departure": {
"time": "1772006927"
},
"stopId": "LEFEVRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006962"
},
"departure": {
"time": "1772006962"
},
"stopId": "MALAQUAI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007021"
},
"departure": {
"time": "1772007021"
},
"stopId": "MENARD",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007066"
},
"departure": {
"time": "1772007066"
},
"stopId": "CHOUTEAU",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007136"
},
"departure": {
"time": "1772007136"
},
"stopId": "FRESNAIE",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007221"
},
"departure": {
"time": "1772007221"
},
"stopId": "MARAIS",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007280"
},
"departure": {
"time": "1772007280"
},
"stopId": "BELLVUTR",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007329"
},
"departure": {
"time": "1772007329"
},
"stopId": "LEOLAGRA",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007383"
},
"departure": {
"time": "1772007383"
},
"stopId": "VDLOIRE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007475"
},
"departure": {
"time": "1772007475"
},
"stopId": "ECLATERI",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007581"
},
"departure": {
"time": "1772007581"
},
"stopId": "JUSTICES",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007620"
},
"departure": {
"time": "1772007620"
},
"stopId": "DELACROI",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007692"
},
"departure": {
"time": "1772007692"
},
"stopId": "SAUMUROI",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007760"
},
"departure": {
"time": "1772007760"
},
"stopId": "MADELEIN",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007805"
},
"departure": {
"time": "1772007805"
},
"stopId": "VOLNEY",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007883"
},
"departure": {
"time": "1772007883"
},
"stopId": "BOURGONN",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007942"
},
"departure": {
"time": "1772007942"
},
"stopId": "MICHELET",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007992"
},
"departure": {
"time": "1772007992"
},
"stopId": "ANLEROY",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008108"
},
"departure": {
"time": "1772008108"
},
"stopId": "PAULBERT",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008154"
},
"departure": {
"time": "1772008154"
},
"stopId": "HARAS",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008218"
},
"departure": {
"time": "1772008218"
},
"stopId": "STAUBIN",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008297"
},
"stopId": "LORRTERM",
"stopSequence": 38
}
],
"trip": {
"directionId": 0,
"routeId": "01",
"tripId": "6258624"
}
}
},
{
"id": "trip:6258461",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008920"
},
"stopId": "ROMORNA",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009002"
},
"departure": {
"time": "1772009002"
},
"stopId": "LECHENE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009025"
},
"departure": {
"time": "1772009025"
},
"stopId": "PORTSG",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009065"
},
"departure": {
"time": "1772009065"
},
"stopId": "VANRIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009122"
},
"departure": {
"time": "1772009122"
},
"stopId": "CLOSNEUF",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009179"
},
"departure": {
"time": "1772009179"
},
"stopId": "HOSGEMME",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009224"
},
"departure": {
"time": "1772009224"
},
"stopId": "MASGEMME",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009282"
},
"departure": {
"time": "1772009282"
},
"stopId": "LOUPINO",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009349"
},
"departure": {
"time": "1772009349"
},
"stopId": "LESROSES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772009400"
},
"departure": {
"time": "1772009400"
},
"stopId": "RTEDANGE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772009422"
},
"departure": {
"time": "1772009422"
},
"stopId": "BELOEIL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772009482"
},
"departure": {
"time": "1772009482"
},
"stopId": "JOLIVETT",
"stopSequence": 11
},
{
"arrival": {
"time": "1772009503"
},
"departure": {
"time": "1772009503"
},
"stopId": "HUTREAU",
"stopSequence": 12
},
{
"arrival": {
"time": "1772009572"
},
"departure": {
"time": "1772009572"
},
"stopId": "COSSE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772009609"
},
"departure": {
"time": "1772009609"
},
"stopId": "AUBRY",
"stopSequence": 14
},
{
"arrival": {
"time": "1772009659"
},
"departure": {
"time": "1772009659"
},
"stopId": "MTARDAT",
"stopSequence": 15
},
{
"arrival": {
"time": "1772009689"
},
"departure": {
"time": "1772009689"
},
"stopId": "INTREPID",
"stopSequence": 16
},
{
"arrival": {
"time": "1772009726"
},
"departure": {
"time": "1772009726"
},
"stopId": "BEDIER",
"stopSequence": 17
},
{
"arrival": {
"time": "1772009760"
},
"departure": {
"time": "1772009760"
},
"stopId": "LETANDUE",
"stopSequence": 18
}
],
"trip": {
"directionId": 0,
"routeId": "08",
"tripId": "6258461"
}
}
},
{
"id": "trip:6257552",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006066"
},
"departure": {
"time": "1772006082"
},
"stopId": "MORLONG",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006100"
},
"departure": {
"time": "1772006122"
},
"stopId": "BOURSE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006152"
},
"departure": {
"time": "1772006152"
},
"stopId": "RIOTTEAU",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006135"
},
"departure": {
"time": "1772006135"
},
"stopId": "ALLUMETT",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006176"
},
"departure": {
"time": "1772006176"
},
"stopId": "DAGUERRE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006215"
},
"departure": {
"time": "1772006215"
},
"stopId": "LEOLAGRA",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006262"
},
"departure": {
"time": "1772006262"
},
"stopId": "VDLOIRE",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006355"
},
"departure": {
"time": "1772006355"
},
"stopId": "ECLATERI",
"stopSequence": 12
},
{
"arrival": {
"time": "1772006280"
},
"departure": {
"time": "1772006280"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUMAN",
"stopSequence": 13
},
{
"arrival": {
"time": "1772006344"
},
"departure": {
"time": "1772006344"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAFAUVEL",
"stopSequence": 14
},
{
"arrival": {
"time": "1772006434"
},
"departure": {
"time": "1772006434"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PARMENTI",
"stopSequence": 15
},
{
"arrival": {
"time": "1772006517"
},
"departure": {
"time": "1772006517"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PICAS",
"stopSequence": 16
},
{
"arrival": {
"time": "1772006464"
},
"departure": {
"time": "1772006464"
},
"stopId": "JUSTICES",
"stopSequence": 17
},
{
"arrival": {
"time": "1772006509"
},
"departure": {
"time": "1772006509"
},
"stopId": "DELACROI",
"stopSequence": 18
},
{
"arrival": {
"time": "1772006600"
},
"departure": {
"time": "1772006600"
},
"stopId": "SAUMUROI",
"stopSequence": 19
},
{
"arrival": {
"time": "1772006697"
},
"departure": {
"time": "1772006697"
},
"stopId": "INTERMIL",
"stopSequence": 20
},
{
"arrival": {
"time": "1772006768"
},
"departure": {
"time": "1772006768"
},
"stopId": "HAUTPRES",
"stopSequence": 21
},
{
"arrival": {
"time": "1772006824"
},
"departure": {
"time": "1772006824"
},
"stopId": "DELATTRE",
"stopSequence": 22
},
{
"arrival": {
"time": "1772006883"
},
"departure": {
"time": "1772006883"
},
"stopId": "MORELLIE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772006924"
},
"departure": {
"time": "1772006924"
},
"stopId": "LORETTE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772006967"
},
"departure": {
"time": "1772006967"
},
"stopId": "BEAUVAL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007020"
},
"departure": {
"time": "1772007020"
},
"stopId": "LETANDUE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007129"
},
"departure": {
"time": "1772007129"
},
"stopId": "STRASBOU",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007188"
},
"departure": {
"time": "1772007188"
},
"stopId": "FREMUR",
"stopSequence": 28
},
{
"arrival": {
"time": "1772007244"
},
"departure": {
"time": "1772007244"
},
"stopId": "VAUBAN",
"stopSequence": 29
},
{
"arrival": {
"time": "1772007281"
},
"departure": {
"time": "1772007281"
},
"stopId": "POIREL",
"stopSequence": 30
},
{
"arrival": {
"time": "1772007346"
},
"departure": {
"time": "1772007346"
},
"stopId": "PONTNOIR",
"stopSequence": 31
},
{
"arrival": {
"time": "1772007348"
},
"departure": {
"time": "1772007348"
},
"stopId": "SEMARD",
"stopSequence": 32
},
{
"arrival": {
"time": "1772007375"
},
"departure": {
"time": "1772007375"
},
"stopId": "GAREPAPI",
"stopSequence": 33
},
{
"arrival": {
"time": "1772007641"
},
"departure": {
"time": "1772007641"
},
"stopId": "HARAS",
"stopSequence": 34
},
{
"arrival": {
"time": "1772007713"
},
"departure": {
"time": "1772007713"
},
"stopId": "STAUBIN",
"stopSequence": 35
},
{
"arrival": {
"time": "1772007800"
},
"departure": {
"time": "1772008020"
},
"stopId": "LORRAIN1",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008152"
},
"departure": {
"time": "1772008152"
},
"stopId": "MENDES-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008236"
},
"departure": {
"time": "1772008236"
},
"stopId": "SAVARY-E",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008271"
},
"departure": {
"time": "1772008271"
},
"stopId": "MUSSET-E",
"stopSequence": 39
},
{
"arrival": {
"time": "1772008347"
},
"departure": {
"time": "1772008347"
},
"stopId": "LUTIN-E",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008389"
},
"departure": {
"time": "1772008389"
},
"stopId": "MACE-E",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008416"
},
"departure": {
"time": "1772008416"
},
"stopId": "DESJAR-E",
"stopSequence": 42
},
{
"arrival": {
"time": "1772008520"
},
"departure": {
"time": "1772008520"
},
"stopId": "ALDUNA-E",
"stopSequence": 43
},
{
"arrival": {
"time": "1772008287"
},
"departure": {
"time": "1772008287"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BOREAU-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772008440"
},
"departure": {
"time": "1772008440"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PLACEN-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772008584"
},
"departure": {
"time": "1772008584"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHALOU-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772008676"
},
"departure": {
"time": "1772008676"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VAILLA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772008658"
},
"departure": {
"time": "1772008658"
},
"stopId": "RBRIOL-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772008695"
},
"departure": {
"time": "1772008695"
},
"stopId": "NOZAY-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772008762"
},
"departure": {
"time": "1772008762"
},
"stopId": "AUVERG-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772008819"
},
"departure": {
"time": "1772008819"
},
"stopId": "SAVOIE-E",
"stopSequence": 53
},
{
"arrival": {
"time": "1772008887"
},
"departure": {
"time": "1772008887"
},
"stopId": "INDUST-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772008937"
},
"departure": {
"time": "1772008937"
},
"stopId": "HOTELL-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772009002"
},
"departure": {
"time": "1772009002"
},
"stopId": "DEBUMO-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772009111"
},
"departure": {
"time": "1772009111"
},
"stopId": "RTEPAR-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772009181"
},
"stopId": "PROVIN-E",
"stopSequence": 58
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"tripId": "6257552"
}
}
},
{
"id": "trip:6258096",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009160"
},
"stopId": "AQUA-D5A",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009207"
},
"departure": {
"time": "1772009207"
},
"stopId": "AURIOL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009253"
},
"departure": {
"time": "1772009253"
},
"stopId": "FRATE-E",
"stopSequence": 2
},
{
"arrival": {
"time": "1772009319"
},
"departure": {
"time": "1772009319"
},
"stopId": "CHARNA-E",
"stopSequence": 3
},
{
"arrival": {
"time": "1772009382"
},
"departure": {
"time": "1772009382"
},
"stopId": "ESEO-E",
"stopSequence": 4
},
{
"arrival": {
"time": "1772009520"
},
"departure": {
"time": "1772009520"
},
"stopId": "CARREF5A",
"stopSequence": 5
},
{
"arrival": {
"time": "1772009604"
},
"departure": {
"time": "1772009604"
},
"stopId": "RAMON-E",
"stopSequence": 6
},
{
"arrival": {
"time": "1772009689"
},
"departure": {
"time": "1772009689"
},
"stopId": "RBRIOL-E",
"stopSequence": 7
},
{
"arrival": {
"time": "1772009760"
},
"departure": {
"time": "1772009760"
},
"stopId": "EUROPE",
"stopSequence": 8
}
],
"trip": {
"directionId": 0,
"routeId": "05",
"tripId": "6258096"
}
}
},
{
"id": "trip:6257895",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772006520"
},
"stopId": "BEAUCOUZ",
"stopSequence": 0
},
{
"arrival": {
"time": "1772006556"
},
"departure": {
"time": "1772006556"
},
"stopId": "FAUVETTE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772006589"
},
"departure": {
"time": "1772006589"
},
"stopId": "PINSONS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772006648"
},
"departure": {
"time": "1772006648"
},
"stopId": "PRIEURE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772006679"
},
"departure": {
"time": "1772006679"
},
"stopId": "VAURAGER",
"stopSequence": 5
},
{
"arrival": {
"time": "1772006739"
},
"departure": {
"time": "1772006739"
},
"stopId": "ROUAIRIE",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006782"
},
"departure": {
"time": "1772006782"
},
"stopId": "LASOURCE",
"stopSequence": 7
},
{
"arrival": {
"time": "1772006820"
},
"departure": {
"time": "1772006820"
},
"stopId": "CERFEUIL",
"stopSequence": 8
},
{
"arrival": {
"time": "1772006871"
},
"departure": {
"time": "1772006871"
},
"stopId": "PROMENIE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772006905"
},
"departure": {
"time": "1772006905"
},
"stopId": "GRANBELL",
"stopSequence": 10
},
{
"arrival": {
"time": "1772006938"
},
"departure": {
"time": "1772006938"
},
"stopId": "RODIN",
"stopSequence": 11
},
{
"arrival": {
"time": "1772006970"
},
"departure": {
"time": "1772006970"
},
"stopId": "BRGPAILL",
"stopSequence": 12
},
{
"arrival": {
"time": "1772007061"
},
"departure": {
"time": "1772007061"
},
"stopId": "LANDREAU",
"stopSequence": 13
},
{
"arrival": {
"time": "1772007097"
},
"departure": {
"time": "1772007097"
},
"stopId": "GDPERIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772007141"
},
"departure": {
"time": "1772007141"
},
"stopId": "INRA",
"stopSequence": 15
},
{
"arrival": {
"time": "1772007170"
},
"departure": {
"time": "1772007170"
},
"stopId": "MOREL",
"stopSequence": 16
},
{
"arrival": {
"time": "1772007204"
},
"departure": {
"time": "1772007204"
},
"stopId": "LENOTRE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772007240"
},
"departure": {
"time": "1772007240"
},
"stopId": "BBCAMTEC",
"stopSequence": 18
},
{
"arrival": {
"time": "1772007355"
},
"departure": {
"time": "1772007355"
},
"stopId": "I.U.T.",
"stopSequence": 19
},
{
"arrival": {
"time": "1772007405"
},
"departure": {
"time": "1772007405"
},
"stopId": "RESTUNIV",
"stopSequence": 20
},
{
"arrival": {
"time": "1772007480"
},
"departure": {
"time": "1772007480"
},
"stopId": "CITEUNIV",
"stopSequence": 21
},
{
"arrival": {
"time": "1772007530"
},
"departure": {
"time": "1772007530"
},
"stopId": "POLYTECH",
"stopSequence": 22
},
{
"arrival": {
"time": "1772007591"
},
"departure": {
"time": "1772007591"
},
"stopId": "NDAMELAC",
"stopSequence": 23
},
{
"arrival": {
"time": "1772007657"
},
"departure": {
"time": "1772007657"
},
"stopId": "BOISRAME",
"stopSequence": 24
},
{
"arrival": {
"time": "1772007720"
},
"departure": {
"time": "1772007720"
},
"stopId": "CHBBEILL",
"stopSequence": 25
},
{
"arrival": {
"time": "1772007795"
},
"departure": {
"time": "1772007795"
},
"stopId": "MVIGNE",
"stopSequence": 26
},
{
"arrival": {
"time": "1772007903"
},
"departure": {
"time": "1772007903"
},
"stopId": "FARCYSJA",
"stopSequence": 27
},
{
"arrival": {
"time": "1772007999"
},
"departure": {
"time": "1772007999"
},
"stopId": "SAJACQUE",
"stopSequence": 28
},
{
"arrival": {
"time": "1772008068"
},
"departure": {
"time": "1772008068"
},
"stopId": "DUMESNIL",
"stopSequence": 29
},
{
"arrival": {
"time": "1772008106"
},
"departure": {
"time": "1772008106"
},
"stopId": "LEQUAI",
"stopSequence": 30
},
{
"arrival": {
"time": "1772008080"
},
"departure": {
"time": "1772008080"
},
"scheduleRelationship": "SKIPPED",
"stopId": "MONPROF.",
"stopSequence": 31
},
{
"arrival": {
"time": "1772008182"
},
"departure": {
"time": "1772008182"
},
"scheduleRelationship": "SKIPPED",
"stopId": "TRINITE",
"stopSequence": 32
},
{
"arrival": {
"time": "1772008252"
},
"departure": {
"time": "1772008252"
},
"scheduleRelationship": "SKIPPED",
"stopId": "BEAUREPA",
"stopSequence": 33
},
{
"arrival": {
"time": "1772008320"
},
"departure": {
"time": "1772008320"
},
"scheduleRelationship": "SKIPPED",
"stopId": "COEURMA",
"stopSequence": 34
},
{
"arrival": {
"time": "1772008286"
},
"departure": {
"time": "1772008286"
},
"stopId": "CHDARR",
"stopSequence": 35
},
{
"arrival": {
"time": "1772008354"
},
"departure": {
"time": "1772008354"
},
"stopId": "ACADEMIE",
"stopSequence": 36
},
{
"arrival": {
"time": "1772008428"
},
"departure": {
"time": "1772008428"
},
"stopId": "GBREM-E",
"stopSequence": 37
},
{
"arrival": {
"time": "1772008518"
},
"departure": {
"time": "1772008518"
},
"stopId": "GARETERM",
"stopSequence": 38
},
{
"arrival": {
"time": "1772008563"
},
"departure": {
"time": "1772008563"
},
"stopId": "LESGARES",
"stopSequence": 39
},
{
"arrival": {
"time": "1772008685"
},
"departure": {
"time": "1772008685"
},
"stopId": "HARAS",
"stopSequence": 40
},
{
"arrival": {
"time": "1772008765"
},
"departure": {
"time": "1772008765"
},
"stopId": "STAUBIN",
"stopSequence": 41
},
{
"arrival": {
"time": "1772008815"
},
"departure": {
"time": "1772009100"
},
"stopId": "LOR-FO-A",
"stopSequence": 42
},
{
"arrival": {
"time": "1772009153"
},
"departure": {
"time": "1772009153"
},
"stopId": "MAIL-HDV",
"stopSequence": 43
},
{
"arrival": {
"time": "1772009240"
},
"departure": {
"time": "1772009240"
},
"stopId": "SECUSO-E",
"stopSequence": 44
},
{
"arrival": {
"time": "1772009280"
},
"departure": {
"time": "1772009280"
},
"stopId": "STEXUP-E",
"stopSequence": 45
},
{
"arrival": {
"time": "1772009353"
},
"departure": {
"time": "1772009353"
},
"stopId": "GARDOT-E",
"stopSequence": 46
},
{
"arrival": {
"time": "1772009376"
},
"departure": {
"time": "1772009376"
},
"stopId": "MONTAI-E",
"stopSequence": 47
},
{
"arrival": {
"time": "1772009455"
},
"departure": {
"time": "1772009455"
},
"stopId": "CIMETI-E",
"stopSequence": 48
},
{
"arrival": {
"time": "1772009522"
},
"departure": {
"time": "1772009522"
},
"stopId": "AFPA-E",
"stopSequence": 49
},
{
"arrival": {
"time": "1772009565"
},
"departure": {
"time": "1772009565"
},
"stopId": "ARCEAU-E",
"stopSequence": 50
},
{
"arrival": {
"time": "1772009611"
},
"departure": {
"time": "1772009611"
},
"stopId": "CASERN-E",
"stopSequence": 51
},
{
"arrival": {
"time": "1772009700"
},
"departure": {
"time": "1772009700"
},
"stopId": "LAREU-E",
"stopSequence": 52
},
{
"arrival": {
"time": "1772009758"
},
"departure": {
"time": "1772009758"
},
"stopId": "PAPERI-E",
"stopSequence": 53
}
],
"trip": {
"directionId": 0,
"routeId": "02",
"tripId": "6257895"
}
}
},
{
"id": "trip:6257491",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006093"
},
"departure": {
"time": "1772006128"
},
"stopId": "VALEO-E",
"stopSequence": 54
},
{
"arrival": {
"time": "1772006143"
},
"departure": {
"time": "1772006143"
},
"stopId": "RAPIDE-E",
"stopSequence": 55
},
{
"arrival": {
"time": "1772006188"
},
"departure": {
"time": "1772006188"
},
"stopId": "BOUZIN-E",
"stopSequence": 56
},
{
"arrival": {
"time": "1772006232"
},
"departure": {
"time": "1772006232"
},
"stopId": "CHABOL-E",
"stopSequence": 57
},
{
"arrival": {
"time": "1772006309"
},
"stopId": "EVENTARD",
"stopSequence": 58
}
],
"trip": {
"directionId": 0,
"routeId": "09",
"tripId": "6257491"
}
}
},
{
"id": "trip:6258648",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772009580"
},
"stopId": "FO-LOR-R",
"stopSequence": 0
},
{
"arrival": {
"time": "1772009654"
},
"departure": {
"time": "1772009654"
},
"stopId": "STAUBI-E",
"stopSequence": 1
},
{
"arrival": {
"time": "1772009689"
},
"departure": {
"time": "1772009689"
},
"stopId": "HARAS-E",
"stopSequence": 2
}
],
"trip": {
"directionId": 1,
"routeId": "01",
"tripId": "6258648"
}
}
},
{
"id": "trip:6544013",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006108"
},
"departure": {
"time": "1772006108"
},
"stopId": "LORRAIN1",
"stopSequence": 6
},
{
"arrival": {
"time": "1772006220"
},
"stopId": "MENDES-E",
"stopSequence": 7
}
],
"trip": {
"directionId": 1,
"routeId": "Tbus",
"tripId": "6544013"
}
}
},
{
"id": "trip:6543548",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772006068"
},
"departure": {
"time": "1772006068"
},
"stopId": "2CECO",
"stopSequence": 7
}
],
"trip": {
"directionId": 0,
"routeId": "B",
"tripId": "6543548"
}
}
},
{
"id": "trip:6053992",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772008140"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHANTOUR",
"stopSequence": 1
},
{
"arrival": {
"time": "1772008180"
},
"departure": {
"time": "1772008180"
},
"scheduleRelationship": "SKIPPED",
"stopId": "VIGNES",
"stopSequence": 2
},
{
"arrival": {
"time": "1772008211"
},
"departure": {
"time": "1772008211"
},
"scheduleRelationship": "SKIPPED",
"stopId": "RANGEARD",
"stopSequence": 3
},
{
"arrival": {
"time": "1772008233"
},
"departure": {
"time": "1772008233"
},
"scheduleRelationship": "SKIPPED",
"stopId": "LAPOINTE",
"stopSequence": 4
},
{
"arrival": {
"time": "1772008273"
},
"departure": {
"time": "1772008273"
},
"scheduleRelationship": "SKIPPED",
"stopId": "PONTLAIT",
"stopSequence": 5
},
{
"arrival": {
"time": "1772008312"
},
"departure": {
"time": "1772008312"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GAREBOUC",
"stopSequence": 6
},
{
"arrival": {
"time": "1772008349"
},
"departure": {
"time": "1772008349"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CAMPBOUC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772008174"
},
"departure": {
"time": "1772008174"
},
"stopId": "BOUCHEM",
"stopSequence": 8
},
{
"arrival": {
"time": "1772008228"
},
"departure": {
"time": "1772008228"
},
"stopId": "CHEVRIER",
"stopSequence": 9
},
{
"arrival": {
"time": "1772008265"
},
"departure": {
"time": "1772008265"
},
"stopId": "PETPORT",
"stopSequence": 10
},
{
"arrival": {
"time": "1772008349"
},
"departure": {
"time": "1772008349"
},
"stopId": "HAUBOUCH",
"stopSequence": 11
},
{
"arrival": {
"time": "1772008414"
},
"departure": {
"time": "1772008414"
},
"stopId": "ARTAUD",
"stopSequence": 12
},
{
"arrival": {
"time": "1772008472"
},
"departure": {
"time": "1772008472"
},
"stopId": "PIVERDIE",
"stopSequence": 13
},
{
"arrival": {
"time": "1772008531"
},
"departure": {
"time": "1772008531"
},
"stopId": "CHATAIGN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772008567"
},
"departure": {
"time": "1772008567"
},
"stopId": "CLOSVI-E",
"stopSequence": 15
},
{
"arrival": {
"time": "1772008597"
},
"departure": {
"time": "1772008597"
},
"stopId": "VALMAI-E",
"stopSequence": 16
},
{
"arrival": {
"time": "1772008666"
},
"departure": {
"time": "1772008666"
},
"stopId": "PETVIVIE",
"stopSequence": 17
},
{
"arrival": {
"time": "1772008740"
},
"departure": {
"time": "1772008740"
},
"stopId": "PRUNIERS",
"stopSequence": 18
},
{
"arrival": {
"time": "1772008773"
},
"departure": {
"time": "1772008773"
},
"stopId": "CROISETT",
"stopSequence": 19
},
{
"arrival": {
"time": "1772008875"
},
"departure": {
"time": "1772008875"
},
"stopId": "CAMLACMA",
"stopSequence": 20
},
{
"arrival": {
"time": "1772008920"
},
"departure": {
"time": "1772008920"
},
"stopId": "LACDMAIN",
"stopSequence": 21
},
{
"arrival": {
"time": "1772008965"
},
"departure": {
"time": "1772008965"
},
"stopId": "MAISENVI",
"stopSequence": 22
},
{
"arrival": {
"time": "1772009022"
},
"departure": {
"time": "1772009022"
},
"stopId": "GDMAINE",
"stopSequence": 23
},
{
"arrival": {
"time": "1772009505"
},
"departure": {
"time": "1772009505"
},
"stopId": "EBLE",
"stopSequence": 24
},
{
"arrival": {
"time": "1772009567"
},
"departure": {
"time": "1772009567"
},
"stopId": "GENIE",
"stopSequence": 25
},
{
"arrival": {
"time": "1772009644"
},
"departure": {
"time": "1772009644"
},
"stopId": "VAUBAN",
"stopSequence": 26
},
{
"arrival": {
"time": "1772009678"
},
"departure": {
"time": "1772009678"
},
"stopId": "POIREL",
"stopSequence": 27
},
{
"arrival": {
"time": "1772009739"
},
"departure": {
"time": "1772009739"
},
"stopId": "PONTNOIR",
"stopSequence": 28
},
{
"arrival": {
"time": "1772009620"
},
"departure": {
"time": "1772009620"
},
"scheduleRelationship": "SKIPPED",
"stopId": "CHDARR",
"stopSequence": 30
},
{
"arrival": {
"time": "1772009644"
},
"departure": {
"time": "1772009644"
},
"scheduleRelationship": "SKIPPED",
"stopId": "ACADEMIE",
"stopSequence": 31
},
{
"arrival": {
"time": "1772009670"
},
"departure": {
"time": "1772009670"
},
"scheduleRelationship": "SKIPPED",
"stopId": "GBREM-E",
"stopSequence": 32
},
{
"arrival": {
"time": "1772009806"
},
"stopId": "GAREPAPI",
"stopSequence": 33
}
],
"trip": {
"directionId": 0,
"routeId": "22",
"tripId": "6053992"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1772006168"
}
}