Resource details

File name: irigo-angers-gtfs-trip-updates
Format: gtfs-rt

Prochains passages aux arrêts du réseau bus-tram Irigo

This resource file is part of the dataset Réseau urbain Irigo.

Download availability

2026-01-26
100%
2026-01-27
100%
2026-01-28
100%
2026-01-29
100%
2026-01-30
100%
2026-01-31
100%
2026-02-01
100%
2026-02-02
100%
2026-02-03
100%
2026-02-04
100%
2026-02-05
100%
2026-02-06
100%
2026-02-07
100%
2026-02-08
100%
2026-02-09
100%
2026-02-10
100%
2026-02-11
100%
2026-02-12
100%
2026-02-13
100%
2026-02-14
100%
2026-02-15
100%
2026-02-16
100%
2026-02-17
100%
2026-02-18
100%
2026-02-19
100%
2026-02-20
100%
2026-02-21
100%
2026-02-22
100%
2026-02-23
100%
2026-02-24
100%
2026-02-25
100%
Learn more
We test this resource download availability every hour by making an HTTP HEAD request with a timeout of 5 seconds. If we detect a downtime, we perform subsequent tests every 10 minutes, until the resource is back online.

For SIRI and SIRI Lite feeds, we perform a GET request: a 401 or 405 status code is considered successful. In case of HTTP 500, the feed will be considered unavailable, unless the body appears to contain SOAP.

Validation details

2,845 errors, 1,016 warnings

Validation carried out using the current GTFS file and the GTFS-RT the 2026-02-25 at 08:04 Europe/Paris using the MobilityData GTFS-RT validator.

Errors

Not in POSIX time E001 4 errors

All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC)

Sample errors
  • 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 errors

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

Sample errors
  • 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 errors

stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.

Sample errors
  • 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 errors

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.

Sample errors
  • 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 errors

Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence

Sample errors
  • 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 errors

If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt

Sample errors
  • 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 errors

All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip

Sample errors
  • 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

Warnings

timestamp not populated W001 256 errors

Timestamps should be populated for all elements

Sample errors
  • 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 errors

vehicle_id should be populated for TripUpdates and VehiclePositions

Sample errors
  • 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 errors

trip.schedule_relationship and stop_time_update.schedule_relationship should be populated

Sample errors
  • 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
Validate this GTFS-RT now

Previous validations

Here is a recap of all the error types encountered over the last 30 days.

Error ID Description Errors count Number of 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 times (100 % of 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 times (100 % of validations)
W001 Timestamps should be populated for all elements 7,204 29 times (100 % of validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 7,204 29 times (100 % of validations)
W009 trip.schedule_relationship and stop_time_update.schedule_relationship should be populated 14,284 29 times (100 % of 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 times (86 % of validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 410 25 times (86 % of validations)
E001 All timestamps must be in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC) 242 24 times (83 % of validations)
E002 stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence 49 14 times (48 % of validations)
E036 Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence 52 14 times (48 % of validations)
E037 Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id 28 6 times (21 % of 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 times (3 % of validations)

GTFS-RT feed content

Entities

Entities present in this feed at 2026-02-25 at 17:54 Europe/Paris.

trip_updates (278) vehicle_positions (0) service_alerts (0)

Entities seen in the last 7 days.

trip_updates

Decoded GTFS-RT feed

See full payload

Here is the decoded GTFS-RT feed Protobuf at 2026-02-25 at 17:54 Europe/Paris. You can look at the GTFS-RT documentation.

{ "entity": [ { "id": "trip:4156", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038375" }, "departure": { "time": "1772038385" }, "stopId": "SOULAINE", "stopSequence": 3 }, { "arrival": { "time": "1772038440" }, "departure": { "time": "1772038457" }, "stopId": "LTACHON", "stopSequence": 4 }, { "arrival": { "time": "1772038601" }, "departure": { "time": "1772038601" }, "stopId": "LBALUERE", "stopSequence": 5 }, { "arrival": { "time": "1772038750" }, "departure": { "time": "1772038750" }, "stopId": "PRINCE", "stopSequence": 6 }, { "arrival": { "time": "1772039410" }, "departure": { "time": "1772039410" }, "stopId": "ALLARD", "stopSequence": 7 }, { "arrival": { "time": "1772039486" }, "departure": { "time": "1772039486" }, "stopId": "DELATTAS", "stopSequence": 8 }, { "arrival": { "time": "1772039592" }, "departure": { "time": "1772039592" }, "stopId": "ESA", "stopSequence": 9 }, { "arrival": { "time": "1772039710" }, "departure": { "time": "1772039710" }, "stopId": "ALEROY", "stopSequence": 10 }, { "arrival": { "time": "1772039836" }, "departure": { "time": "1772039836" }, "stopId": "PATNOIRE", "stopSequence": 11 }, { "arrival": { "time": "1772040130" }, "departure": { "time": "1772040130" }, "stopId": "GROESPLA", "stopSequence": 12 } ], "trip": { "directionId": 0, "routeId": "41", "tripId": "4156" } } }, { "id": "trip:6257951", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038371" }, "departure": { "time": "1772038371" }, "stopId": "MVIGNE-E", "stopSequence": 46 }, { "arrival": { "time": "1772038415" }, "departure": { "time": "1772038446" }, "stopId": "CHBBEI-E", "stopSequence": 47 }, { "arrival": { "time": "1772038505" }, "departure": { "time": "1772038505" }, "stopId": "BOISRA-E", "stopSequence": 48 }, { "arrival": { "time": "1772038571" }, "departure": { "time": "1772038571" }, "stopId": "NDAMLA-E", "stopSequence": 49 }, { "arrival": { "time": "1772038634" }, "departure": { "time": "1772038634" }, "stopId": "POLYTE-E", "stopSequence": 50 }, { "arrival": { "time": "1772038690" }, "departure": { "time": "1772038690" }, "stopId": "CITEUN-E", "stopSequence": 51 }, { "arrival": { "time": "1772038761" }, "departure": { "time": "1772038761" }, "stopId": "RESTUN-E", "stopSequence": 52 }, { "arrival": { "time": "1772038816" }, "departure": { "time": "1772038816" }, "stopId": "I.U.T.-E", "stopSequence": 53 }, { "arrival": { "time": "1772038930" }, "departure": { "time": "1772038930" }, "stopId": "BBCAMT-E", "stopSequence": 54 }, { "arrival": { "time": "1772038972" }, "departure": { "time": "1772038972" }, "stopId": "LENOT-E", "stopSequence": 55 }, { "arrival": { "time": "1772038999" }, "departure": { "time": "1772038999" }, "stopId": "MOREL-E", "stopSequence": 56 }, { "arrival": { "time": "1772039040" }, "departure": { "time": "1772039040" }, "stopId": "INRA-E", "stopSequence": 57 }, { "arrival": { "time": "1772039078" }, "departure": { "time": "1772039078" }, "stopId": "GDPERI-E", "stopSequence": 58 }, { "arrival": { "time": "1772039060" }, "departure": { "time": "1772039060" }, "stopId": "LANDRE-E", "stopSequence": 59 }, { "arrival": { "time": "1772039155" }, "departure": { "time": "1772039155" }, "stopId": "BRGPAI-E", "stopSequence": 60 }, { "arrival": { "time": "1772039181" }, "departure": { "time": "1772039181" }, "stopId": "RODIN-E", "stopSequence": 61 }, { "arrival": { "time": "1772039217" }, "departure": { "time": "1772039217" }, "stopId": "GRANBE-E", "stopSequence": 62 }, { "arrival": { "time": "1772039314" }, "departure": { "time": "1772039314" }, "stopId": "PROME-E", "stopSequence": 63 }, { "arrival": { "time": "1772039367" }, "departure": { "time": "1772039367" }, "stopId": "CERFEU-E", "stopSequence": 64 }, { "arrival": { "time": "1772039434" }, "departure": { "time": "1772039434" }, "stopId": "LASOUR-E", "stopSequence": 65 }, { "arrival": { "time": "1772039496" }, "departure": { "time": "1772039496" }, "stopId": "ROUAIR-E", "stopSequence": 66 }, { "arrival": { "time": "1772039567" }, "departure": { "time": "1772039567" }, "stopId": "VAURAG-E", "stopSequence": 67 }, { "arrival": { "time": "1772039617" }, "departure": { "time": "1772039617" }, "stopId": "PRIEUR-E", "stopSequence": 68 }, { "arrival": { "time": "1772039658" }, "departure": { "time": "1772039658" }, "stopId": "GRANPI-E", "stopSequence": 69 }, { "arrival": { "time": "1772039685" }, "departure": { "time": "1772039685" }, "stopId": "PINSON-E", "stopSequence": 70 }, { "arrival": { "time": "1772039729" }, "departure": { "time": "1772039729" }, "stopId": "FAUVET-E", "stopSequence": 71 }, { "arrival": { "time": "1772039787" }, "stopId": "BEAUCOUZ", "stopSequence": 72 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257951" } } }, { "id": "trip:6258515", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038390" }, "departure": { "time": "1772038412" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1772038440" }, "departure": { "time": "1772038440" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1772038497" }, "departure": { "time": "1772038497" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1772038543" }, "departure": { "time": "1772038543" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1772038579" }, "departure": { "time": "1772038579" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1772038627" }, "departure": { "time": "1772038627" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1772038707" }, "departure": { "time": "1772038707" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1772038769" }, "departure": { "time": "1772038769" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1772038800" }, "departure": { "time": "1772038800" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1772038855" }, "departure": { "time": "1772038855" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1772038941" }, "departure": { "time": "1772038941" }, "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1772039100" }, "departure": { "time": "1772039100" }, "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1772039160" }, "departure": { "time": "1772039160" }, "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1772039224" }, "departure": { "time": "1772039224" }, "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1772039313" }, "departure": { "time": "1772039313" }, "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1772039400" }, "departure": { "time": "1772039400" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1772039447" }, "departure": { "time": "1772039447" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1772039528" }, "departure": { "time": "1772039528" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1772039589" }, "departure": { "time": "1772039589" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1772039640" }, "departure": { "time": "1772039640" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1772039843" }, "departure": { "time": "1772039843" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772040000" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1772040070" }, "departure": { "time": "1772040070" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1772040114" }, "departure": { "time": "1772040114" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1772040229" }, "departure": { "time": "1772040229" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1772040269" }, "departure": { "time": "1772040269" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1772040284" }, "departure": { "time": "1772040284" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1772040129" }, "departure": { "time": "1772040129" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1772040180" }, "departure": { "time": "1772040180" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1772040265" }, "departure": { "time": "1772040265" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1772040375" }, "departure": { "time": "1772040375" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1772040480" }, "departure": { "time": "1772040480" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1772040540" }, "departure": { "time": "1772040540" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1772040338" }, "departure": { "time": "1772040338" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1772040399" }, "departure": { "time": "1772040399" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1772040400" }, "departure": { "time": "1772040400" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1772040437" }, "departure": { "time": "1772040437" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1772040513" }, "departure": { "time": "1772040513" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1772040573" }, "departure": { "time": "1772040573" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1772040618" }, "departure": { "time": "1772040618" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1772040705" }, "departure": { "time": "1772040705" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1772040756" }, "departure": { "time": "1772040756" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1772040844" }, "departure": { "time": "1772040844" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1772040896" }, "departure": { "time": "1772040896" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1772040959" }, "departure": { "time": "1772040959" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1772041009" }, "departure": { "time": "1772041009" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1772041060" }, "departure": { "time": "1772041060" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1772041113" }, "departure": { "time": "1772041113" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1772041163" }, "departure": { "time": "1772041163" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1772041208" }, "departure": { "time": "1772041208" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1772041249" }, "departure": { "time": "1772041249" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1772041311" }, "departure": { "time": "1772041311" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1772041343" }, "departure": { "time": "1772041343" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1772041409" }, "departure": { "time": "1772041409" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1772041486" }, "departure": { "time": "1772041486" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1772041521" }, "departure": { "time": "1772041521" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1772041583" }, "departure": { "time": "1772041583" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1772041719" }, "departure": { "time": "1772041719" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1772041763" }, "departure": { "time": "1772041763" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1772041801" }, "departure": { "time": "1772041801" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1772041824" }, "departure": { "time": "1772041824" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1772041877" }, "departure": { "time": "1772041877" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1772041914" }, "departure": { "time": "1772041914" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1772041973" }, "departure": { "time": "1772041973" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1772041995" }, "departure": { "time": "1772041995" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1772042028" }, "departure": { "time": "1772042028" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1772042063" }, "departure": { "time": "1772042063" }, "stopId": "MASTEL-E", "stopSequence": 69 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258515" } } }, { "id": "trip:6257435", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038361" }, "departure": { "time": "1772038361" }, "stopId": "MONTREJO", "stopSequence": 11 }, { "arrival": { "time": "1772038387" }, "departure": { "time": "1772038421" }, "stopId": "COUPERIN", "stopSequence": 12 }, { "arrival": { "time": "1772038561" }, "departure": { "time": "1772038561" }, "stopId": "MONTAI-E", "stopSequence": 13 }, { "arrival": { "time": "1772038620" }, "departure": { "time": "1772038620" }, "stopId": "LAREVELL", "stopSequence": 14 }, { "arrival": { "time": "1772038752" }, "departure": { "time": "1772038752" }, "stopId": "MAISARTS", "stopSequence": 15 }, { "arrival": { "time": "1772038850" }, "departure": { "time": "1772038850" }, "stopId": "CLEMOINE", "stopSequence": 16 }, { "arrival": { "time": "1772038975" }, "departure": { "time": "1772038975" }, "stopId": "MAIL-NAE", "stopSequence": 17 }, { "arrival": { "time": "1772039040" }, "stopId": "LORRAIN2", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "11", "tripId": "6257435" } } }, { "id": "trip:6544964", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038391" }, "departure": { "time": "1772038391" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1772038481" }, "departure": { "time": "1772038481" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1772038590" }, "departure": { "time": "1772038590" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1772038673" }, "departure": { "time": "1772038673" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1772038768" }, "departure": { "time": "1772038768" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1772038881" }, "departure": { "time": "1772038881" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1772039060" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544964" } } }, { "id": "trip:6544497", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038375" }, "departure": { "time": "1772038375" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544497" } } }, { "id": "trip:6258416", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038382" }, "departure": { "time": "1772038398" }, "stopId": "STAUBI-E", "stopSequence": 24 }, { "arrival": { "time": "1772038448" }, "departure": { "time": "1772038448" }, "stopId": "HARAS-E", "stopSequence": 25 }, { "arrival": { "time": "1772038571" }, "departure": { "time": "1772038571" }, "stopId": "LESGAR-E", "stopSequence": 26 }, { "arrival": { "time": "1772038666" }, "departure": { "time": "1772038666" }, "stopId": "SEMARD-E", "stopSequence": 27 }, { "arrival": { "time": "1772038769" }, "departure": { "time": "1772038769" }, "stopId": "PONTNO-E", "stopSequence": 28 }, { "arrival": { "time": "1772038850" }, "departure": { "time": "1772038850" }, "stopId": "POIREL-E", "stopSequence": 29 }, { "arrival": { "time": "1772038875" }, "departure": { "time": "1772038875" }, "stopId": "VAUBAN-E", "stopSequence": 30 }, { "arrival": { "time": "1772038944" }, "departure": { "time": "1772038944" }, "stopId": "FREMUR-E", "stopSequence": 31 }, { "arrival": { "time": "1772039079" }, "departure": { "time": "1772039079" }, "stopId": "STRASB-E", "stopSequence": 32 }, { "arrival": { "time": "1772039225" }, "departure": { "time": "1772039225" }, "stopId": "LETAND-E", "stopSequence": 33 }, { "arrival": { "time": "1772039256" }, "departure": { "time": "1772039256" }, "stopId": "BEDIER-E", "stopSequence": 34 }, { "arrival": { "time": "1772039289" }, "departure": { "time": "1772039289" }, "stopId": "INTREP-E", "stopSequence": 35 }, { "arrival": { "time": "1772039320" }, "departure": { "time": "1772039320" }, "stopId": "MTARDA-E", "stopSequence": 36 }, { "arrival": { "time": "1772039359" }, "departure": { "time": "1772039359" }, "stopId": "AUBRY-E", "stopSequence": 37 }, { "arrival": { "time": "1772039410" }, "departure": { "time": "1772039410" }, "stopId": "COSSE-E", "stopSequence": 38 }, { "arrival": { "time": "1772039473" }, "departure": { "time": "1772039473" }, "stopId": "HUTREA-E", "stopSequence": 39 }, { "arrival": { "time": "1772039494" }, "departure": { "time": "1772039494" }, "stopId": "JOLIVE-E", "stopSequence": 40 }, { "arrival": { "time": "1772039549" }, "departure": { "time": "1772039549" }, "stopId": "BELOEI-E", "stopSequence": 41 }, { "arrival": { "time": "1772039585" }, "departure": { "time": "1772039585" }, "stopId": "RTEDAN-E", "stopSequence": 42 }, { "arrival": { "time": "1772039635" }, "departure": { "time": "1772039635" }, "stopId": "LESROS-E", "stopSequence": 43 }, { "arrival": { "time": "1772039716" }, "departure": { "time": "1772039716" }, "stopId": "LOUPIN-E", "stopSequence": 44 }, { "arrival": { "time": "1772039774" }, "departure": { "time": "1772039774" }, "stopId": "MASGEM-E", "stopSequence": 45 }, { "arrival": { "time": "1772039825" }, "departure": { "time": "1772039825" }, "stopId": "HOSGEM-E", "stopSequence": 46 }, { "arrival": { "time": "1772039895" }, "departure": { "time": "1772039895" }, "stopId": "CLOS9-E", "stopSequence": 47 }, { "arrival": { "time": "1772039946" }, "departure": { "time": "1772039946" }, "stopId": "VANRIE-E", "stopSequence": 48 }, { "arrival": { "time": "1772040005" }, "departure": { "time": "1772040005" }, "stopId": "PORTSG-E", "stopSequence": 49 }, { "arrival": { "time": "1772040037" }, "departure": { "time": "1772040037" }, "stopId": "LECHEN-E", "stopSequence": 50 }, { "arrival": { "time": "1772040090" }, "stopId": "ROMORNA", "stopSequence": 51 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258416" } } }, { "id": "trip:6257765", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038372" }, "departure": { "time": "1772038403" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1772038455" }, "departure": { "time": "1772038455" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1772038543" }, "departure": { "time": "1772038543" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1772038592" }, "departure": { "time": "1772038592" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1772038640" }, "departure": { "time": "1772038640" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1772038703" }, "departure": { "time": "1772038703" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1772038732" }, "departure": { "time": "1772038732" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1772038799" }, "departure": { "time": "1772038799" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1772038848" }, "departure": { "time": "1772038848" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1772038889" }, "departure": { "time": "1772038889" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1772038917" }, "departure": { "time": "1772038917" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1772039001" }, "departure": { "time": "1772039001" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1772039039" }, "departure": { "time": "1772039039" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1772039235" }, "departure": { "time": "1772039235" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1772039379" }, "departure": { "time": "1772039379" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1772039486" }, "departure": { "time": "1772039486" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1772039526" }, "departure": { "time": "1772039526" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1772039651" }, "departure": { "time": "1772039651" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1772039757" }, "departure": { "time": "1772039757" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1772039815" }, "departure": { "time": "1772039815" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1772039861" }, "departure": { "time": "1772039861" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1772040161" }, "departure": { "time": "1772040161" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1772040221" }, "departure": { "time": "1772040221" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1772040255" }, "departure": { "time": "1772040255" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1772040292" }, "departure": { "time": "1772040292" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1772040350" }, "departure": { "time": "1772040350" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1772040386" }, "departure": { "time": "1772040386" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1772040421" }, "departure": { "time": "1772040421" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1772040465" }, "departure": { "time": "1772040465" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1772040537" }, "departure": { "time": "1772040537" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1772040613" }, "departure": { "time": "1772040613" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772040663" }, "departure": { "time": "1772040663" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1772040691" }, "departure": { "time": "1772040691" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1772040761" }, "departure": { "time": "1772040761" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1772040897" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257765" } } }, { "id": "trip:6258709", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038387" }, "departure": { "time": "1772038418" }, "stopId": "DELACROI", "stopSequence": 28 }, { "arrival": { "time": "1772038498" }, "departure": { "time": "1772038498" }, "stopId": "SAUMUROI", "stopSequence": 29 }, { "arrival": { "time": "1772038566" }, "departure": { "time": "1772038566" }, "stopId": "MADELEIN", "stopSequence": 30 }, { "arrival": { "time": "1772038611" }, "departure": { "time": "1772038611" }, "stopId": "VOLNEY", "stopSequence": 31 }, { "arrival": { "time": "1772038690" }, "departure": { "time": "1772038690" }, "stopId": "BOURGONN", "stopSequence": 32 }, { "arrival": { "time": "1772038749" }, "departure": { "time": "1772038749" }, "stopId": "MICHELET", "stopSequence": 33 }, { "arrival": { "time": "1772038799" }, "departure": { "time": "1772038799" }, "stopId": "ANLEROY", "stopSequence": 34 }, { "arrival": { "time": "1772038947" }, "departure": { "time": "1772038947" }, "stopId": "PAULBERT", "stopSequence": 35 }, { "arrival": { "time": "1772039013" }, "departure": { "time": "1772039013" }, "stopId": "HARAS", "stopSequence": 36 }, { "arrival": { "time": "1772039107" }, "departure": { "time": "1772039107" }, "stopId": "STAUBIN", "stopSequence": 37 }, { "arrival": { "time": "1772039218" }, "stopId": "LORRTERM", "stopSequence": 38 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258709" } } }, { "id": "trip:6544706", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041950" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1772042070" }, "departure": { "time": "1772042070" }, "stopId": "2JVIL", "stopSequence": 1 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544706" } } }, { "id": "trip:6258103", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038451" }, "departure": { "time": "1772038472" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1772038551" }, "departure": { "time": "1772038551" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1772038617" }, "departure": { "time": "1772038617" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1772038730" }, "departure": { "time": "1772038730" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1772038770" }, "departure": { "time": "1772038770" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1772038842" }, "departure": { "time": "1772038842" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1772038923" }, "departure": { "time": "1772038923" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1772038991" }, "departure": { "time": "1772038991" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1772039038" }, "departure": { "time": "1772039038" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1772039113" }, "departure": { "time": "1772039113" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1772039147" }, "departure": { "time": "1772039147" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1772039218" }, "departure": { "time": "1772039218" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1772039232" }, "departure": { "time": "1772039232" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1772039287" }, "departure": { "time": "1772039287" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1772039344" }, "departure": { "time": "1772039344" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1772039393" }, "departure": { "time": "1772039393" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1772039461" }, "departure": { "time": "1772039461" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1772039533" }, "departure": { "time": "1772039533" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1772039597" }, "departure": { "time": "1772039597" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1772039629" }, "departure": { "time": "1772039629" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1772039654" }, "departure": { "time": "1772039654" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1772039706" }, "departure": { "time": "1772039706" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1772039754" }, "departure": { "time": "1772039754" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1772039786" }, "departure": { "time": "1772039786" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1772039835" }, "departure": { "time": "1772039835" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1772039893" }, "departure": { "time": "1772039893" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1772039991" }, "departure": { "time": "1772039991" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1772040081" }, "departure": { "time": "1772040081" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1772040149" }, "departure": { "time": "1772040149" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1772040233" }, "departure": { "time": "1772040233" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1772040270" }, "departure": { "time": "1772040270" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1772040381" }, "departure": { "time": "1772040381" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1772040424" }, "departure": { "time": "1772040424" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1772040469" }, "departure": { "time": "1772040469" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1772040487" }, "departure": { "time": "1772040487" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1772040564" }, "departure": { "time": "1772040564" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1772040736" }, "departure": { "time": "1772040736" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1772040784" }, "departure": { "time": "1772040784" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1772040848" }, "departure": { "time": "1772040848" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1772040909" }, "departure": { "time": "1772040909" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1772040984" }, "departure": { "time": "1772040984" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1772041029" }, "departure": { "time": "1772041029" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1772041096" }, "departure": { "time": "1772041096" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1772041137" }, "departure": { "time": "1772041137" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1772041181" }, "departure": { "time": "1772041181" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1772041279" }, "departure": { "time": "1772041279" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1772041351" }, "departure": { "time": "1772041351" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1772041393" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258103" } } }, { "id": "trip:30271", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038355" }, "departure": { "time": "1772038372" }, "stopId": "BANCST-E", "stopSequence": 4 }, { "arrival": { "time": "1772038620" }, "departure": { "time": "1772038620" }, "stopId": "ESATBE-E", "stopSequence": 5 }, { "arrival": { "time": "1772038980" }, "departure": { "time": "1772038980" }, "stopId": "BOSCH-E", "stopSequence": 6 }, { "arrival": { "time": "1772039049" }, "departure": { "time": "1772039049" }, "stopId": "MATISS-E", "stopSequence": 7 }, { "arrival": { "time": "1772039085" }, "departure": { "time": "1772039085" }, "stopId": "MARMIT-E", "stopSequence": 8 }, { "arrival": { "time": "1772039520" }, "departure": { "time": "1772039520" }, "stopId": "CIMTRELA", "stopSequence": 9 }, { "arrival": { "time": "1772039556" }, "departure": { "time": "1772039556" }, "stopId": "TRELCH-E", "stopSequence": 10 }, { "arrival": { "time": "1772039650" }, "departure": { "time": "1772039650" }, "stopId": "BRAINN-E", "stopSequence": 11 }, { "arrival": { "time": "1772039757" }, "departure": { "time": "1772039757" }, "stopId": "BRAIBO-E", "stopSequence": 12 }, { "arrival": { "time": "1772039820" }, "departure": { "time": "1772039820" }, "stopId": "BUISBE-E", "stopSequence": 13 }, { "arrival": { "time": "1772039898" }, "departure": { "time": "1772039898" }, "stopId": "BRAI8M-E", "stopSequence": 14 }, { "arrival": { "time": "1772039956" }, "departure": { "time": "1772039956" }, "stopId": "AZEMA-E", "stopSequence": 15 }, { "arrival": { "time": "1772040015" }, "departure": { "time": "1772040015" }, "stopId": "BRAICO-E", "stopSequence": 16 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "ANDAMA-E", "stopSequence": 17 }, { "arrival": { "time": "1772040159" }, "departure": { "time": "1772040159" }, "stopId": "RESTLA-E", "stopSequence": 18 }, { "arrival": { "time": "1772040239" }, "departure": { "time": "1772040239" }, "stopId": "ANDALA-E", "stopSequence": 19 }, { "arrival": { "time": "1772040287" }, "departure": { "time": "1772040287" }, "stopId": "JDELAV-E", "stopSequence": 20 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "stopId": "CORNCR-E", "stopSequence": 21 }, { "arrival": { "time": "1772040563" }, "departure": { "time": "1772040563" }, "stopId": "CORNMA-E", "stopSequence": 22 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "stopId": "ROYALE-E", "stopSequence": 23 } ], "trip": { "directionId": 1, "routeId": "302", "tripId": "30271" } } }, { "id": "trip:6258136", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038539" }, "scheduleRelationship": "SKIPPED", "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1772038594" }, "departure": { "time": "1772038594" }, "scheduleRelationship": "SKIPPED", "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1772038643" }, "departure": { "time": "1772038643" }, "scheduleRelationship": "SKIPPED", "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1772038721" }, "departure": { "time": "1772038721" }, "scheduleRelationship": "SKIPPED", "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1772038791" }, "departure": { "time": "1772038791" }, "scheduleRelationship": "SKIPPED", "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1772038391" }, "departure": { "time": "1772038391" }, "scheduleRelationship": "SKIPPED", "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1772039056" }, "departure": { "time": "1772039056" }, "scheduleRelationship": "SKIPPED", "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1772039163" }, "departure": { "time": "1772039163" }, "scheduleRelationship": "SKIPPED", "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1772039251" }, "departure": { "time": "1772039251" }, "scheduleRelationship": "SKIPPED", "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1772039360" }, "departure": { "time": "1772039360" }, "scheduleRelationship": "SKIPPED", "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1772039478" }, "departure": { "time": "1772039478" }, "scheduleRelationship": "SKIPPED", "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1772039525" }, "departure": { "time": "1772039525" }, "scheduleRelationship": "SKIPPED", "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1772039563" }, "departure": { "time": "1772039563" }, "scheduleRelationship": "SKIPPED", "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1772039642" }, "departure": { "time": "1772039642" }, "scheduleRelationship": "SKIPPED", "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1772039721" }, "departure": { "time": "1772039721" }, "scheduleRelationship": "SKIPPED", "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1772039808" }, "departure": { "time": "1772039808" }, "scheduleRelationship": "SKIPPED", "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1772039904" }, "departure": { "time": "1772039904" }, "scheduleRelationship": "SKIPPED", "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1772040006" }, "departure": { "time": "1772040006" }, "scheduleRelationship": "SKIPPED", "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1772040069" }, "departure": { "time": "1772040069" }, "scheduleRelationship": "SKIPPED", "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1772040128" }, "departure": { "time": "1772040128" }, "scheduleRelationship": "SKIPPED", "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1772040228" }, "departure": { "time": "1772040228" }, "scheduleRelationship": "SKIPPED", "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1772040264" }, "departure": { "time": "1772040264" }, "scheduleRelationship": "SKIPPED", "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1772040341" }, "departure": { "time": "1772040341" }, "scheduleRelationship": "SKIPPED", "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1772040422" }, "departure": { "time": "1772040422" }, "scheduleRelationship": "SKIPPED", "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1772040481" }, "departure": { "time": "1772040481" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1772040514" }, "departure": { "time": "1772040514" }, "scheduleRelationship": "SKIPPED", "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1772040603" }, "departure": { "time": "1772040603" }, "scheduleRelationship": "SKIPPED", "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1772040623" }, "departure": { "time": "1772040623" }, "scheduleRelationship": "SKIPPED", "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1772040694" }, "departure": { "time": "1772040694" }, "scheduleRelationship": "SKIPPED", "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1772040754" }, "departure": { "time": "1772040754" }, "scheduleRelationship": "SKIPPED", "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1772040822" }, "departure": { "time": "1772040822" }, "scheduleRelationship": "SKIPPED", "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1772040865" }, "departure": { "time": "1772040865" }, "scheduleRelationship": "SKIPPED", "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1772040914" }, "departure": { "time": "1772040914" }, "scheduleRelationship": "SKIPPED", "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1772040982" }, "departure": { "time": "1772040982" }, "scheduleRelationship": "SKIPPED", "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1772041054" }, "departure": { "time": "1772041054" }, "scheduleRelationship": "SKIPPED", "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1772041132" }, "departure": { "time": "1772041132" }, "scheduleRelationship": "SKIPPED", "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1772041150" }, "departure": { "time": "1772041150" }, "scheduleRelationship": "SKIPPED", "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1772041175" }, "departure": { "time": "1772041175" }, "scheduleRelationship": "SKIPPED", "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1772041241" }, "departure": { "time": "1772041241" }, "scheduleRelationship": "SKIPPED", "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1772041275" }, "departure": { "time": "1772041275" }, "scheduleRelationship": "SKIPPED", "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1772041321" }, "departure": { "time": "1772041321" }, "scheduleRelationship": "SKIPPED", "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1772041389" }, "departure": { "time": "1772041389" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1772041414" }, "departure": { "time": "1772041414" }, "scheduleRelationship": "SKIPPED", "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1772041558" }, "departure": { "time": "1772041558" }, "scheduleRelationship": "SKIPPED", "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1772041636" }, "departure": { "time": "1772041636" }, "scheduleRelationship": "SKIPPED", "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1772041670" }, "departure": { "time": "1772041670" }, "scheduleRelationship": "SKIPPED", "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1772041739" }, "departure": { "time": "1772041739" }, "scheduleRelationship": "SKIPPED", "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1772041769" }, "departure": { "time": "1772041769" }, "scheduleRelationship": "SKIPPED", "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1772041842" }, "departure": { "time": "1772041842" }, "scheduleRelationship": "SKIPPED", "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1772041884" }, "departure": { "time": "1772041884" }, "scheduleRelationship": "SKIPPED", "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1772041924" }, "departure": { "time": "1772041924" }, "scheduleRelationship": "SKIPPED", "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1772041981" }, "departure": { "time": "1772041981" }, "scheduleRelationship": "SKIPPED", "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1772042019" }, "departure": { "time": "1772042019" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR-E", "stopSequence": 52 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258136" } } }, { "id": "trip:6258080", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772039275" }, "departure": { "time": "1772039275" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1772039339" }, "departure": { "time": "1772039339" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1772039432" }, "departure": { "time": "1772039432" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1772039475" }, "departure": { "time": "1772039475" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1772039520" }, "departure": { "time": "1772039520" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1772039587" }, "departure": { "time": "1772039587" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1772039636" }, "departure": { "time": "1772039636" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1772039701" }, "departure": { "time": "1772039701" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1772039776" }, "departure": { "time": "1772039776" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1772039833" }, "departure": { "time": "1772039833" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1772039880" }, "departure": { "time": "1772039880" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1772040163" }, "departure": { "time": "1772040163" }, "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1772040228" }, "departure": { "time": "1772040228" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1772040300" }, "departure": { "time": "1772040300" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1772040329" }, "departure": { "time": "1772040329" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1772040362" }, "departure": { "time": "1772040362" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1772040426" }, "departure": { "time": "1772040426" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1772040461" }, "departure": { "time": "1772040461" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1772040530" }, "departure": { "time": "1772040530" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1772040594" }, "departure": { "time": "1772040594" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1772040676" }, "departure": { "time": "1772040676" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1772040780" }, "departure": { "time": "1772040780" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1772040848" }, "departure": { "time": "1772040848" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1772040903" }, "departure": { "time": "1772040903" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1772040949" }, "departure": { "time": "1772040949" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1772040995" }, "departure": { "time": "1772040995" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1772041027" }, "departure": { "time": "1772041027" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1772041088" }, "departure": { "time": "1772041088" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1772041118" }, "departure": { "time": "1772041118" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1772041200" }, "departure": { "time": "1772041200" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1772041250" }, "departure": { "time": "1772041250" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1772041300" }, "departure": { "time": "1772041300" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1772041353" }, "departure": { "time": "1772041353" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1772041387" }, "departure": { "time": "1772041387" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1772041440" }, "departure": { "time": "1772041440" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1772041493" }, "departure": { "time": "1772041493" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1772041561" }, "departure": { "time": "1772041561" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1772041611" }, "departure": { "time": "1772041611" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1772041680" }, "departure": { "time": "1772041680" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1772041745" }, "departure": { "time": "1772041745" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1772041847" }, "departure": { "time": "1772041847" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1772041918" }, "departure": { "time": "1772041918" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1772041985" }, "departure": { "time": "1772041985" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1772042040" }, "departure": { "time": "1772042040" }, "stopId": "JUSTIC-E", "stopSequence": 44 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258080" } } }, { "id": "trip:6541220", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038369" }, "departure": { "time": "1772038385" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1772038510" }, "departure": { "time": "1772038510" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1772038620" }, "departure": { "time": "1772038620" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1772038680" }, "departure": { "time": "1772038680" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1772038780" }, "departure": { "time": "1772038780" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1772038880" }, "departure": { "time": "1772038880" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1772038970" }, "departure": { "time": "1772038970" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1772039090" }, "departure": { "time": "1772039090" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1772039190" }, "departure": { "time": "1772039190" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1772039310" }, "departure": { "time": "1772039310" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1772039390" }, "departure": { "time": "1772039390" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1772039510" }, "departure": { "time": "1772039510" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1772039600" }, "departure": { "time": "1772039600" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1772039860" }, "departure": { "time": "1772039860" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772039940" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1772040030" }, "departure": { "time": "1772040030" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1772040110" }, "departure": { "time": "1772040110" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1772040200" }, "departure": { "time": "1772040200" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1772040290" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541220" } } }, { "id": "trip:6257918", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040600" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1772040636" }, "departure": { "time": "1772040636" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1772040669" }, "departure": { "time": "1772040669" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1772040728" }, "departure": { "time": "1772040728" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1772040759" }, "departure": { "time": "1772040759" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1772040819" }, "departure": { "time": "1772040819" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1772040862" }, "departure": { "time": "1772040862" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1772040900" }, "departure": { "time": "1772040900" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1772040958" }, "departure": { "time": "1772040958" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1772040997" }, "departure": { "time": "1772040997" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1772041035" }, "departure": { "time": "1772041035" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1772041071" }, "departure": { "time": "1772041071" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1772041175" }, "departure": { "time": "1772041175" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1772041216" }, "departure": { "time": "1772041216" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1772041267" }, "departure": { "time": "1772041267" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1772041300" }, "departure": { "time": "1772041300" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1772041339" }, "departure": { "time": "1772041339" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1772041466" }, "departure": { "time": "1772041466" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1772041504" }, "departure": { "time": "1772041504" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1772041610" }, "departure": { "time": "1772041610" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1772041671" }, "departure": { "time": "1772041671" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1772041737" }, "departure": { "time": "1772041737" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1772041800" }, "departure": { "time": "1772041800" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1772041875" }, "departure": { "time": "1772041875" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1772041983" }, "departure": { "time": "1772041983" }, "stopId": "FARCYSJA", "stopSequence": 27 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257918" } } }, { "id": "trip:6052654", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038712" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1772038848" }, "departure": { "time": "1772038848" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1772038927" }, "departure": { "time": "1772038927" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1772038977" }, "departure": { "time": "1772038977" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1772039079" }, "departure": { "time": "1772039079" }, "stopId": "LEQUAI-E", "stopSequence": 4 }, { "arrival": { "time": "1772039165" }, "departure": { "time": "1772039165" }, "stopId": "MONPR-E", "stopSequence": 5 }, { "arrival": { "time": "1772039231" }, "departure": { "time": "1772039231" }, "stopId": "DESCAZ-E", "stopSequence": 6 }, { "arrival": { "time": "1772039308" }, "departure": { "time": "1772039308" }, "stopId": "BICHBI-E", "stopSequence": 7 }, { "arrival": { "time": "1772039342" }, "departure": { "time": "1772039342" }, "stopId": "STTHER-E", "stopSequence": 8 }, { "arrival": { "time": "1772039419" }, "departure": { "time": "1772039419" }, "stopId": "BARRA-E", "stopSequence": 9 }, { "arrival": { "time": "1772039475" }, "departure": { "time": "1772039475" }, "stopId": "BLERIO-E", "stopSequence": 10 }, { "arrival": { "time": "1772039551" }, "departure": { "time": "1772039551" }, "stopId": "LECUIT-E", "stopSequence": 11 }, { "arrival": { "time": "1772039610" }, "departure": { "time": "1772039610" }, "stopId": "AURIOL-E", "stopSequence": 12 }, { "arrival": { "time": "1772039656" }, "departure": { "time": "1772039656" }, "stopId": "AQUAVITA", "stopSequence": 13 }, { "arrival": { "time": "1772041878" }, "departure": { "time": "1772041878" }, "stopId": "PLOTTI-E", "stopSequence": 14 }, { "arrival": { "time": "1772041903" }, "departure": { "time": "1772041903" }, "stopId": "AUTRIC-E", "stopSequence": 15 }, { "arrival": { "time": "1772042018" }, "departure": { "time": "1772042018" }, "stopId": "IRLAND-E", "stopSequence": 16 }, { "arrival": { "time": "1772042059" }, "departure": { "time": "1772042059" }, "stopId": "ITALIE-E", "stopSequence": 17 }, { "arrival": { "time": "1772041473" }, "departure": { "time": "1772041473" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOI-E", "stopSequence": 22 }, { "arrival": { "time": "1772042956" }, "stopId": "DOMVATER", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052654" } } }, { "id": "trip:6258108", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040600" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1772040647" }, "departure": { "time": "1772040647" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1772040693" }, "departure": { "time": "1772040693" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1772040759" }, "departure": { "time": "1772040759" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1772040822" }, "departure": { "time": "1772040822" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1772040960" }, "departure": { "time": "1772040960" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1772041065" }, "departure": { "time": "1772041065" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1772041172" }, "departure": { "time": "1772041172" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1772041363" }, "departure": { "time": "1772041363" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1772041475" }, "departure": { "time": "1772041475" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1772041520" }, "departure": { "time": "1772041520" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1772041556" }, "departure": { "time": "1772041556" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1772041631" }, "departure": { "time": "1772041631" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1772041718" }, "departure": { "time": "1772041718" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1772041800" }, "departure": { "time": "1772041800" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1772041896" }, "departure": { "time": "1772041896" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1772041998" }, "departure": { "time": "1772041998" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1772042061" }, "departure": { "time": "1772042061" }, "stopId": "STLEON5A", "stopSequence": 18 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258108" } } }, { "id": "trip:6052653", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038497" }, "departure": { "time": "1772038497" }, "stopId": "LEQUAI-E", "stopSequence": 4 }, { "arrival": { "time": "1772038576" }, "departure": { "time": "1772038576" }, "stopId": "MONPR-E", "stopSequence": 5 }, { "arrival": { "time": "1772038633" }, "departure": { "time": "1772038633" }, "stopId": "DESCAZ-E", "stopSequence": 6 }, { "arrival": { "time": "1772038701" }, "departure": { "time": "1772038701" }, "stopId": "BICHBI-E", "stopSequence": 7 }, { "arrival": { "time": "1772038735" }, "departure": { "time": "1772038735" }, "stopId": "STTHER-E", "stopSequence": 8 }, { "arrival": { "time": "1772038810" }, "departure": { "time": "1772038810" }, "stopId": "BARRA-E", "stopSequence": 9 }, { "arrival": { "time": "1772038865" }, "departure": { "time": "1772038865" }, "stopId": "BLERIO-E", "stopSequence": 10 }, { "arrival": { "time": "1772038954" }, "departure": { "time": "1772038954" }, "stopId": "LECUIT-E", "stopSequence": 11 }, { "arrival": { "time": "1772039013" }, "departure": { "time": "1772039013" }, "stopId": "AURIOL-E", "stopSequence": 12 }, { "arrival": { "time": "1772039065" }, "departure": { "time": "1772039065" }, "stopId": "AQUAVITA", "stopSequence": 13 }, { "arrival": { "time": "1772041287" }, "departure": { "time": "1772041287" }, "stopId": "PLOTTI-E", "stopSequence": 14 }, { "arrival": { "time": "1772041334" }, "departure": { "time": "1772041334" }, "stopId": "AUTRIC-E", "stopSequence": 15 }, { "arrival": { "time": "1772041424" }, "departure": { "time": "1772041424" }, "stopId": "IRLAND-E", "stopSequence": 16 }, { "arrival": { "time": "1772041512" }, "departure": { "time": "1772041512" }, "stopId": "ITALIE-E", "stopSequence": 17 }, { "arrival": { "time": "1772041630" }, "departure": { "time": "1772041630" }, "stopId": "ALLEMA-E", "stopSequence": 18 }, { "arrival": { "time": "1772041659" }, "departure": { "time": "1772041659" }, "stopId": "DANEMA-E", "stopSequence": 19 }, { "arrival": { "time": "1772041749" }, "departure": { "time": "1772041749" }, "stopId": "AVENEU-E", "stopSequence": 20 }, { "arrival": { "time": "1772041820" }, "departure": { "time": "1772041820" }, "stopId": "MASTEL-E", "stopSequence": 21 }, { "arrival": { "time": "1772041881" }, "departure": { "time": "1772041881" }, "stopId": "JEHUEZ-E", "stopSequence": 23 }, { "arrival": { "time": "1772041932" }, "departure": { "time": "1772041932" }, "stopId": "PLATEF-E", "stopSequence": 24 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772041980" }, "stopId": "ESPMON-E", "stopSequence": 25 }, { "arrival": { "time": "1772042025" }, "departure": { "time": "1772042025" }, "stopId": "BELAIR-E", "stopSequence": 26 }, { "arrival": { "time": "1772042399" }, "stopId": "DOMVATER", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052653" } } }, { "id": "trip:6257616", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039580" }, "stopId": "PROVINS", "stopSequence": 0 }, { "arrival": { "time": "1772039653" }, "departure": { "time": "1772039653" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1772039837" }, "departure": { "time": "1772039837" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1772039902" }, "departure": { "time": "1772039902" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1772040000" }, "departure": { "time": "1772040000" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1772040070" }, "departure": { "time": "1772040070" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1772040116" }, "departure": { "time": "1772040116" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1772040151" }, "departure": { "time": "1772040151" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1772040359" }, "departure": { "time": "1772040359" }, "stopId": "MIMOSAS", "stopSequence": 12 }, { "arrival": { "time": "1772040425" }, "departure": { "time": "1772040425" }, "stopId": "BRISEPOT", "stopSequence": 13 }, { "arrival": { "time": "1772040476" }, "departure": { "time": "1772040476" }, "stopId": "DESJARDI", "stopSequence": 14 }, { "arrival": { "time": "1772040518" }, "departure": { "time": "1772040518" }, "stopId": "MACE", "stopSequence": 15 }, { "arrival": { "time": "1772040547" }, "departure": { "time": "1772040547" }, "stopId": "LUTIN", "stopSequence": 16 }, { "arrival": { "time": "1772040634" }, "departure": { "time": "1772040634" }, "stopId": "MUSSET", "stopSequence": 17 }, { "arrival": { "time": "1772040674" }, "departure": { "time": "1772040674" }, "stopId": "SAVARY", "stopSequence": 18 }, { "arrival": { "time": "1772040179" }, "departure": { "time": "1772040179" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 19 }, { "arrival": { "time": "1772040286" }, "departure": { "time": "1772040286" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 20 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 21 }, { "arrival": { "time": "1772040613" }, "departure": { "time": "1772040613" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU", "stopSequence": 22 }, { "arrival": { "time": "1772040782" }, "departure": { "time": "1772040782" }, "stopId": "MENDESFR", "stopSequence": 23 }, { "arrival": { "time": "1772040934" }, "departure": { "time": "1772041020" }, "stopId": "FO-LOR-R", "stopSequence": 24 }, { "arrival": { "time": "1772041129" }, "departure": { "time": "1772041129" }, "stopId": "STAUBI-E", "stopSequence": 25 }, { "arrival": { "time": "1772041181" }, "departure": { "time": "1772041181" }, "stopId": "HARAS-E", "stopSequence": 26 }, { "arrival": { "time": "1772041320" }, "departure": { "time": "1772041320" }, "stopId": "LESGAR-E", "stopSequence": 27 }, { "arrival": { "time": "1772041423" }, "departure": { "time": "1772041423" }, "stopId": "SEMARD-E", "stopSequence": 28 }, { "arrival": { "time": "1772041467" }, "departure": { "time": "1772041467" }, "stopId": "PONTNO-E", "stopSequence": 29 }, { "arrival": { "time": "1772041554" }, "departure": { "time": "1772041554" }, "stopId": "POIREL-E", "stopSequence": 30 }, { "arrival": { "time": "1772041602" }, "departure": { "time": "1772041602" }, "stopId": "VAUBAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772041663" }, "departure": { "time": "1772041663" }, "stopId": "FREMUR-E", "stopSequence": 32 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "STRASB-E", "stopSequence": 33 }, { "arrival": { "time": "1772041873" }, "departure": { "time": "1772041873" }, "stopId": "LETAND-E", "stopSequence": 34 }, { "arrival": { "time": "1772041919" }, "departure": { "time": "1772041919" }, "stopId": "BEAUVA-E", "stopSequence": 35 }, { "arrival": { "time": "1772041992" }, "departure": { "time": "1772041992" }, "stopId": "LORETT-E", "stopSequence": 36 }, { "arrival": { "time": "1772042034" }, "departure": { "time": "1772042034" }, "stopId": "MORELI-E", "stopSequence": 37 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257616" } } }, { "id": "trip:6260076", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038413" }, "departure": { "time": "1772038430" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1772038475" }, "departure": { "time": "1772038475" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1772038549" }, "departure": { "time": "1772038549" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1772038656" }, "departure": { "time": "1772038656" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1772038946" }, "departure": { "time": "1772038946" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1772039031" }, "departure": { "time": "1772039031" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1772039089" }, "departure": { "time": "1772039089" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1772039160" }, "departure": { "time": "1772039160" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1772039194" }, "departure": { "time": "1772039194" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1772039269" }, "departure": { "time": "1772039269" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1772039324" }, "departure": { "time": "1772039324" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1772039413" }, "departure": { "time": "1772039413" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1772039453" }, "departure": { "time": "1772039453" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1772039523" }, "departure": { "time": "1772039523" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1772039591" }, "departure": { "time": "1772039591" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1772039627" }, "departure": { "time": "1772039627" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1772039713" }, "departure": { "time": "1772039713" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1772039770" }, "departure": { "time": "1772039770" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1772039880" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260076" } } }, { "id": "trip:3364", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038480" }, "departure": { "time": "1772038480" }, "stopId": "VERNUIT", "stopSequence": 13 }, { "arrival": { "time": "1772038670" }, "departure": { "time": "1772038670" }, "stopId": "BLERIOT", "stopSequence": 14 }, { "arrival": { "time": "1772038807" }, "departure": { "time": "1772038807" }, "stopId": "BICHON.", "stopSequence": 15 }, { "arrival": { "time": "1772038908" }, "departure": { "time": "1772038908" }, "stopId": "MONPROFI", "stopSequence": 16 }, { "arrival": { "time": "1772038960" }, "departure": { "time": "1772038960" }, "stopId": "QUAIsubW", "stopSequence": 17 } ], "trip": { "routeId": "33", "tripId": "3364" } } }, { "id": "trip:6260035", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041803" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1772041864" }, "departure": { "time": "1772041864" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1772041935" }, "departure": { "time": "1772041935" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772041980" }, "stopId": "CHDARR-E", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260035" } } }, { "id": "trip:6257479", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038443" }, "departure": { "time": "1772038454" }, "stopId": "AUVERGNE", "stopSequence": 10 }, { "arrival": { "time": "1772038461" }, "departure": { "time": "1772038461" }, "stopId": "NOZAY", "stopSequence": 11 }, { "arrival": { "time": "1772038490" }, "departure": { "time": "1772038490" }, "stopId": "RBRIOLLA", "stopSequence": 12 }, { "arrival": { "time": "1772038694" }, "departure": { "time": "1772038694" }, "stopId": "MIMOSAS", "stopSequence": 13 }, { "arrival": { "time": "1772038760" }, "departure": { "time": "1772038760" }, "stopId": "BRISEPOT", "stopSequence": 14 }, { "arrival": { "time": "1772038811" }, "departure": { "time": "1772038811" }, "stopId": "DESJARDI", "stopSequence": 15 }, { "arrival": { "time": "1772038853" }, "departure": { "time": "1772038853" }, "stopId": "MACE", "stopSequence": 16 }, { "arrival": { "time": "1772038882" }, "departure": { "time": "1772038882" }, "stopId": "LUTIN", "stopSequence": 17 }, { "arrival": { "time": "1772038969" }, "departure": { "time": "1772038969" }, "stopId": "MUSSET", "stopSequence": 18 }, { "arrival": { "time": "1772039009" }, "departure": { "time": "1772039009" }, "stopId": "SAVARY", "stopSequence": 19 }, { "arrival": { "time": "1772038378" }, "departure": { "time": "1772038378" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENNE", "stopSequence": 20 }, { "arrival": { "time": "1772038462" }, "departure": { "time": "1772038462" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESOLI", "stopSequence": 21 }, { "arrival": { "time": "1772038620" }, "departure": { "time": "1772038620" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCITR", "stopSequence": 22 }, { "arrival": { "time": "1772038675" }, "departure": { "time": "1772038675" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE", "stopSequence": 23 }, { "arrival": { "time": "1772038784" }, "departure": { "time": "1772038784" }, "scheduleRelationship": "SKIPPED", "stopId": "FACUL-SS", "stopSequence": 24 }, { "arrival": { "time": "1772038800" }, "departure": { "time": "1772038800" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAINE", "stopSequence": 25 }, { "arrival": { "time": "1772038979" }, "departure": { "time": "1772038979" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET", "stopSequence": 26 }, { "arrival": { "time": "1772039132" }, "departure": { "time": "1772039132" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1772039344" }, "departure": { "time": "1772039460" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1772039544" }, "departure": { "time": "1772039544" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1772039584" }, "departure": { "time": "1772039584" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1772039691" }, "departure": { "time": "1772039691" }, "stopId": "LESGAR-E", "stopSequence": 31 }, { "arrival": { "time": "1772039823" }, "departure": { "time": "1772039823" }, "stopId": "SEMARD-E", "stopSequence": 32 }, { "arrival": { "time": "1772039880" }, "departure": { "time": "1772039880" }, "stopId": "PONTNO-E", "stopSequence": 33 }, { "arrival": { "time": "1772039984" }, "departure": { "time": "1772039984" }, "stopId": "POIREL-E", "stopSequence": 34 }, { "arrival": { "time": "1772040041" }, "departure": { "time": "1772040041" }, "stopId": "VAUBAN-E", "stopSequence": 35 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "CHANZY-E", "stopSequence": 36 }, { "arrival": { "time": "1772040180" }, "departure": { "time": "1772040180" }, "stopId": "LAFAYE-E", "stopSequence": 37 }, { "arrival": { "time": "1772040266" }, "departure": { "time": "1772040266" }, "stopId": "MIRABE-E", "stopSequence": 38 }, { "arrival": { "time": "1772040321" }, "departure": { "time": "1772040321" }, "stopId": "CESARG-E", "stopSequence": 39 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "stopId": "BLANDE-E", "stopSequence": 40 }, { "arrival": { "time": "1772040416" }, "departure": { "time": "1772040416" }, "stopId": "MUTUAL-E", "stopSequence": 41 }, { "arrival": { "time": "1772040488" }, "departure": { "time": "1772040488" }, "stopId": "VILLES-E", "stopSequence": 42 }, { "arrival": { "time": "1772040537" }, "departure": { "time": "1772040537" }, "stopId": "VIVIER-E", "stopSequence": 43 }, { "arrival": { "time": "1772040600" }, "departure": { "time": "1772040600" }, "stopId": "MARIAN-E", "stopSequence": 44 }, { "arrival": { "time": "1772040651" }, "departure": { "time": "1772040651" }, "stopId": "LINOVE-E", "stopSequence": 45 }, { "arrival": { "time": "1772040690" }, "departure": { "time": "1772040690" }, "stopId": "DANGEL-E", "stopSequence": 46 }, { "arrival": { "time": "1772040750" }, "departure": { "time": "1772040750" }, "stopId": "ATHLET-E", "stopSequence": 47 }, { "arrival": { "time": "1772040794" }, "departure": { "time": "1772040794" }, "stopId": "DIONNE-E", "stopSequence": 48 }, { "arrival": { "time": "1772040840" }, "departure": { "time": "1772040840" }, "stopId": "GENDRO-E", "stopSequence": 49 }, { "arrival": { "time": "1772040884" }, "departure": { "time": "1772040884" }, "stopId": "CHESNA-E", "stopSequence": 50 }, { "arrival": { "time": "1772040932" }, "departure": { "time": "1772040932" }, "stopId": "GIRAD-E", "stopSequence": 51 }, { "arrival": { "time": "1772041027" }, "departure": { "time": "1772041027" }, "stopId": "FRANVILL", "stopSequence": 52 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "GGESSAND", "stopSequence": 53 }, { "arrival": { "time": "1772041128" }, "departure": { "time": "1772041128" }, "stopId": "MACURIE", "stopSequence": 54 }, { "arrival": { "time": "1772041172" }, "departure": { "time": "1772041172" }, "stopId": "JEROSTAN", "stopSequence": 55 }, { "arrival": { "time": "1772041217" }, "departure": { "time": "1772041217" }, "stopId": "RONCIERE", "stopSequence": 56 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "GUILLE-E", "stopSequence": 57 }, { "arrival": { "time": "1772041325" }, "departure": { "time": "1772041325" }, "stopId": "BAUDRA-E", "stopSequence": 58 }, { "arrival": { "time": "1772041440" }, "stopId": "MOULINMA", "stopSequence": 59 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257479" } } }, { "id": "trip:6258696", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041380" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1772041402" }, "departure": { "time": "1772041402" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1772041440" }, "departure": { "time": "1772041440" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1772041489" }, "departure": { "time": "1772041489" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1772041558" }, "departure": { "time": "1772041558" }, "stopId": "MALEMBAR", "stopSequence": 4 }, { "arrival": { "time": "1772041647" }, "departure": { "time": "1772041647" }, "stopId": "DEGAULLE", "stopSequence": 5 }, { "arrival": { "time": "1772041718" }, "departure": { "time": "1772041718" }, "stopId": "BAHONNEA", "stopSequence": 6 }, { "arrival": { "time": "1772041850" }, "departure": { "time": "1772041850" }, "stopId": "GENTRIC", "stopSequence": 7 }, { "arrival": { "time": "1772041949" }, "departure": { "time": "1772041949" }, "stopId": "DAUTEL", "stopSequence": 8 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "scheduleRelationship": "SKIPPED", "stopId": "HMTREL", "stopSequence": 9 }, { "arrival": { "time": "1772041662" }, "departure": { "time": "1772041662" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMTRELA", "stopSequence": 10 }, { "arrival": { "time": "1772041708" }, "departure": { "time": "1772041708" }, "scheduleRelationship": "SKIPPED", "stopId": "EGLTRELA", "stopSequence": 11 }, { "arrival": { "time": "1772041764" }, "departure": { "time": "1772041764" }, "scheduleRelationship": "SKIPPED", "stopId": "MAIRTREL", "stopSequence": 12 }, { "arrival": { "time": "1772041826" }, "departure": { "time": "1772041826" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTHIBE", "stopSequence": 13 }, { "arrival": { "time": "1772041895" }, "departure": { "time": "1772041895" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA", "stopSequence": 14 }, { "arrival": { "time": "1772041977" }, "departure": { "time": "1772041977" }, "stopId": "BUISSON", "stopSequence": 15 }, { "arrival": { "time": "1772042037" }, "departure": { "time": "1772042037" }, "stopId": "PYRAM02", "stopSequence": 16 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258696" } } }, { "id": "trip:6258565", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041620" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1772041674" }, "departure": { "time": "1772041674" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1772041706" }, "departure": { "time": "1772041706" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1772041734" }, "departure": { "time": "1772041734" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1772041762" }, "departure": { "time": "1772041762" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1772041795" }, "departure": { "time": "1772041795" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1772042034" }, "departure": { "time": "1772042034" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1772042036" }, "departure": { "time": "1772042036" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1772041800" }, "departure": { "time": "1772041800" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1772041824" }, "departure": { "time": "1772041824" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1772041982" }, "departure": { "time": "1772041982" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1772042017" }, "departure": { "time": "1772042017" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1772042038" }, "departure": { "time": "1772042038" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1772042070" }, "departure": { "time": "1772042070" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258565" } } }, { "id": "trip:2464", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038480" }, "departure": { "time": "1772038480" }, "stopId": "GARDOT", "stopSequence": 13 }, { "arrival": { "time": "1772038619" }, "departure": { "time": "1772038619" }, "stopId": "SECUSOCI", "stopSequence": 14 }, { "arrival": { "time": "1772038780" }, "departure": { "time": "1772038780" }, "stopId": "HDVSUB", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "24", "tripId": "2464" } } }, { "id": "trip:3957E", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038449" }, "departure": { "time": "0" }, "stopId": "EMPIRE-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "39", "tripId": "3957E" } } }, { "id": "trip:6544504", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040000" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1772040242" }, "departure": { "time": "1772040242" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1772040300" }, "departure": { "time": "1772040300" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1772040352" }, "departure": { "time": "1772040352" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1772040413" }, "departure": { "time": "1772040413" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1772040459" }, "departure": { "time": "1772040459" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1772040600" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544504" } } }, { "id": "trip:6258319", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038580" }, "departure": { "time": "1772038580" }, "stopId": "MENDESFR", "stopSequence": 33 }, { "arrival": { "time": "1772038736" }, "departure": { "time": "1772038740" }, "stopId": "FO-LOR-R", "stopSequence": 34 }, { "arrival": { "time": "1772038851" }, "departure": { "time": "1772038851" }, "stopId": "STAUBI-E", "stopSequence": 35 }, { "arrival": { "time": "1772038904" }, "departure": { "time": "1772038904" }, "stopId": "HARAS-E", "stopSequence": 36 }, { "arrival": { "time": "1772039100" }, "departure": { "time": "1772039100" }, "stopId": "ANLERO-E", "stopSequence": 37 }, { "arrival": { "time": "1772039185" }, "departure": { "time": "1772039185" }, "stopId": "RABELA-E", "stopSequence": 38 }, { "arrival": { "time": "1772039252" }, "departure": { "time": "1772039252" }, "stopId": "ESA-E", "stopSequence": 39 }, { "arrival": { "time": "1772039407" }, "departure": { "time": "1772039407" }, "stopId": "DELATA-E", "stopSequence": 40 }, { "arrival": { "time": "1772039520" }, "departure": { "time": "1772039520" }, "stopId": "ALLARD-E", "stopSequence": 41 }, { "arrival": { "time": "1772039570" }, "departure": { "time": "1772039570" }, "stopId": "TASSIG-E", "stopSequence": 42 }, { "arrival": { "time": "1772039663" }, "departure": { "time": "1772039663" }, "stopId": "TROIPA-E", "stopSequence": 43 }, { "arrival": { "time": "1772039700" }, "departure": { "time": "1772039700" }, "stopId": "SABLON-E", "stopSequence": 44 }, { "arrival": { "time": "1772039761" }, "departure": { "time": "1772039761" }, "stopId": "RUELLE-E", "stopSequence": 45 }, { "arrival": { "time": "1772039855" }, "departure": { "time": "1772039855" }, "stopId": "GENDRO-E", "stopSequence": 46 }, { "arrival": { "time": "1772039962" }, "departure": { "time": "1772039962" }, "stopId": "PATUR-E", "stopSequence": 47 }, { "arrival": { "time": "1772040042" }, "departure": { "time": "1772040042" }, "stopId": "AUTHIO-E", "stopSequence": 48 }, { "arrival": { "time": "1772040110" }, "departure": { "time": "1772040110" }, "stopId": "BELPOU-E", "stopSequence": 49 }, { "arrival": { "time": "1772040180" }, "departure": { "time": "1772040180" }, "stopId": "PONTSC-E", "stopSequence": 50 }, { "arrival": { "time": "1772040302" }, "departure": { "time": "1772040302" }, "stopId": "LOIRE-E", "stopSequence": 51 }, { "arrival": { "time": "1772040337" }, "departure": { "time": "1772040337" }, "stopId": "DUBE-E", "stopSequence": 52 }, { "arrival": { "time": "1772040383" }, "departure": { "time": "1772040383" }, "stopId": "LOUET-E", "stopSequence": 53 }, { "arrival": { "time": "1772040424" }, "departure": { "time": "1772040424" }, "stopId": "BOSQUE-E", "stopSequence": 54 }, { "arrival": { "time": "1772040514" }, "departure": { "time": "1772040514" }, "stopId": "CHAERI-E", "stopSequence": 55 }, { "arrival": { "time": "1772040552" }, "departure": { "time": "1772040552" }, "stopId": "FONTE-E", "stopSequence": 56 }, { "arrival": { "time": "1772040600" }, "departure": { "time": "1772040600" }, "stopId": "ERIGNE", "stopSequence": 57 }, { "arrival": { "time": "1772040626" }, "stopId": "SOLAND", "stopSequence": 58 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258319" } } }, { "id": "trip:6257594", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041324" }, "stopId": "SLEZIND", "stopSequence": 0 }, { "arrival": { "time": "1772041386" }, "departure": { "time": "1772041386" }, "stopId": "GENTRIC", "stopSequence": 1 }, { "arrival": { "time": "1772041457" }, "departure": { "time": "1772041457" }, "stopId": "DAUTEL", "stopSequence": 2 }, { "arrival": { "time": "1772041477" }, "departure": { "time": "1772041477" }, "stopId": "BUISSON", "stopSequence": 3 }, { "arrival": { "time": "1772041522" }, "departure": { "time": "1772041522" }, "stopId": "PYRAM02", "stopSequence": 4 }, { "arrival": { "time": "1772041568" }, "departure": { "time": "1772041568" }, "stopId": "MORLONG", "stopSequence": 5 }, { "arrival": { "time": "1772041595" }, "departure": { "time": "1772041595" }, "stopId": "BOURSE", "stopSequence": 6 }, { "arrival": { "time": "1772041632" }, "departure": { "time": "1772041632" }, "stopId": "RIOTTEAU", "stopSequence": 7 }, { "arrival": { "time": "1772041664" }, "departure": { "time": "1772041664" }, "stopId": "ALLUMETT", "stopSequence": 8 }, { "arrival": { "time": "1772041707" }, "departure": { "time": "1772041707" }, "stopId": "DAGUERRE", "stopSequence": 9 }, { "arrival": { "time": "1772041746" }, "departure": { "time": "1772041746" }, "stopId": "LEOLAGRA", "stopSequence": 10 }, { "arrival": { "time": "1772041793" }, "departure": { "time": "1772041793" }, "stopId": "VDLOIRE", "stopSequence": 11 }, { "arrival": { "time": "1772041886" }, "departure": { "time": "1772041886" }, "stopId": "ECLATERI", "stopSequence": 12 }, { "arrival": { "time": "1772041680" }, "departure": { "time": "1772041680" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 13 }, { "arrival": { "time": "1772041731" }, "departure": { "time": "1772041731" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 14 }, { "arrival": { "time": "1772041803" }, "departure": { "time": "1772041803" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 15 }, { "arrival": { "time": "1772041869" }, "departure": { "time": "1772041869" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 16 }, { "arrival": { "time": "1772041990" }, "departure": { "time": "1772041990" }, "stopId": "JUSTICES", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257594" } } }, { "id": "trip:6258554", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038387" }, "departure": { "time": "1772038402" }, "stopId": "AROBA-E", "stopSequence": 74 }, { "arrival": { "time": "1772038443" }, "departure": { "time": "1772038462" }, "stopId": "LANGLA-E", "stopSequence": 75 }, { "arrival": { "time": "1772038597" }, "departure": { "time": "1772038597" }, "stopId": "MONTAI-E", "stopSequence": 76 }, { "arrival": { "time": "1772038712" }, "departure": { "time": "1772038712" }, "stopId": "JERUSA-E", "stopSequence": 77 }, { "arrival": { "time": "1772038763" }, "departure": { "time": "1772038763" }, "stopId": "DAGNET-E", "stopSequence": 78 }, { "arrival": { "time": "1772038801" }, "departure": { "time": "1772038801" }, "stopId": "GILLIE-E", "stopSequence": 79 }, { "arrival": { "time": "1772038918" }, "departure": { "time": "1772038918" }, "stopId": "ISORET-E", "stopSequence": 80 }, { "arrival": { "time": "1772039010" }, "departure": { "time": "1772039010" }, "stopId": "VANDE-E", "stopSequence": 81 }, { "arrival": { "time": "1772039070" }, "departure": { "time": "1772039070" }, "stopId": "ORMEAU-E", "stopSequence": 82 }, { "arrival": { "time": "1772039101" }, "departure": { "time": "1772039101" }, "stopId": "CRBLAN-E", "stopSequence": 83 }, { "arrival": { "time": "1772039166" }, "departure": { "time": "1772039166" }, "stopId": "CHATEL-E", "stopSequence": 84 }, { "arrival": { "time": "1772039224" }, "departure": { "time": "1772039224" }, "stopId": "BANCHA-E", "stopSequence": 85 }, { "arrival": { "time": "1772039287" }, "departure": { "time": "1772039287" }, "stopId": "JARDF-E", "stopSequence": 86 }, { "arrival": { "time": "1772039327" }, "departure": { "time": "1772039327" }, "stopId": "SAILLE-E", "stopSequence": 87 }, { "arrival": { "time": "1772039404" }, "stopId": "SAUBIN", "stopSequence": 88 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258554" } } }, { "id": "trip:6052662", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038457" }, "departure": { "time": "1772038457" }, "stopId": "CHDARR", "stopSequence": 30 }, { "arrival": { "time": "1772038516" }, "departure": { "time": "1772038516" }, "stopId": "ACADEMIE", "stopSequence": 31 }, { "arrival": { "time": "1772038660" }, "departure": { "time": "1772038660" }, "stopId": "GBREM-E", "stopSequence": 32 }, { "arrival": { "time": "1772038656" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052662" } } }, { "id": "trip:6257731", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038850" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1772038866" }, "departure": { "time": "1772038866" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1772038919" }, "departure": { "time": "1772038919" }, "stopId": "PAVILL-E", "stopSequence": 2 }, { "arrival": { "time": "1772038993" }, "departure": { "time": "1772038993" }, "stopId": "EBEAUP-E", "stopSequence": 3 }, { "arrival": { "time": "1772039026" }, "departure": { "time": "1772039026" }, "stopId": "AAMIPI-E", "stopSequence": 4 }, { "arrival": { "time": "1772039105" }, "departure": { "time": "1772039105" }, "stopId": "GUINEZ-E", "stopSequence": 5 }, { "arrival": { "time": "1772039164" }, "departure": { "time": "1772039164" }, "stopId": "CLAIE-E", "stopSequence": 6 }, { "arrival": { "time": "1772039191" }, "departure": { "time": "1772039191" }, "stopId": "THOMAS-E", "stopSequence": 7 }, { "arrival": { "time": "1772039277" }, "departure": { "time": "1772039277" }, "stopId": "ZIBEAU-E", "stopSequence": 8 }, { "arrival": { "time": "1772039309" }, "departure": { "time": "1772039309" }, "stopId": "CCMOLIER", "stopSequence": 9 }, { "arrival": { "time": "1772039358" }, "departure": { "time": "1772039358" }, "stopId": "AAQUITN", "stopSequence": 10 }, { "arrival": { "time": "1772039392" }, "departure": { "time": "1772039392" }, "stopId": "SHEAKSPE", "stopSequence": 11 }, { "arrival": { "time": "1772039458" }, "departure": { "time": "1772039458" }, "stopId": "WIGAN", "stopSequence": 12 }, { "arrival": { "time": "1772039489" }, "departure": { "time": "1772039489" }, "stopId": "GRESILLE", "stopSequence": 13 }, { "arrival": { "time": "1772039534" }, "departure": { "time": "1772039534" }, "stopId": "PROUDHON", "stopSequence": 14 }, { "arrival": { "time": "1772039606" }, "departure": { "time": "1772039606" }, "stopId": "VALLO", "stopSequence": 15 }, { "arrival": { "time": "1772039642" }, "departure": { "time": "1772039642" }, "stopId": "MONTECLA", "stopSequence": 16 }, { "arrival": { "time": "1772039683" }, "departure": { "time": "1772039683" }, "stopId": "DELESCL", "stopSequence": 17 }, { "arrival": { "time": "1772039757" }, "departure": { "time": "1772039757" }, "stopId": "MAISLA-E", "stopSequence": 18 }, { "arrival": { "time": "1772039794" }, "departure": { "time": "1772039794" }, "stopId": "PERUSS-E", "stopSequence": 19 }, { "arrival": { "time": "1772039862" }, "departure": { "time": "1772039862" }, "stopId": "GDMAINE", "stopSequence": 20 }, { "arrival": { "time": "1772040436" }, "departure": { "time": "1772040436" }, "stopId": "EBLE", "stopSequence": 21 }, { "arrival": { "time": "1772040498" }, "departure": { "time": "1772040498" }, "stopId": "GENIE", "stopSequence": 22 }, { "arrival": { "time": "1772040575" }, "departure": { "time": "1772040575" }, "stopId": "VAUBAN", "stopSequence": 23 }, { "arrival": { "time": "1772040564" }, "departure": { "time": "1772040564" }, "stopId": "POIREL", "stopSequence": 24 }, { "arrival": { "time": "1772040625" }, "departure": { "time": "1772040625" }, "stopId": "PONTNOIR", "stopSequence": 25 }, { "arrival": { "time": "1772040709" }, "departure": { "time": "1772040709" }, "stopId": "SEMARD", "stopSequence": 26 }, { "arrival": { "time": "1772039700" }, "departure": { "time": "1772039700" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 27 }, { "arrival": { "time": "1772039767" }, "departure": { "time": "1772039767" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 28 }, { "arrival": { "time": "1772039840" }, "departure": { "time": "1772039840" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 29 }, { "arrival": { "time": "1772040721" }, "departure": { "time": "1772040721" }, "stopId": "GARETERM", "stopSequence": 30 }, { "arrival": { "time": "1772040810" }, "departure": { "time": "1772040810" }, "stopId": "LESGARES", "stopSequence": 31 }, { "arrival": { "time": "1772040891" }, "departure": { "time": "1772040891" }, "stopId": "HARAS", "stopSequence": 32 }, { "arrival": { "time": "1772040959" }, "departure": { "time": "1772040959" }, "stopId": "STAUBIN", "stopSequence": 33 }, { "arrival": { "time": "1772041009" }, "departure": { "time": "1772041009" }, "stopId": "LOR-FO-A", "stopSequence": 34 }, { "arrival": { "time": "1772041244" }, "departure": { "time": "1772041244" }, "stopId": "MENDES-E", "stopSequence": 35 }, { "arrival": { "time": "1772041369" }, "departure": { "time": "1772041369" }, "stopId": "SAVARY-E", "stopSequence": 36 }, { "arrival": { "time": "1772041456" }, "departure": { "time": "1772041456" }, "stopId": "MUSSET-E", "stopSequence": 37 }, { "arrival": { "time": "1772041544" }, "departure": { "time": "1772041544" }, "stopId": "LUTIN-E", "stopSequence": 38 }, { "arrival": { "time": "1772041610" }, "departure": { "time": "1772041610" }, "stopId": "MACE-E", "stopSequence": 39 }, { "arrival": { "time": "1772041635" }, "departure": { "time": "1772041635" }, "stopId": "DESJAR-E", "stopSequence": 40 }, { "arrival": { "time": "1772041699" }, "departure": { "time": "1772041699" }, "stopId": "BRISEP-E", "stopSequence": 41 }, { "arrival": { "time": "1772041735" }, "departure": { "time": "1772041735" }, "stopId": "MIMOSA-E", "stopSequence": 42 }, { "arrival": { "time": "1772041802" }, "departure": { "time": "1772041802" }, "stopId": "CHATEN-E", "stopSequence": 43 }, { "arrival": { "time": "1772041918" }, "departure": { "time": "1772041918" }, "stopId": "SOLELE-E", "stopSequence": 44 }, { "arrival": { "time": "1772041963" }, "departure": { "time": "1772041963" }, "stopId": "SEPSON-E", "stopSequence": 45 }, { "arrival": { "time": "1772041995" }, "departure": { "time": "1772041995" }, "stopId": "BANCST-E", "stopSequence": 46 }, { "arrival": { "time": "1772042263" }, "stopId": "PARCEX-E", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257731" } } }, { "id": "trip:6258705", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039820" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1772039842" }, "departure": { "time": "1772039842" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1772039880" }, "departure": { "time": "1772039880" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1772039929" }, "departure": { "time": "1772039929" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1772039998" }, "departure": { "time": "1772039998" }, "stopId": "MALEMBAR", "stopSequence": 4 }, { "arrival": { "time": "1772040087" }, "departure": { "time": "1772040087" }, "stopId": "DEGAULLE", "stopSequence": 5 }, { "arrival": { "time": "1772040158" }, "departure": { "time": "1772040158" }, "stopId": "BAHONNEA", "stopSequence": 6 }, { "arrival": { "time": "1772040290" }, "departure": { "time": "1772040290" }, "stopId": "GENTRIC", "stopSequence": 7 }, { "arrival": { "time": "1772040389" }, "departure": { "time": "1772040389" }, "stopId": "DAUTEL", "stopSequence": 8 }, { "arrival": { "time": "1772040000" }, "departure": { "time": "1772040000" }, "scheduleRelationship": "SKIPPED", "stopId": "HMTREL", "stopSequence": 9 }, { "arrival": { "time": "1772040102" }, "departure": { "time": "1772040102" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMTRELA", "stopSequence": 10 }, { "arrival": { "time": "1772040148" }, "departure": { "time": "1772040148" }, "scheduleRelationship": "SKIPPED", "stopId": "EGLTRELA", "stopSequence": 11 }, { "arrival": { "time": "1772040204" }, "departure": { "time": "1772040204" }, "scheduleRelationship": "SKIPPED", "stopId": "MAIRTREL", "stopSequence": 12 }, { "arrival": { "time": "1772040266" }, "departure": { "time": "1772040266" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTHIBE", "stopSequence": 13 }, { "arrival": { "time": "1772040335" }, "departure": { "time": "1772040335" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA", "stopSequence": 14 }, { "arrival": { "time": "1772040417" }, "departure": { "time": "1772040417" }, "stopId": "BUISSON", "stopSequence": 15 }, { "arrival": { "time": "1772040477" }, "departure": { "time": "1772040477" }, "stopId": "PYRAM02", "stopSequence": 16 }, { "arrival": { "time": "1772040553" }, "departure": { "time": "1772040553" }, "stopId": "LEFEVRE", "stopSequence": 17 }, { "arrival": { "time": "1772040588" }, "departure": { "time": "1772040588" }, "stopId": "MALAQUAI", "stopSequence": 18 }, { "arrival": { "time": "1772040647" }, "departure": { "time": "1772040647" }, "stopId": "MENARD", "stopSequence": 19 }, { "arrival": { "time": "1772040692" }, "departure": { "time": "1772040692" }, "stopId": "CHOUTEAU", "stopSequence": 20 }, { "arrival": { "time": "1772040762" }, "departure": { "time": "1772040762" }, "stopId": "FRESNAIE", "stopSequence": 21 }, { "arrival": { "time": "1772040847" }, "departure": { "time": "1772040847" }, "stopId": "MARAIS", "stopSequence": 22 }, { "arrival": { "time": "1772040908" }, "departure": { "time": "1772040908" }, "stopId": "BELLVUTR", "stopSequence": 23 }, { "arrival": { "time": "1772040957" }, "departure": { "time": "1772040957" }, "stopId": "LEOLAGRA", "stopSequence": 24 }, { "arrival": { "time": "1772041002" }, "departure": { "time": "1772041002" }, "stopId": "VDLOIRE", "stopSequence": 25 }, { "arrival": { "time": "1772041079" }, "departure": { "time": "1772041079" }, "stopId": "ECLATERI", "stopSequence": 26 }, { "arrival": { "time": "1772041167" }, "departure": { "time": "1772041167" }, "stopId": "JUSTICES", "stopSequence": 27 }, { "arrival": { "time": "1772041199" }, "departure": { "time": "1772041199" }, "stopId": "DELACROI", "stopSequence": 28 }, { "arrival": { "time": "1772041257" }, "departure": { "time": "1772041257" }, "stopId": "SAUMUROI", "stopSequence": 29 }, { "arrival": { "time": "1772041311" }, "departure": { "time": "1772041311" }, "stopId": "MADELEIN", "stopSequence": 30 }, { "arrival": { "time": "1772041347" }, "departure": { "time": "1772041347" }, "stopId": "VOLNEY", "stopSequence": 31 }, { "arrival": { "time": "1772041410" }, "departure": { "time": "1772041410" }, "stopId": "BOURGONN", "stopSequence": 32 }, { "arrival": { "time": "1772041457" }, "departure": { "time": "1772041457" }, "stopId": "MICHELET", "stopSequence": 33 }, { "arrival": { "time": "1772041497" }, "departure": { "time": "1772041497" }, "stopId": "ANLEROY", "stopSequence": 34 }, { "arrival": { "time": "1772041631" }, "departure": { "time": "1772041631" }, "stopId": "PAULBERT", "stopSequence": 35 }, { "arrival": { "time": "1772041686" }, "departure": { "time": "1772041686" }, "stopId": "HARAS", "stopSequence": 36 }, { "arrival": { "time": "1772041761" }, "departure": { "time": "1772041761" }, "stopId": "STAUBIN", "stopSequence": 37 }, { "arrival": { "time": "1772041857" }, "stopId": "LORRTERM", "stopSequence": 38 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258705" } } }, { "id": "trip:6258078", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038384" }, "departure": { "time": "1772038403" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1772038417" }, "departure": { "time": "1772038433" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1772038503" }, "departure": { "time": "1772038503" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1772038592" }, "departure": { "time": "1772038592" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1772038678" }, "departure": { "time": "1772038678" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1772038746" }, "departure": { "time": "1772038746" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1772038833" }, "departure": { "time": "1772038833" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1772038943" }, "departure": { "time": "1772038943" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1772039011" }, "departure": { "time": "1772039011" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1772039066" }, "departure": { "time": "1772039066" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1772039112" }, "departure": { "time": "1772039112" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1772039158" }, "departure": { "time": "1772039158" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1772039190" }, "departure": { "time": "1772039190" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1772039251" }, "departure": { "time": "1772039251" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1772039281" }, "departure": { "time": "1772039281" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1772039363" }, "departure": { "time": "1772039363" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1772039360" }, "departure": { "time": "1772039360" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1772039431" }, "departure": { "time": "1772039431" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1772039491" }, "departure": { "time": "1772039491" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1772039529" }, "departure": { "time": "1772039529" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1772039610" }, "departure": { "time": "1772039610" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1772039678" }, "departure": { "time": "1772039678" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1772039763" }, "departure": { "time": "1772039763" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1772039825" }, "departure": { "time": "1772039825" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1772039912" }, "departure": { "time": "1772039912" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1772039988" }, "departure": { "time": "1772039988" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1772040107" }, "departure": { "time": "1772040107" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1772040189" }, "departure": { "time": "1772040189" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1772040246" }, "departure": { "time": "1772040246" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1772040265" }, "departure": { "time": "1772040265" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1772040391" }, "departure": { "time": "1772040391" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1772040451" }, "departure": { "time": "1772040451" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1772040536" }, "departure": { "time": "1772040536" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1772040644" }, "departure": { "time": "1772040644" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1772040745" }, "departure": { "time": "1772040745" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1772040854" }, "departure": { "time": "1772040854" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1772040943" }, "departure": { "time": "1772040943" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1772041013" }, "departure": { "time": "1772041013" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1772041053" }, "departure": { "time": "1772041053" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1772041106" }, "departure": { "time": "1772041106" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1772041211" }, "departure": { "time": "1772041211" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1772041344" }, "departure": { "time": "1772041344" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1772041413" }, "departure": { "time": "1772041413" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1772041504" }, "departure": { "time": "1772041504" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1772041584" }, "departure": { "time": "1772041584" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1772041736" }, "departure": { "time": "1772041736" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1772041805" }, "departure": { "time": "1772041805" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1772041890" }, "departure": { "time": "1772041890" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1772041930" }, "departure": { "time": "1772041930" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1772041972" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258078" } } }, { "id": "trip:6257916", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038393" }, "departure": { "time": "1772038428" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1772038459" }, "departure": { "time": "1772038473" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1772038500" }, "departure": { "time": "1772038500" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1772038615" }, "departure": { "time": "1772038615" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1772038665" }, "departure": { "time": "1772038665" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1772038740" }, "departure": { "time": "1772038740" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1772038803" }, "departure": { "time": "1772038803" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1772038879" }, "departure": { "time": "1772038879" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1772038962" }, "departure": { "time": "1772038962" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1772039040" }, "departure": { "time": "1772039040" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1772039115" }, "departure": { "time": "1772039115" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1772039223" }, "departure": { "time": "1772039223" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1772039319" }, "departure": { "time": "1772039319" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1772039388" }, "departure": { "time": "1772039388" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1772039426" }, "departure": { "time": "1772039426" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1772039400" }, "departure": { "time": "1772039400" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1772039527" }, "departure": { "time": "1772039527" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1772039615" }, "departure": { "time": "1772039615" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1772039700" }, "departure": { "time": "1772039700" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1772039641" }, "departure": { "time": "1772039641" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1772039709" }, "departure": { "time": "1772039709" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1772039783" }, "departure": { "time": "1772039783" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1772039894" }, "departure": { "time": "1772039894" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1772039947" }, "departure": { "time": "1772039947" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1772040069" }, "departure": { "time": "1772040069" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1772040140" }, "departure": { "time": "1772040140" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1772040190" }, "departure": { "time": "1772040660" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1772040731" }, "departure": { "time": "1772040731" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1772040847" }, "departure": { "time": "1772040847" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1772040900" }, "departure": { "time": "1772040900" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1772040973" }, "departure": { "time": "1772040973" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1772040996" }, "departure": { "time": "1772040996" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1772041075" }, "departure": { "time": "1772041075" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1772041142" }, "departure": { "time": "1772041142" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1772041185" }, "departure": { "time": "1772041185" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1772041231" }, "departure": { "time": "1772041231" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1772041320" }, "departure": { "time": "1772041320" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1772041378" }, "departure": { "time": "1772041378" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1772041432" }, "departure": { "time": "1772041432" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1772041502" }, "departure": { "time": "1772041502" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1772041564" }, "departure": { "time": "1772041564" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1772041624" }, "departure": { "time": "1772041624" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1772041680" }, "departure": { "time": "1772041680" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1772041731" }, "departure": { "time": "1772041731" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1772041771" }, "departure": { "time": "1772041771" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1772041812" }, "departure": { "time": "1772041812" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1772041880" }, "departure": { "time": "1772041880" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1772041920" }, "departure": { "time": "1772041920" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1772042009" }, "departure": { "time": "1772042009" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1772042036" }, "departure": { "time": "1772042036" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1772042059" }, "departure": { "time": "1772042059" }, "stopId": "CEZAN-E", "stopSequence": 66 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257916" } } }, { "id": "trip:6258483", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040360" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1772040442" }, "departure": { "time": "1772040442" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1772040465" }, "departure": { "time": "1772040465" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1772040505" }, "departure": { "time": "1772040505" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1772040562" }, "departure": { "time": "1772040562" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1772040619" }, "departure": { "time": "1772040619" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1772040664" }, "departure": { "time": "1772040664" }, "stopId": "MASGEMME", "stopSequence": 6 }, { "arrival": { "time": "1772040722" }, "departure": { "time": "1772040722" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1772040789" }, "departure": { "time": "1772040789" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1772040840" }, "departure": { "time": "1772040840" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1772040862" }, "departure": { "time": "1772040862" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1772040922" }, "departure": { "time": "1772040922" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1772040943" }, "departure": { "time": "1772040943" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1772041012" }, "departure": { "time": "1772041012" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1772041049" }, "departure": { "time": "1772041049" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1772041099" }, "departure": { "time": "1772041099" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1772041129" }, "departure": { "time": "1772041129" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1772041166" }, "departure": { "time": "1772041166" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1772041200" }, "departure": { "time": "1772041200" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1772041293" }, "departure": { "time": "1772041293" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1772041349" }, "departure": { "time": "1772041349" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1772041396" }, "departure": { "time": "1772041396" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1772041429" }, "departure": { "time": "1772041429" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1772041488" }, "departure": { "time": "1772041488" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1772041526" }, "departure": { "time": "1772041526" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1772041806" }, "departure": { "time": "1772041806" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1772041876" }, "departure": { "time": "1772041876" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772042040" }, "stopId": "LOHUIT", "stopSequence": 28 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258483" } } }, { "id": "trip:6258077", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038360" }, "departure": { "time": "1772038376" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1772038436" }, "departure": { "time": "1772038436" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1772038450" }, "departure": { "time": "1772038466" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1772038529" }, "departure": { "time": "1772038529" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1772038575" }, "departure": { "time": "1772038575" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1772038607" }, "departure": { "time": "1772038607" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1772038668" }, "departure": { "time": "1772038668" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1772038698" }, "departure": { "time": "1772038698" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1772038780" }, "departure": { "time": "1772038780" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1772038842" }, "departure": { "time": "1772038842" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1772038905" }, "departure": { "time": "1772038905" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1772038971" }, "departure": { "time": "1772038971" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1772039013" }, "departure": { "time": "1772039013" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1772039047" }, "departure": { "time": "1772039047" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1772039113" }, "departure": { "time": "1772039113" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1772039198" }, "departure": { "time": "1772039198" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1772039260" }, "departure": { "time": "1772039260" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1772039347" }, "departure": { "time": "1772039347" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1772039424" }, "departure": { "time": "1772039424" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1772039544" }, "departure": { "time": "1772039544" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1772039639" }, "departure": { "time": "1772039639" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1772039755" }, "departure": { "time": "1772039755" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1772039768" }, "departure": { "time": "1772039768" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1772039894" }, "departure": { "time": "1772039894" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1772039954" }, "departure": { "time": "1772039954" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1772040039" }, "departure": { "time": "1772040039" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1772040147" }, "departure": { "time": "1772040147" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1772040248" }, "departure": { "time": "1772040248" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1772040357" }, "departure": { "time": "1772040357" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1772040443" }, "departure": { "time": "1772040443" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1772040513" }, "departure": { "time": "1772040513" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1772040553" }, "departure": { "time": "1772040553" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1772040606" }, "departure": { "time": "1772040606" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1772040711" }, "departure": { "time": "1772040711" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1772040844" }, "departure": { "time": "1772040844" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1772040914" }, "departure": { "time": "1772040914" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1772041060" }, "departure": { "time": "1772041060" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1772041140" }, "departure": { "time": "1772041140" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1772041263" }, "departure": { "time": "1772041263" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1772041321" }, "departure": { "time": "1772041321" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1772041369" }, "departure": { "time": "1772041369" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1772041434" }, "departure": { "time": "1772041434" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1772041500" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258077" } } }, { "id": "trip:6053041", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040060" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1772040162" }, "departure": { "time": "1772040162" }, "stopId": "CLEMOI-E", "stopSequence": 1 }, { "arrival": { "time": "1772040495" }, "departure": { "time": "1772040495" }, "stopId": "BRISEP-E", "stopSequence": 2 }, { "arrival": { "time": "1772040637" }, "departure": { "time": "1772040637" }, "stopId": "CHATEN-E", "stopSequence": 3 }, { "arrival": { "time": "1772040780" }, "departure": { "time": "1772040780" }, "stopId": "SEPSON-E", "stopSequence": 4 }, { "arrival": { "time": "1772040886" }, "departure": { "time": "1772040886" }, "stopId": "RTEPAR-E", "stopSequence": 5 }, { "arrival": { "time": "1772040962" }, "departure": { "time": "1772040962" }, "stopId": "PROVIN-E", "stopSequence": 6 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "PARCEX-E", "stopSequence": 7 }, { "arrival": { "time": "1772041347" }, "departure": { "time": "1772041347" }, "stopId": "CARREA-E", "stopSequence": 8 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "MILLAR-E", "stopSequence": 9 }, { "arrival": { "time": "1772041414" }, "departure": { "time": "1772041414" }, "stopId": "BASMOR-E", "stopSequence": 10 }, { "arrival": { "time": "1772041460" }, "departure": { "time": "1772041460" }, "stopId": "CHABLA-E", "stopSequence": 11 }, { "arrival": { "time": "1772041499" }, "departure": { "time": "1772041499" }, "stopId": "UNION-E", "stopSequence": 12 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "SSYMAI-E", "stopSequence": 13 }, { "arrival": { "time": "1772041641" }, "departure": { "time": "1772041641" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1772041688" }, "departure": { "time": "1772041688" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1772041748" }, "departure": { "time": "1772041748" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1772041809" }, "departure": { "time": "1772041809" }, "stopId": "ANBRUE-E", "stopSequence": 17 }, { "arrival": { "time": "1772041863" }, "departure": { "time": "1772041863" }, "stopId": "GAUGUI-E", "stopSequence": 18 }, { "arrival": { "time": "1772041920" }, "stopId": "STSYCHVE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053041" } } }, { "id": "trip:6258479", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038427" }, "departure": { "time": "1772038474" }, "stopId": "LOHUIT", "stopSequence": 28 }, { "arrival": { "time": "1772038629" }, "departure": { "time": "1772038629" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1772038719" }, "departure": { "time": "1772038719" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1772038797" }, "departure": { "time": "1772038797" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772038854" }, "departure": { "time": "1772038854" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1772038998" }, "departure": { "time": "1772038998" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1772039067" }, "departure": { "time": "1772039067" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1772039092" }, "departure": { "time": "1772039092" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1772039189" }, "departure": { "time": "1772039189" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1772039238" }, "departure": { "time": "1772039238" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1772039373" }, "departure": { "time": "1772039373" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1772039469" }, "departure": { "time": "1772039469" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1772039514" }, "departure": { "time": "1772039514" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1772039592" }, "departure": { "time": "1772039592" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1772039648" }, "departure": { "time": "1772039648" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1772039712" }, "departure": { "time": "1772039712" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1772039784" }, "departure": { "time": "1772039784" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1772039899" }, "departure": { "time": "1772039899" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1772039929" }, "departure": { "time": "1772039929" }, "stopId": "BAUDRA-E", "stopSequence": 47 }, { "arrival": { "time": "1772040008" }, "departure": { "time": "1772040008" }, "stopId": "ECURIE-E", "stopSequence": 48 }, { "arrival": { "time": "1772040078" }, "departure": { "time": "1772040078" }, "stopId": "RTSORGES", "stopSequence": 49 }, { "arrival": { "time": "1772040127" }, "stopId": "SORGES", "stopSequence": 50 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258479" } } }, { "id": "trip:6257590", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038392" }, "departure": { "time": "1772038414" }, "stopId": "AUVERG-E", "stopSequence": 56 }, { "arrival": { "time": "1772038444" }, "departure": { "time": "1772038444" }, "stopId": "SAVOIE-E", "stopSequence": 57 }, { "arrival": { "time": "1772038552" }, "departure": { "time": "1772038552" }, "stopId": "INDUST-E", "stopSequence": 58 }, { "arrival": { "time": "1772038613" }, "departure": { "time": "1772038613" }, "stopId": "HOTELL-E", "stopSequence": 59 }, { "arrival": { "time": "1772038700" }, "departure": { "time": "1772038700" }, "stopId": "DEBUMO-E", "stopSequence": 60 }, { "arrival": { "time": "1772038809" }, "departure": { "time": "1772038809" }, "stopId": "RTEPAR-E", "stopSequence": 61 }, { "arrival": { "time": "1772038863" }, "stopId": "PROVIN-E", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257590" } } }, { "id": "trip:3470D", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038403" }, "departure": { "time": "1772038408" }, "stopId": "LAGLOUTI", "stopSequence": 17 }, { "arrival": { "time": "1772038476" }, "departure": { "time": "1772038476" }, "stopId": "LAGRANGE", "stopSequence": 18 }, { "arrival": { "time": "1772038572" }, "departure": { "time": "1772038572" }, "stopId": "LAPLESSE", "stopSequence": 19 }, { "arrival": { "time": "1772038790" }, "departure": { "time": "1772038790" }, "stopId": "GPOMPIDO", "stopSequence": 20 }, { "arrival": { "time": "1772038875" }, "departure": { "time": "1772038875" }, "stopId": "STLOUIS", "stopSequence": 21 }, { "arrival": { "time": "1772039030" }, "departure": { "time": "1772039030" }, "stopId": "LECLER-E", "stopSequence": 22 }, { "arrival": { "time": "1772039241" }, "departure": { "time": "1772039241" }, "stopId": "DESCAZEA", "stopSequence": 23 }, { "arrival": { "time": "1772039313" }, "departure": { "time": "1772039313" }, "stopId": "MONPROFI", "stopSequence": 24 }, { "arrival": { "time": "1772039390" }, "departure": { "time": "1772039390" }, "stopId": "QUAIsubW", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "34", "tripId": "3470D" } } }, { "id": "trip:6544715", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772042000" }, "stopId": "1AARD", "stopSequence": 0 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544715" } } }, { "id": "trip:6257800", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038384" }, "departure": { "time": "1772038384" }, "scheduleRelationship": "SKIPPED", "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1772038422" }, "departure": { "time": "1772038422" }, "scheduleRelationship": "SKIPPED", "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1772038640" }, "departure": { "time": "1772038640" }, "scheduleRelationship": "SKIPPED", "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1772038555" }, "departure": { "time": "1772038555" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1772038615" }, "departure": { "time": "1772038615" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1772038649" }, "departure": { "time": "1772038649" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1772038686" }, "departure": { "time": "1772038686" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1772038744" }, "departure": { "time": "1772038744" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1772038780" }, "departure": { "time": "1772038780" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1772038815" }, "departure": { "time": "1772038815" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1772038859" }, "departure": { "time": "1772038859" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1772038915" }, "departure": { "time": "1772038915" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1772038954" }, "departure": { "time": "1772038954" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772039041" }, "departure": { "time": "1772039041" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1772039085" }, "departure": { "time": "1772039085" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1772039155" }, "departure": { "time": "1772039155" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1772039275" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257800" } } }, { "id": "trip:6260068", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038371" }, "departure": { "time": "1772038402" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1772038505" }, "departure": { "time": "1772038505" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1772038590" }, "departure": { "time": "1772038590" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1772038775" }, "departure": { "time": "1772038775" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1772038828" }, "departure": { "time": "1772038828" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1772038865" }, "departure": { "time": "1772038865" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1772038896" }, "departure": { "time": "1772038896" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1772038956" }, "departure": { "time": "1772038956" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1772038998" }, "departure": { "time": "1772038998" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1772039106" }, "departure": { "time": "1772039106" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1772039136" }, "departure": { "time": "1772039136" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1772039231" }, "departure": { "time": "1772039231" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1772039298" }, "departure": { "time": "1772039298" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1772039338" }, "departure": { "time": "1772039338" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1772039417" }, "departure": { "time": "1772039417" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1772039417" }, "departure": { "time": "1772039417" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1772039469" }, "departure": { "time": "1772039469" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1772039504" }, "departure": { "time": "1772039504" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1772039558" }, "departure": { "time": "1772039558" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1772039659" }, "departure": { "time": "1772039659" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1772039722" }, "departure": { "time": "1772039722" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1772039804" }, "departure": { "time": "1772039804" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1772039845" }, "departure": { "time": "1772039845" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1772039899" }, "departure": { "time": "1772039899" }, "stopId": "BOUCHE-E", "stopSequence": 45 }, { "arrival": { "time": "1772039936" }, "departure": { "time": "1772039936" }, "stopId": "CAMPBO-E", "stopSequence": 46 }, { "arrival": { "time": "1772039984" }, "departure": { "time": "1772039984" }, "stopId": "GAREBO-E", "stopSequence": 47 }, { "arrival": { "time": "1772040038" }, "departure": { "time": "1772040038" }, "stopId": "PONTLA-E", "stopSequence": 48 }, { "arrival": { "time": "1772040093" }, "departure": { "time": "1772040093" }, "stopId": "LAPOIN-E", "stopSequence": 49 }, { "arrival": { "time": "1772040121" }, "departure": { "time": "1772040121" }, "stopId": "RANGEA-E", "stopSequence": 50 }, { "arrival": { "time": "1772040038" }, "departure": { "time": "1772040038" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1772040120" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260068" } } }, { "id": "trip:6257529", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038444" }, "departure": { "time": "1772038444" }, "stopId": "VILLES-E", "stopSequence": 42 }, { "arrival": { "time": "1772038444" }, "departure": { "time": "1772038444" }, "stopId": "VIVIER-E", "stopSequence": 43 }, { "arrival": { "time": "1772038507" }, "departure": { "time": "1772038507" }, "stopId": "MARIAN-E", "stopSequence": 44 }, { "arrival": { "time": "1772038558" }, "departure": { "time": "1772038558" }, "stopId": "LINOVE-E", "stopSequence": 45 }, { "arrival": { "time": "1772038597" }, "departure": { "time": "1772038597" }, "stopId": "DANGEL-E", "stopSequence": 46 }, { "arrival": { "time": "1772038657" }, "departure": { "time": "1772038657" }, "stopId": "ATHLET-E", "stopSequence": 47 }, { "arrival": { "time": "1772038701" }, "departure": { "time": "1772038701" }, "stopId": "DIONNE-E", "stopSequence": 48 }, { "arrival": { "time": "1772038747" }, "departure": { "time": "1772038747" }, "stopId": "GENDRO-E", "stopSequence": 49 }, { "arrival": { "time": "1772038791" }, "departure": { "time": "1772038791" }, "stopId": "CHESNA-E", "stopSequence": 50 }, { "arrival": { "time": "1772038839" }, "departure": { "time": "1772038839" }, "stopId": "GIRAD-E", "stopSequence": 51 }, { "arrival": { "time": "1772038934" }, "departure": { "time": "1772038934" }, "stopId": "FRANVILL", "stopSequence": 52 }, { "arrival": { "time": "1772038967" }, "departure": { "time": "1772038967" }, "stopId": "GGESSAND", "stopSequence": 53 }, { "arrival": { "time": "1772039011" }, "departure": { "time": "1772039011" }, "stopId": "MACURIE", "stopSequence": 54 }, { "arrival": { "time": "1772039051" }, "departure": { "time": "1772039051" }, "stopId": "JEROSTAN", "stopSequence": 55 }, { "arrival": { "time": "1772039092" }, "departure": { "time": "1772039092" }, "stopId": "RONCIERE", "stopSequence": 56 }, { "arrival": { "time": "1772039131" }, "departure": { "time": "1772039131" }, "stopId": "GUILLE-E", "stopSequence": 57 }, { "arrival": { "time": "1772039218" }, "departure": { "time": "1772039218" }, "stopId": "BAUDRA-E", "stopSequence": 58 }, { "arrival": { "time": "1772039371" }, "stopId": "MOULINMA", "stopSequence": 59 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257529" } } }, { "id": "trip:6260077", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041080" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1772041120" }, "departure": { "time": "1772041120" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1772041116" }, "departure": { "time": "1772041116" }, "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1772041138" }, "departure": { "time": "1772041138" }, "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1772041178" }, "departure": { "time": "1772041178" }, "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1772041217" }, "departure": { "time": "1772041217" }, "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1772041254" }, "departure": { "time": "1772041254" }, "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1772041285" }, "departure": { "time": "1772041285" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1772041339" }, "departure": { "time": "1772041339" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1772041376" }, "departure": { "time": "1772041376" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1772041460" }, "departure": { "time": "1772041460" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1772041525" }, "departure": { "time": "1772041525" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1772041588" }, "departure": { "time": "1772041588" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1772041646" }, "departure": { "time": "1772041646" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1772041681" }, "departure": { "time": "1772041681" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1772041742" }, "departure": { "time": "1772041742" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1772041816" }, "departure": { "time": "1772041816" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1772041885" }, "departure": { "time": "1772041885" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1772041933" }, "departure": { "time": "1772041933" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1772042003" }, "departure": { "time": "1772042003" }, "stopId": "PETVIVIE", "stopSequence": 20 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260077" } } }, { "id": "trip:6544750", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041620" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1772041750" }, "departure": { "time": "1772041750" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1772041844" }, "departure": { "time": "1772041844" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1772042002" }, "departure": { "time": "1772042002" }, "stopId": "1CROI", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544750" } } }, { "id": "trip:6053029", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041200" }, "stopId": "STSYCHVE", "stopSequence": 0 }, { "arrival": { "time": "1772041270" }, "departure": { "time": "1772041270" }, "stopId": "GAUGUIN", "stopSequence": 1 }, { "arrival": { "time": "1772041320" }, "departure": { "time": "1772041320" }, "stopId": "ANBRUEL", "stopSequence": 2 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "V.HUGO", "stopSequence": 3 }, { "arrival": { "time": "1772041424" }, "departure": { "time": "1772041424" }, "stopId": "FRANCA-E", "stopSequence": 4 }, { "arrival": { "time": "1772041490" }, "departure": { "time": "1772041490" }, "stopId": "LECLSY-E", "stopSequence": 5 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "SSYMAIRI", "stopSequence": 6 }, { "arrival": { "time": "1772041619" }, "departure": { "time": "1772041619" }, "stopId": "UNION", "stopSequence": 7 }, { "arrival": { "time": "1772041658" }, "departure": { "time": "1772041658" }, "stopId": "CHABLANC", "stopSequence": 8 }, { "arrival": { "time": "1772041697" }, "departure": { "time": "1772041697" }, "stopId": "BASMORTI", "stopSequence": 9 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "MILLARDI", "stopSequence": 10 }, { "arrival": { "time": "1772041755" }, "departure": { "time": "1772041755" }, "stopId": "CARREAUX", "stopSequence": 11 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772041980" }, "stopId": "PARCEXPO", "stopSequence": 12 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053029" } } }, { "id": "trip:3269", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038690" }, "departure": { "time": "1772038690" }, "stopId": "PELEGL-E", "stopSequence": 10 }, { "arrival": { "time": "1772038750" }, "departure": { "time": "1772038750" }, "stopId": "PELSTA-E", "stopSequence": 11 }, { "arrival": { "time": "1772038816" }, "departure": { "time": "1772038816" }, "stopId": "BLITOU-E", "stopSequence": 12 }, { "arrival": { "time": "1772038937" }, "departure": { "time": "1772038937" }, "stopId": "TOURAI-E", "stopSequence": 13 }, { "arrival": { "time": "1772039079" }, "departure": { "time": "1772039079" }, "stopId": "LOUDIN-E", "stopSequence": 14 }, { "arrival": { "time": "1772039139" }, "departure": { "time": "1772039139" }, "stopId": "BLEUNI-E", "stopSequence": 15 }, { "arrival": { "time": "1772039170" }, "departure": { "time": "1772039170" }, "stopId": "VILVEQ-E", "stopSequence": 16 }, { "arrival": { "time": "1772039189" }, "departure": { "time": "1772039189" }, "stopId": "VILVEC-E", "stopSequence": 17 }, { "arrival": { "time": "1772039316" }, "departure": { "time": "1772039316" }, "stopId": "SOUCEL-E", "stopSequence": 18 }, { "arrival": { "time": "1772039532" }, "departure": { "time": "1772039532" }, "stopId": "NONNA-E", "stopSequence": 19 }, { "arrival": { "time": "1772039590" }, "departure": { "time": "1772039590" }, "stopId": "HERMIT32", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "32", "tripId": "3269" } } }, { "id": "trip:3264", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038364" }, "departure": { "time": "1772038373" }, "stopId": "PARCEXPO", "stopSequence": 17 }, { "arrival": { "time": "1772038478" }, "departure": { "time": "1772038478" }, "stopId": "PROVINS", "stopSequence": 18 }, { "arrival": { "time": "1772038566" }, "departure": { "time": "1772038566" }, "stopId": "RTEPARIS", "stopSequence": 19 }, { "arrival": { "time": "1772038670" }, "departure": { "time": "1772038670" }, "stopId": "SEPSONET", "stopSequence": 20 }, { "arrival": { "time": "1772038770" }, "departure": { "time": "1772038770" }, "stopId": "CHATENAY", "stopSequence": 21 }, { "arrival": { "time": "1772038880" }, "departure": { "time": "1772038880" }, "stopId": "BRISEPOT", "stopSequence": 22 }, { "arrival": { "time": "1772039009" }, "departure": { "time": "1772039009" }, "stopId": "LUTIN", "stopSequence": 23 }, { "arrival": { "time": "1772039250" }, "departure": { "time": "1772039250" }, "stopId": "HDVSUB", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "32", "tripId": "3264" } } }, { "id": "trip:6541218", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038412" }, "departure": { "time": "1772038438" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1772038560" }, "departure": { "time": "1772038560" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1772038650" }, "departure": { "time": "1772038650" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1772038810" }, "departure": { "time": "1772038810" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1772038910" }, "departure": { "time": "1772038910" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1772038990" }, "departure": { "time": "1772038990" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1772039080" }, "departure": { "time": "1772039080" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1772039160" }, "departure": { "time": "1772039160" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1772039250" }, "departure": { "time": "1772039250" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1772039340" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541218" } } }, { "id": "trip:6541217", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038368" }, "departure": { "time": "1772038393" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1772038438" }, "departure": { "time": "1772038468" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1772038538" }, "departure": { "time": "1772038538" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1772038618" }, "departure": { "time": "1772038618" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1772038708" }, "departure": { "time": "1772038708" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1772038798" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541217" } } }, { "id": "trip:6544693", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039270" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1772039350" }, "departure": { "time": "1772039350" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1772039420" }, "departure": { "time": "1772039420" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1772039500" }, "departure": { "time": "1772039500" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1772039590" }, "departure": { "time": "1772039590" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1772039680" }, "departure": { "time": "1772039680" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1772039790" }, "departure": { "time": "1772039790" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1772039950" }, "departure": { "time": "1772039950" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1772040040" }, "departure": { "time": "1772040040" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1772040160" }, "departure": { "time": "1772040160" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1772040240" }, "departure": { "time": "1772040240" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1772040370" }, "departure": { "time": "1772040370" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1772040460" }, "departure": { "time": "1772040460" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1772040580" }, "departure": { "time": "1772040580" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1772040690" }, "departure": { "time": "1772040690" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1772040790" }, "departure": { "time": "1772040790" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1772040870" }, "departure": { "time": "1772040870" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1772040940" }, "departure": { "time": "1772040940" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1772041060" }, "departure": { "time": "1772041060" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1772041160" }, "departure": { "time": "1772041160" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1772041370" }, "departure": { "time": "1772041370" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1772041480" }, "departure": { "time": "1772041480" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1772041590" }, "departure": { "time": "1772041590" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1772041710" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544693" } } }, { "id": "trip:6257730", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038356" }, "departure": { "time": "1772038356" }, "stopId": "DELESCL", "stopSequence": 17 }, { "arrival": { "time": "1772038504" }, "departure": { "time": "1772038504" }, "stopId": "MAISLA-E", "stopSequence": 18 }, { "arrival": { "time": "1772038527" }, "departure": { "time": "1772038527" }, "stopId": "PERUSS-E", "stopSequence": 19 }, { "arrival": { "time": "1772038595" }, "departure": { "time": "1772038595" }, "stopId": "GDMAINE", "stopSequence": 20 }, { "arrival": { "time": "1772039164" }, "departure": { "time": "1772039164" }, "stopId": "EBLE", "stopSequence": 21 }, { "arrival": { "time": "1772039226" }, "departure": { "time": "1772039226" }, "stopId": "GENIE", "stopSequence": 22 }, { "arrival": { "time": "1772039303" }, "departure": { "time": "1772039303" }, "stopId": "VAUBAN", "stopSequence": 23 }, { "arrival": { "time": "1772039337" }, "departure": { "time": "1772039337" }, "stopId": "POIREL", "stopSequence": 24 }, { "arrival": { "time": "1772039398" }, "departure": { "time": "1772039398" }, "stopId": "PONTNOIR", "stopSequence": 25 }, { "arrival": { "time": "1772039437" }, "departure": { "time": "1772039437" }, "stopId": "SEMARD", "stopSequence": 26 }, { "arrival": { "time": "1772039000" }, "departure": { "time": "1772039000" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 27 }, { "arrival": { "time": "1772039030" }, "departure": { "time": "1772039030" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 28 }, { "arrival": { "time": "1772039062" }, "departure": { "time": "1772039062" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 29 }, { "arrival": { "time": "1772039511" }, "departure": { "time": "1772039511" }, "stopId": "GARETERM", "stopSequence": 30 }, { "arrival": { "time": "1772039574" }, "departure": { "time": "1772039574" }, "stopId": "LESGARES", "stopSequence": 31 }, { "arrival": { "time": "1772039696" }, "departure": { "time": "1772039696" }, "stopId": "HARAS", "stopSequence": 32 }, { "arrival": { "time": "1772039782" }, "departure": { "time": "1772039782" }, "stopId": "STAUBIN", "stopSequence": 33 }, { "arrival": { "time": "1772039832" }, "departure": { "time": "1772039832" }, "stopId": "LOR-FO-A", "stopSequence": 34 }, { "arrival": { "time": "1772040026" }, "departure": { "time": "1772040026" }, "stopId": "MENDES-E", "stopSequence": 35 }, { "arrival": { "time": "1772040192" }, "departure": { "time": "1772040192" }, "stopId": "SAVARY-E", "stopSequence": 36 }, { "arrival": { "time": "1772040238" }, "departure": { "time": "1772040238" }, "stopId": "MUSSET-E", "stopSequence": 37 }, { "arrival": { "time": "1772040337" }, "departure": { "time": "1772040337" }, "stopId": "LUTIN-E", "stopSequence": 38 }, { "arrival": { "time": "1772040392" }, "departure": { "time": "1772040392" }, "stopId": "MACE-E", "stopSequence": 39 }, { "arrival": { "time": "1772040428" }, "departure": { "time": "1772040428" }, "stopId": "DESJAR-E", "stopSequence": 40 }, { "arrival": { "time": "1772040492" }, "departure": { "time": "1772040492" }, "stopId": "BRISEP-E", "stopSequence": 41 }, { "arrival": { "time": "1772040576" }, "departure": { "time": "1772040576" }, "stopId": "MIMOSA-E", "stopSequence": 42 }, { "arrival": { "time": "1772040618" }, "departure": { "time": "1772040618" }, "stopId": "CHATEN-E", "stopSequence": 43 }, { "arrival": { "time": "1772040711" }, "departure": { "time": "1772040711" }, "stopId": "SOLELE-E", "stopSequence": 44 }, { "arrival": { "time": "1772040745" }, "departure": { "time": "1772040745" }, "stopId": "SEPSON-E", "stopSequence": 45 }, { "arrival": { "time": "1772040792" }, "departure": { "time": "1772040792" }, "stopId": "BANCST-E", "stopSequence": 46 }, { "arrival": { "time": "1772040893" }, "departure": { "time": "1772040893" }, "stopId": "RTEPAR-E", "stopSequence": 47 }, { "arrival": { "time": "1772040969" }, "departure": { "time": "1772040969" }, "stopId": "PROVIN-E", "stopSequence": 48 }, { "arrival": { "time": "1772041087" }, "stopId": "PARCEX-E", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257730" } } }, { "id": "trip:6258510", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040960" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1772041022" }, "departure": { "time": "1772041022" }, "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1772041069" }, "departure": { "time": "1772041069" }, "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1772041102" }, "departure": { "time": "1772041102" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1772041140" }, "departure": { "time": "1772041140" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1772041197" }, "departure": { "time": "1772041197" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1772041243" }, "departure": { "time": "1772041243" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1772041279" }, "departure": { "time": "1772041279" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1772041327" }, "departure": { "time": "1772041327" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1772041407" }, "departure": { "time": "1772041407" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1772041469" }, "departure": { "time": "1772041469" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041500" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1772041555" }, "departure": { "time": "1772041555" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1772041641" }, "departure": { "time": "1772041641" }, "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1772041800" }, "departure": { "time": "1772041800" }, "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1772041860" }, "departure": { "time": "1772041860" }, "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1772041924" }, "departure": { "time": "1772041924" }, "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1772042013" }, "departure": { "time": "1772042013" }, "stopId": "JEBOUIN", "stopSequence": 17 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258510" } } }, { "id": "trip:6257619", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038426" }, "departure": { "time": "1772038449" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1772038519" }, "departure": { "time": "1772038519" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1772038583" }, "departure": { "time": "1772038583" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1772038681" }, "departure": { "time": "1772038681" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1772038751" }, "departure": { "time": "1772038751" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1772038797" }, "departure": { "time": "1772038797" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1772038832" }, "departure": { "time": "1772038832" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1772039040" }, "departure": { "time": "1772039040" }, "stopId": "MIMOSAS", "stopSequence": 12 }, { "arrival": { "time": "1772039106" }, "departure": { "time": "1772039106" }, "stopId": "BRISEPOT", "stopSequence": 13 }, { "arrival": { "time": "1772039157" }, "departure": { "time": "1772039157" }, "stopId": "DESJARDI", "stopSequence": 14 }, { "arrival": { "time": "1772039199" }, "departure": { "time": "1772039199" }, "stopId": "MACE", "stopSequence": 15 }, { "arrival": { "time": "1772039228" }, "departure": { "time": "1772039228" }, "stopId": "LUTIN", "stopSequence": 16 }, { "arrival": { "time": "1772039315" }, "departure": { "time": "1772039315" }, "stopId": "MUSSET", "stopSequence": 17 }, { "arrival": { "time": "1772039355" }, "departure": { "time": "1772039355" }, "stopId": "SAVARY", "stopSequence": 18 }, { "arrival": { "time": "1772038799" }, "departure": { "time": "1772038799" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 19 }, { "arrival": { "time": "1772038906" }, "departure": { "time": "1772038906" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 20 }, { "arrival": { "time": "1772039040" }, "departure": { "time": "1772039040" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 21 }, { "arrival": { "time": "1772039233" }, "departure": { "time": "1772039233" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU", "stopSequence": 22 }, { "arrival": { "time": "1772039463" }, "departure": { "time": "1772039463" }, "stopId": "MENDESFR", "stopSequence": 23 }, { "arrival": { "time": "1772039630" }, "departure": { "time": "1772039640" }, "stopId": "FO-LOR-R", "stopSequence": 24 }, { "arrival": { "time": "1772039749" }, "departure": { "time": "1772039749" }, "stopId": "STAUBI-E", "stopSequence": 25 }, { "arrival": { "time": "1772039801" }, "departure": { "time": "1772039801" }, "stopId": "HARAS-E", "stopSequence": 26 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772039940" }, "stopId": "LESGAR-E", "stopSequence": 27 }, { "arrival": { "time": "1772040057" }, "departure": { "time": "1772040057" }, "stopId": "SEMARD-E", "stopSequence": 28 }, { "arrival": { "time": "1772040108" }, "departure": { "time": "1772040108" }, "stopId": "PONTNO-E", "stopSequence": 29 }, { "arrival": { "time": "1772040207" }, "departure": { "time": "1772040207" }, "stopId": "POIREL-E", "stopSequence": 30 }, { "arrival": { "time": "1772040261" }, "departure": { "time": "1772040261" }, "stopId": "VAUBAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772040331" }, "departure": { "time": "1772040331" }, "stopId": "FREMUR-E", "stopSequence": 32 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "stopId": "STRASB-E", "stopSequence": 33 }, { "arrival": { "time": "1772040575" }, "departure": { "time": "1772040575" }, "stopId": "LETAND-E", "stopSequence": 34 }, { "arrival": { "time": "1772040629" }, "departure": { "time": "1772040629" }, "stopId": "BEAUVA-E", "stopSequence": 35 }, { "arrival": { "time": "1772040714" }, "departure": { "time": "1772040714" }, "stopId": "LORETT-E", "stopSequence": 36 }, { "arrival": { "time": "1772040763" }, "departure": { "time": "1772040763" }, "stopId": "MORELI-E", "stopSequence": 37 }, { "arrival": { "time": "1772040840" }, "departure": { "time": "1772040840" }, "stopId": "DELATR-E", "stopSequence": 38 }, { "arrival": { "time": "1772040916" }, "departure": { "time": "1772040916" }, "stopId": "HAUTPR-E", "stopSequence": 39 }, { "arrival": { "time": "1772041035" }, "departure": { "time": "1772041035" }, "stopId": "INTMIL-E", "stopSequence": 40 }, { "arrival": { "time": "1772041117" }, "departure": { "time": "1772041117" }, "stopId": "SAUMUR-E", "stopSequence": 41 }, { "arrival": { "time": "1772041195" }, "departure": { "time": "1772041195" }, "stopId": "DELACR-E", "stopSequence": 42 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "JUSTIC-E", "stopSequence": 43 }, { "arrival": { "time": "1772041357" }, "departure": { "time": "1772041357" }, "stopId": "ECLATE-E", "stopSequence": 44 }, { "arrival": { "time": "1772041456" }, "departure": { "time": "1772041456" }, "stopId": "VDLOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1772041324" }, "departure": { "time": "1772041324" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 46 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 47 }, { "arrival": { "time": "1772041467" }, "departure": { "time": "1772041467" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 48 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041500" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 49 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041500" }, "stopId": "LEOLAG-E", "stopSequence": 50 }, { "arrival": { "time": "1772041546" }, "departure": { "time": "1772041546" }, "stopId": "DAGUER-E", "stopSequence": 51 }, { "arrival": { "time": "1772041598" }, "departure": { "time": "1772041598" }, "stopId": "ALLUME-E", "stopSequence": 52 }, { "arrival": { "time": "1772041643" }, "departure": { "time": "1772041643" }, "stopId": "RIOTTE-E", "stopSequence": 53 }, { "arrival": { "time": "1772041695" }, "departure": { "time": "1772041695" }, "stopId": "BOURSE-E", "stopSequence": 54 }, { "arrival": { "time": "1772041731" }, "departure": { "time": "1772041731" }, "stopId": "MORLON-E", "stopSequence": 55 }, { "arrival": { "time": "1772041770" }, "departure": { "time": "1772041770" }, "stopId": "PYRAM2-E", "stopSequence": 56 }, { "arrival": { "time": "1772041825" }, "departure": { "time": "1772041825" }, "stopId": "BUISSO-E", "stopSequence": 57 }, { "arrival": { "time": "1772041844" }, "departure": { "time": "1772041844" }, "stopId": "DAUTEL-E", "stopSequence": 58 }, { "arrival": { "time": "1772041915" }, "departure": { "time": "1772041915" }, "stopId": "GENTR-E", "stopSequence": 59 }, { "arrival": { "time": "1772042035" }, "departure": { "time": "1772042035" }, "stopId": "SLEZIND", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257619" } } }, { "id": "trip:6257592", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038482" }, "departure": { "time": "1772038482" }, "stopId": "INTERMIL", "stopSequence": 24 }, { "arrival": { "time": "1772038551" }, "departure": { "time": "1772038551" }, "stopId": "HAUTPRES", "stopSequence": 25 }, { "arrival": { "time": "1772038606" }, "departure": { "time": "1772038606" }, "stopId": "DELATTRE", "stopSequence": 26 }, { "arrival": { "time": "1772038665" }, "departure": { "time": "1772038665" }, "stopId": "MORELLIE", "stopSequence": 27 }, { "arrival": { "time": "1772038706" }, "departure": { "time": "1772038706" }, "stopId": "LORETTE", "stopSequence": 28 }, { "arrival": { "time": "1772038749" }, "departure": { "time": "1772038749" }, "stopId": "BEAUVAL", "stopSequence": 29 }, { "arrival": { "time": "1772038802" }, "departure": { "time": "1772038802" }, "stopId": "LETANDUE", "stopSequence": 30 }, { "arrival": { "time": "1772038907" }, "departure": { "time": "1772038907" }, "stopId": "STRASBOU", "stopSequence": 31 }, { "arrival": { "time": "1772038971" }, "departure": { "time": "1772038971" }, "stopId": "FREMUR", "stopSequence": 32 }, { "arrival": { "time": "1772039025" }, "departure": { "time": "1772039025" }, "stopId": "VAUBAN", "stopSequence": 33 }, { "arrival": { "time": "1772039063" }, "departure": { "time": "1772039063" }, "stopId": "POIREL", "stopSequence": 34 }, { "arrival": { "time": "1772039130" }, "departure": { "time": "1772039130" }, "stopId": "PONTNOIR", "stopSequence": 35 }, { "arrival": { "time": "1772039173" }, "departure": { "time": "1772039173" }, "stopId": "SEMARD", "stopSequence": 36 }, { "arrival": { "time": "1772039212" }, "departure": { "time": "1772039212" }, "stopId": "GARETERM", "stopSequence": 37 }, { "arrival": { "time": "1772039467" }, "departure": { "time": "1772039467" }, "stopId": "HARAS", "stopSequence": 38 }, { "arrival": { "time": "1772039536" }, "departure": { "time": "1772039536" }, "stopId": "STAUBIN", "stopSequence": 39 }, { "arrival": { "time": "1772039646" }, "departure": { "time": "1772039820" }, "stopId": "LORRAIN1", "stopSequence": 40 }, { "arrival": { "time": "1772039971" }, "departure": { "time": "1772039971" }, "stopId": "MENDES-E", "stopSequence": 41 }, { "arrival": { "time": "1772040059" }, "departure": { "time": "1772040059" }, "stopId": "SAVARY-E", "stopSequence": 42 }, { "arrival": { "time": "1772040094" }, "departure": { "time": "1772040094" }, "stopId": "MUSSET-E", "stopSequence": 43 }, { "arrival": { "time": "1772040170" }, "departure": { "time": "1772040170" }, "stopId": "LUTIN-E", "stopSequence": 44 }, { "arrival": { "time": "1772040212" }, "departure": { "time": "1772040212" }, "stopId": "MACE-E", "stopSequence": 45 }, { "arrival": { "time": "1772040239" }, "departure": { "time": "1772040239" }, "stopId": "DESJAR-E", "stopSequence": 46 }, { "arrival": { "time": "1772040343" }, "departure": { "time": "1772040343" }, "stopId": "ALDUNA-E", "stopSequence": 47 }, { "arrival": { "time": "1772040125" }, "departure": { "time": "1772040125" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 50 }, { "arrival": { "time": "1772040300" }, "departure": { "time": "1772040300" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 51 }, { "arrival": { "time": "1772040444" }, "departure": { "time": "1772040444" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 52 }, { "arrival": { "time": "1772040536" }, "departure": { "time": "1772040536" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 53 }, { "arrival": { "time": "1772040481" }, "departure": { "time": "1772040481" }, "stopId": "RBRIOL-E", "stopSequence": 54 }, { "arrival": { "time": "1772040518" }, "departure": { "time": "1772040518" }, "stopId": "NOZAY-E", "stopSequence": 55 }, { "arrival": { "time": "1772040585" }, "departure": { "time": "1772040585" }, "stopId": "AUVERG-E", "stopSequence": 56 }, { "arrival": { "time": "1772040642" }, "departure": { "time": "1772040642" }, "stopId": "SAVOIE-E", "stopSequence": 57 }, { "arrival": { "time": "1772040710" }, "departure": { "time": "1772040710" }, "stopId": "INDUST-E", "stopSequence": 58 }, { "arrival": { "time": "1772040760" }, "departure": { "time": "1772040760" }, "stopId": "HOTELL-E", "stopSequence": 59 }, { "arrival": { "time": "1772040826" }, "departure": { "time": "1772040826" }, "stopId": "DEBUMO-E", "stopSequence": 60 }, { "arrival": { "time": "1772040935" }, "departure": { "time": "1772040935" }, "stopId": "RTEPAR-E", "stopSequence": 61 }, { "arrival": { "time": "1772041009" }, "stopId": "PROVIN-E", "stopSequence": 62 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257592" } } }, { "id": "trip:6053040", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038684" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1772038800" }, "departure": { "time": "1772038800" }, "stopId": "CLEMOI-E", "stopSequence": 1 }, { "arrival": { "time": "1772039193" }, "departure": { "time": "1772039193" }, "stopId": "BRISEP-E", "stopSequence": 2 }, { "arrival": { "time": "1772039354" }, "departure": { "time": "1772039354" }, "stopId": "CHATEN-E", "stopSequence": 3 }, { "arrival": { "time": "1772039530" }, "departure": { "time": "1772039530" }, "stopId": "SEPSON-E", "stopSequence": 4 }, { "arrival": { "time": "1772039636" }, "departure": { "time": "1772039636" }, "stopId": "RTEPAR-E", "stopSequence": 5 }, { "arrival": { "time": "1772039709" }, "departure": { "time": "1772039709" }, "stopId": "PROVIN-E", "stopSequence": 6 }, { "arrival": { "time": "1772039831" }, "departure": { "time": "1772039831" }, "stopId": "PARCEX-E", "stopSequence": 7 }, { "arrival": { "time": "1772040098" }, "departure": { "time": "1772040098" }, "stopId": "CARREA-E", "stopSequence": 8 }, { "arrival": { "time": "1772040131" }, "departure": { "time": "1772040131" }, "stopId": "MILLAR-E", "stopSequence": 9 }, { "arrival": { "time": "1772040174" }, "departure": { "time": "1772040174" }, "stopId": "BASMOR-E", "stopSequence": 10 }, { "arrival": { "time": "1772040232" }, "departure": { "time": "1772040232" }, "stopId": "CHABLA-E", "stopSequence": 11 }, { "arrival": { "time": "1772040281" }, "departure": { "time": "1772040281" }, "stopId": "UNION-E", "stopSequence": 12 }, { "arrival": { "time": "1772040372" }, "departure": { "time": "1772040372" }, "stopId": "SSYMAI-E", "stopSequence": 13 }, { "arrival": { "time": "1772040463" }, "departure": { "time": "1772040463" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1772040516" }, "departure": { "time": "1772040516" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1772040583" }, "departure": { "time": "1772040583" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1772040652" }, "departure": { "time": "1772040652" }, "stopId": "ANBRUE-E", "stopSequence": 17 }, { "arrival": { "time": "1772040713" }, "departure": { "time": "1772040713" }, "stopId": "GAUGUI-E", "stopSequence": 18 }, { "arrival": { "time": "1772040744" }, "stopId": "STSYCHVE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053040" } } }, { "id": "trip:6052655", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772043612" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1772047764" }, "stopId": "DOMVATER", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052655" } } }, { "id": "trip:6544698", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040770" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1772040890" }, "departure": { "time": "1772040890" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1772041000" }, "departure": { "time": "1772041000" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1772041120" }, "departure": { "time": "1772041120" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1772041240" }, "departure": { "time": "1772041240" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1772041330" }, "departure": { "time": "1772041330" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1772041450" }, "departure": { "time": "1772041450" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1772041620" }, "departure": { "time": "1772041620" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1772041720" }, "departure": { "time": "1772041720" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1772041820" }, "departure": { "time": "1772041820" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1772041910" }, "departure": { "time": "1772041910" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1772042030" }, "departure": { "time": "1772042030" }, "stopId": "2BMAI", "stopSequence": 12 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544698" } } }, { "id": "trip:6260119", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039340" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1772039380" }, "departure": { "time": "1772039380" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1772039376" }, "departure": { "time": "1772039376" }, "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1772039398" }, "departure": { "time": "1772039398" }, "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1772039438" }, "departure": { "time": "1772039438" }, "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1772039477" }, "departure": { "time": "1772039477" }, "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1772039514" }, "departure": { "time": "1772039514" }, "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1772039545" }, "departure": { "time": "1772039545" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1772039599" }, "departure": { "time": "1772039599" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1772039636" }, "departure": { "time": "1772039636" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1772039720" }, "departure": { "time": "1772039720" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1772039785" }, "departure": { "time": "1772039785" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1772039846" }, "departure": { "time": "1772039846" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1772039908" }, "departure": { "time": "1772039908" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1772039946" }, "departure": { "time": "1772039946" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1772040007" }, "departure": { "time": "1772040007" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1772040080" }, "departure": { "time": "1772040080" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1772040151" }, "departure": { "time": "1772040151" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1772040199" }, "departure": { "time": "1772040199" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1772040270" }, "departure": { "time": "1772040270" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1772040346" }, "departure": { "time": "1772040346" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1772040380" }, "departure": { "time": "1772040380" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1772040485" }, "departure": { "time": "1772040485" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1772040531" }, "departure": { "time": "1772040531" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1772040577" }, "departure": { "time": "1772040577" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1772040619" }, "departure": { "time": "1772040619" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1772040648" }, "departure": { "time": "1772040648" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1772040680" }, "departure": { "time": "1772040680" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1772040806" }, "departure": { "time": "1772040806" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1772040864" }, "departure": { "time": "1772040864" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1772040926" }, "departure": { "time": "1772040926" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1772040976" }, "departure": { "time": "1772040976" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1772041037" }, "departure": { "time": "1772041037" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1772041103" }, "departure": { "time": "1772041103" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1772041166" }, "departure": { "time": "1772041166" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1772041230" }, "departure": { "time": "1772041230" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1772041322" }, "departure": { "time": "1772041322" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1772041528" }, "departure": { "time": "1772041528" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1772041584" }, "departure": { "time": "1772041584" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1772041633" }, "departure": { "time": "1772041633" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1772041692" }, "departure": { "time": "1772041692" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1772041721" }, "departure": { "time": "1772041721" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1772041787" }, "departure": { "time": "1772041787" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1772041835" }, "departure": { "time": "1772041835" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1772041913" }, "departure": { "time": "1772041913" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1772041948" }, "departure": { "time": "1772041948" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1772042018" }, "departure": { "time": "1772042018" }, "stopId": "CHARNA-E", "stopSequence": 47 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260119" } } }, { "id": "trip:6258311", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038365" }, "departure": { "time": "1772038365" }, "scheduleRelationship": "SKIPPED", "stopId": "GRANDM-E", "stopSequence": 39 }, { "arrival": { "time": "1772038382" }, "departure": { "time": "1772038382" }, "stopId": "MAISDA-E", "stopSequence": 40 }, { "arrival": { "time": "1772038396" }, "departure": { "time": "1772038412" }, "stopId": "CHMART-E", "stopSequence": 41 }, { "arrival": { "time": "1772038426" }, "departure": { "time": "1772038442" }, "stopId": "MLYAUT-E", "stopSequence": 42 }, { "arrival": { "time": "1772038536" }, "departure": { "time": "1772038536" }, "stopId": "BRASSE-E", "stopSequence": 43 }, { "arrival": { "time": "1772038589" }, "departure": { "time": "1772038589" }, "stopId": "BEURRI-E", "stopSequence": 44 }, { "arrival": { "time": "1772038644" }, "departure": { "time": "1772038644" }, "stopId": "DELAUN-E", "stopSequence": 45 }, { "arrival": { "time": "1772038636" }, "departure": { "time": "1772038636" }, "stopId": "MAUFIN-E", "stopSequence": 46 }, { "arrival": { "time": "1772038717" }, "departure": { "time": "1772038717" }, "stopId": "MAIRAV-E", "stopSequence": 47 }, { "arrival": { "time": "1772038761" }, "departure": { "time": "1772038761" }, "stopId": "TERNIE-E", "stopSequence": 48 }, { "arrival": { "time": "1772038801" }, "departure": { "time": "1772038801" }, "stopId": "BALAND-E", "stopSequence": 49 }, { "arrival": { "time": "1772038854" }, "departure": { "time": "1772038854" }, "stopId": "PIECE-E", "stopSequence": 50 }, { "arrival": { "time": "1772038922" }, "departure": { "time": "1772038922" }, "stopId": "LA-BOI-E", "stopSequence": 51 }, { "arrival": { "time": "1772038977" }, "departure": { "time": "1772038977" }, "stopId": "SCHWAL-E", "stopSequence": 52 }, { "arrival": { "time": "1772039017" }, "stopId": "ADEZIERE", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258311" } } }, { "id": "trip:6258746", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038407" }, "departure": { "time": "1772038407" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1772038452" }, "departure": { "time": "1772038452" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1772038466" }, "departure": { "time": "1772038466" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1772038588" }, "departure": { "time": "1772038588" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1772038660" }, "departure": { "time": "1772038660" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1772038696" }, "departure": { "time": "1772038696" }, "stopId": "DAUTEL-E", "stopSequence": 23 }, { "arrival": { "time": "1772038800" }, "departure": { "time": "1772038800" }, "stopId": "GENTR-E", "stopSequence": 24 }, { "arrival": { "time": "1772038925" }, "departure": { "time": "1772038925" }, "stopId": "BAHONN-E", "stopSequence": 25 }, { "arrival": { "time": "1772038993" }, "departure": { "time": "1772038993" }, "stopId": "DEGAUL-E", "stopSequence": 26 }, { "arrival": { "time": "1772039067" }, "departure": { "time": "1772039067" }, "stopId": "MALEMB-E", "stopSequence": 27 }, { "arrival": { "time": "1772038698" }, "departure": { "time": "1772038698" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA-E", "stopSequence": 29 }, { "arrival": { "time": "1772038761" }, "departure": { "time": "1772038761" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTHI-E", "stopSequence": 30 }, { "arrival": { "time": "1772038823" }, "departure": { "time": "1772038823" }, "scheduleRelationship": "SKIPPED", "stopId": "MAIRTR-E", "stopSequence": 31 }, { "arrival": { "time": "1772038866" }, "departure": { "time": "1772038866" }, "scheduleRelationship": "SKIPPED", "stopId": "EGLTRE-E", "stopSequence": 32 }, { "arrival": { "time": "1772038902" }, "departure": { "time": "1772038902" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMETR-E", "stopSequence": 33 }, { "arrival": { "time": "1772038980" }, "departure": { "time": "1772038980" }, "scheduleRelationship": "SKIPPED", "stopId": "HMTRE-E", "stopSequence": 34 }, { "arrival": { "time": "1772039060" }, "departure": { "time": "1772039060" }, "scheduleRelationship": "SKIPPED", "stopId": "TRELGA-E", "stopSequence": 35 }, { "arrival": { "time": "1772039225" }, "departure": { "time": "1772039225" }, "stopId": "FMAURI-E", "stopSequence": 36 }, { "arrival": { "time": "1772039270" }, "departure": { "time": "1772039270" }, "stopId": "MALRAU-E", "stopSequence": 37 }, { "arrival": { "time": "1772039315" }, "stopId": "TRELA-AR", "stopSequence": 38 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258746" } } }, { "id": "trip:6257766", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039559" }, "scheduleRelationship": "SKIPPED", "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1772039681" }, "departure": { "time": "1772039681" }, "scheduleRelationship": "SKIPPED", "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1772039764" }, "departure": { "time": "1772039764" }, "scheduleRelationship": "SKIPPED", "stopId": "RTEPARIS", "stopSequence": 2 }, { "departure": { "time": "1772039390" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1772039424" }, "departure": { "time": "1772039424" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1772039470" }, "departure": { "time": "1772039470" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1772039529" }, "departure": { "time": "1772039529" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1772039567" }, "departure": { "time": "1772039567" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1772039630" }, "departure": { "time": "1772039630" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1772039679" }, "departure": { "time": "1772039679" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1772039720" }, "departure": { "time": "1772039720" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1772039748" }, "departure": { "time": "1772039748" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1772039832" }, "departure": { "time": "1772039832" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1772039870" }, "departure": { "time": "1772039870" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1772040053" }, "departure": { "time": "1772040053" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1772040176" }, "departure": { "time": "1772040176" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1772040295" }, "departure": { "time": "1772040295" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1772040352" }, "departure": { "time": "1772040352" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1772040491" }, "departure": { "time": "1772040491" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1772040587" }, "departure": { "time": "1772040587" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1772040646" }, "departure": { "time": "1772040646" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "PERUSSAI", "stopSequence": 20 }, { "arrival": { "time": "1772040695" }, "departure": { "time": "1772040695" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1772041166" }, "departure": { "time": "1772041166" }, "stopId": "MAISLAC", "stopSequence": 21 }, { "arrival": { "time": "1772041020" }, "departure": { "time": "1772041020" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1772041200" }, "departure": { "time": "1772041200" }, "stopId": "JEAN-MON", "stopSequence": 22 }, { "arrival": { "time": "1772041258" }, "departure": { "time": "1772041258" }, "stopId": "DELESC-E", "stopSequence": 23 }, { "arrival": { "time": "1772041294" }, "departure": { "time": "1772041294" }, "stopId": "MONTEC-E", "stopSequence": 24 }, { "arrival": { "time": "1772041329" }, "departure": { "time": "1772041329" }, "stopId": "VALLO-E", "stopSequence": 25 }, { "arrival": { "time": "1772041373" }, "departure": { "time": "1772041373" }, "stopId": "PROUDH-E", "stopSequence": 26 }, { "arrival": { "time": "1772041429" }, "departure": { "time": "1772041429" }, "stopId": "GRESIL-E", "stopSequence": 27 }, { "arrival": { "time": "1772041468" }, "departure": { "time": "1772041468" }, "stopId": "WIGAN-E", "stopSequence": 28 }, { "arrival": { "time": "1772041555" }, "departure": { "time": "1772041555" }, "stopId": "SHEAKS-E", "stopSequence": 29 }, { "arrival": { "time": "1772041599" }, "departure": { "time": "1772041599" }, "stopId": "AQUITA-E", "stopSequence": 30 }, { "arrival": { "time": "1772041669" }, "departure": { "time": "1772041669" }, "stopId": "CCMOLI-E", "stopSequence": 31 }, { "arrival": { "time": "1772041755" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257766" } } }, { "id": "trip:6258522", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038403" }, "departure": { "time": "1772038434" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1772038440" }, "departure": { "time": "1772038440" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1772038508" }, "departure": { "time": "1772038508" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1772038577" }, "departure": { "time": "1772038577" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1772038817" }, "departure": { "time": "1772038817" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1772038482" }, "departure": { "time": "1772038482" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1772038512" }, "departure": { "time": "1772038512" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1772038544" }, "departure": { "time": "1772038544" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1772038589" }, "departure": { "time": "1772038589" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1772038761" }, "departure": { "time": "1772038761" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1772038800" }, "departure": { "time": "1772038800" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1772038862" }, "departure": { "time": "1772038862" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1772038901" }, "departure": { "time": "1772038901" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1772038931" }, "departure": { "time": "1772038931" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1772038966" }, "departure": { "time": "1772038966" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1772039055" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258522" } } }, { "id": "trip:6257953", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038390" }, "departure": { "time": "1772038421" }, "stopId": "ACAD-PLA", "stopSequence": 36 }, { "arrival": { "time": "1772038436" }, "departure": { "time": "1772038436" }, "stopId": "CHDARR-E", "stopSequence": 37 }, { "arrival": { "time": "1772038570" }, "departure": { "time": "1772038570" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1772038610" }, "departure": { "time": "1772038610" }, "stopId": "DUMESN-E", "stopSequence": 39 }, { "arrival": { "time": "1772038731" }, "departure": { "time": "1772038731" }, "stopId": "SAJACQ-E", "stopSequence": 44 }, { "arrival": { "time": "1772038800" }, "departure": { "time": "1772038800" }, "stopId": "FARCSJ-E", "stopSequence": 45 }, { "arrival": { "time": "1772038869" }, "departure": { "time": "1772038869" }, "stopId": "MVIGNE-E", "stopSequence": 46 }, { "arrival": { "time": "1772038944" }, "departure": { "time": "1772038944" }, "stopId": "CHBBEI-E", "stopSequence": 47 }, { "arrival": { "time": "1772038999" }, "departure": { "time": "1772038999" }, "stopId": "BOISRA-E", "stopSequence": 48 }, { "arrival": { "time": "1772039065" }, "departure": { "time": "1772039065" }, "stopId": "NDAMLA-E", "stopSequence": 49 }, { "arrival": { "time": "1772039128" }, "departure": { "time": "1772039128" }, "stopId": "POLYTE-E", "stopSequence": 50 }, { "arrival": { "time": "1772039184" }, "departure": { "time": "1772039184" }, "stopId": "CITEUN-E", "stopSequence": 51 }, { "arrival": { "time": "1772039255" }, "departure": { "time": "1772039255" }, "stopId": "RESTUN-E", "stopSequence": 52 }, { "arrival": { "time": "1772039310" }, "departure": { "time": "1772039310" }, "stopId": "I.U.T.-E", "stopSequence": 53 }, { "arrival": { "time": "1772039424" }, "departure": { "time": "1772039424" }, "stopId": "BBCAMT-E", "stopSequence": 54 }, { "arrival": { "time": "1772039466" }, "departure": { "time": "1772039466" }, "stopId": "LENOT-E", "stopSequence": 55 }, { "arrival": { "time": "1772039493" }, "departure": { "time": "1772039493" }, "stopId": "MOREL-E", "stopSequence": 56 }, { "arrival": { "time": "1772039526" }, "departure": { "time": "1772039526" }, "stopId": "INRA-E", "stopSequence": 57 }, { "arrival": { "time": "1772039569" }, "departure": { "time": "1772039569" }, "stopId": "GDPERI-E", "stopSequence": 58 }, { "arrival": { "time": "1772039605" }, "departure": { "time": "1772039605" }, "stopId": "LANDRE-E", "stopSequence": 59 }, { "arrival": { "time": "1772039703" }, "departure": { "time": "1772039703" }, "stopId": "BRGPAI-E", "stopSequence": 60 }, { "arrival": { "time": "1772039728" }, "departure": { "time": "1772039728" }, "stopId": "RODIN-E", "stopSequence": 61 }, { "arrival": { "time": "1772039759" }, "departure": { "time": "1772039759" }, "stopId": "GRANBE-E", "stopSequence": 62 }, { "arrival": { "time": "1772039799" }, "departure": { "time": "1772039799" }, "stopId": "PROME-E", "stopSequence": 63 }, { "arrival": { "time": "1772039844" }, "departure": { "time": "1772039844" }, "stopId": "CERFEU-E", "stopSequence": 64 }, { "arrival": { "time": "1772039911" }, "departure": { "time": "1772039911" }, "stopId": "LASOUR-E", "stopSequence": 65 }, { "arrival": { "time": "1772039973" }, "departure": { "time": "1772039973" }, "stopId": "ROUAIR-E", "stopSequence": 66 }, { "arrival": { "time": "1772040044" }, "departure": { "time": "1772040044" }, "stopId": "VAURAG-E", "stopSequence": 67 }, { "arrival": { "time": "1772040094" }, "departure": { "time": "1772040094" }, "stopId": "PRIEUR-E", "stopSequence": 68 }, { "arrival": { "time": "1772040135" }, "departure": { "time": "1772040135" }, "stopId": "GRANPI-E", "stopSequence": 69 }, { "arrival": { "time": "1772040162" }, "departure": { "time": "1772040162" }, "stopId": "PINSON-E", "stopSequence": 70 }, { "arrival": { "time": "1772040206" }, "departure": { "time": "1772040206" }, "stopId": "FAUVET-E", "stopSequence": 71 }, { "arrival": { "time": "1772040264" }, "stopId": "BEAUCOUZ", "stopSequence": 72 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257953" } } }, { "id": "trip:3659", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038401" }, "departure": { "time": "1772038408" }, "stopId": "LOMBAR-E", "stopSequence": 11 }, { "arrival": { "time": "1772038490" }, "departure": { "time": "1772038490" }, "stopId": "BOIFOU-E", "stopSequence": 12 }, { "arrival": { "time": "1772038587" }, "departure": { "time": "1772038587" }, "stopId": "STMART-E", "stopSequence": 13 }, { "arrival": { "time": "1772038703" }, "departure": { "time": "1772038703" }, "stopId": "OLIVER-E", "stopSequence": 14 }, { "arrival": { "time": "1772038780" }, "departure": { "time": "1772038780" }, "stopId": "BSOLEI-E", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "36", "tripId": "3659" } } }, { "id": "trip:6260006", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038856" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1772038913" }, "departure": { "time": "1772038913" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1772038954" }, "departure": { "time": "1772038954" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1772039001" }, "departure": { "time": "1772039001" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1772039036" }, "departure": { "time": "1772039036" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1772039094" }, "departure": { "time": "1772039094" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1772039133" }, "departure": { "time": "1772039133" }, "stopId": "GRANBELL", "stopSequence": 6 }, { "arrival": { "time": "1772039171" }, "departure": { "time": "1772039171" }, "stopId": "RODIN", "stopSequence": 7 }, { "arrival": { "time": "1772039207" }, "departure": { "time": "1772039207" }, "stopId": "BRGPAILL", "stopSequence": 8 }, { "arrival": { "time": "1772039296" }, "departure": { "time": "1772039296" }, "stopId": "LANDREAU", "stopSequence": 9 }, { "arrival": { "time": "1772039337" }, "departure": { "time": "1772039337" }, "stopId": "GDPERIGN", "stopSequence": 10 }, { "arrival": { "time": "1772039388" }, "departure": { "time": "1772039388" }, "stopId": "INRA", "stopSequence": 11 }, { "arrival": { "time": "1772039398" }, "departure": { "time": "1772039398" }, "stopId": "MOREL", "stopSequence": 12 }, { "arrival": { "time": "1772039458" }, "departure": { "time": "1772039458" }, "stopId": "DARWIN", "stopSequence": 13 }, { "arrival": { "time": "1772039637" }, "departure": { "time": "1772039637" }, "stopId": "CNFPT-E", "stopSequence": 14 }, { "arrival": { "time": "1772040226" }, "departure": { "time": "1772040226" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1772040288" }, "departure": { "time": "1772040288" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1772040342" }, "departure": { "time": "1772040342" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1772040399" }, "departure": { "time": "1772040399" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1772040437" }, "departure": { "time": "1772040437" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1772040499" }, "departure": { "time": "1772040499" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1772039280" }, "departure": { "time": "1772039280" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1772039351" }, "departure": { "time": "1772039351" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1772039429" }, "departure": { "time": "1772039429" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1772040527" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260006" } } }, { "id": "trip:6258738", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038500" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1772038529" }, "departure": { "time": "1772038529" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1772038580" }, "departure": { "time": "1772038580" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1772038646" }, "departure": { "time": "1772038646" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1772038717" }, "departure": { "time": "1772038717" }, "stopId": "MALEMBAR", "stopSequence": 4 }, { "arrival": { "time": "1772038806" }, "departure": { "time": "1772038806" }, "stopId": "DEGAULLE", "stopSequence": 5 }, { "arrival": { "time": "1772038877" }, "departure": { "time": "1772038877" }, "stopId": "BAHONNEA", "stopSequence": 6 }, { "arrival": { "time": "1772039009" }, "departure": { "time": "1772039009" }, "stopId": "GENTRIC", "stopSequence": 7 }, { "arrival": { "time": "1772039108" }, "departure": { "time": "1772039108" }, "stopId": "DAUTEL", "stopSequence": 8 }, { "arrival": { "time": "1772038740" }, "departure": { "time": "1772038740" }, "scheduleRelationship": "SKIPPED", "stopId": "HMTREL", "stopSequence": 9 }, { "arrival": { "time": "1772038828" }, "departure": { "time": "1772038828" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMTRELA", "stopSequence": 10 }, { "arrival": { "time": "1772038867" }, "departure": { "time": "1772038867" }, "scheduleRelationship": "SKIPPED", "stopId": "EGLTRELA", "stopSequence": 11 }, { "arrival": { "time": "1772038915" }, "departure": { "time": "1772038915" }, "scheduleRelationship": "SKIPPED", "stopId": "MAIRTREL", "stopSequence": 12 }, { "arrival": { "time": "1772038968" }, "departure": { "time": "1772038968" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTHIBE", "stopSequence": 13 }, { "arrival": { "time": "1772039027" }, "departure": { "time": "1772039027" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA", "stopSequence": 14 }, { "arrival": { "time": "1772039134" }, "departure": { "time": "1772039134" }, "stopId": "BUISSON", "stopSequence": 15 }, { "arrival": { "time": "1772039192" }, "departure": { "time": "1772039192" }, "stopId": "PYRAM02", "stopSequence": 16 }, { "arrival": { "time": "1772039268" }, "departure": { "time": "1772039268" }, "stopId": "LEFEVRE", "stopSequence": 17 }, { "arrival": { "time": "1772039303" }, "departure": { "time": "1772039303" }, "stopId": "MALAQUAI", "stopSequence": 18 }, { "arrival": { "time": "1772039362" }, "departure": { "time": "1772039362" }, "stopId": "MENARD", "stopSequence": 19 }, { "arrival": { "time": "1772039407" }, "departure": { "time": "1772039407" }, "stopId": "CHOUTEAU", "stopSequence": 20 }, { "arrival": { "time": "1772039477" }, "departure": { "time": "1772039477" }, "stopId": "FRESNAIE", "stopSequence": 21 }, { "arrival": { "time": "1772039562" }, "departure": { "time": "1772039562" }, "stopId": "MARAIS", "stopSequence": 22 }, { "arrival": { "time": "1772039623" }, "departure": { "time": "1772039623" }, "stopId": "BELLVUTR", "stopSequence": 23 }, { "arrival": { "time": "1772039672" }, "departure": { "time": "1772039672" }, "stopId": "LEOLAGRA", "stopSequence": 24 }, { "arrival": { "time": "1772039726" }, "departure": { "time": "1772039726" }, "stopId": "VDLOIRE", "stopSequence": 25 }, { "arrival": { "time": "1772039834" }, "departure": { "time": "1772039834" }, "stopId": "ECLATERI", "stopSequence": 26 }, { "arrival": { "time": "1772039939" }, "departure": { "time": "1772039939" }, "stopId": "JUSTICES", "stopSequence": 27 }, { "arrival": { "time": "1772040013" }, "departure": { "time": "1772040013" }, "stopId": "DELACROI", "stopSequence": 28 }, { "arrival": { "time": "1772040076" }, "departure": { "time": "1772040076" }, "stopId": "SAUMUROI", "stopSequence": 29 }, { "arrival": { "time": "1772040130" }, "departure": { "time": "1772040130" }, "stopId": "MADELEIN", "stopSequence": 30 }, { "arrival": { "time": "1772040122" }, "departure": { "time": "1772040122" }, "stopId": "VOLNEY", "stopSequence": 31 }, { "arrival": { "time": "1772040202" }, "departure": { "time": "1772040202" }, "stopId": "BOURGONN", "stopSequence": 32 }, { "arrival": { "time": "1772040249" }, "departure": { "time": "1772040249" }, "stopId": "MICHELET", "stopSequence": 33 }, { "arrival": { "time": "1772040289" }, "departure": { "time": "1772040289" }, "stopId": "ANLEROY", "stopSequence": 34 }, { "arrival": { "time": "1772040446" }, "departure": { "time": "1772040446" }, "stopId": "PAULBERT", "stopSequence": 35 }, { "arrival": { "time": "1772040510" }, "departure": { "time": "1772040510" }, "stopId": "HARAS", "stopSequence": 36 }, { "arrival": { "time": "1772040599" }, "departure": { "time": "1772040599" }, "stopId": "STAUBIN", "stopSequence": 37 }, { "arrival": { "time": "1772040724" }, "stopId": "LORRTERM", "stopSequence": 38 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258738" } } }, { "id": "trip:6258312", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772039587" }, "departure": { "time": "1772039587" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1772039631" }, "departure": { "time": "1772039631" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1772039678" }, "departure": { "time": "1772039678" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1772039739" }, "departure": { "time": "1772039739" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1772039798" }, "departure": { "time": "1772039798" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1772039837" }, "departure": { "time": "1772039837" }, "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1772039897" }, "departure": { "time": "1772039897" }, "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1772039949" }, "departure": { "time": "1772039949" }, "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1772040060" }, "departure": { "time": "1772040060" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1772040115" }, "departure": { "time": "1772040115" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1772040187" }, "departure": { "time": "1772040187" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1772040245" }, "departure": { "time": "1772040245" }, "stopId": "PATUREAU", "stopSequence": 12 }, { "arrival": { "time": "1772040346" }, "departure": { "time": "1772040346" }, "stopId": "GENDRON", "stopSequence": 13 }, { "arrival": { "time": "1772040428" }, "departure": { "time": "1772040428" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1772040480" }, "departure": { "time": "1772040480" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1772040517" }, "departure": { "time": "1772040517" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1772040751" }, "departure": { "time": "1772040751" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1772040882" }, "departure": { "time": "1772040882" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1772040955" }, "departure": { "time": "1772040955" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1772041020" }, "departure": { "time": "1772041020" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1772041202" }, "departure": { "time": "1772041202" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1772041276" }, "departure": { "time": "1772041276" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1772041379" }, "departure": { "time": "1772041379" }, "stopId": "STAUBIN", "stopSequence": 24 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041560" }, "stopId": "LORRAIN1", "stopSequence": 25 }, { "arrival": { "time": "1772041694" }, "departure": { "time": "1772041694" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1772041911" }, "departure": { "time": "1772041911" }, "stopId": "STSERG-E", "stopSequence": 27 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258312" } } }, { "id": "trip:6258446", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038374" }, "departure": { "time": "1772038374" }, "stopId": "ALLUMETT", "stopSequence": 13 }, { "arrival": { "time": "1772038403" }, "departure": { "time": "1772038419" }, "stopId": "DAGUERRE", "stopSequence": 14 }, { "arrival": { "time": "1772038448" }, "departure": { "time": "1772038448" }, "stopId": "BELVTR-E", "stopSequence": 15 }, { "arrival": { "time": "1772038529" }, "departure": { "time": "1772038529" }, "stopId": "MARAIS-E", "stopSequence": 16 }, { "arrival": { "time": "1772038623" }, "departure": { "time": "1772038623" }, "stopId": "GASPALON", "stopSequence": 17 }, { "arrival": { "time": "1772038740" }, "departure": { "time": "1772038740" }, "stopId": "VILSANTE", "stopSequence": 18 }, { "arrival": { "time": "1772038776" }, "departure": { "time": "1772038776" }, "stopId": "CORMIER", "stopSequence": 19 }, { "arrival": { "time": "1772038846" }, "departure": { "time": "1772038846" }, "stopId": "STLEONAR", "stopSequence": 20 }, { "arrival": { "time": "1772038875" }, "departure": { "time": "1772038875" }, "stopId": "GERICAUL", "stopSequence": 21 }, { "arrival": { "time": "1772038912" }, "departure": { "time": "1772038912" }, "stopId": "MONGAZON", "stopSequence": 22 }, { "arrival": { "time": "1772038946" }, "departure": { "time": "1772038946" }, "stopId": "KOPA", "stopSequence": 23 }, { "arrival": { "time": "1772039003" }, "departure": { "time": "1772039003" }, "stopId": "DESMAZ", "stopSequence": 24 }, { "arrival": { "time": "1772039053" }, "departure": { "time": "1772039053" }, "stopId": "ANFRANCK", "stopSequence": 25 }, { "arrival": { "time": "1772039110" }, "departure": { "time": "1772039110" }, "stopId": "STJOSEP", "stopSequence": 26 }, { "arrival": { "time": "1772039175" }, "departure": { "time": "1772039175" }, "stopId": "PLDULYCE", "stopSequence": 27 }, { "arrival": { "time": "1772039272" }, "departure": { "time": "1772039400" }, "stopId": "HMAI", "stopSequence": 28 }, { "arrival": { "time": "1772039454" }, "departure": { "time": "1772039454" }, "stopId": "FO-LOR-R", "stopSequence": 29 }, { "arrival": { "time": "1772039565" }, "departure": { "time": "1772039565" }, "stopId": "STAUBI-E", "stopSequence": 30 }, { "arrival": { "time": "1772039618" }, "departure": { "time": "1772039618" }, "stopId": "HARAS-E", "stopSequence": 31 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "stopId": "LESGAR-E", "stopSequence": 32 }, { "arrival": { "time": "1772039849" }, "departure": { "time": "1772039849" }, "stopId": "SEMARD-E", "stopSequence": 33 }, { "arrival": { "time": "1772039888" }, "departure": { "time": "1772039888" }, "stopId": "PONTNO-E", "stopSequence": 34 }, { "arrival": { "time": "1772039963" }, "departure": { "time": "1772039963" }, "stopId": "POIREL-E", "stopSequence": 35 }, { "arrival": { "time": "1772040004" }, "departure": { "time": "1772040004" }, "stopId": "VAUBAN-E", "stopSequence": 36 }, { "arrival": { "time": "1772040057" }, "departure": { "time": "1772040057" }, "stopId": "FREMUR-E", "stopSequence": 37 }, { "arrival": { "time": "1772040124" }, "departure": { "time": "1772040124" }, "stopId": "STRASB-E", "stopSequence": 38 }, { "arrival": { "time": "1772040240" }, "departure": { "time": "1772040240" }, "stopId": "LETAND-E", "stopSequence": 39 }, { "arrival": { "time": "1772040271" }, "departure": { "time": "1772040271" }, "stopId": "BEDIER-E", "stopSequence": 40 }, { "arrival": { "time": "1772040304" }, "departure": { "time": "1772040304" }, "stopId": "INTREP-E", "stopSequence": 41 }, { "arrival": { "time": "1772040335" }, "departure": { "time": "1772040335" }, "stopId": "MTARDA-E", "stopSequence": 42 }, { "arrival": { "time": "1772040374" }, "departure": { "time": "1772040374" }, "stopId": "AUBRY-E", "stopSequence": 43 }, { "arrival": { "time": "1772040425" }, "departure": { "time": "1772040425" }, "stopId": "COSSE-E", "stopSequence": 44 }, { "arrival": { "time": "1772040488" }, "departure": { "time": "1772040488" }, "stopId": "HUTREA-E", "stopSequence": 45 }, { "arrival": { "time": "1772040509" }, "departure": { "time": "1772040509" }, "stopId": "JOLIVE-E", "stopSequence": 46 }, { "arrival": { "time": "1772040564" }, "departure": { "time": "1772040564" }, "stopId": "BELOEI-E", "stopSequence": 47 }, { "arrival": { "time": "1772040600" }, "departure": { "time": "1772040600" }, "stopId": "RTEDAN-E", "stopSequence": 48 }, { "arrival": { "time": "1772040646" }, "departure": { "time": "1772040646" }, "stopId": "LESROS-E", "stopSequence": 49 }, { "arrival": { "time": "1772040719" }, "departure": { "time": "1772040719" }, "stopId": "LOUPIN-E", "stopSequence": 50 }, { "arrival": { "time": "1772040785" }, "departure": { "time": "1772040785" }, "stopId": "MASGEM-E", "stopSequence": 51 }, { "arrival": { "time": "1772040831" }, "departure": { "time": "1772040831" }, "stopId": "HOSGEM-E", "stopSequence": 52 }, { "arrival": { "time": "1772040895" }, "departure": { "time": "1772040895" }, "stopId": "CLOS9-E", "stopSequence": 53 }, { "arrival": { "time": "1772040942" }, "departure": { "time": "1772040942" }, "stopId": "VANRIE-E", "stopSequence": 54 }, { "arrival": { "time": "1772040996" }, "departure": { "time": "1772040996" }, "stopId": "PORTSG-E", "stopSequence": 55 }, { "arrival": { "time": "1772041025" }, "departure": { "time": "1772041025" }, "stopId": "LECHEN-E", "stopSequence": 56 }, { "arrival": { "time": "1772041080" }, "stopId": "ROMORNA", "stopSequence": 57 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258446" } } }, { "id": "trip:6544748", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040540" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1772040670" }, "departure": { "time": "1772040670" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1772040764" }, "departure": { "time": "1772040764" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1772040922" }, "departure": { "time": "1772040922" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1772041000" }, "departure": { "time": "1772041000" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1772041158" }, "departure": { "time": "1772041158" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1772041237" }, "departure": { "time": "1772041237" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1772041310" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544748" } } }, { "id": "trip:6257913", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038387" }, "departure": { "time": "1772038418" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1772038448" }, "departure": { "time": "1772038448" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1772038513" }, "departure": { "time": "1772038513" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1772038559" }, "departure": { "time": "1772038559" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1772038648" }, "departure": { "time": "1772038648" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1772038706" }, "departure": { "time": "1772038706" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1772038760" }, "departure": { "time": "1772038760" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1772038830" }, "departure": { "time": "1772038830" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1772038892" }, "departure": { "time": "1772038892" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1772039008" }, "departure": { "time": "1772039008" }, "stopId": "STADE-E", "stopSequence": 56 }, { "arrival": { "time": "1772038952" }, "departure": { "time": "1772038952" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1772039059" }, "departure": { "time": "1772039059" }, "stopId": "PELLER-E", "stopSequence": 57 }, { "arrival": { "time": "1772039099" }, "departure": { "time": "1772039099" }, "stopId": "CEEQUE-E", "stopSequence": 58 }, { "arrival": { "time": "1772039140" }, "departure": { "time": "1772039140" }, "stopId": "MORLIE-E", "stopSequence": 59 }, { "arrival": { "time": "1772039208" }, "departure": { "time": "1772039208" }, "stopId": "WALCOU-E", "stopSequence": 60 }, { "arrival": { "time": "1772039248" }, "departure": { "time": "1772039248" }, "stopId": "JAUDET-E", "stopSequence": 61 }, { "arrival": { "time": "1772039337" }, "departure": { "time": "1772039337" }, "stopId": "PASTEU-E", "stopSequence": 62 }, { "arrival": { "time": "1772039364" }, "departure": { "time": "1772039364" }, "stopId": "VERDUN-E", "stopSequence": 63 }, { "arrival": { "time": "1772039387" }, "departure": { "time": "1772039387" }, "stopId": "CEZAN-E", "stopSequence": 64 }, { "arrival": { "time": "1772039423" }, "departure": { "time": "1772039423" }, "stopId": "COROT-E", "stopSequence": 65 }, { "arrival": { "time": "1772039488" }, "stopId": "SBAVENAI", "stopSequence": 66 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257913" } } }, { "id": "trip:6053047", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038469" }, "departure": { "time": "1772038469" }, "stopId": "CARREA-E", "stopSequence": 8 }, { "arrival": { "time": "1772038515" }, "departure": { "time": "1772038515" }, "stopId": "MILLAR-E", "stopSequence": 9 }, { "arrival": { "time": "1772038560" }, "departure": { "time": "1772038560" }, "stopId": "BASMOR-E", "stopSequence": 10 }, { "arrival": { "time": "1772038621" }, "departure": { "time": "1772038621" }, "stopId": "CHABLA-E", "stopSequence": 11 }, { "arrival": { "time": "1772038673" }, "departure": { "time": "1772038673" }, "stopId": "UNION-E", "stopSequence": 12 }, { "arrival": { "time": "1772038755" }, "departure": { "time": "1772038755" }, "stopId": "SSYMAI-E", "stopSequence": 13 }, { "arrival": { "time": "1772038849" }, "departure": { "time": "1772038849" }, "stopId": "LECLSYLV", "stopSequence": 14 }, { "arrival": { "time": "1772038904" }, "departure": { "time": "1772038904" }, "stopId": "FRANCAIS", "stopSequence": 15 }, { "arrival": { "time": "1772038973" }, "departure": { "time": "1772038973" }, "stopId": "V.HUGO-E", "stopSequence": 16 }, { "arrival": { "time": "1772039044" }, "departure": { "time": "1772039044" }, "stopId": "ANBRUE-E", "stopSequence": 17 }, { "arrival": { "time": "1772039107" }, "departure": { "time": "1772039107" }, "stopId": "GAUGUI-E", "stopSequence": 18 }, { "arrival": { "time": "1772039175" }, "stopId": "STSYCHVE", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053047" } } }, { "id": "trip:6257703", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041440" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1772041460" }, "departure": { "time": "1772041460" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1772041513" }, "departure": { "time": "1772041513" }, "stopId": "PAVILL-E", "stopSequence": 2 }, { "arrival": { "time": "1772041587" }, "departure": { "time": "1772041587" }, "stopId": "EBEAUP-E", "stopSequence": 3 }, { "arrival": { "time": "1772041620" }, "departure": { "time": "1772041620" }, "stopId": "AAMIPI-E", "stopSequence": 4 }, { "arrival": { "time": "1772041687" }, "departure": { "time": "1772041687" }, "stopId": "GUINEZ-E", "stopSequence": 5 }, { "arrival": { "time": "1772041737" }, "departure": { "time": "1772041737" }, "stopId": "CLAIE-E", "stopSequence": 6 }, { "arrival": { "time": "1772041760" }, "departure": { "time": "1772041760" }, "stopId": "THOMAS-E", "stopSequence": 7 }, { "arrival": { "time": "1772041833" }, "departure": { "time": "1772041833" }, "stopId": "ZIBEAU-E", "stopSequence": 8 }, { "arrival": { "time": "1772041860" }, "departure": { "time": "1772041860" }, "stopId": "CCMOLIER", "stopSequence": 9 }, { "arrival": { "time": "1772041909" }, "departure": { "time": "1772041909" }, "stopId": "AAQUITN", "stopSequence": 10 }, { "arrival": { "time": "1772041943" }, "departure": { "time": "1772041943" }, "stopId": "SHEAKSPE", "stopSequence": 11 }, { "arrival": { "time": "1772042009" }, "departure": { "time": "1772042009" }, "stopId": "WIGAN", "stopSequence": 12 }, { "arrival": { "time": "1772042040" }, "departure": { "time": "1772042040" }, "stopId": "GRESILLE", "stopSequence": 13 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257703" } } }, { "id": "trip:6257958", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040660" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1772040746" }, "departure": { "time": "1772040746" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1772040790" }, "departure": { "time": "1772040790" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1772040827" }, "departure": { "time": "1772040827" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1772040854" }, "departure": { "time": "1772040854" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1772040960" }, "departure": { "time": "1772040960" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1772041005" }, "departure": { "time": "1772041005" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1772041066" }, "departure": { "time": "1772041066" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1772041109" }, "departure": { "time": "1772041109" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1772041156" }, "departure": { "time": "1772041156" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1772041200" }, "departure": { "time": "1772041200" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1772041255" }, "departure": { "time": "1772041255" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1772041309" }, "departure": { "time": "1772041309" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1772041375" }, "departure": { "time": "1772041375" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1772041450" }, "departure": { "time": "1772041450" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1772041509" }, "departure": { "time": "1772041509" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1772041623" }, "departure": { "time": "1772041623" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1772041693" }, "departure": { "time": "1772041693" }, "stopId": "CAMELIAS", "stopSequence": 18 }, { "arrival": { "time": "1772041775" }, "departure": { "time": "1772041775" }, "stopId": "ISORET", "stopSequence": 19 }, { "arrival": { "time": "1772041843" }, "departure": { "time": "1772041843" }, "stopId": "GILLIER", "stopSequence": 20 }, { "arrival": { "time": "1772041877" }, "departure": { "time": "1772041877" }, "stopId": "DAGUENET", "stopSequence": 21 }, { "arrival": { "time": "1772041925" }, "departure": { "time": "1772041925" }, "stopId": "JERUSALE", "stopSequence": 22 }, { "arrival": { "time": "1772041696" }, "departure": { "time": "1772041696" }, "scheduleRelationship": "SKIPPED", "stopId": "ARCEAU", "stopSequence": 23 }, { "arrival": { "time": "1772041748" }, "departure": { "time": "1772041748" }, "scheduleRelationship": "SKIPPED", "stopId": "AFPA", "stopSequence": 24 }, { "arrival": { "time": "1772041810" }, "departure": { "time": "1772041810" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMETIER", "stopSequence": 25 }, { "arrival": { "time": "1772042001" }, "departure": { "time": "1772042001" }, "stopId": "MONTAIG", "stopSequence": 26 }, { "arrival": { "time": "1772042037" }, "departure": { "time": "1772042037" }, "stopId": "GARDOT", "stopSequence": 27 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257958" } } }, { "id": "trip:6544699", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041370" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1772041490" }, "departure": { "time": "1772041490" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1772041600" }, "departure": { "time": "1772041600" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1772041720" }, "departure": { "time": "1772041720" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1772041840" }, "departure": { "time": "1772041840" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1772041930" }, "departure": { "time": "1772041930" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1772042050" }, "departure": { "time": "1772042050" }, "stopId": "2LGAR", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544699" } } }, { "id": "trip:6257767", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040180" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1772040244" }, "departure": { "time": "1772040244" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1772040312" }, "departure": { "time": "1772040312" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1772040400" }, "departure": { "time": "1772040400" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1772040434" }, "departure": { "time": "1772040434" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1772040480" }, "departure": { "time": "1772040480" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1772040539" }, "departure": { "time": "1772040539" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1772040577" }, "departure": { "time": "1772040577" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1772040640" }, "departure": { "time": "1772040640" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1772040689" }, "departure": { "time": "1772040689" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1772040730" }, "departure": { "time": "1772040730" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1772040758" }, "departure": { "time": "1772040758" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1772040842" }, "departure": { "time": "1772040842" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1772040880" }, "departure": { "time": "1772040880" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1772041037" }, "departure": { "time": "1772041037" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1772041173" }, "departure": { "time": "1772041173" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1772041283" }, "departure": { "time": "1772041283" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1772041364" }, "departure": { "time": "1772041364" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1772041480" }, "departure": { "time": "1772041480" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1772041580" }, "departure": { "time": "1772041580" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1772041657" }, "departure": { "time": "1772041657" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1772041720" }, "departure": { "time": "1772041720" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1772042062" }, "departure": { "time": "1772042062" }, "stopId": "GDMAIN-E", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257767" } } }, { "id": "trip:6544236", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038370" }, "departure": { "time": "1772038370" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1772038457" }, "departure": { "time": "1772038460" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1772038554" }, "departure": { "time": "1772038554" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1772038712" }, "departure": { "time": "1772038712" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1772038790" }, "departure": { "time": "1772038790" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1772038948" }, "departure": { "time": "1772038948" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1772039027" }, "departure": { "time": "1772039027" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1772039100" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544236" } } }, { "id": "trip:6258320", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038370" }, "departure": { "time": "1772038370" }, "scheduleRelationship": "SKIPPED", "stopId": "VALOR", "stopSequence": 17 }, { "arrival": { "time": "1772038436" }, "departure": { "time": "1772038436" }, "stopId": "MEIGNANN", "stopSequence": 18 }, { "arrival": { "time": "1772038465" }, "departure": { "time": "1772038465" }, "stopId": "REVERIES", "stopSequence": 19 }, { "arrival": { "time": "1772038522" }, "departure": { "time": "1772038522" }, "stopId": "ROCEPINE", "stopSequence": 20 }, { "arrival": { "time": "1772038563" }, "departure": { "time": "1772038563" }, "stopId": "PARCGARE", "stopSequence": 21 }, { "arrival": { "time": "1772038617" }, "departure": { "time": "1772038617" }, "stopId": "LABRUYER", "stopSequence": 22 }, { "arrival": { "time": "1772038679" }, "departure": { "time": "1772038679" }, "stopId": "RASPAIL", "stopSequence": 23 }, { "arrival": { "time": "1772038728" }, "departure": { "time": "1772038728" }, "stopId": "MONPR-E", "stopSequence": 24 }, { "arrival": { "time": "1772038550" }, "departure": { "time": "1772038550" }, "scheduleRelationship": "SKIPPED", "stopId": "POMONE", "stopSequence": 25 }, { "arrival": { "time": "1772038655" }, "departure": { "time": "1772038655" }, "scheduleRelationship": "SKIPPED", "stopId": "CIOUEST", "stopSequence": 26 }, { "arrival": { "time": "1772038704" }, "departure": { "time": "1772038704" }, "scheduleRelationship": "SKIPPED", "stopId": "CLEMENCE", "stopSequence": 27 }, { "arrival": { "time": "1772038777" }, "departure": { "time": "1772038777" }, "stopId": "DESCAZ-E", "stopSequence": 28 }, { "arrival": { "time": "1772038834" }, "departure": { "time": "1772038834" }, "stopId": "BICHDAVI", "stopSequence": 29 }, { "arrival": { "time": "1772038916" }, "departure": { "time": "1772038916" }, "stopId": "HOTDIEU", "stopSequence": 30 }, { "arrival": { "time": "1772038957" }, "departure": { "time": "1772038957" }, "stopId": "ROCHEFOU", "stopSequence": 31 }, { "arrival": { "time": "1772039184" }, "departure": { "time": "1772039184" }, "stopId": "STSERGEU", "stopSequence": 32 }, { "arrival": { "time": "1772039561" }, "departure": { "time": "1772039561" }, "stopId": "MENDESFR", "stopSequence": 33 }, { "arrival": { "time": "1772039730" }, "departure": { "time": "1772039760" }, "stopId": "FO-LOR-R", "stopSequence": 34 }, { "arrival": { "time": "1772039853" }, "departure": { "time": "1772039853" }, "stopId": "STAUBI-E", "stopSequence": 35 }, { "arrival": { "time": "1772039897" }, "departure": { "time": "1772039897" }, "stopId": "HARAS-E", "stopSequence": 36 }, { "arrival": { "time": "1772040060" }, "departure": { "time": "1772040060" }, "stopId": "ANLERO-E", "stopSequence": 37 }, { "arrival": { "time": "1772040133" }, "departure": { "time": "1772040133" }, "stopId": "RABELA-E", "stopSequence": 38 }, { "arrival": { "time": "1772040191" }, "departure": { "time": "1772040191" }, "stopId": "ESA-E", "stopSequence": 39 }, { "arrival": { "time": "1772040324" }, "departure": { "time": "1772040324" }, "stopId": "DELATA-E", "stopSequence": 40 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "stopId": "ALLARD-E", "stopSequence": 41 }, { "arrival": { "time": "1772040470" }, "departure": { "time": "1772040470" }, "stopId": "TASSIG-E", "stopSequence": 42 }, { "arrival": { "time": "1772040563" }, "departure": { "time": "1772040563" }, "stopId": "TROIPA-E", "stopSequence": 43 }, { "arrival": { "time": "1772040600" }, "departure": { "time": "1772040600" }, "stopId": "SABLON-E", "stopSequence": 44 }, { "arrival": { "time": "1772040661" }, "departure": { "time": "1772040661" }, "stopId": "RUELLE-E", "stopSequence": 45 }, { "arrival": { "time": "1772040755" }, "departure": { "time": "1772040755" }, "stopId": "GENDRO-E", "stopSequence": 46 }, { "arrival": { "time": "1772040862" }, "departure": { "time": "1772040862" }, "stopId": "PATUR-E", "stopSequence": 47 }, { "arrival": { "time": "1772040942" }, "departure": { "time": "1772040942" }, "stopId": "AUTHIO-E", "stopSequence": 48 }, { "arrival": { "time": "1772041010" }, "departure": { "time": "1772041010" }, "stopId": "BELPOU-E", "stopSequence": 49 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "PONTSC-E", "stopSequence": 50 }, { "arrival": { "time": "1772041202" }, "departure": { "time": "1772041202" }, "stopId": "LOIRE-E", "stopSequence": 51 }, { "arrival": { "time": "1772041237" }, "departure": { "time": "1772041237" }, "stopId": "DUBE-E", "stopSequence": 52 }, { "arrival": { "time": "1772041283" }, "departure": { "time": "1772041283" }, "stopId": "LOUET-E", "stopSequence": 53 }, { "arrival": { "time": "1772041324" }, "departure": { "time": "1772041324" }, "stopId": "BOSQUE-E", "stopSequence": 54 }, { "arrival": { "time": "1772041374" }, "departure": { "time": "1772041374" }, "stopId": "CHAERI-E", "stopSequence": 55 }, { "arrival": { "time": "1772041420" }, "departure": { "time": "1772041420" }, "stopId": "FONTE-E", "stopSequence": 56 }, { "arrival": { "time": "1772041474" }, "departure": { "time": "1772041474" }, "stopId": "ERIGNE", "stopSequence": 57 }, { "arrival": { "time": "1772041500" }, "stopId": "SOLAND", "stopSequence": 58 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258320" } } }, { "id": "trip:6053028", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039343" }, "stopId": "STSYCHVE", "stopSequence": 0 }, { "arrival": { "time": "1772039413" }, "departure": { "time": "1772039413" }, "stopId": "GAUGUIN", "stopSequence": 1 }, { "arrival": { "time": "1772039463" }, "departure": { "time": "1772039463" }, "stopId": "ANBRUEL", "stopSequence": 2 }, { "arrival": { "time": "1772039523" }, "departure": { "time": "1772039523" }, "stopId": "V.HUGO", "stopSequence": 3 }, { "arrival": { "time": "1772039567" }, "departure": { "time": "1772039567" }, "stopId": "FRANCA-E", "stopSequence": 4 }, { "arrival": { "time": "1772039633" }, "departure": { "time": "1772039633" }, "stopId": "LECLSY-E", "stopSequence": 5 }, { "arrival": { "time": "1772039703" }, "departure": { "time": "1772039703" }, "stopId": "SSYMAIRI", "stopSequence": 6 }, { "arrival": { "time": "1772039762" }, "departure": { "time": "1772039762" }, "stopId": "UNION", "stopSequence": 7 }, { "arrival": { "time": "1772039801" }, "departure": { "time": "1772039801" }, "stopId": "CHABLANC", "stopSequence": 8 }, { "arrival": { "time": "1772039840" }, "departure": { "time": "1772039840" }, "stopId": "BASMORTI", "stopSequence": 9 }, { "arrival": { "time": "1772039883" }, "departure": { "time": "1772039883" }, "stopId": "MILLARDI", "stopSequence": 10 }, { "arrival": { "time": "1772039898" }, "departure": { "time": "1772039898" }, "stopId": "CARREAUX", "stopSequence": 11 }, { "arrival": { "time": "1772040123" }, "departure": { "time": "1772040123" }, "stopId": "PARCEXPO", "stopSequence": 12 }, { "arrival": { "time": "1772040229" }, "departure": { "time": "1772040229" }, "stopId": "PROVINS", "stopSequence": 13 }, { "arrival": { "time": "1772040283" }, "departure": { "time": "1772040283" }, "stopId": "RTEPARIS", "stopSequence": 14 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "stopId": "SEPSONET", "stopSequence": 15 }, { "arrival": { "time": "1772040488" }, "departure": { "time": "1772040488" }, "stopId": "CHATENAY", "stopSequence": 16 }, { "arrival": { "time": "1772040612" }, "departure": { "time": "1772040612" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1772040907" }, "departure": { "time": "1772040907" }, "stopId": "CLEMOINE", "stopSequence": 18 }, { "arrival": { "time": "1772041033" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053028" } } }, { "id": "trip:6260034", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040527" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1772040578" }, "departure": { "time": "1772040578" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1772040634" }, "departure": { "time": "1772040634" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1772040727" }, "departure": { "time": "1772040727" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1772040984" }, "departure": { "time": "1772040984" }, "stopId": "CNFPT", "stopSequence": 4 }, { "arrival": { "time": "1772041083" }, "departure": { "time": "1772041083" }, "stopId": "DARWIN-E", "stopSequence": 5 }, { "arrival": { "time": "1772041197" }, "departure": { "time": "1772041197" }, "stopId": "MOREL-E", "stopSequence": 6 }, { "arrival": { "time": "1772041203" }, "departure": { "time": "1772041203" }, "stopId": "INRA-E", "stopSequence": 7 }, { "arrival": { "time": "1772041279" }, "departure": { "time": "1772041279" }, "stopId": "GDPERI-E", "stopSequence": 8 }, { "arrival": { "time": "1772041335" }, "departure": { "time": "1772041335" }, "stopId": "LANDRE-E", "stopSequence": 9 }, { "arrival": { "time": "1772041398" }, "departure": { "time": "1772041398" }, "stopId": "BRGPAI-E", "stopSequence": 10 }, { "arrival": { "time": "1772041423" }, "departure": { "time": "1772041423" }, "stopId": "RODIN-E", "stopSequence": 11 }, { "arrival": { "time": "1772041436" }, "departure": { "time": "1772041436" }, "stopId": "GRANBE-E", "stopSequence": 12 }, { "arrival": { "time": "1772041513" }, "departure": { "time": "1772041513" }, "stopId": "PROME-E", "stopSequence": 13 }, { "arrival": { "time": "1772041558" }, "departure": { "time": "1772041558" }, "stopId": "CERFEU-E", "stopSequence": 14 }, { "arrival": { "time": "1772041603" }, "departure": { "time": "1772041603" }, "stopId": "MONOD-E", "stopSequence": 15 }, { "arrival": { "time": "1772041648" }, "departure": { "time": "1772041648" }, "stopId": "CITRON-E", "stopSequence": 16 }, { "arrival": { "time": "1772041664" }, "departure": { "time": "1772041664" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1772041788" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260034" } } }, { "id": "trip:3755B", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038481" }, "departure": { "time": "1772038481" }, "stopId": "MAROTT-E", "stopSequence": 10 }, { "arrival": { "time": "1772038930" }, "departure": { "time": "1772038930" }, "stopId": "SOUL-E", "stopSequence": 14 }, { "arrival": { "time": "1772039110" }, "departure": { "time": "1772039110" }, "stopId": "BOURG-E", "stopSequence": 15 }, { "arrival": { "time": "1772039203" }, "departure": { "time": "1772039203" }, "stopId": "MORET-E", "stopSequence": 16 }, { "arrival": { "time": "1772039232" }, "departure": { "time": "1772039232" }, "stopId": "MATER89", "stopSequence": 17 }, { "arrival": { "time": "1772039350" }, "departure": { "time": "1772039350" }, "stopId": "ECUILL", "stopSequence": 18 } ], "trip": { "routeId": "37", "tripId": "3755B" } } }, { "id": "trip:6257727", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038618" }, "departure": { "time": "1772038618" }, "stopId": "MENDES-E", "stopSequence": 35 }, { "arrival": { "time": "1772038784" }, "departure": { "time": "1772038784" }, "stopId": "SAVARY-E", "stopSequence": 36 }, { "arrival": { "time": "1772038830" }, "departure": { "time": "1772038830" }, "stopId": "MUSSET-E", "stopSequence": 37 }, { "arrival": { "time": "1772038929" }, "departure": { "time": "1772038929" }, "stopId": "LUTIN-E", "stopSequence": 38 }, { "arrival": { "time": "1772038984" }, "departure": { "time": "1772038984" }, "stopId": "MACE-E", "stopSequence": 39 }, { "arrival": { "time": "1772039020" }, "departure": { "time": "1772039020" }, "stopId": "DESJAR-E", "stopSequence": 40 }, { "arrival": { "time": "1772039084" }, "departure": { "time": "1772039084" }, "stopId": "BRISEP-E", "stopSequence": 41 }, { "arrival": { "time": "1772039168" }, "departure": { "time": "1772039168" }, "stopId": "MIMOSA-E", "stopSequence": 42 }, { "arrival": { "time": "1772039210" }, "departure": { "time": "1772039210" }, "stopId": "CHATEN-E", "stopSequence": 43 }, { "arrival": { "time": "1772039303" }, "departure": { "time": "1772039303" }, "stopId": "SOLELE-E", "stopSequence": 44 }, { "arrival": { "time": "1772039337" }, "departure": { "time": "1772039337" }, "stopId": "SEPSON-E", "stopSequence": 45 }, { "arrival": { "time": "1772039384" }, "stopId": "BANCST-E", "stopSequence": 46 }, { "arrival": { "time": "1772039361" }, "departure": { "time": "1772039361" }, "scheduleRelationship": "SKIPPED", "stopId": "RTEPAR-E", "stopSequence": 47 }, { "arrival": { "time": "1772039437" }, "departure": { "time": "1772039437" }, "scheduleRelationship": "SKIPPED", "stopId": "PROVIN-E", "stopSequence": 48 }, { "arrival": { "time": "1772039556" }, "stopId": "PARCEX-E", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257727" } } }, { "id": "trip:6544746", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039820" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1772039950" }, "departure": { "time": "1772039950" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1772040044" }, "departure": { "time": "1772040044" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1772040202" }, "departure": { "time": "1772040202" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1772040280" }, "departure": { "time": "1772040280" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1772040438" }, "departure": { "time": "1772040438" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1772040517" }, "departure": { "time": "1772040517" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1772040590" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544746" } } }, { "id": "trip:6258423", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041560" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1772041642" }, "departure": { "time": "1772041642" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1772041665" }, "departure": { "time": "1772041665" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1772041705" }, "departure": { "time": "1772041705" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1772041762" }, "departure": { "time": "1772041762" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1772041819" }, "departure": { "time": "1772041819" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1772041864" }, "departure": { "time": "1772041864" }, "stopId": "MASGEMME", "stopSequence": 6 }, { "arrival": { "time": "1772041922" }, "departure": { "time": "1772041922" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1772041989" }, "departure": { "time": "1772041989" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1772042040" }, "departure": { "time": "1772042040" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1772042062" }, "departure": { "time": "1772042062" }, "stopId": "BELOEIL", "stopSequence": 10 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258423" } } }, { "id": "trip:6541223", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039150" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1772039270" }, "departure": { "time": "1772039270" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1772039380" }, "departure": { "time": "1772039380" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1772039500" }, "departure": { "time": "1772039500" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1772039620" }, "departure": { "time": "1772039620" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1772039710" }, "departure": { "time": "1772039710" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1772039830" }, "departure": { "time": "1772039830" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772039940" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1772040000" }, "departure": { "time": "1772040000" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1772040100" }, "departure": { "time": "1772040100" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1772040200" }, "departure": { "time": "1772040200" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1772040290" }, "departure": { "time": "1772040290" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1772040410" }, "departure": { "time": "1772040410" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1772040510" }, "departure": { "time": "1772040510" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1772040630" }, "departure": { "time": "1772040630" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1772040710" }, "departure": { "time": "1772040710" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1772040830" }, "departure": { "time": "1772040830" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1772040920" }, "departure": { "time": "1772040920" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1772041180" }, "departure": { "time": "1772041180" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1772041350" }, "departure": { "time": "1772041350" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1772041430" }, "departure": { "time": "1772041430" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1772041520" }, "departure": { "time": "1772041520" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1772041610" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541223" } } }, { "id": "trip:6260070", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039040" }, "scheduleRelationship": "SKIPPED", "stopId": "HOPITAL", "stopSequence": 1 }, { "arrival": { "time": "1772039240" }, "departure": { "time": "1772039240" }, "stopId": "HRECULEE", "stopSequence": 2 }, { "arrival": { "time": "1772039298" }, "departure": { "time": "1772039298" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1772039394" }, "departure": { "time": "1772039394" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1772039450" }, "departure": { "time": "1772039450" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1772039456" }, "departure": { "time": "1772039456" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1772039539" }, "departure": { "time": "1772039539" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1772039594" }, "departure": { "time": "1772039594" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1772039682" }, "departure": { "time": "1772039682" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1772039743" }, "departure": { "time": "1772039743" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1772039820" }, "departure": { "time": "1772039820" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1772039873" }, "departure": { "time": "1772039873" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1772039929" }, "departure": { "time": "1772039929" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1772040008" }, "departure": { "time": "1772040008" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1772040090" }, "departure": { "time": "1772040090" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1772040284" }, "departure": { "time": "1772040284" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1772040368" }, "departure": { "time": "1772040368" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1772040438" }, "departure": { "time": "1772040438" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1772040493" }, "departure": { "time": "1772040493" }, "stopId": "BOISRA-E", "stopSequence": 19 }, { "arrival": { "time": "1772040559" }, "departure": { "time": "1772040559" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1772040622" }, "departure": { "time": "1772040622" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1772040678" }, "departure": { "time": "1772040678" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1772040738" }, "departure": { "time": "1772040738" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1772040823" }, "departure": { "time": "1772040823" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1772041008" }, "departure": { "time": "1772041008" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1772041061" }, "departure": { "time": "1772041061" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1772041097" }, "departure": { "time": "1772041097" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1772041128" }, "departure": { "time": "1772041128" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1772041181" }, "departure": { "time": "1772041181" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1772041226" }, "departure": { "time": "1772041226" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1772041333" }, "departure": { "time": "1772041333" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1772041364" }, "departure": { "time": "1772041364" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1772041456" }, "departure": { "time": "1772041456" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1772041525" }, "departure": { "time": "1772041525" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1772041565" }, "departure": { "time": "1772041565" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1772041644" }, "departure": { "time": "1772041644" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1772041702" }, "departure": { "time": "1772041702" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1772041754" }, "departure": { "time": "1772041754" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1772041781" }, "departure": { "time": "1772041781" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1772041868" }, "departure": { "time": "1772041868" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1772041886" }, "departure": { "time": "1772041886" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1772041967" }, "departure": { "time": "1772041967" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1772042065" }, "departure": { "time": "1772042065" }, "stopId": "PETPOR-E", "stopSequence": 43 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260070" } } }, { "id": "trip:6544696", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040840" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1772040920" }, "departure": { "time": "1772040920" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1772040990" }, "departure": { "time": "1772040990" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1772041070" }, "departure": { "time": "1772041070" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1772041160" }, "departure": { "time": "1772041160" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1772041250" }, "departure": { "time": "1772041250" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1772041360" }, "departure": { "time": "1772041360" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1772041520" }, "departure": { "time": "1772041520" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1772041610" }, "departure": { "time": "1772041610" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1772041730" }, "departure": { "time": "1772041730" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1772041810" }, "departure": { "time": "1772041810" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1772041930" }, "departure": { "time": "1772041930" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1772042020" }, "departure": { "time": "1772042020" }, "stopId": "1BMAI", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544696" } } }, { "id": "trip:6257729", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038483" }, "departure": { "time": "1772038483" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1772038545" }, "departure": { "time": "1772038545" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1772038622" }, "departure": { "time": "1772038622" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1772038656" }, "departure": { "time": "1772038656" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1772038717" }, "departure": { "time": "1772038717" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1772038756" }, "departure": { "time": "1772038756" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1772038846" }, "departure": { "time": "1772038846" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1772038905" }, "departure": { "time": "1772038905" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1772039027" }, "departure": { "time": "1772039027" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1772039062" }, "departure": { "time": "1772039062" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1772039112" }, "departure": { "time": "1772039112" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1772039306" }, "departure": { "time": "1772039306" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1772039472" }, "departure": { "time": "1772039472" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1772039518" }, "departure": { "time": "1772039518" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1772039617" }, "departure": { "time": "1772039617" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1772039672" }, "departure": { "time": "1772039672" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1772039708" }, "departure": { "time": "1772039708" }, "stopId": "DESJAR-E", "stopSequence": 34 }, { "arrival": { "time": "1772039772" }, "departure": { "time": "1772039772" }, "stopId": "BRISEP-E", "stopSequence": 35 }, { "arrival": { "time": "1772039856" }, "departure": { "time": "1772039856" }, "stopId": "MIMOSA-E", "stopSequence": 36 }, { "arrival": { "time": "1772039898" }, "departure": { "time": "1772039898" }, "stopId": "CHATEN-E", "stopSequence": 37 }, { "arrival": { "time": "1772039991" }, "departure": { "time": "1772039991" }, "stopId": "SOLELE-E", "stopSequence": 38 }, { "arrival": { "time": "1772040025" }, "departure": { "time": "1772040025" }, "stopId": "SEPSON-E", "stopSequence": 39 }, { "arrival": { "time": "1772040072" }, "departure": { "time": "1772040072" }, "stopId": "BANCST-E", "stopSequence": 40 }, { "arrival": { "time": "1772040173" }, "departure": { "time": "1772040173" }, "stopId": "RTEPAR-E", "stopSequence": 41 }, { "arrival": { "time": "1772040248" }, "departure": { "time": "1772040248" }, "stopId": "PROVIN-E", "stopSequence": 42 }, { "arrival": { "time": "1772040370" }, "stopId": "PARCEX-E", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257729" } } }, { "id": "trip:6545032", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040780" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1772040964" }, "departure": { "time": "1772040964" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1772041079" }, "departure": { "time": "1772041079" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1772041177" }, "departure": { "time": "1772041177" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1772041352" }, "departure": { "time": "1772041352" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1772041440" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545032" } } }, { "id": "trip:6258447", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040600" }, "stopId": "SORGES", "stopSequence": 0 }, { "arrival": { "time": "1772040654" }, "departure": { "time": "1772040654" }, "stopId": "RTSORG-E", "stopSequence": 1 }, { "arrival": { "time": "1772040726" }, "departure": { "time": "1772040726" }, "stopId": "ECURIE", "stopSequence": 2 }, { "arrival": { "time": "1772040814" }, "departure": { "time": "1772040814" }, "stopId": "BAUDRAI", "stopSequence": 3 }, { "arrival": { "time": "1772040840" }, "departure": { "time": "1772040840" }, "stopId": "JEBOUTON", "stopSequence": 4 }, { "arrival": { "time": "1772040946" }, "departure": { "time": "1772040946" }, "stopId": "LAVOIR", "stopSequence": 5 }, { "arrival": { "time": "1772041014" }, "departure": { "time": "1772041014" }, "stopId": "RIOTTEAU", "stopSequence": 6 }, { "arrival": { "time": "1772041054" }, "departure": { "time": "1772041054" }, "stopId": "ALLUMETT", "stopSequence": 7 }, { "arrival": { "time": "1772041107" }, "departure": { "time": "1772041107" }, "stopId": "DAGUERRE", "stopSequence": 8 }, { "arrival": { "time": "1772041162" }, "departure": { "time": "1772041162" }, "stopId": "BELVTR-E", "stopSequence": 9 }, { "arrival": { "time": "1772041229" }, "departure": { "time": "1772041229" }, "stopId": "MARAIS-E", "stopSequence": 10 }, { "arrival": { "time": "1772041323" }, "departure": { "time": "1772041323" }, "stopId": "GASPALON", "stopSequence": 11 }, { "arrival": { "time": "1772041440" }, "departure": { "time": "1772041440" }, "stopId": "VILSANTE", "stopSequence": 12 }, { "arrival": { "time": "1772041477" }, "departure": { "time": "1772041477" }, "stopId": "CORMIER", "stopSequence": 13 }, { "arrival": { "time": "1772041546" }, "departure": { "time": "1772041546" }, "stopId": "STLEONAR", "stopSequence": 14 }, { "arrival": { "time": "1772041575" }, "departure": { "time": "1772041575" }, "stopId": "GERICAUL", "stopSequence": 15 }, { "arrival": { "time": "1772041620" }, "departure": { "time": "1772041620" }, "stopId": "MONGAZON", "stopSequence": 16 }, { "arrival": { "time": "1772041648" }, "departure": { "time": "1772041648" }, "stopId": "KOPA", "stopSequence": 17 }, { "arrival": { "time": "1772041695" }, "departure": { "time": "1772041695" }, "stopId": "DESMAZ", "stopSequence": 18 }, { "arrival": { "time": "1772041737" }, "departure": { "time": "1772041737" }, "stopId": "ANFRANCK", "stopSequence": 19 }, { "arrival": { "time": "1772041785" }, "departure": { "time": "1772041785" }, "stopId": "STJOSEP", "stopSequence": 20 }, { "arrival": { "time": "1772041839" }, "departure": { "time": "1772041839" }, "stopId": "PLDULYCE", "stopSequence": 21 }, { "arrival": { "time": "1772041920" }, "departure": { "time": "1772041980" }, "stopId": "HMAI", "stopSequence": 22 }, { "arrival": { "time": "1772042034" }, "departure": { "time": "1772042034" }, "stopId": "FO-LOR-R", "stopSequence": 23 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258447" } } }, { "id": "trip:6544388", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041320" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1772041363" }, "departure": { "time": "1772041363" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1772041568" }, "departure": { "time": "1772041568" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1772041600" }, "departure": { "time": "1772041600" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1772041823" }, "departure": { "time": "1772041823" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1772041920" }, "departure": { "time": "1772041920" }, "stopId": "LORRAIN1", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544388" } } }, { "id": "trip:6257989", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039755" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1772039791" }, "departure": { "time": "1772039791" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1772039824" }, "departure": { "time": "1772039824" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1772039883" }, "departure": { "time": "1772039883" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1772039914" }, "departure": { "time": "1772039914" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1772039974" }, "departure": { "time": "1772039974" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1772040017" }, "departure": { "time": "1772040017" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1772040055" }, "departure": { "time": "1772040055" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1772040119" }, "departure": { "time": "1772040119" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1772040159" }, "departure": { "time": "1772040159" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1772040198" }, "departure": { "time": "1772040198" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1772040235" }, "departure": { "time": "1772040235" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1772040328" }, "departure": { "time": "1772040328" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1772040358" }, "departure": { "time": "1772040358" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1772040422" }, "departure": { "time": "1772040422" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1772040459" }, "departure": { "time": "1772040459" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1772040500" }, "departure": { "time": "1772040500" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1772040623" }, "departure": { "time": "1772040623" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1772040670" }, "departure": { "time": "1772040670" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1772040749" }, "departure": { "time": "1772040749" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1772040799" }, "departure": { "time": "1772040799" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1772040860" }, "departure": { "time": "1772040860" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1772040926" }, "departure": { "time": "1772040926" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1772040989" }, "departure": { "time": "1772040989" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1772041067" }, "departure": { "time": "1772041067" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1772041165" }, "departure": { "time": "1772041165" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1772041261" }, "departure": { "time": "1772041261" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1772041330" }, "departure": { "time": "1772041330" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1772041368" }, "departure": { "time": "1772041368" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1772041207" }, "departure": { "time": "1772041207" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1772041295" }, "departure": { "time": "1772041295" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1772041514" }, "departure": { "time": "1772041514" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1772041580" }, "departure": { "time": "1772041580" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1772041649" }, "departure": { "time": "1772041649" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1772041743" }, "departure": { "time": "1772041743" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1772041794" }, "departure": { "time": "1772041794" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1772041916" }, "departure": { "time": "1772041916" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1772041976" }, "departure": { "time": "1772041976" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1772042015" }, "departure": { "time": "1772042220" }, "stopId": "LOR-FO-A", "stopSequence": 42 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257989" } } }, { "id": "trip:6258415", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039040" }, "stopId": "VERNUSSO", "stopSequence": 0 }, { "arrival": { "time": "1772039177" }, "departure": { "time": "1772039177" }, "stopId": "POUILLE", "stopSequence": 1 }, { "arrival": { "time": "1772039223" }, "departure": { "time": "1772039223" }, "stopId": "PATUREAU", "stopSequence": 2 }, { "arrival": { "time": "1772039295" }, "departure": { "time": "1772039295" }, "stopId": "FRANVILL", "stopSequence": 4 }, { "arrival": { "time": "1772039340" }, "departure": { "time": "1772039340" }, "stopId": "GGESSAND", "stopSequence": 5 }, { "arrival": { "time": "1772039381" }, "departure": { "time": "1772039381" }, "stopId": "MACURIE", "stopSequence": 6 }, { "arrival": { "time": "1772039419" }, "departure": { "time": "1772039419" }, "stopId": "JEROSTAN", "stopSequence": 7 }, { "arrival": { "time": "1772039458" }, "departure": { "time": "1772039458" }, "stopId": "RONCIERE", "stopSequence": 8 }, { "arrival": { "time": "1772039495" }, "departure": { "time": "1772039495" }, "stopId": "GUILLE-E", "stopSequence": 9 }, { "arrival": { "time": "1772039580" }, "departure": { "time": "1772039580" }, "stopId": "JEBOUTON", "stopSequence": 10 }, { "arrival": { "time": "1772039686" }, "departure": { "time": "1772039686" }, "stopId": "LAVOIR", "stopSequence": 11 }, { "arrival": { "time": "1772039754" }, "departure": { "time": "1772039754" }, "stopId": "RIOTTEAU", "stopSequence": 12 }, { "arrival": { "time": "1772039794" }, "departure": { "time": "1772039794" }, "stopId": "ALLUMETT", "stopSequence": 13 }, { "arrival": { "time": "1772039847" }, "departure": { "time": "1772039847" }, "stopId": "DAGUERRE", "stopSequence": 14 }, { "arrival": { "time": "1772039902" }, "departure": { "time": "1772039902" }, "stopId": "BELVTR-E", "stopSequence": 15 }, { "arrival": { "time": "1772039969" }, "departure": { "time": "1772039969" }, "stopId": "MARAIS-E", "stopSequence": 16 }, { "arrival": { "time": "1772040063" }, "departure": { "time": "1772040063" }, "stopId": "GASPALON", "stopSequence": 17 }, { "arrival": { "time": "1772040180" }, "departure": { "time": "1772040180" }, "stopId": "VILSANTE", "stopSequence": 18 }, { "arrival": { "time": "1772040217" }, "departure": { "time": "1772040217" }, "stopId": "CORMIER", "stopSequence": 19 }, { "arrival": { "time": "1772040286" }, "departure": { "time": "1772040286" }, "stopId": "STLEONAR", "stopSequence": 20 }, { "arrival": { "time": "1772040315" }, "departure": { "time": "1772040315" }, "stopId": "GERICAUL", "stopSequence": 21 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "stopId": "MONGAZON", "stopSequence": 22 }, { "arrival": { "time": "1772040394" }, "departure": { "time": "1772040394" }, "stopId": "KOPA", "stopSequence": 23 }, { "arrival": { "time": "1772040451" }, "departure": { "time": "1772040451" }, "stopId": "DESMAZ", "stopSequence": 24 }, { "arrival": { "time": "1772040501" }, "departure": { "time": "1772040501" }, "stopId": "ANFRANCK", "stopSequence": 25 }, { "arrival": { "time": "1772040558" }, "departure": { "time": "1772040558" }, "stopId": "STJOSEP", "stopSequence": 26 }, { "arrival": { "time": "1772040623" }, "departure": { "time": "1772040623" }, "stopId": "PLDULYCE", "stopSequence": 27 }, { "arrival": { "time": "1772040720" }, "departure": { "time": "1772040780" }, "stopId": "HMAI", "stopSequence": 28 }, { "arrival": { "time": "1772040834" }, "departure": { "time": "1772040834" }, "stopId": "FO-LOR-R", "stopSequence": 29 }, { "arrival": { "time": "1772040945" }, "departure": { "time": "1772040945" }, "stopId": "STAUBI-E", "stopSequence": 30 }, { "arrival": { "time": "1772040998" }, "departure": { "time": "1772040998" }, "stopId": "HARAS-E", "stopSequence": 31 }, { "arrival": { "time": "1772041140" }, "departure": { "time": "1772041140" }, "stopId": "LESGAR-E", "stopSequence": 32 }, { "arrival": { "time": "1772041229" }, "departure": { "time": "1772041229" }, "stopId": "SEMARD-E", "stopSequence": 33 }, { "arrival": { "time": "1772041268" }, "departure": { "time": "1772041268" }, "stopId": "PONTNO-E", "stopSequence": 34 }, { "arrival": { "time": "1772041343" }, "departure": { "time": "1772041343" }, "stopId": "POIREL-E", "stopSequence": 35 }, { "arrival": { "time": "1772041384" }, "departure": { "time": "1772041384" }, "stopId": "VAUBAN-E", "stopSequence": 36 }, { "arrival": { "time": "1772041437" }, "departure": { "time": "1772041437" }, "stopId": "FREMUR-E", "stopSequence": 37 }, { "arrival": { "time": "1772041504" }, "departure": { "time": "1772041504" }, "stopId": "STRASB-E", "stopSequence": 38 }, { "arrival": { "time": "1772041620" }, "departure": { "time": "1772041620" }, "stopId": "LETAND-E", "stopSequence": 39 }, { "arrival": { "time": "1772041651" }, "departure": { "time": "1772041651" }, "stopId": "BEDIER-E", "stopSequence": 40 }, { "arrival": { "time": "1772041684" }, "departure": { "time": "1772041684" }, "stopId": "INTREP-E", "stopSequence": 41 }, { "arrival": { "time": "1772041715" }, "departure": { "time": "1772041715" }, "stopId": "MTARDA-E", "stopSequence": 42 }, { "arrival": { "time": "1772041754" }, "departure": { "time": "1772041754" }, "stopId": "AUBRY-E", "stopSequence": 43 }, { "arrival": { "time": "1772041805" }, "departure": { "time": "1772041805" }, "stopId": "COSSE-E", "stopSequence": 44 }, { "arrival": { "time": "1772041868" }, "departure": { "time": "1772041868" }, "stopId": "HUTREA-E", "stopSequence": 45 }, { "arrival": { "time": "1772041889" }, "departure": { "time": "1772041889" }, "stopId": "JOLIVE-E", "stopSequence": 46 }, { "arrival": { "time": "1772041944" }, "departure": { "time": "1772041944" }, "stopId": "BELOEI-E", "stopSequence": 47 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772041980" }, "stopId": "RTEDAN-E", "stopSequence": 48 }, { "arrival": { "time": "1772042026" }, "departure": { "time": "1772042026" }, "stopId": "LESROS-E", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258415" } } }, { "id": "trip:6258481", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039040" }, "stopId": "ROMORNA", "stopSequence": 0 }, { "arrival": { "time": "1772039122" }, "departure": { "time": "1772039122" }, "stopId": "LECHENE", "stopSequence": 1 }, { "arrival": { "time": "1772039145" }, "departure": { "time": "1772039145" }, "stopId": "PORTSG", "stopSequence": 2 }, { "arrival": { "time": "1772039185" }, "departure": { "time": "1772039185" }, "stopId": "VANRIE", "stopSequence": 3 }, { "arrival": { "time": "1772039242" }, "departure": { "time": "1772039242" }, "stopId": "CLOSNEUF", "stopSequence": 4 }, { "arrival": { "time": "1772039299" }, "departure": { "time": "1772039299" }, "stopId": "HOSGEMME", "stopSequence": 5 }, { "arrival": { "time": "1772039344" }, "departure": { "time": "1772039344" }, "stopId": "MASGEMME", "stopSequence": 6 }, { "arrival": { "time": "1772039402" }, "departure": { "time": "1772039402" }, "stopId": "LOUPINO", "stopSequence": 7 }, { "arrival": { "time": "1772039469" }, "departure": { "time": "1772039469" }, "stopId": "LESROSES", "stopSequence": 8 }, { "arrival": { "time": "1772039520" }, "departure": { "time": "1772039520" }, "stopId": "RTEDANGE", "stopSequence": 9 }, { "arrival": { "time": "1772039542" }, "departure": { "time": "1772039542" }, "stopId": "BELOEIL", "stopSequence": 10 }, { "arrival": { "time": "1772039602" }, "departure": { "time": "1772039602" }, "stopId": "JOLIVETT", "stopSequence": 11 }, { "arrival": { "time": "1772039623" }, "departure": { "time": "1772039623" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1772039692" }, "departure": { "time": "1772039692" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1772039729" }, "departure": { "time": "1772039729" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1772039779" }, "departure": { "time": "1772039779" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1772039809" }, "departure": { "time": "1772039809" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1772039846" }, "departure": { "time": "1772039846" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1772039880" }, "departure": { "time": "1772039880" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1772039973" }, "departure": { "time": "1772039973" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1772040029" }, "departure": { "time": "1772040029" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1772040076" }, "departure": { "time": "1772040076" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1772040109" }, "departure": { "time": "1772040109" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1772040168" }, "departure": { "time": "1772040168" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1772040206" }, "departure": { "time": "1772040206" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1772040240" }, "departure": { "time": "1772040240" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1772040486" }, "departure": { "time": "1772040486" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1772040556" }, "departure": { "time": "1772040556" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040720" }, "stopId": "LOHUIT", "stopSequence": 28 }, { "arrival": { "time": "1772040891" }, "departure": { "time": "1772040891" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1772040981" }, "departure": { "time": "1772040981" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1772041059" }, "departure": { "time": "1772041059" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772041116" }, "departure": { "time": "1772041116" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1772041329" }, "departure": { "time": "1772041329" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1772041354" }, "departure": { "time": "1772041354" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1772041451" }, "departure": { "time": "1772041451" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041500" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1772041635" }, "departure": { "time": "1772041635" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1772041731" }, "departure": { "time": "1772041731" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1772041786" }, "departure": { "time": "1772041786" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1772041864" }, "departure": { "time": "1772041864" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1772041922" }, "departure": { "time": "1772041922" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1772041973" }, "departure": { "time": "1772041973" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1772042045" }, "departure": { "time": "1772042045" }, "stopId": "LAVOIR-E", "stopSequence": 45 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258481" } } }, { "id": "trip:6258703", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040480" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1772040502" }, "departure": { "time": "1772040502" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1772040540" }, "departure": { "time": "1772040540" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1772040589" }, "departure": { "time": "1772040589" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1772040658" }, "departure": { "time": "1772040658" }, "stopId": "MALEMBAR", "stopSequence": 4 }, { "arrival": { "time": "1772040747" }, "departure": { "time": "1772040747" }, "stopId": "DEGAULLE", "stopSequence": 5 }, { "arrival": { "time": "1772040818" }, "departure": { "time": "1772040818" }, "stopId": "BAHONNEA", "stopSequence": 6 }, { "arrival": { "time": "1772040950" }, "departure": { "time": "1772040950" }, "stopId": "GENTRIC", "stopSequence": 7 }, { "arrival": { "time": "1772041049" }, "departure": { "time": "1772041049" }, "stopId": "DAUTEL", "stopSequence": 8 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "scheduleRelationship": "SKIPPED", "stopId": "HMTREL", "stopSequence": 9 }, { "arrival": { "time": "1772040762" }, "departure": { "time": "1772040762" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMTRELA", "stopSequence": 10 }, { "arrival": { "time": "1772040808" }, "departure": { "time": "1772040808" }, "scheduleRelationship": "SKIPPED", "stopId": "EGLTRELA", "stopSequence": 11 }, { "arrival": { "time": "1772040864" }, "departure": { "time": "1772040864" }, "scheduleRelationship": "SKIPPED", "stopId": "MAIRTREL", "stopSequence": 12 }, { "arrival": { "time": "1772040926" }, "departure": { "time": "1772040926" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTHIBE", "stopSequence": 13 }, { "arrival": { "time": "1772040995" }, "departure": { "time": "1772040995" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA", "stopSequence": 14 }, { "arrival": { "time": "1772041077" }, "departure": { "time": "1772041077" }, "stopId": "BUISSON", "stopSequence": 15 }, { "arrival": { "time": "1772041137" }, "departure": { "time": "1772041137" }, "stopId": "PYRAM02", "stopSequence": 16 }, { "arrival": { "time": "1772041213" }, "departure": { "time": "1772041213" }, "stopId": "LEFEVRE", "stopSequence": 17 }, { "arrival": { "time": "1772041248" }, "departure": { "time": "1772041248" }, "stopId": "MALAQUAI", "stopSequence": 18 }, { "arrival": { "time": "1772041307" }, "departure": { "time": "1772041307" }, "stopId": "MENARD", "stopSequence": 19 }, { "arrival": { "time": "1772041352" }, "departure": { "time": "1772041352" }, "stopId": "CHOUTEAU", "stopSequence": 20 }, { "arrival": { "time": "1772041422" }, "departure": { "time": "1772041422" }, "stopId": "FRESNAIE", "stopSequence": 21 }, { "arrival": { "time": "1772041507" }, "departure": { "time": "1772041507" }, "stopId": "MARAIS", "stopSequence": 22 }, { "arrival": { "time": "1772041568" }, "departure": { "time": "1772041568" }, "stopId": "BELLVUTR", "stopSequence": 23 }, { "arrival": { "time": "1772041617" }, "departure": { "time": "1772041617" }, "stopId": "LEOLAGRA", "stopSequence": 24 }, { "arrival": { "time": "1772041662" }, "departure": { "time": "1772041662" }, "stopId": "VDLOIRE", "stopSequence": 25 }, { "arrival": { "time": "1772041739" }, "departure": { "time": "1772041739" }, "stopId": "ECLATERI", "stopSequence": 26 }, { "arrival": { "time": "1772041827" }, "departure": { "time": "1772041827" }, "stopId": "JUSTICES", "stopSequence": 27 }, { "arrival": { "time": "1772041859" }, "departure": { "time": "1772041859" }, "stopId": "DELACROI", "stopSequence": 28 }, { "arrival": { "time": "1772041917" }, "departure": { "time": "1772041917" }, "stopId": "SAUMUROI", "stopSequence": 29 }, { "arrival": { "time": "1772041971" }, "departure": { "time": "1772041971" }, "stopId": "MADELEIN", "stopSequence": 30 }, { "arrival": { "time": "1772042007" }, "departure": { "time": "1772042007" }, "stopId": "VOLNEY", "stopSequence": 31 }, { "arrival": { "time": "1772042070" }, "departure": { "time": "1772042070" }, "stopId": "BOURGONN", "stopSequence": 32 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258703" } } }, { "id": "trip:6260005", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038475" }, "departure": { "time": "1772038475" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1772038575" }, "departure": { "time": "1772038575" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1772038614" }, "departure": { "time": "1772038614" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1772038648" }, "departure": { "time": "1772038648" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1772038747" }, "departure": { "time": "1772038747" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1772038748" }, "departure": { "time": "1772038748" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1772038830" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260005" } } }, { "id": "trip:6257481", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041740" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1772041815" }, "departure": { "time": "1772041815" }, "stopId": "CHABOLA.", "stopSequence": 1 }, { "arrival": { "time": "1772041860" }, "departure": { "time": "1772041860" }, "stopId": "BOUZINAC", "stopSequence": 2 }, { "arrival": { "time": "1772041897" }, "departure": { "time": "1772041897" }, "stopId": "RAPIDEX", "stopSequence": 3 }, { "arrival": { "time": "1772041920" }, "departure": { "time": "1772041920" }, "stopId": "VALEO", "stopSequence": 4 }, { "arrival": { "time": "1772041961" }, "departure": { "time": "1772041961" }, "stopId": "POMANJO", "stopSequence": 5 }, { "arrival": { "time": "1772041986" }, "departure": { "time": "1772041986" }, "stopId": "LEMERCIE", "stopSequence": 6 }, { "arrival": { "time": "1772042054" }, "departure": { "time": "1772042054" }, "stopId": "SCANIA", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257481" } } }, { "id": "trip:6258322", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039640" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1772039679" }, "departure": { "time": "1772039679" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1772039719" }, "departure": { "time": "1772039719" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1772039773" }, "departure": { "time": "1772039773" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1772039820" }, "departure": { "time": "1772039820" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1772039843" }, "departure": { "time": "1772039843" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1772039880" }, "departure": { "time": "1772039880" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1772039923" }, "departure": { "time": "1772039923" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1772039985" }, "departure": { "time": "1772039985" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1772040024" }, "departure": { "time": "1772040024" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1772040091" }, "departure": { "time": "1772040091" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1772040144" }, "departure": { "time": "1772040144" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1772040181" }, "departure": { "time": "1772040181" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1772040206" }, "departure": { "time": "1772040206" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1772040246" }, "departure": { "time": "1772040246" }, "scheduleRelationship": "SKIPPED", "stopId": "GRANDMON", "stopSequence": 15 }, { "arrival": { "time": "1772040300" }, "departure": { "time": "1772040300" }, "scheduleRelationship": "SKIPPED", "stopId": "CLINIQUE", "stopSequence": 16 }, { "arrival": { "time": "1772040343" }, "departure": { "time": "1772040343" }, "scheduleRelationship": "SKIPPED", "stopId": "VALOR", "stopSequence": 17 }, { "arrival": { "time": "1772040349" }, "departure": { "time": "1772040349" }, "stopId": "MEIGNANN", "stopSequence": 18 }, { "arrival": { "time": "1772040417" }, "departure": { "time": "1772040417" }, "stopId": "REVERIES", "stopSequence": 19 }, { "arrival": { "time": "1772040481" }, "departure": { "time": "1772040481" }, "stopId": "ROCEPINE", "stopSequence": 20 }, { "arrival": { "time": "1772040522" }, "departure": { "time": "1772040522" }, "stopId": "PARCGARE", "stopSequence": 21 }, { "arrival": { "time": "1772040576" }, "departure": { "time": "1772040576" }, "stopId": "LABRUYER", "stopSequence": 22 }, { "arrival": { "time": "1772040638" }, "departure": { "time": "1772040638" }, "stopId": "RASPAIL", "stopSequence": 23 }, { "arrival": { "time": "1772040687" }, "departure": { "time": "1772040687" }, "stopId": "MONPR-E", "stopSequence": 24 }, { "arrival": { "time": "1772040498" }, "departure": { "time": "1772040498" }, "scheduleRelationship": "SKIPPED", "stopId": "POMONE", "stopSequence": 25 }, { "arrival": { "time": "1772040588" }, "departure": { "time": "1772040588" }, "scheduleRelationship": "SKIPPED", "stopId": "CIOUEST", "stopSequence": 26 }, { "arrival": { "time": "1772040630" }, "departure": { "time": "1772040630" }, "scheduleRelationship": "SKIPPED", "stopId": "CLEMENCE", "stopSequence": 27 }, { "arrival": { "time": "1772040734" }, "departure": { "time": "1772040734" }, "stopId": "DESCAZ-E", "stopSequence": 28 }, { "arrival": { "time": "1772040791" }, "departure": { "time": "1772040791" }, "stopId": "BICHDAVI", "stopSequence": 29 }, { "arrival": { "time": "1772040873" }, "departure": { "time": "1772040873" }, "stopId": "HOTDIEU", "stopSequence": 30 }, { "arrival": { "time": "1772040914" }, "departure": { "time": "1772040914" }, "stopId": "ROCHEFOU", "stopSequence": 31 }, { "arrival": { "time": "1772041089" }, "departure": { "time": "1772041089" }, "stopId": "STSERGEU", "stopSequence": 32 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "MENDESFR", "stopSequence": 33 }, { "arrival": { "time": "1772041506" }, "departure": { "time": "1772041506" }, "stopId": "FO-LOR-R", "stopSequence": 34 }, { "arrival": { "time": "1772041616" }, "departure": { "time": "1772041616" }, "stopId": "STAUBI-E", "stopSequence": 35 }, { "arrival": { "time": "1772041669" }, "departure": { "time": "1772041669" }, "stopId": "HARAS-E", "stopSequence": 36 }, { "arrival": { "time": "1772041832" }, "departure": { "time": "1772041832" }, "stopId": "ANLERO-E", "stopSequence": 37 }, { "arrival": { "time": "1772041905" }, "departure": { "time": "1772041905" }, "stopId": "RABELA-E", "stopSequence": 38 }, { "arrival": { "time": "1772041963" }, "departure": { "time": "1772041963" }, "stopId": "ESA-E", "stopSequence": 39 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258322" } } }, { "id": "trip:6545029", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038620" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1772038804" }, "departure": { "time": "1772038804" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1772038919" }, "departure": { "time": "1772038919" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1772039017" }, "departure": { "time": "1772039017" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1772039100" }, "departure": { "time": "1772039100" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1772039192" }, "departure": { "time": "1772039192" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1772039280" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545029" } } }, { "id": "trip:6054002", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041080" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1772041120" }, "departure": { "time": "1772041120" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1772041116" }, "departure": { "time": "1772041116" }, "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1772041138" }, "departure": { "time": "1772041138" }, "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1772041178" }, "departure": { "time": "1772041178" }, "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1772041217" }, "departure": { "time": "1772041217" }, "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1772041254" }, "departure": { "time": "1772041254" }, "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1772041285" }, "departure": { "time": "1772041285" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1772041339" }, "departure": { "time": "1772041339" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1772041376" }, "departure": { "time": "1772041376" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1772041460" }, "departure": { "time": "1772041460" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1772041525" }, "departure": { "time": "1772041525" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1772041588" }, "departure": { "time": "1772041588" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1772041646" }, "departure": { "time": "1772041646" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1772041681" }, "departure": { "time": "1772041681" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1772041711" }, "departure": { "time": "1772041711" }, "stopId": "VALMAI-E", "stopSequence": 16 }, { "arrival": { "time": "1772041779" }, "departure": { "time": "1772041779" }, "stopId": "PETVIVIE", "stopSequence": 17 }, { "arrival": { "time": "1772041852" }, "departure": { "time": "1772041852" }, "stopId": "PRUNIERS", "stopSequence": 18 }, { "arrival": { "time": "1772041885" }, "departure": { "time": "1772041885" }, "stopId": "CROISETT", "stopSequence": 19 }, { "arrival": { "time": "1772041986" }, "departure": { "time": "1772041986" }, "stopId": "CAMLACMA", "stopSequence": 20 }, { "arrival": { "time": "1772042030" }, "departure": { "time": "1772042030" }, "stopId": "LACDMAIN", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6054002" } } }, { "id": "trip:6544965", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039100" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1772039201" }, "departure": { "time": "1772039201" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1772039310" }, "departure": { "time": "1772039310" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1772039393" }, "departure": { "time": "1772039393" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1772039488" }, "departure": { "time": "1772039488" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1772039601" }, "departure": { "time": "1772039601" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1772039780" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544965" } } }, { "id": "trip:6052725", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038680" }, "stopId": "HTDEMURS", "stopSequence": 0 }, { "arrival": { "time": "1772038720" }, "departure": { "time": "1772038720" }, "stopId": "LABUISSA", "stopSequence": 1 }, { "arrival": { "time": "1772038771" }, "departure": { "time": "1772038771" }, "stopId": "LECOTEAU", "stopSequence": 2 }, { "arrival": { "time": "1772038843" }, "departure": { "time": "1772038843" }, "stopId": "CARMET", "stopSequence": 3 }, { "arrival": { "time": "1772038923" }, "departure": { "time": "1772038923" }, "stopId": "MURSHDV", "stopSequence": 4 }, { "arrival": { "time": "1772038954" }, "departure": { "time": "1772038954" }, "stopId": "LEVESQUE", "stopSequence": 5 }, { "arrival": { "time": "1772039032" }, "departure": { "time": "1772039032" }, "stopId": "ERIGNE", "stopSequence": 6 }, { "arrival": { "time": "1772039061" }, "departure": { "time": "1772039061" }, "stopId": "SOLAND", "stopSequence": 7 }, { "arrival": { "time": "1772039100" }, "departure": { "time": "1772039100" }, "stopId": "GDPRESSO", "stopSequence": 8 }, { "arrival": { "time": "1772039160" }, "departure": { "time": "1772039160" }, "stopId": "BARBOTER", "stopSequence": 9 }, { "arrival": { "time": "1772039224" }, "departure": { "time": "1772039224" }, "stopId": "FONTENE", "stopSequence": 10 }, { "arrival": { "time": "1772039280" }, "departure": { "time": "1772039280" }, "stopId": "BRISSAC", "stopSequence": 11 }, { "arrival": { "time": "1772040300" }, "departure": { "time": "1772040300" }, "stopId": "GARDOT", "stopSequence": 12 }, { "arrival": { "time": "1772040353" }, "departure": { "time": "1772040353" }, "stopId": "STEXUPER", "stopSequence": 13 }, { "arrival": { "time": "1772040412" }, "departure": { "time": "1772040412" }, "stopId": "SECUSOCI", "stopSequence": 14 }, { "arrival": { "time": "1772040540" }, "stopId": "HDVSUB", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052725" } } }, { "id": "trip:6258480", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038359" }, "departure": { "time": "1772038359" }, "stopId": "HUTREAU", "stopSequence": 12 }, { "arrival": { "time": "1772038404" }, "departure": { "time": "1772038404" }, "stopId": "COSSE", "stopSequence": 13 }, { "arrival": { "time": "1772038419" }, "departure": { "time": "1772038419" }, "stopId": "AUBRY", "stopSequence": 14 }, { "arrival": { "time": "1772038464" }, "departure": { "time": "1772038464" }, "stopId": "MTARDAT", "stopSequence": 15 }, { "arrival": { "time": "1772038494" }, "departure": { "time": "1772038494" }, "stopId": "INTREPID", "stopSequence": 16 }, { "arrival": { "time": "1772038531" }, "departure": { "time": "1772038531" }, "stopId": "BEDIER", "stopSequence": 17 }, { "arrival": { "time": "1772038565" }, "departure": { "time": "1772038565" }, "stopId": "LETANDUE", "stopSequence": 18 }, { "arrival": { "time": "1772038672" }, "departure": { "time": "1772038672" }, "stopId": "STRASBOU", "stopSequence": 19 }, { "arrival": { "time": "1772038738" }, "departure": { "time": "1772038738" }, "stopId": "FREMUR", "stopSequence": 20 }, { "arrival": { "time": "1772038793" }, "departure": { "time": "1772038793" }, "stopId": "VAUBAN", "stopSequence": 21 }, { "arrival": { "time": "1772038832" }, "departure": { "time": "1772038832" }, "stopId": "POIREL", "stopSequence": 22 }, { "arrival": { "time": "1772038900" }, "departure": { "time": "1772038900" }, "stopId": "PONTNOIR", "stopSequence": 23 }, { "arrival": { "time": "1772038944" }, "departure": { "time": "1772038944" }, "stopId": "SEMARD", "stopSequence": 24 }, { "arrival": { "time": "1772038984" }, "departure": { "time": "1772038984" }, "stopId": "GARETERM", "stopSequence": 25 }, { "arrival": { "time": "1772039232" }, "departure": { "time": "1772039232" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1772039301" }, "departure": { "time": "1772039301" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1772039405" }, "departure": { "time": "1772039405" }, "stopId": "LOHUIT", "stopSequence": 28 }, { "arrival": { "time": "1772039571" }, "departure": { "time": "1772039571" }, "stopId": "PLDULY-E", "stopSequence": 29 }, { "arrival": { "time": "1772039661" }, "departure": { "time": "1772039661" }, "stopId": "STJOS-E", "stopSequence": 30 }, { "arrival": { "time": "1772039739" }, "departure": { "time": "1772039739" }, "stopId": "ANFRAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772039796" }, "departure": { "time": "1772039796" }, "stopId": "DESMAZ-E", "stopSequence": 32 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772039940" }, "stopId": "MONGAZ-E", "stopSequence": 34 }, { "arrival": { "time": "1772040009" }, "departure": { "time": "1772040009" }, "stopId": "GERICA-E", "stopSequence": 35 }, { "arrival": { "time": "1772040034" }, "departure": { "time": "1772040034" }, "stopId": "STLEON-E", "stopSequence": 36 }, { "arrival": { "time": "1772040131" }, "departure": { "time": "1772040131" }, "stopId": "CORMI-E", "stopSequence": 37 }, { "arrival": { "time": "1772040180" }, "departure": { "time": "1772040180" }, "stopId": "VILSAN-E", "stopSequence": 38 }, { "arrival": { "time": "1772040315" }, "departure": { "time": "1772040315" }, "stopId": "GASPAL-E", "stopSequence": 39 }, { "arrival": { "time": "1772040411" }, "departure": { "time": "1772040411" }, "stopId": "MARAIS", "stopSequence": 40 }, { "arrival": { "time": "1772040466" }, "departure": { "time": "1772040466" }, "stopId": "BELLVUTR", "stopSequence": 41 }, { "arrival": { "time": "1772040544" }, "departure": { "time": "1772040544" }, "stopId": "DAGUER-E", "stopSequence": 42 }, { "arrival": { "time": "1772040602" }, "departure": { "time": "1772040602" }, "stopId": "ALLUME-E", "stopSequence": 43 }, { "arrival": { "time": "1772040653" }, "departure": { "time": "1772040653" }, "stopId": "RIOTTE-E", "stopSequence": 44 }, { "arrival": { "time": "1772040725" }, "departure": { "time": "1772040725" }, "stopId": "LAVOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1772040840" }, "departure": { "time": "1772040840" }, "stopId": "JEBOUT-E", "stopSequence": 46 }, { "arrival": { "time": "1772040893" }, "departure": { "time": "1772040893" }, "stopId": "BAUDRA-E", "stopSequence": 47 }, { "arrival": { "time": "1772041020" }, "stopId": "MOULINMA", "stopSequence": 48 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258480" } } }, { "id": "trip:6258677", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038392" }, "departure": { "time": "1772038411" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1772038466" }, "departure": { "time": "1772038470" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1772038553" }, "departure": { "time": "1772038553" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1772038653" }, "departure": { "time": "1772038653" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1772038756" }, "departure": { "time": "1772038756" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1772038805" }, "departure": { "time": "1772038805" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1772038846" }, "departure": { "time": "1772038846" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1772038936" }, "departure": { "time": "1772038936" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1772039015" }, "departure": { "time": "1772039015" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1772039101" }, "departure": { "time": "1772039101" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1772039149" }, "departure": { "time": "1772039149" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1772039218" }, "departure": { "time": "1772039218" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1772039255" }, "departure": { "time": "1772039255" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1772039331" }, "departure": { "time": "1772039331" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1772039405" }, "departure": { "time": "1772039405" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1772039441" }, "departure": { "time": "1772039441" }, "stopId": "DAUTEL-E", "stopSequence": 23 }, { "arrival": { "time": "1772039545" }, "departure": { "time": "1772039545" }, "stopId": "GENTR-E", "stopSequence": 24 }, { "arrival": { "time": "1772039670" }, "departure": { "time": "1772039670" }, "stopId": "BAHONN-E", "stopSequence": 25 }, { "arrival": { "time": "1772039738" }, "departure": { "time": "1772039738" }, "stopId": "DEGAUL-E", "stopSequence": 26 }, { "arrival": { "time": "1772039812" }, "departure": { "time": "1772039812" }, "stopId": "MALEMB-E", "stopSequence": 27 }, { "arrival": { "time": "1772039358" }, "departure": { "time": "1772039358" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA-E", "stopSequence": 29 }, { "arrival": { "time": "1772039421" }, "departure": { "time": "1772039421" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTHI-E", "stopSequence": 30 }, { "arrival": { "time": "1772039483" }, "departure": { "time": "1772039483" }, "scheduleRelationship": "SKIPPED", "stopId": "MAIRTR-E", "stopSequence": 31 }, { "arrival": { "time": "1772039526" }, "departure": { "time": "1772039526" }, "scheduleRelationship": "SKIPPED", "stopId": "EGLTRE-E", "stopSequence": 32 }, { "arrival": { "time": "1772039562" }, "departure": { "time": "1772039562" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMETR-E", "stopSequence": 33 }, { "arrival": { "time": "1772039640" }, "departure": { "time": "1772039640" }, "scheduleRelationship": "SKIPPED", "stopId": "HMTRE-E", "stopSequence": 34 }, { "arrival": { "time": "1772039720" }, "departure": { "time": "1772039720" }, "scheduleRelationship": "SKIPPED", "stopId": "TRELGA-E", "stopSequence": 35 }, { "arrival": { "time": "1772039970" }, "departure": { "time": "1772039970" }, "stopId": "FMAURI-E", "stopSequence": 36 }, { "arrival": { "time": "1772040015" }, "departure": { "time": "1772040015" }, "stopId": "MALRAU-E", "stopSequence": 37 }, { "arrival": { "time": "1772040060" }, "stopId": "TRELA-AR", "stopSequence": 38 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258677" } } }, { "id": "trip:6544754", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040550" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1772040632" }, "departure": { "time": "1772040632" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1772040718" }, "departure": { "time": "1772040718" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1772040890" }, "departure": { "time": "1772040890" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1772040971" }, "departure": { "time": "1772040971" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1772041132" }, "departure": { "time": "1772041132" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1772041230" }, "departure": { "time": "1772041230" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1772041380" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544754" } } }, { "id": "trip:6544690", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038432" }, "departure": { "time": "1772038440" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1772038560" }, "departure": { "time": "1772038560" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1772038690" }, "departure": { "time": "1772038690" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1772038780" }, "departure": { "time": "1772038780" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1772038900" }, "departure": { "time": "1772038900" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1772039010" }, "departure": { "time": "1772039010" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1772039110" }, "departure": { "time": "1772039110" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1772039190" }, "departure": { "time": "1772039190" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1772039260" }, "departure": { "time": "1772039260" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1772039380" }, "departure": { "time": "1772039380" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1772039480" }, "departure": { "time": "1772039480" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1772039580" }, "departure": { "time": "1772039580" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1772039690" }, "departure": { "time": "1772039690" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1772039800" }, "departure": { "time": "1772039800" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1772039910" }, "departure": { "time": "1772039910" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1772040030" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544690" } } }, { "id": "trip:6052664", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772042956" }, "stopId": "DOMVATER", "stopSequence": 0 }, { "arrival": { "time": "1772041440" }, "departure": { "time": "1772041440" }, "scheduleRelationship": "SKIPPED", "stopId": "CHENOIR", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052664" } } }, { "id": "trip:6258303", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772040487" }, "departure": { "time": "1772040487" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1772040531" }, "departure": { "time": "1772040531" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1772040578" }, "departure": { "time": "1772040578" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1772040639" }, "departure": { "time": "1772040639" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1772040698" }, "departure": { "time": "1772040698" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1772040737" }, "departure": { "time": "1772040737" }, "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1772040797" }, "departure": { "time": "1772040797" }, "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1772040849" }, "departure": { "time": "1772040849" }, "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1772040960" }, "departure": { "time": "1772040960" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1772041015" }, "departure": { "time": "1772041015" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1772041087" }, "departure": { "time": "1772041087" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1772041145" }, "departure": { "time": "1772041145" }, "stopId": "PATUREAU", "stopSequence": 12 }, { "arrival": { "time": "1772041246" }, "departure": { "time": "1772041246" }, "stopId": "GENDRON", "stopSequence": 13 }, { "arrival": { "time": "1772041328" }, "departure": { "time": "1772041328" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1772041417" }, "departure": { "time": "1772041417" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1772041651" }, "departure": { "time": "1772041651" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1772041782" }, "departure": { "time": "1772041782" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1772041855" }, "departure": { "time": "1772041855" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1772041920" }, "departure": { "time": "1772041920" }, "stopId": "ALEROY", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258303" } } }, { "id": "trip:6260007", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040187" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1772040244" }, "departure": { "time": "1772040244" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1772040285" }, "departure": { "time": "1772040285" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1772040332" }, "departure": { "time": "1772040332" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1772040367" }, "departure": { "time": "1772040367" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1772040428" }, "departure": { "time": "1772040428" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1772040469" }, "departure": { "time": "1772040469" }, "stopId": "GRANBELL", "stopSequence": 6 }, { "arrival": { "time": "1772040509" }, "departure": { "time": "1772040509" }, "stopId": "RODIN", "stopSequence": 7 }, { "arrival": { "time": "1772040547" }, "departure": { "time": "1772040547" }, "stopId": "BRGPAILL", "stopSequence": 8 }, { "arrival": { "time": "1772040607" }, "departure": { "time": "1772040607" }, "stopId": "LANDREAU", "stopSequence": 9 }, { "arrival": { "time": "1772040631" }, "departure": { "time": "1772040631" }, "stopId": "GDPERIGN", "stopSequence": 10 }, { "arrival": { "time": "1772040644" }, "departure": { "time": "1772040644" }, "stopId": "INRA", "stopSequence": 11 }, { "arrival": { "time": "1772040662" }, "departure": { "time": "1772040662" }, "stopId": "MOREL", "stopSequence": 12 }, { "arrival": { "time": "1772040722" }, "departure": { "time": "1772040722" }, "stopId": "DARWIN", "stopSequence": 13 }, { "arrival": { "time": "1772040842" }, "departure": { "time": "1772040842" }, "stopId": "CNFPT-E", "stopSequence": 14 }, { "arrival": { "time": "1772041431" }, "departure": { "time": "1772041431" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1772041493" }, "departure": { "time": "1772041493" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1772041570" }, "departure": { "time": "1772041570" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1772041604" }, "departure": { "time": "1772041604" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1772041665" }, "departure": { "time": "1772041665" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1772041704" }, "departure": { "time": "1772041704" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1772041200" }, "departure": { "time": "1772041200" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1772041271" }, "departure": { "time": "1772041271" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1772041349" }, "departure": { "time": "1772041349" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1772041744" }, "stopId": "GAREPAPI", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260007" } } }, { "id": "trip:6258305", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772041327" }, "departure": { "time": "1772041327" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1772041371" }, "departure": { "time": "1772041371" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1772041418" }, "departure": { "time": "1772041418" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1772041479" }, "departure": { "time": "1772041479" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1772041538" }, "departure": { "time": "1772041538" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1772041577" }, "departure": { "time": "1772041577" }, "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1772041637" }, "departure": { "time": "1772041637" }, "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1772041689" }, "departure": { "time": "1772041689" }, "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1772041800" }, "departure": { "time": "1772041800" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1772041855" }, "departure": { "time": "1772041855" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1772041927" }, "departure": { "time": "1772041927" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1772041985" }, "departure": { "time": "1772041985" }, "stopId": "PATUREAU", "stopSequence": 12 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258305" } } }, { "id": "trip:3066", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038365" }, "departure": { "time": "1772038406" }, "stopId": "BEAULIEU", "stopSequence": 16 }, { "arrival": { "time": "1772038434" }, "departure": { "time": "1772038439" }, "stopId": "GENETIER", "stopSequence": 17 }, { "arrival": { "time": "1772038544" }, "departure": { "time": "1772038544" }, "stopId": "MERCIER", "stopSequence": 18 }, { "arrival": { "time": "1772038758" }, "departure": { "time": "1772038758" }, "stopId": "CMONGAZO", "stopSequence": 19 }, { "arrival": { "time": "1772038826" }, "departure": { "time": "1772038826" }, "stopId": "COLOM-E", "stopSequence": 20 }, { "arrival": { "time": "1772038870" }, "departure": { "time": "1772038870" }, "stopId": "HELBO-E", "stopSequence": 21 }, { "arrival": { "time": "1772038949" }, "departure": { "time": "1772038949" }, "stopId": "GRAZE", "stopSequence": 22 }, { "arrival": { "time": "1772039050" }, "departure": { "time": "1772039050" }, "stopId": "SAUBIN-S", "stopSequence": 23 }, { "arrival": { "time": "1772039122" }, "departure": { "time": "1772039122" }, "stopId": "RTEPARIS", "stopSequence": 24 }, { "arrival": { "time": "1772039238" }, "departure": { "time": "1772039238" }, "stopId": "SEPSONET", "stopSequence": 25 }, { "arrival": { "time": "1772039350" }, "departure": { "time": "1772039350" }, "stopId": "CHATENAY", "stopSequence": 26 }, { "arrival": { "time": "1772039460" }, "departure": { "time": "1772039460" }, "stopId": "BRISEPOT", "stopSequence": 27 }, { "arrival": { "time": "1772039589" }, "departure": { "time": "1772039589" }, "stopId": "LUTIN", "stopSequence": 28 }, { "arrival": { "time": "1772039830" }, "departure": { "time": "1772039830" }, "stopId": "HDVSUB", "stopSequence": 29 } ], "trip": { "directionId": 0, "routeId": "30", "tripId": "3066" } } }, { "id": "trip:4056D", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038382" }, "departure": { "time": "1772038399" }, "stopId": "ANDAMAIR", "stopSequence": 7 }, { "arrival": { "time": "1772038490" }, "departure": { "time": "1772038490" }, "stopId": "BRAICOMB", "stopSequence": 8 }, { "arrival": { "time": "1772038579" }, "departure": { "time": "1772038579" }, "stopId": "AZEMA", "stopSequence": 9 }, { "arrival": { "time": "1772038650" }, "departure": { "time": "1772038650" }, "stopId": "BRAI8MAI", "stopSequence": 10 }, { "arrival": { "time": "1772038742" }, "departure": { "time": "1772038742" }, "stopId": "BUISBELL", "stopSequence": 11 }, { "arrival": { "time": "1772038795" }, "departure": { "time": "1772038795" }, "stopId": "BRAIBOIS", "stopSequence": 12 }, { "arrival": { "time": "1772038850" }, "departure": { "time": "1772038850" }, "stopId": "BRAINNAR", "stopSequence": 13 }, { "arrival": { "time": "1772038982" }, "departure": { "time": "1772038982" }, "stopId": "TRELCHEV", "stopSequence": 14 }, { "arrival": { "time": "1772039030" }, "departure": { "time": "1772039030" }, "stopId": "HMTRE-E", "stopSequence": 15 }, { "arrival": { "time": "1772039267" }, "departure": { "time": "1772039267" }, "stopId": "GENTRIC", "stopSequence": 16 }, { "arrival": { "time": "1772039420" }, "departure": { "time": "1772039420" }, "stopId": "MALAQUAI", "stopSequence": 17 }, { "arrival": { "time": "1772039570" }, "departure": { "time": "1772039570" }, "stopId": "FRESNAIE", "stopSequence": 18 }, { "arrival": { "time": "1772039946" }, "departure": { "time": "1772039946" }, "stopId": "JUSTICES", "stopSequence": 19 }, { "arrival": { "time": "1772040050" }, "departure": { "time": "1772040050" }, "stopId": "MILLOT.", "stopSequence": 20 }, { "arrival": { "time": "1772040463" }, "departure": { "time": "1772040463" }, "stopId": "ANLEROY", "stopSequence": 21 }, { "arrival": { "time": "1772040572" }, "departure": { "time": "1772040572" }, "stopId": "PATNOIRE", "stopSequence": 22 }, { "arrival": { "time": "1772040830" }, "departure": { "time": "1772040830" }, "stopId": "GROESPLA", "stopSequence": 23 } ], "trip": { "directionId": 0, "routeId": "40", "tripId": "4056D" } } }, { "id": "trip:6257465", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038369" }, "departure": { "time": "1772038385" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1772038429" }, "departure": { "time": "1772038445" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1772038501" }, "departure": { "time": "1772038501" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1772038574" }, "departure": { "time": "1772038574" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1772038617" }, "departure": { "time": "1772038617" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1772038691" }, "departure": { "time": "1772038691" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1772038753" }, "departure": { "time": "1772038753" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1772038810" }, "departure": { "time": "1772038810" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1772039062" }, "departure": { "time": "1772039062" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1772039141" }, "departure": { "time": "1772039141" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1772039231" }, "departure": { "time": "1772039231" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1772039354" }, "departure": { "time": "1772039354" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1772039438" }, "departure": { "time": "1772039438" }, "stopId": "SAVARY-E", "stopSequence": 33 }, { "arrival": { "time": "1772039473" }, "departure": { "time": "1772039473" }, "stopId": "MUSSET-E", "stopSequence": 34 }, { "arrival": { "time": "1772039549" }, "departure": { "time": "1772039549" }, "stopId": "LUTIN-E", "stopSequence": 35 }, { "arrival": { "time": "1772039591" }, "departure": { "time": "1772039591" }, "stopId": "MACE-E", "stopSequence": 36 }, { "arrival": { "time": "1772039618" }, "departure": { "time": "1772039618" }, "stopId": "DESJAR-E", "stopSequence": 37 }, { "arrival": { "time": "1772039722" }, "departure": { "time": "1772039722" }, "stopId": "ALDUNA-E", "stopSequence": 38 }, { "arrival": { "time": "1772039858" }, "departure": { "time": "1772039858" }, "stopId": "RBRIOL-E", "stopSequence": 39 }, { "arrival": { "time": "1772039890" }, "departure": { "time": "1772039890" }, "stopId": "NOZAY-E", "stopSequence": 40 }, { "arrival": { "time": "1772039947" }, "departure": { "time": "1772039947" }, "stopId": "AUVERG-E", "stopSequence": 41 }, { "arrival": { "time": "1772039554" }, "departure": { "time": "1772039554" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET-E", "stopSequence": 42 }, { "arrival": { "time": "1772039700" }, "departure": { "time": "1772039700" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAI-E", "stopSequence": 43 }, { "arrival": { "time": "1772039727" }, "departure": { "time": "1772039727" }, "scheduleRelationship": "SKIPPED", "stopId": "FACULT-E", "stopSequence": 44 }, { "arrival": { "time": "1772039868" }, "departure": { "time": "1772039868" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE-E", "stopSequence": 45 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772039940" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCIT-E", "stopSequence": 46 }, { "arrival": { "time": "1772040073" }, "departure": { "time": "1772040073" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESO-E", "stopSequence": 47 }, { "arrival": { "time": "1772040146" }, "departure": { "time": "1772040146" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENN-E", "stopSequence": 48 }, { "arrival": { "time": "1772039998" }, "departure": { "time": "1772039998" }, "stopId": "SAVOIE-E", "stopSequence": 49 }, { "arrival": { "time": "1772040077" }, "departure": { "time": "1772040077" }, "stopId": "INDUST-E", "stopSequence": 50 }, { "arrival": { "time": "1772040137" }, "departure": { "time": "1772040137" }, "stopId": "HOTELL-E", "stopSequence": 51 }, { "arrival": { "time": "1772040206" }, "departure": { "time": "1772040206" }, "stopId": "DEBUSS-E", "stopSequence": 52 }, { "arrival": { "time": "1772040259" }, "departure": { "time": "1772040259" }, "stopId": "BOISAB-E", "stopSequence": 53 }, { "arrival": { "time": "1772040293" }, "departure": { "time": "1772040293" }, "stopId": "DUBELL-E", "stopSequence": 54 }, { "arrival": { "time": "1772040392" }, "departure": { "time": "1772040392" }, "stopId": "REDUM-E", "stopSequence": 55 }, { "arrival": { "time": "1772040439" }, "departure": { "time": "1772040439" }, "stopId": "HIPPODRO", "stopSequence": 56 }, { "arrival": { "time": "1772040577" }, "departure": { "time": "1772040577" }, "stopId": "COTTAG-E", "stopSequence": 57 }, { "arrival": { "time": "1772040619" }, "stopId": "EVENTARD", "stopSequence": 58 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257465" } } }, { "id": "trip:6257615", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038445" }, "departure": { "time": "1772038445" }, "stopId": "MIMOSAS", "stopSequence": 12 }, { "arrival": { "time": "1772038511" }, "departure": { "time": "1772038511" }, "stopId": "BRISEPOT", "stopSequence": 13 }, { "arrival": { "time": "1772038562" }, "departure": { "time": "1772038562" }, "stopId": "DESJARDI", "stopSequence": 14 }, { "arrival": { "time": "1772038604" }, "departure": { "time": "1772038604" }, "stopId": "MACE", "stopSequence": 15 }, { "arrival": { "time": "1772038633" }, "departure": { "time": "1772038633" }, "stopId": "LUTIN", "stopSequence": 16 }, { "arrival": { "time": "1772038720" }, "departure": { "time": "1772038720" }, "stopId": "MUSSET", "stopSequence": 17 }, { "arrival": { "time": "1772038760" }, "departure": { "time": "1772038760" }, "stopId": "SAVARY", "stopSequence": 18 }, { "arrival": { "time": "1772038839" }, "departure": { "time": "1772038839" }, "stopId": "MENDESFR", "stopSequence": 23 }, { "arrival": { "time": "1772039045" }, "departure": { "time": "1772039045" }, "stopId": "FO-LOR-R", "stopSequence": 24 }, { "arrival": { "time": "1772039142" }, "departure": { "time": "1772039142" }, "stopId": "STAUBI-E", "stopSequence": 25 }, { "arrival": { "time": "1772039188" }, "departure": { "time": "1772039188" }, "stopId": "HARAS-E", "stopSequence": 26 }, { "arrival": { "time": "1772039330" }, "departure": { "time": "1772039330" }, "stopId": "LESGAR-E", "stopSequence": 27 }, { "arrival": { "time": "1772039445" }, "departure": { "time": "1772039445" }, "stopId": "SEMARD-E", "stopSequence": 28 }, { "arrival": { "time": "1772039502" }, "departure": { "time": "1772039502" }, "stopId": "PONTNO-E", "stopSequence": 29 }, { "arrival": { "time": "1772039561" }, "departure": { "time": "1772039561" }, "stopId": "POIREL-E", "stopSequence": 30 }, { "arrival": { "time": "1772039652" }, "departure": { "time": "1772039652" }, "stopId": "VAUBAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772039671" }, "departure": { "time": "1772039671" }, "stopId": "FREMUR-E", "stopSequence": 32 }, { "arrival": { "time": "1772039746" }, "departure": { "time": "1772039746" }, "stopId": "STRASB-E", "stopSequence": 33 }, { "arrival": { "time": "1772039887" }, "departure": { "time": "1772039887" }, "stopId": "LETAND-E", "stopSequence": 34 }, { "arrival": { "time": "1772039941" }, "departure": { "time": "1772039941" }, "stopId": "BEAUVA-E", "stopSequence": 35 }, { "arrival": { "time": "1772040026" }, "departure": { "time": "1772040026" }, "stopId": "LORETT-E", "stopSequence": 36 }, { "arrival": { "time": "1772040075" }, "departure": { "time": "1772040075" }, "stopId": "MORELI-E", "stopSequence": 37 }, { "arrival": { "time": "1772040152" }, "departure": { "time": "1772040152" }, "stopId": "DELATR-E", "stopSequence": 38 }, { "arrival": { "time": "1772040228" }, "departure": { "time": "1772040228" }, "stopId": "HAUTPR-E", "stopSequence": 39 }, { "arrival": { "time": "1772040347" }, "departure": { "time": "1772040347" }, "stopId": "INTMIL-E", "stopSequence": 40 }, { "arrival": { "time": "1772040429" }, "departure": { "time": "1772040429" }, "stopId": "SAUMUR-E", "stopSequence": 41 }, { "arrival": { "time": "1772040489" }, "departure": { "time": "1772040489" }, "stopId": "DELACR-E", "stopSequence": 42 }, { "arrival": { "time": "1772040513" }, "departure": { "time": "1772040513" }, "stopId": "JUSTIC-E", "stopSequence": 43 }, { "arrival": { "time": "1772040623" }, "departure": { "time": "1772040623" }, "stopId": "ECLATE-E", "stopSequence": 44 }, { "arrival": { "time": "1772040722" }, "departure": { "time": "1772040722" }, "stopId": "VDLOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1772039944" }, "departure": { "time": "1772039944" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 46 }, { "arrival": { "time": "1772040000" }, "departure": { "time": "1772040000" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 47 }, { "arrival": { "time": "1772040087" }, "departure": { "time": "1772040087" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 48 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 49 }, { "arrival": { "time": "1772040753" }, "departure": { "time": "1772040753" }, "stopId": "LEOLAG-E", "stopSequence": 50 }, { "arrival": { "time": "1772040799" }, "departure": { "time": "1772040799" }, "stopId": "DAGUER-E", "stopSequence": 51 }, { "arrival": { "time": "1772040856" }, "departure": { "time": "1772040856" }, "stopId": "ALLUME-E", "stopSequence": 52 }, { "arrival": { "time": "1772040957" }, "departure": { "time": "1772040957" }, "stopId": "RIOTTE-E", "stopSequence": 53 }, { "arrival": { "time": "1772041009" }, "departure": { "time": "1772041009" }, "stopId": "BOURSE-E", "stopSequence": 54 }, { "arrival": { "time": "1772041045" }, "departure": { "time": "1772041045" }, "stopId": "MORLON-E", "stopSequence": 55 }, { "arrival": { "time": "1772041084" }, "departure": { "time": "1772041084" }, "stopId": "PYRAM2-E", "stopSequence": 56 }, { "arrival": { "time": "1772041144" }, "departure": { "time": "1772041144" }, "stopId": "BUISSO-E", "stopSequence": 57 }, { "arrival": { "time": "1772041170" }, "departure": { "time": "1772041170" }, "stopId": "DAUTEL-E", "stopSequence": 58 }, { "arrival": { "time": "1772041241" }, "departure": { "time": "1772041241" }, "stopId": "GENTR-E", "stopSequence": 59 }, { "arrival": { "time": "1772041361" }, "stopId": "SLEZIND", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257615" } } }, { "id": "trip:6260033", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038830" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1772038964" }, "departure": { "time": "1772038964" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1772039043" }, "departure": { "time": "1772039043" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1772039092" }, "departure": { "time": "1772039092" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1772039392" }, "departure": { "time": "1772039392" }, "stopId": "CNFPT", "stopSequence": 4 }, { "arrival": { "time": "1772039512" }, "departure": { "time": "1772039512" }, "stopId": "DARWIN-E", "stopSequence": 5 }, { "arrival": { "time": "1772039632" }, "departure": { "time": "1772039632" }, "stopId": "MOREL-E", "stopSequence": 6 }, { "arrival": { "time": "1772039665" }, "departure": { "time": "1772039665" }, "stopId": "INRA-E", "stopSequence": 7 }, { "arrival": { "time": "1772039708" }, "departure": { "time": "1772039708" }, "stopId": "GDPERI-E", "stopSequence": 8 }, { "arrival": { "time": "1772039708" }, "departure": { "time": "1772039708" }, "stopId": "LANDRE-E", "stopSequence": 9 }, { "arrival": { "time": "1772039806" }, "departure": { "time": "1772039806" }, "stopId": "BRGPAI-E", "stopSequence": 10 }, { "arrival": { "time": "1772039831" }, "departure": { "time": "1772039831" }, "stopId": "RODIN-E", "stopSequence": 11 }, { "arrival": { "time": "1772039898" }, "departure": { "time": "1772039898" }, "stopId": "GRANBE-E", "stopSequence": 12 }, { "arrival": { "time": "1772039938" }, "departure": { "time": "1772039938" }, "stopId": "PROME-E", "stopSequence": 13 }, { "arrival": { "time": "1772039983" }, "departure": { "time": "1772039983" }, "stopId": "CERFEU-E", "stopSequence": 14 }, { "arrival": { "time": "1772040028" }, "departure": { "time": "1772040028" }, "stopId": "MONOD-E", "stopSequence": 15 }, { "arrival": { "time": "1772040073" }, "departure": { "time": "1772040073" }, "stopId": "CITRON-E", "stopSequence": 16 }, { "arrival": { "time": "1772040114" }, "departure": { "time": "1772040114" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1772040223" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260033" } } }, { "id": "trip:6258556", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038498" }, "departure": { "time": "1772038498" }, "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1772038541" }, "departure": { "time": "1772038541" }, "stopId": "CCI", "stopSequence": 63 }, { "arrival": { "time": "1772038661" }, "departure": { "time": "1772038661" }, "stopId": "LICES-E", "stopSequence": 64 }, { "arrival": { "time": "1772038943" }, "departure": { "time": "1772038943" }, "stopId": "ANLERO-E", "stopSequence": 65 }, { "arrival": { "time": "1772039041" }, "departure": { "time": "1772039041" }, "stopId": "MICHEL-E", "stopSequence": 66 }, { "arrival": { "time": "1772039104" }, "departure": { "time": "1772039104" }, "stopId": "BOURGO-E", "stopSequence": 67 }, { "arrival": { "time": "1772039158" }, "departure": { "time": "1772039158" }, "stopId": "VOLNEY-E", "stopSequence": 68 }, { "arrival": { "time": "1772039226" }, "departure": { "time": "1772039226" }, "stopId": "MADELE-E", "stopSequence": 69 }, { "arrival": { "time": "1772039299" }, "departure": { "time": "1772039299" }, "stopId": "JEBOUI-E", "stopSequence": 70 }, { "arrival": { "time": "1772039371" }, "departure": { "time": "1772039371" }, "stopId": "PCOUBE-E", "stopSequence": 71 }, { "arrival": { "time": "1772039406" }, "departure": { "time": "1772039406" }, "stopId": "AROBA-E", "stopSequence": 72 }, { "arrival": { "time": "1772039522" }, "departure": { "time": "1772039522" }, "stopId": "LANGLA-E", "stopSequence": 73 }, { "arrival": { "time": "1772039660" }, "departure": { "time": "1772039660" }, "stopId": "MONTAI-E", "stopSequence": 74 }, { "arrival": { "time": "1772039775" }, "departure": { "time": "1772039775" }, "stopId": "JERUSA-E", "stopSequence": 75 }, { "arrival": { "time": "1772039826" }, "departure": { "time": "1772039826" }, "stopId": "DAGNET-E", "stopSequence": 76 }, { "arrival": { "time": "1772039863" }, "departure": { "time": "1772039863" }, "stopId": "GILLIE-E", "stopSequence": 77 }, { "arrival": { "time": "1772039942" }, "departure": { "time": "1772039942" }, "stopId": "ISORET-E", "stopSequence": 78 }, { "arrival": { "time": "1772040033" }, "departure": { "time": "1772040033" }, "stopId": "VANDE-E", "stopSequence": 79 }, { "arrival": { "time": "1772040092" }, "departure": { "time": "1772040092" }, "stopId": "ORMEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1772040123" }, "departure": { "time": "1772040123" }, "stopId": "CRBLAN-E", "stopSequence": 81 }, { "arrival": { "time": "1772040187" }, "departure": { "time": "1772040187" }, "stopId": "CHATEL-E", "stopSequence": 82 }, { "arrival": { "time": "1772040244" }, "departure": { "time": "1772040244" }, "stopId": "BANCHA-E", "stopSequence": 83 }, { "arrival": { "time": "1772040307" }, "departure": { "time": "1772040307" }, "stopId": "JARDF-E", "stopSequence": 84 }, { "arrival": { "time": "1772040347" }, "departure": { "time": "1772040347" }, "stopId": "SAILLE-E", "stopSequence": 85 }, { "arrival": { "time": "1772040424" }, "stopId": "SAUBIN", "stopSequence": 86 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258556" } } }, { "id": "trip:6054016", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040300" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1772040365" }, "departure": { "time": "1772040365" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1772040402" }, "departure": { "time": "1772040402" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1772040425" }, "departure": { "time": "1772040425" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1772040840" }, "departure": { "time": "1772040840" }, "stopId": "GDMAIN-E", "stopSequence": 4 }, { "arrival": { "time": "1772040897" }, "departure": { "time": "1772040897" }, "stopId": "MAISEN-E", "stopSequence": 5 }, { "arrival": { "time": "1772040940" }, "departure": { "time": "1772040940" }, "stopId": "LACDMA-E", "stopSequence": 6 }, { "arrival": { "time": "1772040988" }, "departure": { "time": "1772040988" }, "stopId": "CAMLAC-E", "stopSequence": 7 }, { "arrival": { "time": "1772041088" }, "departure": { "time": "1772041088" }, "stopId": "CROISE-E", "stopSequence": 8 }, { "arrival": { "time": "1772041117" }, "departure": { "time": "1772041117" }, "stopId": "PRUNIE-E", "stopSequence": 9 }, { "arrival": { "time": "1772041195" }, "departure": { "time": "1772041195" }, "stopId": "PETVIV-E", "stopSequence": 10 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "VALMAINE", "stopSequence": 11 }, { "arrival": { "time": "1772041291" }, "departure": { "time": "1772041291" }, "stopId": "CLOSVIGN", "stopSequence": 12 }, { "arrival": { "time": "1772041328" }, "departure": { "time": "1772041328" }, "stopId": "CHATAI-E", "stopSequence": 13 }, { "arrival": { "time": "1772041382" }, "departure": { "time": "1772041382" }, "stopId": "PIVERD-E", "stopSequence": 14 }, { "arrival": { "time": "1772041440" }, "departure": { "time": "1772041440" }, "stopId": "ARTAUD-E", "stopSequence": 15 }, { "arrival": { "time": "1772041503" }, "departure": { "time": "1772041503" }, "stopId": "HAUBOU-E", "stopSequence": 16 }, { "arrival": { "time": "1772041585" }, "departure": { "time": "1772041585" }, "stopId": "PETPOR-E", "stopSequence": 17 }, { "arrival": { "time": "1772041626" }, "departure": { "time": "1772041626" }, "stopId": "CHEVRI-E", "stopSequence": 18 }, { "arrival": { "time": "1772041680" }, "departure": { "time": "1772041680" }, "stopId": "BOUCHE-E", "stopSequence": 19 }, { "arrival": { "time": "1772041717" }, "departure": { "time": "1772041717" }, "stopId": "CAMPBO-E", "stopSequence": 20 }, { "arrival": { "time": "1772041765" }, "departure": { "time": "1772041765" }, "stopId": "GAREBO-E", "stopSequence": 21 }, { "arrival": { "time": "1772041819" }, "departure": { "time": "1772041819" }, "stopId": "PONTLA-E", "stopSequence": 22 }, { "arrival": { "time": "1772041874" }, "departure": { "time": "1772041874" }, "stopId": "LAPOIN-E", "stopSequence": 23 }, { "arrival": { "time": "1772041902" }, "departure": { "time": "1772041902" }, "stopId": "RANGEA-E", "stopSequence": 24 }, { "arrival": { "time": "1772041958" }, "departure": { "time": "1772041958" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 26 }, { "arrival": { "time": "1772042040" }, "stopId": "CHANTOUR", "stopSequence": 27 } ], "trip": { "directionId": 1, "routeId": "22", "tripId": "6054016" } } }, { "id": "trip:6258676", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038400" }, "departure": { "time": "1772038400" }, "scheduleRelationship": "SKIPPED", "stopId": "TRELGA-E", "stopSequence": 35 }, { "arrival": { "time": "1772038508" }, "departure": { "time": "1772038508" }, "stopId": "FMAURI-E", "stopSequence": 36 }, { "arrival": { "time": "1772038553" }, "departure": { "time": "1772038553" }, "stopId": "MALRAU-E", "stopSequence": 37 }, { "arrival": { "time": "1772038598" }, "stopId": "TRELA-AR", "stopSequence": 38 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258676" } } }, { "id": "trip:6257614", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038356" }, "departure": { "time": "1772038367" }, "stopId": "MALEMB-E", "stopSequence": 63 }, { "arrival": { "time": "1772038486" }, "stopId": "TRELGARE", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257614" } } }, { "id": "trip:6544691", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038385" }, "departure": { "time": "1772038421" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1772038454" }, "departure": { "time": "1772038454" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1772038544" }, "departure": { "time": "1772038544" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1772038654" }, "departure": { "time": "1772038654" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1772038814" }, "departure": { "time": "1772038814" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1772038904" }, "departure": { "time": "1772038904" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1772039024" }, "departure": { "time": "1772039024" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1772039104" }, "departure": { "time": "1772039104" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1772039234" }, "departure": { "time": "1772039234" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1772039324" }, "departure": { "time": "1772039324" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1772039444" }, "departure": { "time": "1772039444" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1772039554" }, "departure": { "time": "1772039554" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1772039654" }, "departure": { "time": "1772039654" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1772039734" }, "departure": { "time": "1772039734" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1772039804" }, "departure": { "time": "1772039804" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1772039924" }, "departure": { "time": "1772039924" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1772040024" }, "departure": { "time": "1772040024" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1772040124" }, "departure": { "time": "1772040124" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1772040234" }, "departure": { "time": "1772040234" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1772040344" }, "departure": { "time": "1772040344" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1772040454" }, "departure": { "time": "1772040454" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1772040574" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544691" } } }, { "id": "trip:6541221", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038455" }, "departure": { "time": "1772038455" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1772038600" }, "departure": { "time": "1772038600" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1772038720" }, "departure": { "time": "1772038720" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1772038810" }, "departure": { "time": "1772038810" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1772038930" }, "departure": { "time": "1772038930" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1772039040" }, "departure": { "time": "1772039040" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1772039100" }, "departure": { "time": "1772039100" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1772039200" }, "departure": { "time": "1772039200" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1772039300" }, "departure": { "time": "1772039300" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1772039390" }, "departure": { "time": "1772039390" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1772039510" }, "departure": { "time": "1772039510" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1772039610" }, "departure": { "time": "1772039610" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1772039730" }, "departure": { "time": "1772039730" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1772039810" }, "departure": { "time": "1772039810" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1772039930" }, "departure": { "time": "1772039930" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1772040020" }, "departure": { "time": "1772040020" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1772040180" }, "departure": { "time": "1772040180" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1772040280" }, "departure": { "time": "1772040280" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1772040450" }, "departure": { "time": "1772040450" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1772040530" }, "departure": { "time": "1772040530" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1772040620" }, "departure": { "time": "1772040620" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1772040710" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541221" } } }, { "id": "trip:6544747", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039470" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1772039552" }, "departure": { "time": "1772039552" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1772039638" }, "departure": { "time": "1772039638" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1772039810" }, "departure": { "time": "1772039810" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1772039891" }, "departure": { "time": "1772039891" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1772040052" }, "departure": { "time": "1772040052" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1772040150" }, "departure": { "time": "1772040150" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1772040300" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544747" } } }, { "id": "trip:6052734", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038980" }, "departure": { "time": "1772038980" }, "stopId": "BRISSA-E", "stopSequence": 4 }, { "arrival": { "time": "1772039055" }, "departure": { "time": "1772039055" }, "stopId": "FONTEN-E", "stopSequence": 5 }, { "arrival": { "time": "1772039092" }, "departure": { "time": "1772039092" }, "stopId": "BARBOT-E", "stopSequence": 6 }, { "arrival": { "time": "1772039160" }, "departure": { "time": "1772039160" }, "stopId": "GDPRES-E", "stopSequence": 7 }, { "arrival": { "time": "1772039193" }, "departure": { "time": "1772039193" }, "stopId": "SOLAND-E", "stopSequence": 8 }, { "arrival": { "time": "1772039232" }, "departure": { "time": "1772039232" }, "stopId": "ERIGNE-E", "stopSequence": 9 }, { "arrival": { "time": "1772039331" }, "departure": { "time": "1772039331" }, "stopId": "LEVESQ-E", "stopSequence": 10 }, { "arrival": { "time": "1772039363" }, "departure": { "time": "1772039363" }, "stopId": "MURSHV-E", "stopSequence": 11 }, { "arrival": { "time": "1772039441" }, "departure": { "time": "1772039441" }, "stopId": "CARMET-E", "stopSequence": 12 }, { "arrival": { "time": "1772039530" }, "departure": { "time": "1772039530" }, "stopId": "LECOTE-E", "stopSequence": 13 }, { "arrival": { "time": "1772039586" }, "departure": { "time": "1772039586" }, "stopId": "LABUIS-E", "stopSequence": 14 }, { "arrival": { "time": "1772039640" }, "stopId": "HTDEMURS", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052734" } } }, { "id": "trip:6258140", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038456" }, "departure": { "time": "1772038456" }, "scheduleRelationship": "SKIPPED", "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1772038474" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258140" } } }, { "id": "trip:6052660", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772042399" }, "stopId": "DOMVATER", "stopSequence": 0 }, { "arrival": { "time": "1772046564" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052660" } } }, { "id": "trip:6257912", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038363" }, "departure": { "time": "1772038379" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1772038442" }, "departure": { "time": "1772038442" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257912" } } }, { "id": "trip:6257593", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038386" }, "departure": { "time": "1772038432" }, "stopId": "HARAS", "stopSequence": 34 }, { "arrival": { "time": "1772038461" }, "departure": { "time": "1772038461" }, "stopId": "STAUBIN", "stopSequence": 35 }, { "arrival": { "time": "1772038602" }, "departure": { "time": "1772038602" }, "stopId": "LORRAIN1", "stopSequence": 36 }, { "arrival": { "time": "1772038706" }, "departure": { "time": "1772038706" }, "stopId": "MENDES-E", "stopSequence": 37 }, { "arrival": { "time": "1772038794" }, "departure": { "time": "1772038794" }, "stopId": "SAVARY-E", "stopSequence": 38 }, { "arrival": { "time": "1772038829" }, "departure": { "time": "1772038829" }, "stopId": "MUSSET-E", "stopSequence": 39 }, { "arrival": { "time": "1772038905" }, "departure": { "time": "1772038905" }, "stopId": "LUTIN-E", "stopSequence": 40 }, { "arrival": { "time": "1772038947" }, "departure": { "time": "1772038947" }, "stopId": "MACE-E", "stopSequence": 41 }, { "arrival": { "time": "1772038974" }, "departure": { "time": "1772038974" }, "stopId": "DESJAR-E", "stopSequence": 42 }, { "arrival": { "time": "1772039078" }, "departure": { "time": "1772039078" }, "stopId": "ALDUNA-E", "stopSequence": 43 }, { "arrival": { "time": "1772038745" }, "departure": { "time": "1772038745" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 46 }, { "arrival": { "time": "1772038920" }, "departure": { "time": "1772038920" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 47 }, { "arrival": { "time": "1772039064" }, "departure": { "time": "1772039064" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 48 }, { "arrival": { "time": "1772039156" }, "departure": { "time": "1772039156" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 49 }, { "arrival": { "time": "1772039216" }, "departure": { "time": "1772039216" }, "stopId": "RBRIOL-E", "stopSequence": 50 }, { "arrival": { "time": "1772039253" }, "departure": { "time": "1772039253" }, "stopId": "NOZAY-E", "stopSequence": 51 }, { "arrival": { "time": "1772039320" }, "departure": { "time": "1772039320" }, "stopId": "AUVERG-E", "stopSequence": 52 }, { "arrival": { "time": "1772039377" }, "departure": { "time": "1772039377" }, "stopId": "SAVOIE-E", "stopSequence": 53 }, { "arrival": { "time": "1772039465" }, "departure": { "time": "1772039465" }, "stopId": "INDUST-E", "stopSequence": 54 }, { "arrival": { "time": "1772039529" }, "departure": { "time": "1772039529" }, "stopId": "HOTELL-E", "stopSequence": 55 }, { "arrival": { "time": "1772039615" }, "departure": { "time": "1772039615" }, "stopId": "DEBUMO-E", "stopSequence": 56 }, { "arrival": { "time": "1772039724" }, "departure": { "time": "1772039724" }, "stopId": "RTEPAR-E", "stopSequence": 57 }, { "arrival": { "time": "1772039795" }, "stopId": "PROVIN-E", "stopSequence": 58 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257593" } } }, { "id": "trip:6258737", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039820" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1772039913" }, "departure": { "time": "1772039913" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1772039957" }, "departure": { "time": "1772039957" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1772040200" }, "departure": { "time": "1772040200" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1772040251" }, "departure": { "time": "1772040251" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1772040294" }, "departure": { "time": "1772040294" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1772040349" }, "departure": { "time": "1772040349" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1772040479" }, "departure": { "time": "1772040479" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1772040528" }, "departure": { "time": "1772040528" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1772040628" }, "departure": { "time": "1772040628" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1772040731" }, "departure": { "time": "1772040731" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1772040780" }, "departure": { "time": "1772040780" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1772040821" }, "departure": { "time": "1772040821" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1772040911" }, "departure": { "time": "1772040911" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1772040990" }, "departure": { "time": "1772040990" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1772041076" }, "departure": { "time": "1772041076" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1772041124" }, "departure": { "time": "1772041124" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1772041193" }, "departure": { "time": "1772041193" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1772041230" }, "departure": { "time": "1772041230" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1772041306" }, "departure": { "time": "1772041306" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1772041416" }, "departure": { "time": "1772041416" }, "stopId": "DAUTEL-E", "stopSequence": 23 }, { "arrival": { "time": "1772041520" }, "departure": { "time": "1772041520" }, "stopId": "GENTR-E", "stopSequence": 24 }, { "arrival": { "time": "1772041645" }, "departure": { "time": "1772041645" }, "stopId": "BAHONN-E", "stopSequence": 25 }, { "arrival": { "time": "1772041713" }, "departure": { "time": "1772041713" }, "stopId": "DEGAUL-E", "stopSequence": 26 }, { "arrival": { "time": "1772041787" }, "departure": { "time": "1772041787" }, "stopId": "MALEMB-E", "stopSequence": 27 }, { "arrival": { "time": "1772041458" }, "departure": { "time": "1772041458" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA-E", "stopSequence": 29 }, { "arrival": { "time": "1772041521" }, "departure": { "time": "1772041521" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTHI-E", "stopSequence": 30 }, { "arrival": { "time": "1772041583" }, "departure": { "time": "1772041583" }, "scheduleRelationship": "SKIPPED", "stopId": "MAIRTR-E", "stopSequence": 31 }, { "arrival": { "time": "1772041626" }, "departure": { "time": "1772041626" }, "scheduleRelationship": "SKIPPED", "stopId": "EGLTRE-E", "stopSequence": 32 }, { "arrival": { "time": "1772041662" }, "departure": { "time": "1772041662" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMETR-E", "stopSequence": 33 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "scheduleRelationship": "SKIPPED", "stopId": "HMTRE-E", "stopSequence": 34 }, { "arrival": { "time": "1772041820" }, "departure": { "time": "1772041820" }, "scheduleRelationship": "SKIPPED", "stopId": "TRELGA-E", "stopSequence": 35 }, { "arrival": { "time": "1772041945" }, "departure": { "time": "1772041945" }, "stopId": "FMAURI-E", "stopSequence": 36 }, { "arrival": { "time": "1772041990" }, "departure": { "time": "1772041990" }, "stopId": "MALRAU-E", "stopSequence": 37 }, { "arrival": { "time": "1772042035" }, "stopId": "TRELA-AR", "stopSequence": 38 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258737" } } }, { "id": "trip:6258324", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041440" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1772041479" }, "departure": { "time": "1772041479" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1772041519" }, "departure": { "time": "1772041519" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1772041573" }, "departure": { "time": "1772041573" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1772041620" }, "departure": { "time": "1772041620" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1772041643" }, "departure": { "time": "1772041643" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1772041680" }, "departure": { "time": "1772041680" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1772041717" }, "departure": { "time": "1772041717" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1772041770" }, "departure": { "time": "1772041770" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1772041803" }, "departure": { "time": "1772041803" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1772041861" }, "departure": { "time": "1772041861" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1772041906" }, "departure": { "time": "1772041906" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1772041937" }, "departure": { "time": "1772041937" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1772041959" }, "departure": { "time": "1772041959" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1772041994" }, "departure": { "time": "1772041994" }, "scheduleRelationship": "SKIPPED", "stopId": "GRANDMON", "stopSequence": 15 }, { "arrival": { "time": "1772042040" }, "departure": { "time": "1772042040" }, "scheduleRelationship": "SKIPPED", "stopId": "CLINIQUE", "stopSequence": 16 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258324" } } }, { "id": "trip:6258574", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039640" }, "stopId": "BENE", "stopSequence": 0 }, { "arrival": { "time": "1772039694" }, "departure": { "time": "1772039694" }, "stopId": "JUIGDEP", "stopSequence": 1 }, { "arrival": { "time": "1772039726" }, "departure": { "time": "1772039726" }, "stopId": "CAMPJUIG", "stopSequence": 2 }, { "arrival": { "time": "1772039754" }, "departure": { "time": "1772039754" }, "stopId": "RENOIR", "stopSequence": 3 }, { "arrival": { "time": "1772039782" }, "departure": { "time": "1772039782" }, "stopId": "RECLAIR", "stopSequence": 4 }, { "arrival": { "time": "1772039815" }, "departure": { "time": "1772039815" }, "stopId": "DOMVATER", "stopSequence": 5 }, { "arrival": { "time": "1772040054" }, "departure": { "time": "1772040054" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1772040056" }, "departure": { "time": "1772040056" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1772040127" }, "departure": { "time": "1772040127" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1772039820" }, "departure": { "time": "1772039820" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL", "stopSequence": 9 }, { "arrival": { "time": "1772039844" }, "departure": { "time": "1772039844" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTILL", "stopSequence": 10 }, { "arrival": { "time": "1772040002" }, "departure": { "time": "1772040002" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1772040037" }, "departure": { "time": "1772040037" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1772040058" }, "departure": { "time": "1772040058" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1772040090" }, "departure": { "time": "1772040090" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1772040187" }, "departure": { "time": "1772040187" }, "stopId": "ZOLA", "stopSequence": 15 }, { "arrival": { "time": "1772040244" }, "departure": { "time": "1772040244" }, "stopId": "BELAIR", "stopSequence": 16 }, { "arrival": { "time": "1772040304" }, "departure": { "time": "1772040304" }, "stopId": "ESPMONTR", "stopSequence": 17 }, { "arrival": { "time": "1772040373" }, "departure": { "time": "1772040373" }, "stopId": "PLATFLEU", "stopSequence": 18 }, { "arrival": { "time": "1772040436" }, "departure": { "time": "1772040436" }, "stopId": "JEHUEZ", "stopSequence": 19 }, { "arrival": { "time": "1772040487" }, "departure": { "time": "1772040487" }, "stopId": "MASTELLE", "stopSequence": 20 }, { "arrival": { "time": "1772040526" }, "departure": { "time": "1772040526" }, "stopId": "AVENEURO", "stopSequence": 21 }, { "arrival": { "time": "1772040544" }, "departure": { "time": "1772040544" }, "stopId": "DANEMA", "stopSequence": 22 }, { "arrival": { "time": "1772040600" }, "departure": { "time": "1772040600" }, "stopId": "ALLEMAGN", "stopSequence": 23 }, { "arrival": { "time": "1772040632" }, "departure": { "time": "1772040632" }, "stopId": "ITALIE", "stopSequence": 24 }, { "arrival": { "time": "1772040668" }, "departure": { "time": "1772040668" }, "stopId": "IRLANDE", "stopSequence": 25 }, { "arrival": { "time": "1772040717" }, "departure": { "time": "1772040717" }, "stopId": "AUTRICH", "stopSequence": 26 }, { "arrival": { "time": "1772040736" }, "departure": { "time": "1772040736" }, "stopId": "PLOTTIER", "stopSequence": 27 }, { "arrival": { "time": "1772040787" }, "departure": { "time": "1772040787" }, "stopId": "CCADEA", "stopSequence": 28 }, { "arrival": { "time": "1772040813" }, "departure": { "time": "1772040813" }, "stopId": "AUCHAN", "stopSequence": 29 }, { "arrival": { "time": "1772040967" }, "departure": { "time": "1772040967" }, "stopId": "AARDBUS", "stopSequence": 30 }, { "arrival": { "time": "1772041011" }, "departure": { "time": "1772041011" }, "stopId": "POIVRE", "stopSequence": 31 }, { "arrival": { "time": "1772041051" }, "departure": { "time": "1772041051" }, "stopId": "BONPLAND", "stopSequence": 32 }, { "arrival": { "time": "1772041097" }, "departure": { "time": "1772041097" }, "stopId": "LEPRE", "stopSequence": 33 }, { "arrival": { "time": "1772041147" }, "departure": { "time": "1772041147" }, "stopId": "SALET-AR", "stopSequence": 34 }, { "arrival": { "time": "1772041179" }, "departure": { "time": "1772041179" }, "stopId": "RIPOLLE", "stopSequence": 35 }, { "arrival": { "time": "1772041230" }, "departure": { "time": "1772041230" }, "stopId": "PEGARDE", "stopSequence": 36 }, { "arrival": { "time": "1772041277" }, "departure": { "time": "1772041277" }, "stopId": "CIAVRILL", "stopSequence": 37 }, { "arrival": { "time": "1772041327" }, "departure": { "time": "1772041327" }, "stopId": "MAIRAVR", "stopSequence": 38 }, { "arrival": { "time": "1772041369" }, "departure": { "time": "1772041369" }, "stopId": "MAUFINE", "stopSequence": 39 }, { "arrival": { "time": "1772041430" }, "departure": { "time": "1772041430" }, "stopId": "DELAUNE", "stopSequence": 40 }, { "arrival": { "time": "1772041468" }, "departure": { "time": "1772041468" }, "stopId": "BEURRIER", "stopSequence": 41 }, { "arrival": { "time": "1772041534" }, "departure": { "time": "1772041534" }, "stopId": "BRASSENS", "stopSequence": 42 }, { "arrival": { "time": "1772041583" }, "departure": { "time": "1772041583" }, "stopId": "RONDE", "stopSequence": 43 }, { "arrival": { "time": "1772041626" }, "departure": { "time": "1772041626" }, "stopId": "PLAMAY", "stopSequence": 44 }, { "arrival": { "time": "1772041682" }, "departure": { "time": "1772041682" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1772041733" }, "departure": { "time": "1772041733" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1772041811" }, "departure": { "time": "1772041811" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1772041849" }, "departure": { "time": "1772041849" }, "stopId": "GASNIER", "stopSequence": 48 }, { "arrival": { "time": "1772041906" }, "departure": { "time": "1772041906" }, "stopId": "GOURONNI", "stopSequence": 49 }, { "arrival": { "time": "1772041978" }, "departure": { "time": "1772041978" }, "stopId": "CLOUET", "stopSequence": 50 }, { "arrival": { "time": "1772042011" }, "departure": { "time": "1772042011" }, "stopId": "BICHLAZA", "stopSequence": 51 }, { "arrival": { "time": "1772042042" }, "departure": { "time": "1772042042" }, "stopId": "DESCAZEA", "stopSequence": 52 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258574" } } }, { "id": "trip:6257478", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038517" }, "departure": { "time": "1772038517" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1772038713" }, "departure": { "time": "1772038713" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1772038814" }, "departure": { "time": "1772038814" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1772038849" }, "departure": { "time": "1772038849" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1772038988" }, "departure": { "time": "1772038988" }, "stopId": "LESGAR-E", "stopSequence": 31 }, { "arrival": { "time": "1772039111" }, "departure": { "time": "1772039111" }, "stopId": "SEMARD-E", "stopSequence": 32 }, { "arrival": { "time": "1772039145" }, "departure": { "time": "1772039145" }, "stopId": "PONTNO-E", "stopSequence": 33 }, { "arrival": { "time": "1772039253" }, "departure": { "time": "1772039253" }, "stopId": "POIREL-E", "stopSequence": 34 }, { "arrival": { "time": "1772039246" }, "departure": { "time": "1772039246" }, "stopId": "VAUBAN-E", "stopSequence": 35 }, { "arrival": { "time": "1772039325" }, "departure": { "time": "1772039325" }, "stopId": "CHANZY-E", "stopSequence": 36 }, { "arrival": { "time": "1772039385" }, "departure": { "time": "1772039385" }, "stopId": "LAFAYE-E", "stopSequence": 37 }, { "arrival": { "time": "1772039471" }, "departure": { "time": "1772039471" }, "stopId": "MIRABE-E", "stopSequence": 38 }, { "arrival": { "time": "1772039526" }, "departure": { "time": "1772039526" }, "stopId": "CESARG-E", "stopSequence": 39 }, { "arrival": { "time": "1772039565" }, "departure": { "time": "1772039565" }, "stopId": "BLANDE-E", "stopSequence": 40 }, { "arrival": { "time": "1772039621" }, "departure": { "time": "1772039621" }, "stopId": "MUTUAL-E", "stopSequence": 41 }, { "arrival": { "time": "1772039693" }, "departure": { "time": "1772039693" }, "stopId": "VILLES-E", "stopSequence": 42 }, { "arrival": { "time": "1772039742" }, "departure": { "time": "1772039742" }, "stopId": "VIVIER-E", "stopSequence": 43 }, { "arrival": { "time": "1772039805" }, "departure": { "time": "1772039805" }, "stopId": "MARIAN-E", "stopSequence": 44 }, { "arrival": { "time": "1772039856" }, "departure": { "time": "1772039856" }, "stopId": "LINOVE-E", "stopSequence": 45 }, { "arrival": { "time": "1772039895" }, "departure": { "time": "1772039895" }, "stopId": "DANGEL-E", "stopSequence": 46 }, { "arrival": { "time": "1772039955" }, "departure": { "time": "1772039955" }, "stopId": "ATHLET-E", "stopSequence": 47 }, { "arrival": { "time": "1772039999" }, "departure": { "time": "1772039999" }, "stopId": "DIONNE-E", "stopSequence": 48 }, { "arrival": { "time": "1772040045" }, "departure": { "time": "1772040045" }, "stopId": "GENDRO-E", "stopSequence": 49 }, { "arrival": { "time": "1772040089" }, "departure": { "time": "1772040089" }, "stopId": "CHESNA-E", "stopSequence": 50 }, { "arrival": { "time": "1772040137" }, "departure": { "time": "1772040137" }, "stopId": "GIRAD-E", "stopSequence": 51 }, { "arrival": { "time": "1772040232" }, "departure": { "time": "1772040232" }, "stopId": "FRANVILL", "stopSequence": 52 }, { "arrival": { "time": "1772040285" }, "departure": { "time": "1772040285" }, "stopId": "GGESSAND", "stopSequence": 53 }, { "arrival": { "time": "1772040333" }, "departure": { "time": "1772040333" }, "stopId": "MACURIE", "stopSequence": 54 }, { "arrival": { "time": "1772040377" }, "departure": { "time": "1772040377" }, "stopId": "JEROSTAN", "stopSequence": 55 }, { "arrival": { "time": "1772040422" }, "departure": { "time": "1772040422" }, "stopId": "RONCIERE", "stopSequence": 56 }, { "arrival": { "time": "1772040465" }, "departure": { "time": "1772040465" }, "stopId": "GUILLE-E", "stopSequence": 57 }, { "arrival": { "time": "1772040543" }, "departure": { "time": "1772040543" }, "stopId": "BAUDRA-E", "stopSequence": 58 }, { "arrival": { "time": "1772040693" }, "stopId": "MOULINMA", "stopSequence": 59 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257478" } } }, { "id": "trip:6052735", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041620" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1772041779" }, "departure": { "time": "1772041779" }, "stopId": "SECUSO-E", "stopSequence": 1 }, { "arrival": { "time": "1772041830" }, "departure": { "time": "1772041830" }, "stopId": "STEXUP-E", "stopSequence": 2 }, { "arrival": { "time": "1772041920" }, "departure": { "time": "1772041920" }, "stopId": "GARDOT-E", "stopSequence": 3 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052735" } } }, { "id": "trip:6260008", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041798" }, "stopId": "LATOLL", "stopSequence": 0 }, { "arrival": { "time": "1772041845" }, "departure": { "time": "1772041845" }, "stopId": "ECHATS", "stopSequence": 1 }, { "arrival": { "time": "1772041871" }, "departure": { "time": "1772041871" }, "stopId": "CITRONNL", "stopSequence": 2 }, { "arrival": { "time": "1772041918" }, "departure": { "time": "1772041918" }, "stopId": "MONOD", "stopSequence": 3 }, { "arrival": { "time": "1772041951" }, "departure": { "time": "1772041951" }, "stopId": "CERFEUIL", "stopSequence": 4 }, { "arrival": { "time": "1772041999" }, "departure": { "time": "1772041999" }, "stopId": "PROMENIE", "stopSequence": 5 }, { "arrival": { "time": "1772042038" }, "departure": { "time": "1772042038" }, "stopId": "GRANBELL", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "20", "tripId": "6260008" } } }, { "id": "trip:6257954", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038475" }, "departure": { "time": "1772038475" }, "stopId": "MAIL-NAE", "stopSequence": 30 }, { "arrival": { "time": "1772038528" }, "departure": { "time": "1772038528" }, "stopId": "FO-LOR-R", "stopSequence": 31 }, { "arrival": { "time": "1772038640" }, "departure": { "time": "1772038640" }, "stopId": "STAUBI-E", "stopSequence": 32 }, { "arrival": { "time": "1772038706" }, "departure": { "time": "1772038706" }, "stopId": "HARAS-E", "stopSequence": 33 }, { "arrival": { "time": "1772038845" }, "departure": { "time": "1772038845" }, "stopId": "LESGAR-E", "stopSequence": 34 }, { "arrival": { "time": "1772038963" }, "departure": { "time": "1772038963" }, "stopId": "BREMON-E", "stopSequence": 35 }, { "arrival": { "time": "1772039095" }, "departure": { "time": "1772039095" }, "stopId": "ACAD-PLA", "stopSequence": 36 }, { "arrival": { "time": "1772039144" }, "departure": { "time": "1772039144" }, "stopId": "CHDARR-E", "stopSequence": 37 }, { "arrival": { "time": "1772039234" }, "departure": { "time": "1772039234" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1772039274" }, "departure": { "time": "1772039274" }, "stopId": "DUMESN-E", "stopSequence": 39 }, { "arrival": { "time": "1772038740" }, "departure": { "time": "1772038740" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 40 }, { "arrival": { "time": "1772038793" }, "departure": { "time": "1772038793" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 41 }, { "arrival": { "time": "1772038852" }, "departure": { "time": "1772038852" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 42 }, { "arrival": { "time": "1772038980" }, "departure": { "time": "1772038980" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 43 }, { "arrival": { "time": "1772039389" }, "departure": { "time": "1772039389" }, "stopId": "SAJACQ-E", "stopSequence": 44 }, { "arrival": { "time": "1772039458" }, "departure": { "time": "1772039458" }, "stopId": "FARCSJ-E", "stopSequence": 45 }, { "arrival": { "time": "1772039567" }, "departure": { "time": "1772039567" }, "stopId": "MVIGNE-E", "stopSequence": 46 }, { "arrival": { "time": "1772039649" }, "departure": { "time": "1772039649" }, "stopId": "CHBBEI-E", "stopSequence": 47 }, { "arrival": { "time": "1772039704" }, "departure": { "time": "1772039704" }, "stopId": "BOISRA-E", "stopSequence": 48 }, { "arrival": { "time": "1772039770" }, "departure": { "time": "1772039770" }, "stopId": "NDAMLA-E", "stopSequence": 49 }, { "arrival": { "time": "1772039833" }, "departure": { "time": "1772039833" }, "stopId": "POLYTE-E", "stopSequence": 50 }, { "arrival": { "time": "1772039889" }, "departure": { "time": "1772039889" }, "stopId": "CITEUN-E", "stopSequence": 51 }, { "arrival": { "time": "1772039960" }, "departure": { "time": "1772039960" }, "stopId": "RESTUN-E", "stopSequence": 52 }, { "arrival": { "time": "1772040015" }, "departure": { "time": "1772040015" }, "stopId": "I.U.T.-E", "stopSequence": 53 }, { "arrival": { "time": "1772040129" }, "departure": { "time": "1772040129" }, "stopId": "BBCAMT-E", "stopSequence": 54 }, { "arrival": { "time": "1772040171" }, "departure": { "time": "1772040171" }, "stopId": "LENOT-E", "stopSequence": 55 }, { "arrival": { "time": "1772040198" }, "departure": { "time": "1772040198" }, "stopId": "MOREL-E", "stopSequence": 56 }, { "arrival": { "time": "1772040229" }, "departure": { "time": "1772040229" }, "stopId": "INRA-E", "stopSequence": 57 }, { "arrival": { "time": "1772040269" }, "departure": { "time": "1772040269" }, "stopId": "GDPERI-E", "stopSequence": 58 }, { "arrival": { "time": "1772040303" }, "departure": { "time": "1772040303" }, "stopId": "LANDRE-E", "stopSequence": 59 }, { "arrival": { "time": "1772040413" }, "departure": { "time": "1772040413" }, "stopId": "BRGPAI-E", "stopSequence": 60 }, { "arrival": { "time": "1772040442" }, "departure": { "time": "1772040442" }, "stopId": "RODIN-E", "stopSequence": 61 }, { "arrival": { "time": "1772040458" }, "departure": { "time": "1772040458" }, "stopId": "GRANBE-E", "stopSequence": 62 }, { "arrival": { "time": "1772040503" }, "departure": { "time": "1772040503" }, "stopId": "PROME-E", "stopSequence": 63 }, { "arrival": { "time": "1772040541" }, "departure": { "time": "1772040541" }, "stopId": "CERFEU-E", "stopSequence": 64 }, { "arrival": { "time": "1772040616" }, "departure": { "time": "1772040616" }, "stopId": "LASOUR-E", "stopSequence": 65 }, { "arrival": { "time": "1772040674" }, "departure": { "time": "1772040674" }, "stopId": "ROUAIR-E", "stopSequence": 66 }, { "arrival": { "time": "1772040741" }, "departure": { "time": "1772040741" }, "stopId": "VAURAG-E", "stopSequence": 67 }, { "arrival": { "time": "1772040810" }, "departure": { "time": "1772040810" }, "stopId": "PRIEUR-E", "stopSequence": 68 }, { "arrival": { "time": "1772040849" }, "departure": { "time": "1772040849" }, "stopId": "GRANPI-E", "stopSequence": 69 }, { "arrival": { "time": "1772040875" }, "departure": { "time": "1772040875" }, "stopId": "PINSON-E", "stopSequence": 70 }, { "arrival": { "time": "1772040916" }, "departure": { "time": "1772040916" }, "stopId": "FAUVET-E", "stopSequence": 71 }, { "arrival": { "time": "1772040970" }, "stopId": "BEAUCOUZ", "stopSequence": 72 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257954" } } }, { "id": "trip:6544692", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038670" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1772038750" }, "departure": { "time": "1772038750" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1772038820" }, "departure": { "time": "1772038820" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1772038900" }, "departure": { "time": "1772038900" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1772038990" }, "departure": { "time": "1772038990" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1772039080" }, "departure": { "time": "1772039080" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1772039190" }, "departure": { "time": "1772039190" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1772039350" }, "departure": { "time": "1772039350" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1772039440" }, "departure": { "time": "1772039440" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1772039560" }, "departure": { "time": "1772039560" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1772039640" }, "departure": { "time": "1772039640" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1772039770" }, "departure": { "time": "1772039770" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1772039860" }, "departure": { "time": "1772039860" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1772039980" }, "departure": { "time": "1772039980" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1772040090" }, "departure": { "time": "1772040090" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1772040190" }, "departure": { "time": "1772040190" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1772040270" }, "departure": { "time": "1772040270" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1772040340" }, "departure": { "time": "1772040340" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1772040460" }, "departure": { "time": "1772040460" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1772040560" }, "departure": { "time": "1772040560" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1772040770" }, "departure": { "time": "1772040770" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1772040880" }, "departure": { "time": "1772040880" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1772040990" }, "departure": { "time": "1772040990" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1772041110" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544692" } } }, { "id": "trip:6258678", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038583" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1772038689" }, "departure": { "time": "1772038689" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1772038759" }, "departure": { "time": "1772038759" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1772038955" }, "departure": { "time": "1772038955" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1772039103" }, "departure": { "time": "1772039103" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1772039164" }, "departure": { "time": "1772039164" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1772039216" }, "departure": { "time": "1772039216" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1772039282" }, "departure": { "time": "1772039282" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1772039353" }, "departure": { "time": "1772039353" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1772039405" }, "departure": { "time": "1772039405" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1772039461" }, "departure": { "time": "1772039461" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1772039561" }, "departure": { "time": "1772039561" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1772039664" }, "departure": { "time": "1772039664" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1772039713" }, "departure": { "time": "1772039713" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1772039754" }, "departure": { "time": "1772039754" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1772039845" }, "departure": { "time": "1772039845" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1772039924" }, "departure": { "time": "1772039924" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1772040010" }, "departure": { "time": "1772040010" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1772040058" }, "departure": { "time": "1772040058" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1772040127" }, "departure": { "time": "1772040127" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1772040164" }, "departure": { "time": "1772040164" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1772040240" }, "departure": { "time": "1772040240" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1772040280" }, "departure": { "time": "1772040280" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1772040316" }, "departure": { "time": "1772040316" }, "stopId": "DAUTEL-E", "stopSequence": 23 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "stopId": "GENTR-E", "stopSequence": 24 }, { "arrival": { "time": "1772040545" }, "departure": { "time": "1772040545" }, "stopId": "BAHONN-E", "stopSequence": 25 }, { "arrival": { "time": "1772040613" }, "departure": { "time": "1772040613" }, "stopId": "DEGAUL-E", "stopSequence": 26 }, { "arrival": { "time": "1772040687" }, "departure": { "time": "1772040687" }, "stopId": "MALEMB-E", "stopSequence": 27 }, { "arrival": { "time": "1772040078" }, "departure": { "time": "1772040078" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA-E", "stopSequence": 29 }, { "arrival": { "time": "1772040141" }, "departure": { "time": "1772040141" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTHI-E", "stopSequence": 30 }, { "arrival": { "time": "1772040203" }, "departure": { "time": "1772040203" }, "scheduleRelationship": "SKIPPED", "stopId": "MAIRTR-E", "stopSequence": 31 }, { "arrival": { "time": "1772040246" }, "departure": { "time": "1772040246" }, "scheduleRelationship": "SKIPPED", "stopId": "EGLTRE-E", "stopSequence": 32 }, { "arrival": { "time": "1772040282" }, "departure": { "time": "1772040282" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMETR-E", "stopSequence": 33 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "scheduleRelationship": "SKIPPED", "stopId": "HMTRE-E", "stopSequence": 34 }, { "arrival": { "time": "1772040440" }, "departure": { "time": "1772040440" }, "scheduleRelationship": "SKIPPED", "stopId": "TRELGA-E", "stopSequence": 35 }, { "arrival": { "time": "1772040819" }, "departure": { "time": "1772040819" }, "stopId": "FMAURI-E", "stopSequence": 36 }, { "arrival": { "time": "1772040864" }, "departure": { "time": "1772040864" }, "stopId": "MALRAU-E", "stopSequence": 37 }, { "arrival": { "time": "1772040909" }, "stopId": "TRELA-AR", "stopSequence": 38 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258678" } } }, { "id": "trip:6541222", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038800" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1772038920" }, "departure": { "time": "1772038920" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1772039030" }, "departure": { "time": "1772039030" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1772039150" }, "departure": { "time": "1772039150" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1772039270" }, "departure": { "time": "1772039270" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1772039360" }, "departure": { "time": "1772039360" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1772039480" }, "departure": { "time": "1772039480" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1772039590" }, "departure": { "time": "1772039590" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1772039650" }, "departure": { "time": "1772039650" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1772039750" }, "departure": { "time": "1772039750" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1772039850" }, "departure": { "time": "1772039850" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772039940" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1772040060" }, "departure": { "time": "1772040060" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1772040160" }, "departure": { "time": "1772040160" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1772040280" }, "departure": { "time": "1772040280" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1772040480" }, "departure": { "time": "1772040480" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1772040570" }, "stopId": "2VERN", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541222" } } }, { "id": "trip:6258076", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038504" }, "departure": { "time": "1772038504" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1772038680" }, "departure": { "time": "1772038680" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1772038746" }, "departure": { "time": "1772038746" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1772038830" }, "departure": { "time": "1772038830" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1772038876" }, "departure": { "time": "1772038876" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1772038917" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258076" } } }, { "id": "trip:6257974", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038426" }, "departure": { "time": "1772038457" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1772038472" }, "departure": { "time": "1772038472" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1772038510" }, "departure": { "time": "1772038510" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1772038620" }, "departure": { "time": "1772038620" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1772038747" }, "departure": { "time": "1772038747" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1772038835" }, "departure": { "time": "1772038835" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1772038920" }, "departure": { "time": "1772038920" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1772038725" }, "departure": { "time": "1772038725" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1772038795" }, "departure": { "time": "1772038795" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1772038870" }, "departure": { "time": "1772038870" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1772038990" }, "departure": { "time": "1772038990" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1772039037" }, "departure": { "time": "1772039037" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1772039159" }, "departure": { "time": "1772039159" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1772039292" }, "departure": { "time": "1772039292" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1772039342" }, "departure": { "time": "1772039880" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1772039951" }, "departure": { "time": "1772039951" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1772040067" }, "departure": { "time": "1772040067" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1772040193" }, "departure": { "time": "1772040193" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1772040216" }, "departure": { "time": "1772040216" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1772040295" }, "departure": { "time": "1772040295" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1772040362" }, "departure": { "time": "1772040362" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1772040405" }, "departure": { "time": "1772040405" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1772040451" }, "departure": { "time": "1772040451" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1772040540" }, "departure": { "time": "1772040540" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1772040598" }, "departure": { "time": "1772040598" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1772040652" }, "departure": { "time": "1772040652" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1772040722" }, "departure": { "time": "1772040722" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1772040784" }, "departure": { "time": "1772040784" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1772040844" }, "departure": { "time": "1772040844" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1772040900" }, "departure": { "time": "1772040900" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1772040951" }, "departure": { "time": "1772040951" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1772040991" }, "departure": { "time": "1772040991" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1772041032" }, "departure": { "time": "1772041032" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1772041100" }, "departure": { "time": "1772041100" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1772041140" }, "departure": { "time": "1772041140" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1772041229" }, "departure": { "time": "1772041229" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1772041256" }, "departure": { "time": "1772041256" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1772041279" }, "departure": { "time": "1772041279" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1772041315" }, "departure": { "time": "1772041315" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1772041380" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257974" } } }, { "id": "trip:6258561", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038554" }, "departure": { "time": "1772038554" }, "stopId": "PISCMU-E", "stopSequence": 6 }, { "arrival": { "time": "1772038556" }, "departure": { "time": "1772038556" }, "stopId": "PISCMUFF", "stopSequence": 7 }, { "arrival": { "time": "1772038627" }, "departure": { "time": "1772038627" }, "stopId": "ANAFRAN", "stopSequence": 8 }, { "arrival": { "time": "1772038502" }, "departure": { "time": "1772038502" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOUD", "stopSequence": 11 }, { "arrival": { "time": "1772038537" }, "departure": { "time": "1772038537" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGUY", "stopSequence": 12 }, { "arrival": { "time": "1772038558" }, "departure": { "time": "1772038558" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JUI", "stopSequence": 13 }, { "arrival": { "time": "1772038590" }, "departure": { "time": "1772038590" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAUVO", "stopSequence": 14 }, { "arrival": { "time": "1772038687" }, "departure": { "time": "1772038687" }, "stopId": "ZOLA", "stopSequence": 15 }, { "arrival": { "time": "1772038744" }, "departure": { "time": "1772038744" }, "stopId": "BELAIR", "stopSequence": 16 }, { "arrival": { "time": "1772038804" }, "departure": { "time": "1772038804" }, "stopId": "ESPMONTR", "stopSequence": 17 }, { "arrival": { "time": "1772038873" }, "departure": { "time": "1772038873" }, "stopId": "PLATFLEU", "stopSequence": 18 }, { "arrival": { "time": "1772038936" }, "departure": { "time": "1772038936" }, "stopId": "JEHUEZ", "stopSequence": 19 }, { "arrival": { "time": "1772038987" }, "departure": { "time": "1772038987" }, "stopId": "MASTELLE", "stopSequence": 20 }, { "arrival": { "time": "1772039026" }, "departure": { "time": "1772039026" }, "stopId": "AVENEURO", "stopSequence": 21 }, { "arrival": { "time": "1772039044" }, "departure": { "time": "1772039044" }, "stopId": "DANEMA", "stopSequence": 22 }, { "arrival": { "time": "1772039100" }, "departure": { "time": "1772039100" }, "stopId": "ALLEMAGN", "stopSequence": 23 }, { "arrival": { "time": "1772039132" }, "departure": { "time": "1772039132" }, "stopId": "ITALIE", "stopSequence": 24 }, { "arrival": { "time": "1772039168" }, "departure": { "time": "1772039168" }, "stopId": "IRLANDE", "stopSequence": 25 }, { "arrival": { "time": "1772039217" }, "departure": { "time": "1772039217" }, "stopId": "AUTRICH", "stopSequence": 26 }, { "arrival": { "time": "1772039236" }, "departure": { "time": "1772039236" }, "stopId": "PLOTTIER", "stopSequence": 27 }, { "arrival": { "time": "1772039287" }, "departure": { "time": "1772039287" }, "stopId": "CCADEA", "stopSequence": 28 }, { "arrival": { "time": "1772039313" }, "departure": { "time": "1772039313" }, "stopId": "AUCHAN", "stopSequence": 29 }, { "arrival": { "time": "1772039467" }, "departure": { "time": "1772039467" }, "stopId": "AARDBUS", "stopSequence": 30 }, { "arrival": { "time": "1772039511" }, "departure": { "time": "1772039511" }, "stopId": "POIVRE", "stopSequence": 31 }, { "arrival": { "time": "1772039551" }, "departure": { "time": "1772039551" }, "stopId": "BONPLAND", "stopSequence": 32 }, { "arrival": { "time": "1772039597" }, "departure": { "time": "1772039597" }, "stopId": "LEPRE", "stopSequence": 33 }, { "arrival": { "time": "1772039647" }, "departure": { "time": "1772039647" }, "stopId": "SALET-AR", "stopSequence": 34 }, { "arrival": { "time": "1772039679" }, "departure": { "time": "1772039679" }, "stopId": "RIPOLLE", "stopSequence": 35 }, { "arrival": { "time": "1772039730" }, "departure": { "time": "1772039730" }, "stopId": "PEGARDE", "stopSequence": 36 }, { "arrival": { "time": "1772039777" }, "departure": { "time": "1772039777" }, "stopId": "CIAVRILL", "stopSequence": 37 }, { "arrival": { "time": "1772039827" }, "departure": { "time": "1772039827" }, "stopId": "MAIRAVR", "stopSequence": 38 }, { "arrival": { "time": "1772039870" }, "departure": { "time": "1772039870" }, "stopId": "MAUFINE", "stopSequence": 39 }, { "arrival": { "time": "1772039932" }, "departure": { "time": "1772039932" }, "stopId": "DELAUNE", "stopSequence": 40 }, { "arrival": { "time": "1772039971" }, "departure": { "time": "1772039971" }, "stopId": "BEURRIER", "stopSequence": 41 }, { "arrival": { "time": "1772040038" }, "departure": { "time": "1772040038" }, "stopId": "BRASSENS", "stopSequence": 42 }, { "arrival": { "time": "1772040087" }, "departure": { "time": "1772040087" }, "stopId": "RONDE", "stopSequence": 43 }, { "arrival": { "time": "1772040130" }, "departure": { "time": "1772040130" }, "stopId": "PLAMAY", "stopSequence": 44 }, { "arrival": { "time": "1772040186" }, "departure": { "time": "1772040186" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1772040237" }, "departure": { "time": "1772040237" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1772040315" }, "departure": { "time": "1772040315" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1772040353" }, "departure": { "time": "1772040353" }, "stopId": "GASNIER", "stopSequence": 48 }, { "arrival": { "time": "1772040410" }, "departure": { "time": "1772040410" }, "stopId": "GOURONNI", "stopSequence": 49 }, { "arrival": { "time": "1772040482" }, "departure": { "time": "1772040482" }, "stopId": "CLOUET", "stopSequence": 50 }, { "arrival": { "time": "1772040515" }, "departure": { "time": "1772040515" }, "stopId": "BICHLAZA", "stopSequence": 51 }, { "arrival": { "time": "1772040546" }, "departure": { "time": "1772040546" }, "stopId": "DESCAZEA", "stopSequence": 52 }, { "arrival": { "time": "1772040614" }, "departure": { "time": "1772040614" }, "stopId": "MONPROFI", "stopSequence": 53 }, { "arrival": { "time": "1772040633" }, "departure": { "time": "1772040633" }, "stopId": "DUMESNIL", "stopSequence": 54 }, { "arrival": { "time": "1772040672" }, "departure": { "time": "1772040672" }, "stopId": "LEQUAI", "stopSequence": 55 }, { "arrival": { "time": "1772040812" }, "departure": { "time": "1772040812" }, "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1772040591" }, "departure": { "time": "1772040591" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 57 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 58 }, { "arrival": { "time": "1772040739" }, "departure": { "time": "1772040739" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 59 }, { "arrival": { "time": "1772040825" }, "departure": { "time": "1772040825" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 60 }, { "arrival": { "time": "1772040900" }, "departure": { "time": "1772040900" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICRO-E", "stopSequence": 61 }, { "arrival": { "time": "1772040993" }, "departure": { "time": "1772040993" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOU-E", "stopSequence": 62 }, { "arrival": { "time": "1772040855" }, "departure": { "time": "1772040855" }, "stopId": "CCI", "stopSequence": 63 }, { "arrival": { "time": "1772040975" }, "departure": { "time": "1772041260" }, "stopId": "LICES-E", "stopSequence": 64 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041500" }, "stopId": "ANLERO-E", "stopSequence": 65 }, { "arrival": { "time": "1772041583" }, "departure": { "time": "1772041583" }, "stopId": "MICHEL-E", "stopSequence": 66 }, { "arrival": { "time": "1772041637" }, "departure": { "time": "1772041637" }, "stopId": "BOURGO-E", "stopSequence": 67 }, { "arrival": { "time": "1772041682" }, "departure": { "time": "1772041682" }, "stopId": "VOLNEY-E", "stopSequence": 68 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "MADELE-E", "stopSequence": 69 }, { "arrival": { "time": "1772041813" }, "departure": { "time": "1772041813" }, "stopId": "JEBOUI-E", "stopSequence": 70 }, { "arrival": { "time": "1772041885" }, "departure": { "time": "1772041885" }, "stopId": "PCOUBE-E", "stopSequence": 71 }, { "arrival": { "time": "1772041920" }, "departure": { "time": "1772041920" }, "stopId": "AROBA-E", "stopSequence": 72 }, { "arrival": { "time": "1772042036" }, "departure": { "time": "1772042036" }, "stopId": "LANGLA-E", "stopSequence": 73 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258561" } } }, { "id": "trip:6544744", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038800" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1772038930" }, "departure": { "time": "1772038930" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1772039024" }, "departure": { "time": "1772039024" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1772039182" }, "departure": { "time": "1772039182" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1772039260" }, "departure": { "time": "1772039260" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1772039418" }, "departure": { "time": "1772039418" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1772039497" }, "departure": { "time": "1772039497" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1772039570" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544744" } } }, { "id": "trip:6544499", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038507" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544499" } } }, { "id": "trip:6258679", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040480" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1772040573" }, "departure": { "time": "1772040573" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1772040617" }, "departure": { "time": "1772040617" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1772040780" }, "departure": { "time": "1772040780" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1772040860" }, "departure": { "time": "1772040860" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1772040911" }, "departure": { "time": "1772040911" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1772040954" }, "departure": { "time": "1772040954" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1772041009" }, "departure": { "time": "1772041009" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1772041139" }, "departure": { "time": "1772041139" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1772041188" }, "departure": { "time": "1772041188" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1772041288" }, "departure": { "time": "1772041288" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1772041391" }, "departure": { "time": "1772041391" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1772041440" }, "departure": { "time": "1772041440" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1772041477" }, "departure": { "time": "1772041477" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1772041558" }, "departure": { "time": "1772041558" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1772041630" }, "departure": { "time": "1772041630" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1772041707" }, "departure": { "time": "1772041707" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1772041750" }, "departure": { "time": "1772041750" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1772041812" }, "departure": { "time": "1772041812" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1772041845" }, "departure": { "time": "1772041845" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1772041913" }, "departure": { "time": "1772041913" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772041980" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1772042016" }, "departure": { "time": "1772042016" }, "stopId": "DAUTEL-E", "stopSequence": 23 }, { "arrival": { "time": "1772042058" }, "departure": { "time": "1772042058" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA-E", "stopSequence": 29 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258679" } } }, { "id": "trip:6257917", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038620" }, "stopId": "BEAUCOUZ", "stopSequence": 0 }, { "arrival": { "time": "1772038656" }, "departure": { "time": "1772038656" }, "stopId": "FAUVETTE", "stopSequence": 1 }, { "arrival": { "time": "1772038689" }, "departure": { "time": "1772038689" }, "stopId": "PINSONS", "stopSequence": 2 }, { "arrival": { "time": "1772038748" }, "departure": { "time": "1772038748" }, "stopId": "PRIEURE", "stopSequence": 4 }, { "arrival": { "time": "1772038779" }, "departure": { "time": "1772038779" }, "stopId": "VAURAGER", "stopSequence": 5 }, { "arrival": { "time": "1772038839" }, "departure": { "time": "1772038839" }, "stopId": "ROUAIRIE", "stopSequence": 6 }, { "arrival": { "time": "1772038882" }, "departure": { "time": "1772038882" }, "stopId": "LASOURCE", "stopSequence": 7 }, { "arrival": { "time": "1772038920" }, "departure": { "time": "1772038920" }, "stopId": "CERFEUIL", "stopSequence": 8 }, { "arrival": { "time": "1772038978" }, "departure": { "time": "1772038978" }, "stopId": "PROMENIE", "stopSequence": 9 }, { "arrival": { "time": "1772039017" }, "departure": { "time": "1772039017" }, "stopId": "GRANBELL", "stopSequence": 10 }, { "arrival": { "time": "1772039055" }, "departure": { "time": "1772039055" }, "stopId": "RODIN", "stopSequence": 11 }, { "arrival": { "time": "1772039091" }, "departure": { "time": "1772039091" }, "stopId": "BRGPAILL", "stopSequence": 12 }, { "arrival": { "time": "1772039195" }, "departure": { "time": "1772039195" }, "stopId": "LANDREAU", "stopSequence": 13 }, { "arrival": { "time": "1772039236" }, "departure": { "time": "1772039236" }, "stopId": "GDPERIGN", "stopSequence": 14 }, { "arrival": { "time": "1772039287" }, "departure": { "time": "1772039287" }, "stopId": "INRA", "stopSequence": 15 }, { "arrival": { "time": "1772039320" }, "departure": { "time": "1772039320" }, "stopId": "MOREL", "stopSequence": 16 }, { "arrival": { "time": "1772039359" }, "departure": { "time": "1772039359" }, "stopId": "LENOTRE", "stopSequence": 17 }, { "arrival": { "time": "1772039400" }, "departure": { "time": "1772039400" }, "stopId": "BBCAMTEC", "stopSequence": 18 }, { "arrival": { "time": "1772039515" }, "departure": { "time": "1772039515" }, "stopId": "I.U.T.", "stopSequence": 19 }, { "arrival": { "time": "1772039565" }, "departure": { "time": "1772039565" }, "stopId": "RESTUNIV", "stopSequence": 20 }, { "arrival": { "time": "1772039640" }, "departure": { "time": "1772039640" }, "stopId": "CITEUNIV", "stopSequence": 21 }, { "arrival": { "time": "1772039690" }, "departure": { "time": "1772039690" }, "stopId": "POLYTECH", "stopSequence": 22 }, { "arrival": { "time": "1772039751" }, "departure": { "time": "1772039751" }, "stopId": "NDAMELAC", "stopSequence": 23 }, { "arrival": { "time": "1772039817" }, "departure": { "time": "1772039817" }, "stopId": "BOISRAME", "stopSequence": 24 }, { "arrival": { "time": "1772039880" }, "departure": { "time": "1772039880" }, "stopId": "CHBBEILL", "stopSequence": 25 }, { "arrival": { "time": "1772039955" }, "departure": { "time": "1772039955" }, "stopId": "MVIGNE", "stopSequence": 26 }, { "arrival": { "time": "1772040063" }, "departure": { "time": "1772040063" }, "stopId": "FARCYSJA", "stopSequence": 27 }, { "arrival": { "time": "1772040159" }, "departure": { "time": "1772040159" }, "stopId": "SAJACQUE", "stopSequence": 28 }, { "arrival": { "time": "1772040228" }, "departure": { "time": "1772040228" }, "stopId": "DUMESNIL", "stopSequence": 29 }, { "arrival": { "time": "1772040266" }, "departure": { "time": "1772040266" }, "stopId": "LEQUAI", "stopSequence": 30 }, { "arrival": { "time": "1772040240" }, "departure": { "time": "1772040240" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPROF.", "stopSequence": 31 }, { "arrival": { "time": "1772040367" }, "departure": { "time": "1772040367" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 32 }, { "arrival": { "time": "1772040455" }, "departure": { "time": "1772040455" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 33 }, { "arrival": { "time": "1772040540" }, "departure": { "time": "1772040540" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURMA", "stopSequence": 34 }, { "arrival": { "time": "1772040472" }, "departure": { "time": "1772040472" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1772040530" }, "departure": { "time": "1772040530" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1772040593" }, "departure": { "time": "1772040593" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1772040691" }, "departure": { "time": "1772040691" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1772040740" }, "departure": { "time": "1772040740" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1772040862" }, "departure": { "time": "1772040862" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1772040931" }, "departure": { "time": "1772040931" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1772040981" }, "departure": { "time": "1772041440" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1772041511" }, "departure": { "time": "1772041511" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1772041627" }, "departure": { "time": "1772041627" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1772041680" }, "departure": { "time": "1772041680" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1772041753" }, "departure": { "time": "1772041753" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1772041776" }, "departure": { "time": "1772041776" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1772041855" }, "departure": { "time": "1772041855" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1772041922" }, "departure": { "time": "1772041922" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1772041965" }, "departure": { "time": "1772041965" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1772042011" }, "departure": { "time": "1772042011" }, "stopId": "CASERN-E", "stopSequence": 51 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257917" } } }, { "id": "trip:6260083", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038375" }, "departure": { "time": "1772038406" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1772038451" }, "departure": { "time": "1772038451" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1772038517" }, "departure": { "time": "1772038517" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1772038556" }, "departure": { "time": "1772038556" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1772038617" }, "departure": { "time": "1772038617" }, "stopId": "P-ANJO-E", "stopSequence": 16 }, { "arrival": { "time": "1772038690" }, "departure": { "time": "1772038690" }, "stopId": "HARENC", "stopSequence": 17 }, { "arrival": { "time": "1772038762" }, "departure": { "time": "1772038762" }, "stopId": "P-ANJOU", "stopSequence": 18 }, { "arrival": { "time": "1772038810" }, "departure": { "time": "1772038810" }, "stopId": "VALMAI-E", "stopSequence": 19 }, { "arrival": { "time": "1772038881" }, "departure": { "time": "1772038881" }, "stopId": "PETVIVIE", "stopSequence": 20 }, { "arrival": { "time": "1772038957" }, "departure": { "time": "1772038957" }, "stopId": "PRUNIERS", "stopSequence": 21 }, { "arrival": { "time": "1772038991" }, "departure": { "time": "1772038991" }, "stopId": "CROISETT", "stopSequence": 22 }, { "arrival": { "time": "1772039096" }, "departure": { "time": "1772039096" }, "stopId": "CAMLACMA", "stopSequence": 23 }, { "arrival": { "time": "1772039142" }, "departure": { "time": "1772039142" }, "stopId": "LACDMAIN", "stopSequence": 24 }, { "arrival": { "time": "1772039188" }, "departure": { "time": "1772039188" }, "stopId": "MAISENVI", "stopSequence": 25 }, { "arrival": { "time": "1772039230" }, "departure": { "time": "1772039230" }, "stopId": "PERUSSAI", "stopSequence": 26 }, { "arrival": { "time": "1772039257" }, "departure": { "time": "1772039257" }, "stopId": "MAISLAC", "stopSequence": 27 }, { "arrival": { "time": "1772039309" }, "departure": { "time": "1772039309" }, "stopId": "JEAN-MON", "stopSequence": 28 }, { "arrival": { "time": "1772039435" }, "departure": { "time": "1772039435" }, "stopId": "CNFPT", "stopSequence": 29 }, { "arrival": { "time": "1772039493" }, "departure": { "time": "1772039493" }, "stopId": "BEAUSSIE", "stopSequence": 30 }, { "arrival": { "time": "1772039612" }, "departure": { "time": "1772039612" }, "stopId": "CITEUNIV", "stopSequence": 31 }, { "arrival": { "time": "1772039662" }, "departure": { "time": "1772039662" }, "stopId": "POLYTECH", "stopSequence": 32 }, { "arrival": { "time": "1772039694" }, "departure": { "time": "1772039694" }, "stopId": "NDAMELAC", "stopSequence": 33 }, { "arrival": { "time": "1772039780" }, "departure": { "time": "1772039780" }, "stopId": "BOISRAME", "stopSequence": 34 }, { "arrival": { "time": "1772039843" }, "departure": { "time": "1772039843" }, "stopId": "CHBBEILL", "stopSequence": 35 }, { "arrival": { "time": "1772039911" }, "departure": { "time": "1772039911" }, "stopId": "MVIGNE", "stopSequence": 36 }, { "arrival": { "time": "1772040009" }, "departure": { "time": "1772040009" }, "stopId": "FARCYSJA", "stopSequence": 37 }, { "arrival": { "time": "1772040215" }, "departure": { "time": "1772040215" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1772040252" }, "departure": { "time": "1772040252" }, "stopId": "MONPR-E", "stopSequence": 39 }, { "arrival": { "time": "1772040301" }, "departure": { "time": "1772040301" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1772040361" }, "departure": { "time": "1772040361" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1772040390" }, "departure": { "time": "1772040390" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1772040457" }, "departure": { "time": "1772040457" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1772040499" }, "departure": { "time": "1772040499" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1772040577" }, "departure": { "time": "1772040577" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1772040612" }, "departure": { "time": "1772040612" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1772040687" }, "departure": { "time": "1772040687" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1772040753" }, "departure": { "time": "1772040753" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1772040789" }, "departure": { "time": "1772040789" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1772040875" }, "departure": { "time": "1772040875" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1772040932" }, "departure": { "time": "1772040932" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1772041020" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260083" } } }, { "id": "trip:6257952", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038427" }, "departure": { "time": "1772038427" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1772038467" }, "departure": { "time": "1772038467" }, "stopId": "DUMESN-E", "stopSequence": 39 }, { "arrival": { "time": "1772038569" }, "departure": { "time": "1772038569" }, "stopId": "SAJACQ-E", "stopSequence": 44 }, { "arrival": { "time": "1772038638" }, "departure": { "time": "1772038638" }, "stopId": "FARCSJ-E", "stopSequence": 45 }, { "arrival": { "time": "1772038742" }, "departure": { "time": "1772038742" }, "stopId": "MVIGNE-E", "stopSequence": 46 }, { "arrival": { "time": "1772038846" }, "departure": { "time": "1772038846" }, "stopId": "CHBBEI-E", "stopSequence": 47 }, { "arrival": { "time": "1772038901" }, "departure": { "time": "1772038901" }, "stopId": "BOISRA-E", "stopSequence": 48 }, { "arrival": { "time": "1772038967" }, "departure": { "time": "1772038967" }, "stopId": "NDAMLA-E", "stopSequence": 49 }, { "arrival": { "time": "1772039030" }, "departure": { "time": "1772039030" }, "stopId": "POLYTE-E", "stopSequence": 50 }, { "arrival": { "time": "1772039086" }, "departure": { "time": "1772039086" }, "stopId": "CITEUN-E", "stopSequence": 51 }, { "arrival": { "time": "1772039157" }, "departure": { "time": "1772039157" }, "stopId": "RESTUN-E", "stopSequence": 52 }, { "arrival": { "time": "1772039212" }, "departure": { "time": "1772039212" }, "stopId": "I.U.T.-E", "stopSequence": 53 }, { "arrival": { "time": "1772039326" }, "departure": { "time": "1772039326" }, "stopId": "BBCAMT-E", "stopSequence": 54 }, { "arrival": { "time": "1772039368" }, "departure": { "time": "1772039368" }, "stopId": "LENOT-E", "stopSequence": 55 }, { "arrival": { "time": "1772039395" }, "departure": { "time": "1772039395" }, "stopId": "MOREL-E", "stopSequence": 56 }, { "arrival": { "time": "1772039415" }, "departure": { "time": "1772039415" }, "stopId": "INRA-E", "stopSequence": 57 }, { "arrival": { "time": "1772039458" }, "departure": { "time": "1772039458" }, "stopId": "GDPERI-E", "stopSequence": 58 }, { "arrival": { "time": "1772039507" }, "departure": { "time": "1772039507" }, "stopId": "LANDRE-E", "stopSequence": 59 }, { "arrival": { "time": "1772039592" }, "departure": { "time": "1772039592" }, "stopId": "BRGPAI-E", "stopSequence": 60 }, { "arrival": { "time": "1772039630" }, "departure": { "time": "1772039630" }, "stopId": "RODIN-E", "stopSequence": 61 }, { "arrival": { "time": "1772039661" }, "departure": { "time": "1772039661" }, "stopId": "GRANBE-E", "stopSequence": 62 }, { "arrival": { "time": "1772039724" }, "departure": { "time": "1772039724" }, "stopId": "PROME-E", "stopSequence": 63 }, { "arrival": { "time": "1772039733" }, "departure": { "time": "1772039733" }, "stopId": "CERFEU-E", "stopSequence": 64 }, { "arrival": { "time": "1772039800" }, "departure": { "time": "1772039800" }, "stopId": "LASOUR-E", "stopSequence": 65 }, { "arrival": { "time": "1772039862" }, "departure": { "time": "1772039862" }, "stopId": "ROUAIR-E", "stopSequence": 66 }, { "arrival": { "time": "1772039933" }, "departure": { "time": "1772039933" }, "stopId": "VAURAG-E", "stopSequence": 67 }, { "arrival": { "time": "1772039983" }, "departure": { "time": "1772039983" }, "stopId": "PRIEUR-E", "stopSequence": 68 }, { "arrival": { "time": "1772040024" }, "departure": { "time": "1772040024" }, "stopId": "GRANPI-E", "stopSequence": 69 }, { "arrival": { "time": "1772040051" }, "departure": { "time": "1772040051" }, "stopId": "PINSON-E", "stopSequence": 70 }, { "arrival": { "time": "1772040095" }, "departure": { "time": "1772040095" }, "stopId": "FAUVET-E", "stopSequence": 71 }, { "arrival": { "time": "1772040153" }, "stopId": "BEAUCOUZ", "stopSequence": 72 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257952" } } }, { "id": "trip:6540887", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038460" }, "departure": { "time": "1772038460" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1772038597" }, "departure": { "time": "1772038597" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1772038717" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6540887" } } }, { "id": "trip:6257959", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041560" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1772041646" }, "departure": { "time": "1772041646" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1772041690" }, "departure": { "time": "1772041690" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1772041727" }, "departure": { "time": "1772041727" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1772041754" }, "departure": { "time": "1772041754" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1772041860" }, "departure": { "time": "1772041860" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1772041905" }, "departure": { "time": "1772041905" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1772041966" }, "departure": { "time": "1772041966" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1772042009" }, "departure": { "time": "1772042009" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1772042056" }, "departure": { "time": "1772042056" }, "stopId": "PELLERI", "stopSequence": 9 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257959" } } }, { "id": "trip:6545030", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039340" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1772039524" }, "departure": { "time": "1772039524" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1772039639" }, "departure": { "time": "1772039639" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1772039737" }, "departure": { "time": "1772039737" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1772039820" }, "departure": { "time": "1772039820" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1772039912" }, "departure": { "time": "1772039912" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1772040000" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545030" } } }, { "id": "trip:6052743", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038514" }, "stopId": "HDVSUB", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052743" } } }, { "id": "trip:6544694", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039760" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1772039840" }, "departure": { "time": "1772039840" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1772039910" }, "departure": { "time": "1772039910" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1772039990" }, "departure": { "time": "1772039990" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1772040080" }, "departure": { "time": "1772040080" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1772040170" }, "departure": { "time": "1772040170" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1772040280" }, "departure": { "time": "1772040280" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1772040440" }, "departure": { "time": "1772040440" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1772040530" }, "departure": { "time": "1772040530" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1772040650" }, "departure": { "time": "1772040650" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1772040730" }, "departure": { "time": "1772040730" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1772040850" }, "departure": { "time": "1772040850" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1772040940" }, "departure": { "time": "1772040940" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1772041060" }, "departure": { "time": "1772041060" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1772041170" }, "departure": { "time": "1772041170" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1772041270" }, "departure": { "time": "1772041270" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1772041350" }, "departure": { "time": "1772041350" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1772041420" }, "departure": { "time": "1772041420" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1772041540" }, "departure": { "time": "1772041540" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1772041640" }, "departure": { "time": "1772041640" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1772041850" }, "departure": { "time": "1772041850" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1772041960" }, "departure": { "time": "1772041960" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1772042070" }, "departure": { "time": "1772042070" }, "stopId": "1JVIL", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544694" } } }, { "id": "trip:6257618", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038392" }, "departure": { "time": "1772038408" }, "stopId": "PONTNO-E", "stopSequence": 29 }, { "arrival": { "time": "1772038508" }, "departure": { "time": "1772038508" }, "stopId": "POIREL-E", "stopSequence": 30 }, { "arrival": { "time": "1772038562" }, "departure": { "time": "1772038562" }, "stopId": "VAUBAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772038617" }, "departure": { "time": "1772038617" }, "stopId": "FREMUR-E", "stopSequence": 32 }, { "arrival": { "time": "1772038710" }, "departure": { "time": "1772038710" }, "stopId": "STRASB-E", "stopSequence": 33 }, { "arrival": { "time": "1772038806" }, "departure": { "time": "1772038806" }, "stopId": "LETAND-E", "stopSequence": 34 }, { "arrival": { "time": "1772038860" }, "departure": { "time": "1772038860" }, "stopId": "BEAUVA-E", "stopSequence": 35 }, { "arrival": { "time": "1772038945" }, "departure": { "time": "1772038945" }, "stopId": "LORETT-E", "stopSequence": 36 }, { "arrival": { "time": "1772038994" }, "departure": { "time": "1772038994" }, "stopId": "MORELI-E", "stopSequence": 37 }, { "arrival": { "time": "1772039071" }, "departure": { "time": "1772039071" }, "stopId": "DELATR-E", "stopSequence": 38 }, { "arrival": { "time": "1772039143" }, "departure": { "time": "1772039143" }, "stopId": "HAUTPR-E", "stopSequence": 39 }, { "arrival": { "time": "1772039268" }, "departure": { "time": "1772039268" }, "stopId": "INTMIL-E", "stopSequence": 40 }, { "arrival": { "time": "1772039354" }, "departure": { "time": "1772039354" }, "stopId": "SAUMUR-E", "stopSequence": 41 }, { "arrival": { "time": "1772039452" }, "departure": { "time": "1772039452" }, "stopId": "DELACR-E", "stopSequence": 42 }, { "arrival": { "time": "1772039510" }, "departure": { "time": "1772039510" }, "stopId": "JUSTIC-E", "stopSequence": 43 }, { "arrival": { "time": "1772039607" }, "departure": { "time": "1772039607" }, "stopId": "ECLATE-E", "stopSequence": 44 }, { "arrival": { "time": "1772039706" }, "departure": { "time": "1772039706" }, "stopId": "VDLOIR-E", "stopSequence": 45 }, { "arrival": { "time": "1772038624" }, "departure": { "time": "1772038624" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS-E", "stopSequence": 46 }, { "arrival": { "time": "1772038680" }, "departure": { "time": "1772038680" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMEN-E", "stopSequence": 47 }, { "arrival": { "time": "1772038767" }, "departure": { "time": "1772038767" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUV-E", "stopSequence": 48 }, { "arrival": { "time": "1772038800" }, "departure": { "time": "1772038800" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUM-E", "stopSequence": 49 }, { "arrival": { "time": "1772039750" }, "departure": { "time": "1772039750" }, "stopId": "LEOLAG-E", "stopSequence": 50 }, { "arrival": { "time": "1772039796" }, "departure": { "time": "1772039796" }, "stopId": "DAGUER-E", "stopSequence": 51 }, { "arrival": { "time": "1772039820" }, "departure": { "time": "1772039820" }, "stopId": "ALLUME-E", "stopSequence": 52 }, { "arrival": { "time": "1772039897" }, "departure": { "time": "1772039897" }, "stopId": "RIOTTE-E", "stopSequence": 53 }, { "arrival": { "time": "1772039949" }, "departure": { "time": "1772039949" }, "stopId": "BOURSE-E", "stopSequence": 54 }, { "arrival": { "time": "1772039985" }, "departure": { "time": "1772039985" }, "stopId": "MORLON-E", "stopSequence": 55 }, { "arrival": { "time": "1772040024" }, "departure": { "time": "1772040024" }, "stopId": "PYRAM2-E", "stopSequence": 56 }, { "arrival": { "time": "1772040073" }, "departure": { "time": "1772040073" }, "stopId": "BUISSO-E", "stopSequence": 57 }, { "arrival": { "time": "1772040099" }, "departure": { "time": "1772040099" }, "stopId": "DAUTEL-E", "stopSequence": 58 }, { "arrival": { "time": "1772040170" }, "departure": { "time": "1772040170" }, "stopId": "GENTR-E", "stopSequence": 59 }, { "arrival": { "time": "1772040290" }, "stopId": "SLEZIND", "stopSequence": 60 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257618" } } }, { "id": "trip:6257595", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038980" }, "stopId": "TRELGARE", "stopSequence": 0 }, { "arrival": { "time": "1772039023" }, "departure": { "time": "1772039023" }, "stopId": "MALEMBAR", "stopSequence": 1 }, { "arrival": { "time": "1772039076" }, "departure": { "time": "1772039076" }, "stopId": "DEGAULLE", "stopSequence": 2 }, { "arrival": { "time": "1772039118" }, "departure": { "time": "1772039118" }, "stopId": "BAHONNEA", "stopSequence": 3 }, { "arrival": { "time": "1772039220" }, "departure": { "time": "1772039220" }, "stopId": "SLEZIND", "stopSequence": 4 }, { "arrival": { "time": "1772039282" }, "departure": { "time": "1772039282" }, "stopId": "GENTRIC", "stopSequence": 5 }, { "arrival": { "time": "1772039353" }, "departure": { "time": "1772039353" }, "stopId": "DAUTEL", "stopSequence": 6 }, { "arrival": { "time": "1772039373" }, "departure": { "time": "1772039373" }, "stopId": "BUISSON", "stopSequence": 7 }, { "arrival": { "time": "1772039414" }, "departure": { "time": "1772039414" }, "stopId": "PYRAM02", "stopSequence": 8 }, { "arrival": { "time": "1772039460" }, "departure": { "time": "1772039460" }, "stopId": "MORLONG", "stopSequence": 9 }, { "arrival": { "time": "1772039493" }, "departure": { "time": "1772039493" }, "stopId": "BOURSE", "stopSequence": 10 }, { "arrival": { "time": "1772039540" }, "departure": { "time": "1772039540" }, "stopId": "RIOTTEAU", "stopSequence": 11 }, { "arrival": { "time": "1772039579" }, "departure": { "time": "1772039579" }, "stopId": "ALLUMETT", "stopSequence": 12 }, { "arrival": { "time": "1772039631" }, "departure": { "time": "1772039631" }, "stopId": "DAGUERRE", "stopSequence": 13 }, { "arrival": { "time": "1772039680" }, "departure": { "time": "1772039680" }, "stopId": "LEOLAGRA", "stopSequence": 14 }, { "arrival": { "time": "1772039730" }, "departure": { "time": "1772039730" }, "stopId": "VDLOIRE", "stopSequence": 15 }, { "arrival": { "time": "1772039823" }, "departure": { "time": "1772039823" }, "stopId": "ECLATERI", "stopSequence": 16 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUMAN", "stopSequence": 17 }, { "arrival": { "time": "1772039811" }, "departure": { "time": "1772039811" }, "scheduleRelationship": "SKIPPED", "stopId": "LAFAUVEL", "stopSequence": 18 }, { "arrival": { "time": "1772039883" }, "departure": { "time": "1772039883" }, "scheduleRelationship": "SKIPPED", "stopId": "PARMENTI", "stopSequence": 19 }, { "arrival": { "time": "1772039949" }, "departure": { "time": "1772039949" }, "scheduleRelationship": "SKIPPED", "stopId": "PICAS", "stopSequence": 20 }, { "arrival": { "time": "1772039927" }, "departure": { "time": "1772039927" }, "stopId": "JUSTICES", "stopSequence": 21 }, { "arrival": { "time": "1772039966" }, "departure": { "time": "1772039966" }, "stopId": "DELACROI", "stopSequence": 22 }, { "arrival": { "time": "1772040037" }, "departure": { "time": "1772040037" }, "stopId": "SAUMUROI", "stopSequence": 23 }, { "arrival": { "time": "1772040118" }, "departure": { "time": "1772040118" }, "stopId": "INTERMIL", "stopSequence": 24 }, { "arrival": { "time": "1772040177" }, "departure": { "time": "1772040177" }, "stopId": "HAUTPRES", "stopSequence": 25 }, { "arrival": { "time": "1772040224" }, "departure": { "time": "1772040224" }, "stopId": "DELATTRE", "stopSequence": 26 }, { "arrival": { "time": "1772040283" }, "departure": { "time": "1772040283" }, "stopId": "MORELLIE", "stopSequence": 27 }, { "arrival": { "time": "1772040324" }, "departure": { "time": "1772040324" }, "stopId": "LORETTE", "stopSequence": 28 }, { "arrival": { "time": "1772040367" }, "departure": { "time": "1772040367" }, "stopId": "BEAUVAL", "stopSequence": 29 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "stopId": "LETANDUE", "stopSequence": 30 }, { "arrival": { "time": "1772040523" }, "departure": { "time": "1772040523" }, "stopId": "STRASBOU", "stopSequence": 31 }, { "arrival": { "time": "1772040585" }, "departure": { "time": "1772040585" }, "stopId": "FREMUR", "stopSequence": 32 }, { "arrival": { "time": "1772040637" }, "departure": { "time": "1772040637" }, "stopId": "VAUBAN", "stopSequence": 33 }, { "arrival": { "time": "1772040674" }, "departure": { "time": "1772040674" }, "stopId": "POIREL", "stopSequence": 34 }, { "arrival": { "time": "1772040740" }, "departure": { "time": "1772040740" }, "stopId": "PONTNOIR", "stopSequence": 35 }, { "arrival": { "time": "1772040783" }, "departure": { "time": "1772040783" }, "stopId": "SEMARD", "stopSequence": 36 }, { "arrival": { "time": "1772040821" }, "departure": { "time": "1772040821" }, "stopId": "GARETERM", "stopSequence": 37 }, { "arrival": { "time": "1772041078" }, "departure": { "time": "1772041078" }, "stopId": "HARAS", "stopSequence": 38 }, { "arrival": { "time": "1772041162" }, "departure": { "time": "1772041162" }, "stopId": "STAUBIN", "stopSequence": 39 }, { "arrival": { "time": "1772041259" }, "departure": { "time": "1772041380" }, "stopId": "LORRAIN1", "stopSequence": 40 }, { "arrival": { "time": "1772041531" }, "departure": { "time": "1772041531" }, "stopId": "MENDES-E", "stopSequence": 41 }, { "arrival": { "time": "1772041619" }, "departure": { "time": "1772041619" }, "stopId": "SAVARY-E", "stopSequence": 42 }, { "arrival": { "time": "1772041654" }, "departure": { "time": "1772041654" }, "stopId": "MUSSET-E", "stopSequence": 43 }, { "arrival": { "time": "1772041730" }, "departure": { "time": "1772041730" }, "stopId": "LUTIN-E", "stopSequence": 44 }, { "arrival": { "time": "1772041772" }, "departure": { "time": "1772041772" }, "stopId": "MACE-E", "stopSequence": 45 }, { "arrival": { "time": "1772041799" }, "departure": { "time": "1772041799" }, "stopId": "DESJAR-E", "stopSequence": 46 }, { "arrival": { "time": "1772041903" }, "departure": { "time": "1772041903" }, "stopId": "ALDUNA-E", "stopSequence": 47 }, { "arrival": { "time": "1772041685" }, "departure": { "time": "1772041685" }, "scheduleRelationship": "SKIPPED", "stopId": "BOREAU-E", "stopSequence": 50 }, { "arrival": { "time": "1772041860" }, "departure": { "time": "1772041860" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACEN-E", "stopSequence": 51 }, { "arrival": { "time": "1772041984" }, "departure": { "time": "1772041984" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOU-E", "stopSequence": 52 }, { "arrival": { "time": "1772042063" }, "departure": { "time": "1772042063" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLA-E", "stopSequence": 53 }, { "arrival": { "time": "1772042039" }, "departure": { "time": "1772042039" }, "stopId": "RBRIOL-E", "stopSequence": 54 }, { "arrival": { "time": "1772042071" }, "departure": { "time": "1772042071" }, "stopId": "NOZAY-E", "stopSequence": 55 } ], "trip": { "directionId": 0, "routeId": "10", "tripId": "6257595" } } }, { "id": "trip:6541219", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038465" }, "departure": { "time": "1772038465" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1772038556" }, "departure": { "time": "1772038556" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1772038676" }, "departure": { "time": "1772038676" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1772038776" }, "departure": { "time": "1772038776" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1772038896" }, "departure": { "time": "1772038896" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1772038976" }, "departure": { "time": "1772038976" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1772039096" }, "departure": { "time": "1772039096" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1772039186" }, "departure": { "time": "1772039186" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1772039346" }, "departure": { "time": "1772039346" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1772039446" }, "departure": { "time": "1772039446" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1772039526" }, "departure": { "time": "1772039526" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1772039616" }, "departure": { "time": "1772039616" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1772039696" }, "departure": { "time": "1772039696" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1772039786" }, "departure": { "time": "1772039786" }, "stopId": "2BASC", "stopSequence": 24 }, { "arrival": { "time": "1772039876" }, "stopId": "1AARD", "stopSequence": 25 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541219" } } }, { "id": "trip:6257914", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038365" }, "departure": { "time": "1772038471" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1772038526" }, "departure": { "time": "1772038526" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1772038642" }, "departure": { "time": "1772038642" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1772038695" }, "departure": { "time": "1772038695" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1772038768" }, "departure": { "time": "1772038768" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1772038791" }, "departure": { "time": "1772038791" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1772038870" }, "departure": { "time": "1772038870" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1772038937" }, "departure": { "time": "1772038937" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1772038980" }, "departure": { "time": "1772038980" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1772039026" }, "departure": { "time": "1772039026" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1772039115" }, "departure": { "time": "1772039115" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1772039173" }, "departure": { "time": "1772039173" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1772039227" }, "departure": { "time": "1772039227" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1772039297" }, "departure": { "time": "1772039297" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1772039359" }, "departure": { "time": "1772039359" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1772039419" }, "departure": { "time": "1772039419" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1772039475" }, "departure": { "time": "1772039475" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1772039526" }, "departure": { "time": "1772039526" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1772039566" }, "departure": { "time": "1772039566" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1772039607" }, "departure": { "time": "1772039607" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1772039675" }, "departure": { "time": "1772039675" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1772039715" }, "departure": { "time": "1772039715" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1772039804" }, "departure": { "time": "1772039804" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1772039831" }, "departure": { "time": "1772039831" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1772039854" }, "departure": { "time": "1772039854" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1772039890" }, "departure": { "time": "1772039890" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1772039955" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257914" } } }, { "id": "trip:6544741", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038370" }, "departure": { "time": "1772038417" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1772038480" }, "departure": { "time": "1772038480" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1772038630" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544741" } } }, { "id": "trip:6545028", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038448" }, "departure": { "time": "1772038448" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1772038550" }, "departure": { "time": "1772038550" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1772038647" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545028" } } }, { "id": "trip:3467", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038382" }, "departure": { "time": "1772038382" }, "stopId": "LAGLOU-E", "stopSequence": 10 }, { "arrival": { "time": "1772038480" }, "departure": { "time": "1772038480" }, "stopId": "TANCE-E", "stopSequence": 11 }, { "arrival": { "time": "1772038514" }, "departure": { "time": "1772038514" }, "stopId": "AUBRIA-E", "stopSequence": 12 }, { "arrival": { "time": "1772038560" }, "departure": { "time": "1772038560" }, "stopId": "MEIG34-E", "stopSequence": 13 }, { "arrival": { "time": "1772038583" }, "departure": { "time": "1772038583" }, "stopId": "MOLINE-E", "stopSequence": 14 }, { "arrival": { "time": "1772038638" }, "departure": { "time": "1772038638" }, "stopId": "MAUNY-E", "stopSequence": 15 }, { "arrival": { "time": "1772038752" }, "departure": { "time": "1772038752" }, "stopId": "GUILL-E", "stopSequence": 16 }, { "arrival": { "time": "1772038847" }, "departure": { "time": "1772038847" }, "stopId": "ESPLO-E", "stopSequence": 17 }, { "arrival": { "time": "1772038881" }, "departure": { "time": "1772038881" }, "stopId": "LORPLM-E", "stopSequence": 18 }, { "arrival": { "time": "1772038920" }, "departure": { "time": "1772038920" }, "stopId": "NOUE-E", "stopSequence": 19 }, { "arrival": { "time": "1772039157" }, "departure": { "time": "1772039157" }, "stopId": "PAGNOL-E", "stopSequence": 20 }, { "arrival": { "time": "1772039220" }, "departure": { "time": "1772039220" }, "stopId": "JOUVET-E", "stopSequence": 21 }, { "arrival": { "time": "1772039279" }, "departure": { "time": "1772039279" }, "stopId": "MEMBMA-E", "stopSequence": 22 }, { "arrival": { "time": "1772039340" }, "departure": { "time": "1772039340" }, "stopId": "GABORI-E", "stopSequence": 23 }, { "arrival": { "time": "1772039400" }, "departure": { "time": "1772039400" }, "stopId": "BOISDA-E", "stopSequence": 24 } ], "trip": { "directionId": 1, "routeId": "34", "tripId": "3467" } } }, { "id": "trip:6258317", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038412" }, "departure": { "time": "1772038443" }, "stopId": "AUTHIO-E", "stopSequence": 48 }, { "arrival": { "time": "1772038472" }, "departure": { "time": "1772038472" }, "stopId": "BELPOU-E", "stopSequence": 49 }, { "arrival": { "time": "1772038552" }, "departure": { "time": "1772038552" }, "stopId": "PONTSC-E", "stopSequence": 50 }, { "arrival": { "time": "1772038691" }, "departure": { "time": "1772038691" }, "stopId": "LOIRE-E", "stopSequence": 51 }, { "arrival": { "time": "1772038731" }, "departure": { "time": "1772038731" }, "stopId": "DUBE-E", "stopSequence": 52 }, { "arrival": { "time": "1772038784" }, "departure": { "time": "1772038784" }, "stopId": "LOUET-E", "stopSequence": 53 }, { "arrival": { "time": "1772038831" }, "departure": { "time": "1772038831" }, "stopId": "BOSQUE-E", "stopSequence": 54 }, { "arrival": { "time": "1772038888" }, "departure": { "time": "1772038888" }, "stopId": "CHAERI-E", "stopSequence": 55 }, { "arrival": { "time": "1772038941" }, "departure": { "time": "1772038941" }, "stopId": "FONTE-E", "stopSequence": 56 }, { "arrival": { "time": "1772039003" }, "departure": { "time": "1772039003" }, "stopId": "ERIGNE", "stopSequence": 57 }, { "arrival": { "time": "1772039032" }, "stopId": "SOLAND", "stopSequence": 58 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258317" } } }, { "id": "trip:3565", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038374" }, "departure": { "time": "1772038382" }, "stopId": "FOUQUE-E", "stopSequence": 7 }, { "arrival": { "time": "1772038419" }, "departure": { "time": "1772038437" }, "stopId": "DPATIS-E", "stopSequence": 8 }, { "arrival": { "time": "1772038489" }, "departure": { "time": "1772038489" }, "stopId": "DFRAYON-E", "stopSequence": 9 }, { "arrival": { "time": "1772038632" }, "departure": { "time": "1772038632" }, "stopId": "PTGRCH-E", "stopSequence": 12 }, { "arrival": { "time": "1772038686" }, "departure": { "time": "1772038686" }, "stopId": "HULLET-E", "stopSequence": 13 }, { "arrival": { "time": "1772038820" }, "departure": { "time": "1772038820" }, "stopId": "LESSAR-E", "stopSequence": 14 } ], "trip": { "directionId": 1, "routeId": "35", "tripId": "3565" } } }, { "id": "trip:6544235", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038403" }, "departure": { "time": "1772038455" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1772038495" }, "departure": { "time": "1772038495" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1772038653" }, "departure": { "time": "1772038653" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1772038732" }, "departure": { "time": "1772038732" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1772038805" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544235" } } }, { "id": "trip:6545033", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041500" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1772041672" }, "departure": { "time": "1772041672" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1772041780" }, "departure": { "time": "1772041780" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1772041872" }, "departure": { "time": "1772041872" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1772041950" }, "departure": { "time": "1772041950" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1772042042" }, "departure": { "time": "1772042042" }, "stopId": "2BEAU", "stopSequence": 5 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545033" } } }, { "id": "trip:6544756", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041690" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1772041772" }, "departure": { "time": "1772041772" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1772041858" }, "departure": { "time": "1772041858" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1772042030" }, "departure": { "time": "1772042030" }, "stopId": "2BRIS", "stopSequence": 3 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544756" } } }, { "id": "trip:6258519", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038366" }, "departure": { "time": "1772038366" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1772038380" }, "departure": { "time": "1772038396" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1772038471" }, "departure": { "time": "1772038471" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1772038515" }, "departure": { "time": "1772038515" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1772038560" }, "departure": { "time": "1772038560" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1772038647" }, "departure": { "time": "1772038647" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1772038698" }, "departure": { "time": "1772038698" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1772038786" }, "departure": { "time": "1772038786" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1772038838" }, "departure": { "time": "1772038838" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1772038901" }, "departure": { "time": "1772038901" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1772038956" }, "departure": { "time": "1772038956" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1772039012" }, "departure": { "time": "1772039012" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1772039059" }, "departure": { "time": "1772039059" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1772039113" }, "departure": { "time": "1772039113" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1772039158" }, "departure": { "time": "1772039158" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1772039199" }, "departure": { "time": "1772039199" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1772039261" }, "departure": { "time": "1772039261" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1772039293" }, "departure": { "time": "1772039293" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1772039359" }, "departure": { "time": "1772039359" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1772039436" }, "departure": { "time": "1772039436" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1772039471" }, "departure": { "time": "1772039471" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1772039533" }, "departure": { "time": "1772039533" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1772039669" }, "departure": { "time": "1772039669" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1772039713" }, "departure": { "time": "1772039713" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1772039751" }, "departure": { "time": "1772039751" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1772039774" }, "departure": { "time": "1772039774" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1772039827" }, "departure": { "time": "1772039827" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1772039864" }, "departure": { "time": "1772039864" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1772039923" }, "departure": { "time": "1772039923" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1772039945" }, "departure": { "time": "1772039945" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1772039978" }, "departure": { "time": "1772039978" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1772040013" }, "departure": { "time": "1772040013" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1772040057" }, "departure": { "time": "1772040057" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1772040112" }, "departure": { "time": "1772040112" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1772040158" }, "departure": { "time": "1772040158" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1772040267" }, "departure": { "time": "1772040267" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1772040313" }, "departure": { "time": "1772040313" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1772040370" }, "departure": { "time": "1772040370" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1772040439" }, "departure": { "time": "1772040439" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1772040679" }, "departure": { "time": "1772040679" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1772039922" }, "departure": { "time": "1772039922" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1772039952" }, "departure": { "time": "1772039952" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1772039984" }, "departure": { "time": "1772039984" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1772040029" }, "departure": { "time": "1772040029" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1772040201" }, "departure": { "time": "1772040201" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1772040240" }, "departure": { "time": "1772040240" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1772040735" }, "departure": { "time": "1772040735" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1772040774" }, "departure": { "time": "1772040774" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1772040804" }, "departure": { "time": "1772040804" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1772040839" }, "departure": { "time": "1772040839" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1772040928" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258519" } } }, { "id": "trip:6260032", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038457" }, "departure": { "time": "1772038457" }, "stopId": "BRGPAI-E", "stopSequence": 10 }, { "arrival": { "time": "1772038466" }, "departure": { "time": "1772038471" }, "stopId": "RODIN-E", "stopSequence": 11 }, { "arrival": { "time": "1772038531" }, "departure": { "time": "1772038531" }, "stopId": "GRANBE-E", "stopSequence": 12 }, { "arrival": { "time": "1772038556" }, "departure": { "time": "1772038556" }, "stopId": "PROME-E", "stopSequence": 13 }, { "arrival": { "time": "1772038601" }, "departure": { "time": "1772038601" }, "stopId": "CERFEU-E", "stopSequence": 14 }, { "arrival": { "time": "1772038646" }, "departure": { "time": "1772038646" }, "stopId": "MONOD-E", "stopSequence": 15 }, { "arrival": { "time": "1772038691" }, "departure": { "time": "1772038691" }, "stopId": "CITRON-E", "stopSequence": 16 }, { "arrival": { "time": "1772038732" }, "departure": { "time": "1772038732" }, "stopId": "ECHATS-E", "stopSequence": 17 }, { "arrival": { "time": "1772038841" }, "stopId": "LATOLL", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "20", "tripId": "6260032" } } }, { "id": "trip:6258309", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038628" }, "departure": { "time": "1772038628" }, "stopId": "GDPRESSO", "stopSequence": 1 }, { "arrival": { "time": "1772038678" }, "departure": { "time": "1772038678" }, "stopId": "BARBOTER", "stopSequence": 2 }, { "arrival": { "time": "1772038731" }, "departure": { "time": "1772038731" }, "stopId": "FONTENE", "stopSequence": 3 }, { "arrival": { "time": "1772038799" }, "departure": { "time": "1772038799" }, "stopId": "CHAERIGN", "stopSequence": 4 }, { "arrival": { "time": "1772038865" }, "departure": { "time": "1772038865" }, "stopId": "BOSQUET", "stopSequence": 5 }, { "arrival": { "time": "1772038909" }, "departure": { "time": "1772038909" }, "stopId": "LOUET", "stopSequence": 6 }, { "arrival": { "time": "1772038977" }, "departure": { "time": "1772038977" }, "stopId": "DUBE", "stopSequence": 7 }, { "arrival": { "time": "1772039036" }, "departure": { "time": "1772039036" }, "stopId": "LOIRE", "stopSequence": 8 }, { "arrival": { "time": "1772039160" }, "departure": { "time": "1772039160" }, "stopId": "PONTSCEM", "stopSequence": 9 }, { "arrival": { "time": "1772039215" }, "departure": { "time": "1772039215" }, "stopId": "BELPOULE", "stopSequence": 10 }, { "arrival": { "time": "1772039287" }, "departure": { "time": "1772039287" }, "stopId": "AUTHION", "stopSequence": 11 }, { "arrival": { "time": "1772039345" }, "departure": { "time": "1772039345" }, "stopId": "PATUREAU", "stopSequence": 12 }, { "arrival": { "time": "1772039446" }, "departure": { "time": "1772039446" }, "stopId": "GENDRON", "stopSequence": 13 }, { "arrival": { "time": "1772039528" }, "departure": { "time": "1772039528" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1772039580" }, "departure": { "time": "1772039580" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1772039617" }, "departure": { "time": "1772039617" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1772039851" }, "departure": { "time": "1772039851" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1772039982" }, "departure": { "time": "1772039982" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1772040055" }, "departure": { "time": "1772040055" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1772040302" }, "departure": { "time": "1772040302" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1772040376" }, "departure": { "time": "1772040376" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1772040479" }, "departure": { "time": "1772040479" }, "stopId": "STAUBIN", "stopSequence": 24 }, { "arrival": { "time": "1772040600" }, "departure": { "time": "1772040660" }, "stopId": "LORRAIN1", "stopSequence": 25 }, { "arrival": { "time": "1772040792" }, "departure": { "time": "1772040792" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1772041033" }, "departure": { "time": "1772041033" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1772041334" }, "departure": { "time": "1772041334" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1772041376" }, "departure": { "time": "1772041376" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1772041440" }, "departure": { "time": "1772041440" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1772041544" }, "departure": { "time": "1772041544" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1772041606" }, "departure": { "time": "1772041606" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1772041652" }, "departure": { "time": "1772041652" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1772041732" }, "departure": { "time": "1772041732" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1772041772" }, "departure": { "time": "1772041772" }, "scheduleRelationship": "SKIPPED", "stopId": "VALOR-E", "stopSequence": 37 }, { "arrival": { "time": "1772041800" }, "departure": { "time": "1772041800" }, "scheduleRelationship": "SKIPPED", "stopId": "CLINIQ-E", "stopSequence": 38 }, { "arrival": { "time": "1772041839" }, "departure": { "time": "1772041839" }, "scheduleRelationship": "SKIPPED", "stopId": "GRANDM-E", "stopSequence": 39 }, { "arrival": { "time": "1772041844" }, "departure": { "time": "1772041844" }, "stopId": "MAISDA-E", "stopSequence": 40 }, { "arrival": { "time": "1772041884" }, "departure": { "time": "1772041884" }, "stopId": "CHMART-E", "stopSequence": 41 }, { "arrival": { "time": "1772041921" }, "departure": { "time": "1772041921" }, "stopId": "MLYAUT-E", "stopSequence": 42 }, { "arrival": { "time": "1772041986" }, "departure": { "time": "1772041986" }, "stopId": "BRASSE-E", "stopSequence": 43 }, { "arrival": { "time": "1772042034" }, "departure": { "time": "1772042034" }, "stopId": "BEURRI-E", "stopSequence": 44 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258309" } } }, { "id": "trip:6257480", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040300" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1772040328" }, "departure": { "time": "1772040328" }, "stopId": "COTTAGE", "stopSequence": 1 }, { "arrival": { "time": "1772040480" }, "departure": { "time": "1772040480" }, "stopId": "HIPPODRO", "stopSequence": 2 }, { "arrival": { "time": "1772040518" }, "departure": { "time": "1772040518" }, "stopId": "REDUMONT", "stopSequence": 3 }, { "arrival": { "time": "1772040630" }, "departure": { "time": "1772040630" }, "stopId": "DUBELL-2", "stopSequence": 4 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "stopId": "BOISABBE", "stopSequence": 5 }, { "arrival": { "time": "1772040696" }, "departure": { "time": "1772040696" }, "stopId": "DEBUSSY", "stopSequence": 6 }, { "arrival": { "time": "1772040742" }, "departure": { "time": "1772040742" }, "stopId": "HOTELLER", "stopSequence": 7 }, { "arrival": { "time": "1772040780" }, "departure": { "time": "1772040780" }, "stopId": "INDUSTRI", "stopSequence": 8 }, { "arrival": { "time": "1772040862" }, "departure": { "time": "1772040862" }, "stopId": "SAVOIE", "stopSequence": 9 }, { "arrival": { "time": "1772040922" }, "departure": { "time": "1772040922" }, "stopId": "AUVERGNE", "stopSequence": 10 }, { "arrival": { "time": "1772040960" }, "departure": { "time": "1772040960" }, "stopId": "NOZAY", "stopSequence": 11 }, { "arrival": { "time": "1772040989" }, "departure": { "time": "1772040989" }, "stopId": "RBRIOLLA", "stopSequence": 12 }, { "arrival": { "time": "1772041193" }, "departure": { "time": "1772041193" }, "stopId": "MIMOSAS", "stopSequence": 13 }, { "arrival": { "time": "1772041259" }, "departure": { "time": "1772041259" }, "stopId": "BRISEPOT", "stopSequence": 14 }, { "arrival": { "time": "1772041310" }, "departure": { "time": "1772041310" }, "stopId": "DESJARDI", "stopSequence": 15 }, { "arrival": { "time": "1772041352" }, "departure": { "time": "1772041352" }, "stopId": "MACE", "stopSequence": 16 }, { "arrival": { "time": "1772041381" }, "departure": { "time": "1772041381" }, "stopId": "LUTIN", "stopSequence": 17 }, { "arrival": { "time": "1772041468" }, "departure": { "time": "1772041468" }, "stopId": "MUSSET", "stopSequence": 18 }, { "arrival": { "time": "1772041508" }, "departure": { "time": "1772041508" }, "stopId": "SAVARY", "stopSequence": 19 }, { "arrival": { "time": "1772040932" }, "departure": { "time": "1772040932" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENNE", "stopSequence": 20 }, { "arrival": { "time": "1772041004" }, "departure": { "time": "1772041004" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESOLI", "stopSequence": 21 }, { "arrival": { "time": "1772041140" }, "departure": { "time": "1772041140" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCITR", "stopSequence": 22 }, { "arrival": { "time": "1772041195" }, "departure": { "time": "1772041195" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE", "stopSequence": 23 }, { "arrival": { "time": "1772041304" }, "departure": { "time": "1772041304" }, "scheduleRelationship": "SKIPPED", "stopId": "FACUL-SS", "stopSequence": 24 }, { "arrival": { "time": "1772041320" }, "departure": { "time": "1772041320" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAINE", "stopSequence": 25 }, { "arrival": { "time": "1772041463" }, "departure": { "time": "1772041463" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET", "stopSequence": 26 }, { "arrival": { "time": "1772041598" }, "departure": { "time": "1772041598" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1772041717" }, "departure": { "time": "1772041860" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1772041944" }, "departure": { "time": "1772041944" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1772041984" }, "departure": { "time": "1772041984" }, "stopId": "HARAS-E", "stopSequence": 30 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257480" } } }, { "id": "trip:6257776", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040433" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1772040453" }, "departure": { "time": "1772040453" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1772040506" }, "departure": { "time": "1772040506" }, "stopId": "PAVILL-E", "stopSequence": 2 }, { "arrival": { "time": "1772040580" }, "departure": { "time": "1772040580" }, "stopId": "EBEAUP-E", "stopSequence": 3 }, { "arrival": { "time": "1772040613" }, "departure": { "time": "1772040613" }, "stopId": "AAMIPI-E", "stopSequence": 4 }, { "arrival": { "time": "1772040680" }, "departure": { "time": "1772040680" }, "stopId": "GUINEZ-E", "stopSequence": 5 }, { "arrival": { "time": "1772040730" }, "departure": { "time": "1772040730" }, "stopId": "CLAIE-E", "stopSequence": 6 }, { "arrival": { "time": "1772040753" }, "departure": { "time": "1772040753" }, "stopId": "THOMAS-E", "stopSequence": 7 }, { "arrival": { "time": "1772040826" }, "departure": { "time": "1772040826" }, "stopId": "ZIBEAU-E", "stopSequence": 8 }, { "arrival": { "time": "1772040853" }, "departure": { "time": "1772040853" }, "stopId": "CCMOLIER", "stopSequence": 9 }, { "arrival": { "time": "1772040902" }, "departure": { "time": "1772040902" }, "stopId": "AAQUITN", "stopSequence": 10 }, { "arrival": { "time": "1772040936" }, "departure": { "time": "1772040936" }, "stopId": "SHEAKSPE", "stopSequence": 11 }, { "arrival": { "time": "1772041002" }, "departure": { "time": "1772041002" }, "stopId": "WIGAN", "stopSequence": 12 }, { "arrival": { "time": "1772041033" }, "departure": { "time": "1772041033" }, "stopId": "GRESILLE", "stopSequence": 13 }, { "arrival": { "time": "1772041072" }, "departure": { "time": "1772041072" }, "stopId": "PROUDHON", "stopSequence": 14 }, { "arrival": { "time": "1772041134" }, "departure": { "time": "1772041134" }, "stopId": "VALLO", "stopSequence": 15 }, { "arrival": { "time": "1772041165" }, "departure": { "time": "1772041165" }, "stopId": "MONTECLA", "stopSequence": 16 }, { "arrival": { "time": "1772041200" }, "departure": { "time": "1772041200" }, "stopId": "DELESCL", "stopSequence": 17 }, { "arrival": { "time": "1772041303" }, "departure": { "time": "1772041303" }, "stopId": "MAISLA-E", "stopSequence": 18 }, { "arrival": { "time": "1772041335" }, "departure": { "time": "1772041335" }, "stopId": "PERUSS-E", "stopSequence": 19 }, { "arrival": { "time": "1772041393" }, "departure": { "time": "1772041393" }, "stopId": "GDMAINE", "stopSequence": 20 }, { "arrival": { "time": "1772041886" }, "departure": { "time": "1772041886" }, "stopId": "EBLE", "stopSequence": 21 }, { "arrival": { "time": "1772041940" }, "departure": { "time": "1772041940" }, "stopId": "GENIE", "stopSequence": 22 }, { "arrival": { "time": "1772042025" }, "departure": { "time": "1772042025" }, "stopId": "VAUBAN", "stopSequence": 23 }, { "arrival": { "time": "1772042038" }, "departure": { "time": "1772042038" }, "stopId": "POIREL", "stopSequence": 24 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 27 }, { "arrival": { "time": "1772041613" }, "departure": { "time": "1772041613" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 28 }, { "arrival": { "time": "1772041671" }, "departure": { "time": "1772041671" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 29 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257776" } } }, { "id": "trip:6258707", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039160" }, "stopId": "TRELAZE", "stopSequence": 0 }, { "arrival": { "time": "1772039182" }, "departure": { "time": "1772039182" }, "stopId": "MALRAUX", "stopSequence": 1 }, { "arrival": { "time": "1772039220" }, "departure": { "time": "1772039220" }, "stopId": "FMAURIAC", "stopSequence": 2 }, { "arrival": { "time": "1772039269" }, "departure": { "time": "1772039269" }, "stopId": "TRELGARE", "stopSequence": 3 }, { "arrival": { "time": "1772039338" }, "departure": { "time": "1772039338" }, "stopId": "MALEMBAR", "stopSequence": 4 }, { "arrival": { "time": "1772039427" }, "departure": { "time": "1772039427" }, "stopId": "DEGAULLE", "stopSequence": 5 }, { "arrival": { "time": "1772039498" }, "departure": { "time": "1772039498" }, "stopId": "BAHONNEA", "stopSequence": 6 }, { "arrival": { "time": "1772039630" }, "departure": { "time": "1772039630" }, "stopId": "GENTRIC", "stopSequence": 7 }, { "arrival": { "time": "1772039729" }, "departure": { "time": "1772039729" }, "stopId": "DAUTEL", "stopSequence": 8 }, { "arrival": { "time": "1772039340" }, "departure": { "time": "1772039340" }, "scheduleRelationship": "SKIPPED", "stopId": "HMTREL", "stopSequence": 9 }, { "arrival": { "time": "1772039442" }, "departure": { "time": "1772039442" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMTRELA", "stopSequence": 10 }, { "arrival": { "time": "1772039488" }, "departure": { "time": "1772039488" }, "scheduleRelationship": "SKIPPED", "stopId": "EGLTRELA", "stopSequence": 11 }, { "arrival": { "time": "1772039544" }, "departure": { "time": "1772039544" }, "scheduleRelationship": "SKIPPED", "stopId": "MAIRTREL", "stopSequence": 12 }, { "arrival": { "time": "1772039606" }, "departure": { "time": "1772039606" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTHIBE", "stopSequence": 13 }, { "arrival": { "time": "1772039675" }, "departure": { "time": "1772039675" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA", "stopSequence": 14 }, { "arrival": { "time": "1772039757" }, "departure": { "time": "1772039757" }, "stopId": "BUISSON", "stopSequence": 15 }, { "arrival": { "time": "1772039817" }, "departure": { "time": "1772039817" }, "stopId": "PYRAM02", "stopSequence": 16 }, { "arrival": { "time": "1772039893" }, "departure": { "time": "1772039893" }, "stopId": "LEFEVRE", "stopSequence": 17 }, { "arrival": { "time": "1772039928" }, "departure": { "time": "1772039928" }, "stopId": "MALAQUAI", "stopSequence": 18 }, { "arrival": { "time": "1772039987" }, "departure": { "time": "1772039987" }, "stopId": "MENARD", "stopSequence": 19 }, { "arrival": { "time": "1772040032" }, "departure": { "time": "1772040032" }, "stopId": "CHOUTEAU", "stopSequence": 20 }, { "arrival": { "time": "1772040102" }, "departure": { "time": "1772040102" }, "stopId": "FRESNAIE", "stopSequence": 21 }, { "arrival": { "time": "1772040187" }, "departure": { "time": "1772040187" }, "stopId": "MARAIS", "stopSequence": 22 }, { "arrival": { "time": "1772040248" }, "departure": { "time": "1772040248" }, "stopId": "BELLVUTR", "stopSequence": 23 }, { "arrival": { "time": "1772040297" }, "departure": { "time": "1772040297" }, "stopId": "LEOLAGRA", "stopSequence": 24 }, { "arrival": { "time": "1772040342" }, "departure": { "time": "1772040342" }, "stopId": "VDLOIRE", "stopSequence": 25 }, { "arrival": { "time": "1772040419" }, "departure": { "time": "1772040419" }, "stopId": "ECLATERI", "stopSequence": 26 }, { "arrival": { "time": "1772040507" }, "departure": { "time": "1772040507" }, "stopId": "JUSTICES", "stopSequence": 27 }, { "arrival": { "time": "1772040539" }, "departure": { "time": "1772040539" }, "stopId": "DELACROI", "stopSequence": 28 }, { "arrival": { "time": "1772040597" }, "departure": { "time": "1772040597" }, "stopId": "SAUMUROI", "stopSequence": 29 }, { "arrival": { "time": "1772040651" }, "departure": { "time": "1772040651" }, "stopId": "MADELEIN", "stopSequence": 30 }, { "arrival": { "time": "1772040687" }, "departure": { "time": "1772040687" }, "stopId": "VOLNEY", "stopSequence": 31 }, { "arrival": { "time": "1772040750" }, "departure": { "time": "1772040750" }, "stopId": "BOURGONN", "stopSequence": 32 }, { "arrival": { "time": "1772040797" }, "departure": { "time": "1772040797" }, "stopId": "MICHELET", "stopSequence": 33 }, { "arrival": { "time": "1772040837" }, "departure": { "time": "1772040837" }, "stopId": "ANLEROY", "stopSequence": 34 }, { "arrival": { "time": "1772040994" }, "departure": { "time": "1772040994" }, "stopId": "PAULBERT", "stopSequence": 35 }, { "arrival": { "time": "1772041058" }, "departure": { "time": "1772041058" }, "stopId": "HARAS", "stopSequence": 36 }, { "arrival": { "time": "1772041144" }, "departure": { "time": "1772041144" }, "stopId": "STAUBIN", "stopSequence": 37 }, { "arrival": { "time": "1772041255" }, "stopId": "LORRTERM", "stopSequence": 38 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258707" } } }, { "id": "trip:6540901", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038451" }, "departure": { "time": "1772038453" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1772038566" }, "departure": { "time": "1772038566" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1772038666" }, "departure": { "time": "1772038666" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1772038766" }, "departure": { "time": "1772038766" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1772038876" }, "departure": { "time": "1772038876" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1772038986" }, "departure": { "time": "1772038986" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1772039096" }, "departure": { "time": "1772039096" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1772039216" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6540901" } } }, { "id": "trip:6544966", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039820" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1772039921" }, "departure": { "time": "1772039921" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1772040030" }, "departure": { "time": "1772040030" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1772040113" }, "departure": { "time": "1772040113" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1772040208" }, "departure": { "time": "1772040208" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1772040321" }, "departure": { "time": "1772040321" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1772040500" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544966" } } }, { "id": "trip:6257428", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038376" }, "departure": { "time": "1772038428" }, "stopId": "MAIL-HDV", "stopSequence": 1 }, { "arrival": { "time": "1772038554" }, "departure": { "time": "1772038554" }, "stopId": "CLEMOI-E", "stopSequence": 2 }, { "arrival": { "time": "1772038640" }, "departure": { "time": "1772038640" }, "stopId": "MAISAR-E", "stopSequence": 3 }, { "arrival": { "time": "1772038708" }, "departure": { "time": "1772038708" }, "stopId": "LAREVE-E", "stopSequence": 4 }, { "arrival": { "time": "1772038811" }, "departure": { "time": "1772038811" }, "stopId": "MONTAIG", "stopSequence": 5 }, { "arrival": { "time": "1772038955" }, "departure": { "time": "1772038955" }, "stopId": "COUPER-E", "stopSequence": 6 }, { "arrival": { "time": "1772039027" }, "departure": { "time": "1772039027" }, "stopId": "MONTRJ-E", "stopSequence": 7 }, { "arrival": { "time": "1772039096" }, "departure": { "time": "1772039096" }, "stopId": "CAMELIAS", "stopSequence": 8 }, { "arrival": { "time": "1772039164" }, "departure": { "time": "1772039164" }, "stopId": "GATS-E", "stopSequence": 9 }, { "arrival": { "time": "1772039220" }, "departure": { "time": "1772039220" }, "stopId": "MAISON-E", "stopSequence": 10 }, { "arrival": { "time": "1772039273" }, "departure": { "time": "1772039273" }, "stopId": "COINTR-E", "stopSequence": 11 }, { "arrival": { "time": "1772039375" }, "departure": { "time": "1772039375" }, "stopId": "BOISRI-E", "stopSequence": 12 }, { "arrival": { "time": "1772039428" }, "departure": { "time": "1772039428" }, "stopId": "CHANTR-E", "stopSequence": 13 }, { "arrival": { "time": "1772039475" }, "departure": { "time": "1772039475" }, "stopId": "COLOM-E", "stopSequence": 14 }, { "arrival": { "time": "1772039522" }, "departure": { "time": "1772039522" }, "stopId": "HELBO-E", "stopSequence": 15 }, { "arrival": { "time": "1772039555" }, "departure": { "time": "1772039555" }, "stopId": "POLE49", "stopSequence": 16 }, { "arrival": { "time": "1772039735" }, "stopId": "EXPO-ZI", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "11", "tripId": "6257428" } } }, { "id": "trip:6053951", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038496" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053951" } } }, { "id": "trip:6544968", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041260" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1772041361" }, "departure": { "time": "1772041361" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1772041470" }, "departure": { "time": "1772041470" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1772041553" }, "departure": { "time": "1772041553" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1772041648" }, "departure": { "time": "1772041648" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1772041761" }, "departure": { "time": "1772041761" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1772041940" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544968" } } }, { "id": "trip:6257919", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772042040" }, "stopId": "BEAUCOUZ", "stopSequence": 0 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257919" } } }, { "id": "trip:6544755", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041090" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1772041172" }, "departure": { "time": "1772041172" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1772041258" }, "departure": { "time": "1772041258" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1772041430" }, "departure": { "time": "1772041430" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1772041511" }, "departure": { "time": "1772041511" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1772041672" }, "departure": { "time": "1772041672" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1772041770" }, "departure": { "time": "1772041770" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1772041920" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544755" } } }, { "id": "trip:6260069", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038395" }, "departure": { "time": "1772038426" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1772038455" }, "departure": { "time": "1772038471" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1772038559" }, "departure": { "time": "1772038559" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1772038614" }, "departure": { "time": "1772038614" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1772038677" }, "departure": { "time": "1772038677" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1772038751" }, "departure": { "time": "1772038751" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1772038783" }, "departure": { "time": "1772038783" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1772038798" }, "departure": { "time": "1772038798" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1772038861" }, "departure": { "time": "1772038861" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1772038922" }, "departure": { "time": "1772038922" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1772039013" }, "departure": { "time": "1772039013" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1772039208" }, "departure": { "time": "1772039208" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1772039314" }, "departure": { "time": "1772039314" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1772039396" }, "departure": { "time": "1772039396" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1772039451" }, "departure": { "time": "1772039451" }, "stopId": "BOISRA-E", "stopSequence": 19 }, { "arrival": { "time": "1772039517" }, "departure": { "time": "1772039517" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1772039580" }, "departure": { "time": "1772039580" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1772039636" }, "departure": { "time": "1772039636" }, "stopId": "CITEUN-E", "stopSequence": 22 }, { "arrival": { "time": "1772039718" }, "departure": { "time": "1772039718" }, "stopId": "BEAUSS-E", "stopSequence": 23 }, { "arrival": { "time": "1772039781" }, "departure": { "time": "1772039781" }, "stopId": "CNFPT-E", "stopSequence": 24 }, { "arrival": { "time": "1772039988" }, "departure": { "time": "1772039988" }, "stopId": "JEMONNET", "stopSequence": 25 }, { "arrival": { "time": "1772040042" }, "departure": { "time": "1772040042" }, "stopId": "MAISLA-E", "stopSequence": 26 }, { "arrival": { "time": "1772040079" }, "departure": { "time": "1772040079" }, "stopId": "PERUSS-E", "stopSequence": 27 }, { "arrival": { "time": "1772040110" }, "departure": { "time": "1772040110" }, "stopId": "MAISEN-E", "stopSequence": 28 }, { "arrival": { "time": "1772040161" }, "departure": { "time": "1772040161" }, "stopId": "LACDMA-E", "stopSequence": 29 }, { "arrival": { "time": "1772040207" }, "departure": { "time": "1772040207" }, "stopId": "CAMLAC-E", "stopSequence": 30 }, { "arrival": { "time": "1772040313" }, "departure": { "time": "1772040313" }, "stopId": "CROISE-E", "stopSequence": 31 }, { "arrival": { "time": "1772040344" }, "departure": { "time": "1772040344" }, "stopId": "PRUNIE-E", "stopSequence": 32 }, { "arrival": { "time": "1772040427" }, "departure": { "time": "1772040427" }, "stopId": "PETVIV-E", "stopSequence": 33 }, { "arrival": { "time": "1772040491" }, "departure": { "time": "1772040491" }, "stopId": "VALMAINE", "stopSequence": 34 }, { "arrival": { "time": "1772040531" }, "departure": { "time": "1772040531" }, "stopId": "P-ANJO-E", "stopSequence": 35 }, { "arrival": { "time": "1772040611" }, "departure": { "time": "1772040611" }, "stopId": "HARENC", "stopSequence": 36 }, { "arrival": { "time": "1772040699" }, "departure": { "time": "1772040699" }, "stopId": "P-ANJOU", "stopSequence": 37 }, { "arrival": { "time": "1772040751" }, "departure": { "time": "1772040751" }, "stopId": "CLOSVIGN", "stopSequence": 38 }, { "arrival": { "time": "1772040753" }, "departure": { "time": "1772040753" }, "stopId": "CHATAI-E", "stopSequence": 39 }, { "arrival": { "time": "1772040802" }, "departure": { "time": "1772040802" }, "stopId": "PIVERD-E", "stopSequence": 40 }, { "arrival": { "time": "1772040860" }, "departure": { "time": "1772040860" }, "stopId": "ARTAUD-E", "stopSequence": 41 }, { "arrival": { "time": "1772040923" }, "departure": { "time": "1772040923" }, "stopId": "HAUBOU-E", "stopSequence": 42 }, { "arrival": { "time": "1772040981" }, "departure": { "time": "1772040981" }, "stopId": "PETPOR-E", "stopSequence": 43 }, { "arrival": { "time": "1772041025" }, "departure": { "time": "1772041025" }, "stopId": "CHEVRI-E", "stopSequence": 44 }, { "arrival": { "time": "1772041096" }, "departure": { "time": "1772041096" }, "stopId": "BOUCHE-E", "stopSequence": 45 }, { "arrival": { "time": "1772041111" }, "departure": { "time": "1772041111" }, "stopId": "CAMPBO-E", "stopSequence": 46 }, { "arrival": { "time": "1772041175" }, "departure": { "time": "1772041175" }, "stopId": "GAREBO-E", "stopSequence": 47 }, { "arrival": { "time": "1772041222" }, "departure": { "time": "1772041222" }, "stopId": "PONTLA-E", "stopSequence": 48 }, { "arrival": { "time": "1772041270" }, "departure": { "time": "1772041270" }, "stopId": "LAPOIN-E", "stopSequence": 49 }, { "arrival": { "time": "1772041294" }, "departure": { "time": "1772041294" }, "stopId": "RANGEA-E", "stopSequence": 50 }, { "arrival": { "time": "1772041132" }, "departure": { "time": "1772041132" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1772041200" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260069" } } }, { "id": "trip:6541224", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039690" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1772039810" }, "departure": { "time": "1772039810" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1772039920" }, "departure": { "time": "1772039920" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1772040040" }, "departure": { "time": "1772040040" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1772040160" }, "departure": { "time": "1772040160" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1772040250" }, "departure": { "time": "1772040250" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1772040370" }, "departure": { "time": "1772040370" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1772040480" }, "departure": { "time": "1772040480" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1772040540" }, "departure": { "time": "1772040540" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1772040640" }, "departure": { "time": "1772040640" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1772040740" }, "departure": { "time": "1772040740" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1772040830" }, "departure": { "time": "1772040830" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1772040950" }, "departure": { "time": "1772040950" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1772041050" }, "departure": { "time": "1772041050" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1772041170" }, "departure": { "time": "1772041170" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1772041250" }, "departure": { "time": "1772041250" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1772041370" }, "departure": { "time": "1772041370" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1772041460" }, "departure": { "time": "1772041460" }, "stopId": "2VERN", "stopSequence": 17 }, { "arrival": { "time": "1772041620" }, "departure": { "time": "1772041620" }, "stopId": "2BOTA", "stopSequence": 19 }, { "arrival": { "time": "1772041720" }, "departure": { "time": "1772041720" }, "stopId": "2PMAY", "stopSequence": 20 }, { "arrival": { "time": "1772041800" }, "departure": { "time": "1772041800" }, "stopId": "2BROY", "stopSequence": 21 }, { "arrival": { "time": "1772041890" }, "departure": { "time": "1772041890" }, "stopId": "2ACAS", "stopSequence": 22 }, { "arrival": { "time": "1772041970" }, "departure": { "time": "1772041970" }, "stopId": "2STGI", "stopSequence": 23 }, { "arrival": { "time": "1772042060" }, "departure": { "time": "1772042060" }, "stopId": "2BASC", "stopSequence": 24 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6541224" } } }, { "id": "trip:6053953", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038393" }, "departure": { "time": "1772038463" }, "stopId": "PARCEXPO", "stopSequence": 12 }, { "arrival": { "time": "1772038572" }, "departure": { "time": "1772038572" }, "stopId": "PROVINS", "stopSequence": 13 }, { "arrival": { "time": "1772038657" }, "departure": { "time": "1772038657" }, "stopId": "RTEPARIS", "stopSequence": 14 }, { "arrival": { "time": "1772038752" }, "departure": { "time": "1772038752" }, "stopId": "SEPSONET", "stopSequence": 15 }, { "arrival": { "time": "1772038890" }, "departure": { "time": "1772038890" }, "stopId": "CHATENAY", "stopSequence": 16 }, { "arrival": { "time": "1772039024" }, "departure": { "time": "1772039024" }, "stopId": "BRISEPOT", "stopSequence": 17 }, { "arrival": { "time": "1772039344" }, "departure": { "time": "1772039344" }, "stopId": "CLEMOINE", "stopSequence": 18 }, { "arrival": { "time": "1772039467" }, "stopId": "HDVSUB", "stopSequence": 19 } ], "trip": { "directionId": 0, "routeId": "25", "tripId": "6053953" } } }, { "id": "trip:6258304", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038375" }, "departure": { "time": "1772038397" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1772038570" }, "departure": { "time": "1772038570" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1772038643" }, "departure": { "time": "1772038643" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1772038728" }, "departure": { "time": "1772038728" }, "stopId": "STAUBIN", "stopSequence": 24 }, { "arrival": { "time": "1772038870" }, "departure": { "time": "1772038870" }, "stopId": "LORRAIN1", "stopSequence": 25 }, { "arrival": { "time": "1772038992" }, "departure": { "time": "1772038992" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1772039233" }, "departure": { "time": "1772039233" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1772039460" }, "departure": { "time": "1772039460" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1772039559" }, "departure": { "time": "1772039559" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1772039615" }, "departure": { "time": "1772039615" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1772039700" }, "departure": { "time": "1772039700" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1772039822" }, "departure": { "time": "1772039822" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1772039894" }, "departure": { "time": "1772039894" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1772039948" }, "departure": { "time": "1772039948" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1772040041" }, "departure": { "time": "1772040041" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1772040088" }, "departure": { "time": "1772040088" }, "scheduleRelationship": "SKIPPED", "stopId": "VALOR-E", "stopSequence": 37 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "scheduleRelationship": "SKIPPED", "stopId": "CLINIQ-E", "stopSequence": 38 }, { "arrival": { "time": "1772040165" }, "departure": { "time": "1772040165" }, "scheduleRelationship": "SKIPPED", "stopId": "GRANDM-E", "stopSequence": 39 }, { "arrival": { "time": "1772040159" }, "departure": { "time": "1772040159" }, "stopId": "MAISDA-E", "stopSequence": 40 }, { "arrival": { "time": "1772040204" }, "departure": { "time": "1772040204" }, "stopId": "CHMART-E", "stopSequence": 41 }, { "arrival": { "time": "1772040247" }, "departure": { "time": "1772040247" }, "stopId": "MLYAUT-E", "stopSequence": 42 }, { "arrival": { "time": "1772040321" }, "departure": { "time": "1772040321" }, "stopId": "BRASSE-E", "stopSequence": 43 }, { "arrival": { "time": "1772040376" }, "departure": { "time": "1772040376" }, "stopId": "BEURRI-E", "stopSequence": 44 }, { "arrival": { "time": "1772040432" }, "departure": { "time": "1772040432" }, "stopId": "DELAUN-E", "stopSequence": 45 }, { "arrival": { "time": "1772040546" }, "departure": { "time": "1772040546" }, "stopId": "MAUFIN-E", "stopSequence": 46 }, { "arrival": { "time": "1772040578" }, "departure": { "time": "1772040578" }, "stopId": "MAIRAV-E", "stopSequence": 47 }, { "arrival": { "time": "1772040622" }, "departure": { "time": "1772040622" }, "stopId": "TERNIE-E", "stopSequence": 48 }, { "arrival": { "time": "1772040684" }, "departure": { "time": "1772040684" }, "stopId": "BALAND-E", "stopSequence": 49 }, { "arrival": { "time": "1772040715" }, "departure": { "time": "1772040715" }, "stopId": "PIECE-E", "stopSequence": 50 }, { "arrival": { "time": "1772040759" }, "departure": { "time": "1772040759" }, "stopId": "LA-BOI-E", "stopSequence": 51 }, { "arrival": { "time": "1772040812" }, "departure": { "time": "1772040812" }, "stopId": "SCHWAL-E", "stopSequence": 52 }, { "arrival": { "time": "1772040845" }, "stopId": "ADEZIERE", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258304" } } }, { "id": "trip:6258318", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038367" }, "departure": { "time": "1772038418" }, "stopId": "HARAS-E", "stopSequence": 36 }, { "arrival": { "time": "1772038576" }, "departure": { "time": "1772038576" }, "stopId": "ANLERO-E", "stopSequence": 37 }, { "arrival": { "time": "1772038661" }, "departure": { "time": "1772038661" }, "stopId": "RABELA-E", "stopSequence": 38 }, { "arrival": { "time": "1772038728" }, "departure": { "time": "1772038728" }, "stopId": "ESA-E", "stopSequence": 39 }, { "arrival": { "time": "1772038883" }, "departure": { "time": "1772038883" }, "stopId": "DELATA-E", "stopSequence": 40 }, { "arrival": { "time": "1772038996" }, "departure": { "time": "1772038996" }, "stopId": "ALLARD-E", "stopSequence": 41 }, { "arrival": { "time": "1772039046" }, "departure": { "time": "1772039046" }, "stopId": "TASSIG-E", "stopSequence": 42 }, { "arrival": { "time": "1772039139" }, "departure": { "time": "1772039139" }, "stopId": "TROIPA-E", "stopSequence": 43 }, { "arrival": { "time": "1772039176" }, "departure": { "time": "1772039176" }, "stopId": "SABLON-E", "stopSequence": 44 }, { "arrival": { "time": "1772039241" }, "departure": { "time": "1772039241" }, "stopId": "RUELLE-E", "stopSequence": 45 }, { "arrival": { "time": "1772039342" }, "departure": { "time": "1772039342" }, "stopId": "GENDRO-E", "stopSequence": 46 }, { "arrival": { "time": "1772039457" }, "departure": { "time": "1772039457" }, "stopId": "PATUR-E", "stopSequence": 47 }, { "arrival": { "time": "1772039549" }, "departure": { "time": "1772039549" }, "stopId": "AUTHIO-E", "stopSequence": 48 }, { "arrival": { "time": "1772039621" }, "departure": { "time": "1772039621" }, "stopId": "BELPOU-E", "stopSequence": 49 }, { "arrival": { "time": "1772039662" }, "departure": { "time": "1772039662" }, "stopId": "PONTSC-E", "stopSequence": 50 }, { "arrival": { "time": "1772039794" }, "departure": { "time": "1772039794" }, "stopId": "LOIRE-E", "stopSequence": 51 }, { "arrival": { "time": "1772039832" }, "departure": { "time": "1772039832" }, "stopId": "DUBE-E", "stopSequence": 52 }, { "arrival": { "time": "1772039882" }, "departure": { "time": "1772039882" }, "stopId": "LOUET-E", "stopSequence": 53 }, { "arrival": { "time": "1772039926" }, "departure": { "time": "1772039926" }, "stopId": "BOSQUE-E", "stopSequence": 54 }, { "arrival": { "time": "1772039980" }, "departure": { "time": "1772039980" }, "stopId": "CHAERI-E", "stopSequence": 55 }, { "arrival": { "time": "1772040050" }, "departure": { "time": "1772040050" }, "stopId": "FONTE-E", "stopSequence": 56 }, { "arrival": { "time": "1772040108" }, "departure": { "time": "1772040108" }, "stopId": "ERIGNE", "stopSequence": 57 }, { "arrival": { "time": "1772040136" }, "stopId": "SOLAND", "stopSequence": 58 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258318" } } }, { "id": "trip:6258105", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038404" }, "departure": { "time": "1772038426" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1772038456" }, "departure": { "time": "1772038456" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1772038520" }, "departure": { "time": "1772038520" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1772038590" }, "departure": { "time": "1772038590" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1772038640" }, "departure": { "time": "1772038640" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1772038693" }, "departure": { "time": "1772038693" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1772038811" }, "departure": { "time": "1772038811" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1772038897" }, "departure": { "time": "1772038897" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1772038907" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258105" } } }, { "id": "trip:6544742", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038382" }, "departure": { "time": "1772038423" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1772038465" }, "departure": { "time": "1772038467" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1772038672" }, "departure": { "time": "1772038672" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1772038753" }, "departure": { "time": "1772038753" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1772038914" }, "departure": { "time": "1772038914" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1772039012" }, "departure": { "time": "1772039012" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1772039162" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544742" } } }, { "id": "trip:6258558", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038386" }, "departure": { "time": "1772038402" }, "stopId": "SALET-AR", "stopSequence": 34 }, { "arrival": { "time": "1772038432" }, "departure": { "time": "1772038432" }, "stopId": "RIPOLLE", "stopSequence": 35 }, { "arrival": { "time": "1772038473" }, "departure": { "time": "1772038473" }, "stopId": "PEGARDE", "stopSequence": 36 }, { "arrival": { "time": "1772038520" }, "departure": { "time": "1772038520" }, "stopId": "CIAVRILL", "stopSequence": 37 }, { "arrival": { "time": "1772038570" }, "departure": { "time": "1772038570" }, "stopId": "MAIRAVR", "stopSequence": 38 }, { "arrival": { "time": "1772038613" }, "departure": { "time": "1772038613" }, "stopId": "MAUFINE", "stopSequence": 39 }, { "arrival": { "time": "1772038675" }, "departure": { "time": "1772038675" }, "stopId": "DELAUNE", "stopSequence": 40 }, { "arrival": { "time": "1772038714" }, "departure": { "time": "1772038714" }, "stopId": "BEURRIER", "stopSequence": 41 }, { "arrival": { "time": "1772038782" }, "departure": { "time": "1772038782" }, "stopId": "BRASSENS", "stopSequence": 42 }, { "arrival": { "time": "1772038831" }, "departure": { "time": "1772038831" }, "stopId": "RONDE", "stopSequence": 43 }, { "arrival": { "time": "1772038874" }, "departure": { "time": "1772038874" }, "stopId": "PLAMAY", "stopSequence": 44 }, { "arrival": { "time": "1772038930" }, "departure": { "time": "1772038930" }, "stopId": "KENNEDY", "stopSequence": 45 }, { "arrival": { "time": "1772038981" }, "departure": { "time": "1772038981" }, "stopId": "ECHMAN", "stopSequence": 46 }, { "arrival": { "time": "1772039059" }, "departure": { "time": "1772039059" }, "stopId": "LIZE07", "stopSequence": 47 }, { "arrival": { "time": "1772039097" }, "departure": { "time": "1772039097" }, "stopId": "GASNIER", "stopSequence": 48 }, { "arrival": { "time": "1772039154" }, "departure": { "time": "1772039154" }, "stopId": "GOURONNI", "stopSequence": 49 }, { "arrival": { "time": "1772039226" }, "departure": { "time": "1772039226" }, "stopId": "CLOUET", "stopSequence": 50 }, { "arrival": { "time": "1772039259" }, "departure": { "time": "1772039259" }, "stopId": "BICHLAZA", "stopSequence": 51 }, { "arrival": { "time": "1772039290" }, "departure": { "time": "1772039290" }, "stopId": "DESCAZEA", "stopSequence": 52 }, { "arrival": { "time": "1772039358" }, "departure": { "time": "1772039358" }, "stopId": "MONPROFI", "stopSequence": 53 }, { "arrival": { "time": "1772039377" }, "departure": { "time": "1772039377" }, "stopId": "DUMESNIL", "stopSequence": 54 }, { "arrival": { "time": "1772039416" }, "departure": { "time": "1772039416" }, "stopId": "LEQUAI", "stopSequence": 55 }, { "arrival": { "time": "1772039556" }, "departure": { "time": "1772039556" }, "stopId": "CHDARR", "stopSequence": 56 }, { "arrival": { "time": "1772039271" }, "departure": { "time": "1772039271" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINITE", "stopSequence": 57 }, { "arrival": { "time": "1772039340" }, "departure": { "time": "1772039340" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAUREPA", "stopSequence": 58 }, { "arrival": { "time": "1772039419" }, "departure": { "time": "1772039419" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURPOI", "stopSequence": 59 }, { "arrival": { "time": "1772039505" }, "departure": { "time": "1772039505" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBLIQ", "stopSequence": 60 }, { "arrival": { "time": "1772039580" }, "departure": { "time": "1772039580" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICRO-E", "stopSequence": 61 }, { "arrival": { "time": "1772039673" }, "departure": { "time": "1772039673" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOU-E", "stopSequence": 62 }, { "arrival": { "time": "1772039599" }, "departure": { "time": "1772039599" }, "stopId": "CCI", "stopSequence": 63 }, { "arrival": { "time": "1772039719" }, "departure": { "time": "1772039940" }, "stopId": "LICES-E", "stopSequence": 64 }, { "arrival": { "time": "1772040180" }, "departure": { "time": "1772040180" }, "stopId": "ANLERO-E", "stopSequence": 65 }, { "arrival": { "time": "1772040263" }, "departure": { "time": "1772040263" }, "stopId": "MICHEL-E", "stopSequence": 66 }, { "arrival": { "time": "1772040317" }, "departure": { "time": "1772040317" }, "stopId": "BOURGO-E", "stopSequence": 67 }, { "arrival": { "time": "1772040362" }, "departure": { "time": "1772040362" }, "stopId": "VOLNEY-E", "stopSequence": 68 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "stopId": "MADELE-E", "stopSequence": 69 }, { "arrival": { "time": "1772040493" }, "departure": { "time": "1772040493" }, "stopId": "JEBOUI-E", "stopSequence": 70 }, { "arrival": { "time": "1772040565" }, "departure": { "time": "1772040565" }, "stopId": "PCOUBE-E", "stopSequence": 71 }, { "arrival": { "time": "1772040600" }, "departure": { "time": "1772040600" }, "stopId": "AROBA-E", "stopSequence": 72 }, { "arrival": { "time": "1772040716" }, "departure": { "time": "1772040716" }, "stopId": "LANGLA-E", "stopSequence": 73 }, { "arrival": { "time": "1772040854" }, "departure": { "time": "1772040854" }, "stopId": "MONTAI-E", "stopSequence": 74 }, { "arrival": { "time": "1772040969" }, "departure": { "time": "1772040969" }, "stopId": "JERUSA-E", "stopSequence": 75 }, { "arrival": { "time": "1772041020" }, "departure": { "time": "1772041020" }, "stopId": "DAGNET-E", "stopSequence": 76 }, { "arrival": { "time": "1772041052" }, "departure": { "time": "1772041052" }, "stopId": "GILLIE-E", "stopSequence": 77 }, { "arrival": { "time": "1772041117" }, "departure": { "time": "1772041117" }, "stopId": "ISORET-E", "stopSequence": 78 }, { "arrival": { "time": "1772041196" }, "departure": { "time": "1772041196" }, "stopId": "VANDE-E", "stopSequence": 79 }, { "arrival": { "time": "1772041247" }, "departure": { "time": "1772041247" }, "stopId": "ORMEAU-E", "stopSequence": 80 }, { "arrival": { "time": "1772041273" }, "departure": { "time": "1772041273" }, "stopId": "CRBLAN-E", "stopSequence": 81 }, { "arrival": { "time": "1772041329" }, "departure": { "time": "1772041329" }, "stopId": "CHATEL-E", "stopSequence": 82 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "BANCHA-E", "stopSequence": 83 }, { "arrival": { "time": "1772041443" }, "departure": { "time": "1772041443" }, "stopId": "JARDF-E", "stopSequence": 84 }, { "arrival": { "time": "1772041483" }, "departure": { "time": "1772041483" }, "stopId": "SAILLE-E", "stopSequence": 85 }, { "arrival": { "time": "1772041560" }, "stopId": "SAUBIN", "stopSequence": 86 } ], "trip": { "directionId": 0, "routeId": "07", "tripId": "6258558" } } }, { "id": "trip:6257466", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038619" }, "departure": { "time": "1772038619" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1772038688" }, "departure": { "time": "1772038688" }, "stopId": "SAVARY-E", "stopSequence": 33 }, { "arrival": { "time": "1772038723" }, "departure": { "time": "1772038723" }, "stopId": "MUSSET-E", "stopSequence": 34 }, { "arrival": { "time": "1772038799" }, "departure": { "time": "1772038799" }, "stopId": "LUTIN-E", "stopSequence": 35 }, { "arrival": { "time": "1772038841" }, "departure": { "time": "1772038841" }, "stopId": "MACE-E", "stopSequence": 36 }, { "arrival": { "time": "1772038868" }, "departure": { "time": "1772038868" }, "stopId": "DESJAR-E", "stopSequence": 37 }, { "arrival": { "time": "1772038972" }, "departure": { "time": "1772038972" }, "stopId": "ALDUNA-E", "stopSequence": 38 }, { "arrival": { "time": "1772039108" }, "departure": { "time": "1772039108" }, "stopId": "RBRIOL-E", "stopSequence": 39 }, { "arrival": { "time": "1772039140" }, "departure": { "time": "1772039140" }, "stopId": "NOZAY-E", "stopSequence": 40 }, { "arrival": { "time": "1772039197" }, "departure": { "time": "1772039197" }, "stopId": "AUVERG-E", "stopSequence": 41 }, { "arrival": { "time": "1772038500" }, "departure": { "time": "1772038500" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAI-E", "stopSequence": 43 }, { "arrival": { "time": "1772038534" }, "departure": { "time": "1772038534" }, "scheduleRelationship": "SKIPPED", "stopId": "FACULT-E", "stopSequence": 44 }, { "arrival": { "time": "1772038710" }, "departure": { "time": "1772038710" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE-E", "stopSequence": 45 }, { "arrival": { "time": "1772038800" }, "departure": { "time": "1772038800" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCIT-E", "stopSequence": 46 }, { "arrival": { "time": "1772038933" }, "departure": { "time": "1772038933" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESO-E", "stopSequence": 47 }, { "arrival": { "time": "1772039006" }, "departure": { "time": "1772039006" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENN-E", "stopSequence": 48 }, { "arrival": { "time": "1772039210" }, "departure": { "time": "1772039210" }, "stopId": "SAVOIE-E", "stopSequence": 49 }, { "arrival": { "time": "1772039332" }, "departure": { "time": "1772039332" }, "stopId": "INDUST-E", "stopSequence": 50 }, { "arrival": { "time": "1772039373" }, "departure": { "time": "1772039373" }, "stopId": "HOTELL-E", "stopSequence": 51 }, { "arrival": { "time": "1772039442" }, "departure": { "time": "1772039442" }, "stopId": "DEBUSS-E", "stopSequence": 52 }, { "arrival": { "time": "1772039495" }, "departure": { "time": "1772039495" }, "stopId": "BOISAB-E", "stopSequence": 53 }, { "arrival": { "time": "1772039529" }, "departure": { "time": "1772039529" }, "stopId": "DUBELL-E", "stopSequence": 54 }, { "arrival": { "time": "1772039628" }, "departure": { "time": "1772039628" }, "stopId": "REDUM-E", "stopSequence": 55 }, { "arrival": { "time": "1772039675" }, "departure": { "time": "1772039675" }, "stopId": "HIPPODRO", "stopSequence": 56 }, { "arrival": { "time": "1772039813" }, "departure": { "time": "1772039813" }, "stopId": "COTTAG-E", "stopSequence": 57 }, { "arrival": { "time": "1772039855" }, "stopId": "EVENTARD", "stopSequence": 58 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257466" } } }, { "id": "trip:6053042", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041800" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1772041885" }, "departure": { "time": "1772041885" }, "stopId": "CLEMOI-E", "stopSequence": 1 } ], "trip": { "directionId": 1, "routeId": "25", "tripId": "6053042" } } }, { "id": "trip:6544745", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039280" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1772039410" }, "departure": { "time": "1772039410" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1772039504" }, "departure": { "time": "1772039504" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1772039662" }, "departure": { "time": "1772039662" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1772039740" }, "departure": { "time": "1772039740" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1772039898" }, "departure": { "time": "1772039898" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1772039977" }, "departure": { "time": "1772039977" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1772040050" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544745" } } }, { "id": "trip:6052652", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038414" }, "departure": { "time": "1772038414" }, "stopId": "IRLAND-E", "stopSequence": 16 }, { "arrival": { "time": "1772038487" }, "departure": { "time": "1772038487" }, "stopId": "ITALIE-E", "stopSequence": 17 }, { "arrival": { "time": "1772038605" }, "departure": { "time": "1772038605" }, "stopId": "ALLEMA-E", "stopSequence": 18 }, { "arrival": { "time": "1772038649" }, "departure": { "time": "1772038649" }, "stopId": "DANEMA-E", "stopSequence": 19 }, { "arrival": { "time": "1772038715" }, "departure": { "time": "1772038715" }, "stopId": "AVENEU-E", "stopSequence": 20 }, { "arrival": { "time": "1772038786" }, "departure": { "time": "1772038786" }, "stopId": "MASTEL-E", "stopSequence": 21 }, { "arrival": { "time": "1772038849" }, "departure": { "time": "1772038849" }, "stopId": "JEHUEZ-E", "stopSequence": 23 }, { "arrival": { "time": "1772038893" }, "departure": { "time": "1772038893" }, "stopId": "PLATEF-E", "stopSequence": 24 }, { "arrival": { "time": "1772038955" }, "departure": { "time": "1772038955" }, "stopId": "ESPMON-E", "stopSequence": 25 }, { "arrival": { "time": "1772039005" }, "departure": { "time": "1772039005" }, "stopId": "BELAIR-E", "stopSequence": 26 }, { "arrival": { "time": "1772039045" }, "departure": { "time": "1772039045" }, "stopId": "ZOLA-E", "stopSequence": 27 }, { "arrival": { "time": "1772039108" }, "departure": { "time": "1772039108" }, "stopId": "ANAFRA-E", "stopSequence": 28 }, { "arrival": { "time": "1772039169" }, "departure": { "time": "1772039169" }, "stopId": "PISCMU-E", "stopSequence": 29 }, { "arrival": { "time": "1772039226" }, "departure": { "time": "1772039226" }, "stopId": "CAMPJU-E", "stopSequence": 30 }, { "arrival": { "time": "1772039286" }, "departure": { "time": "1772039286" }, "stopId": "LAEN-E", "stopSequence": 31 }, { "arrival": { "time": "1772039334" }, "departure": { "time": "1772039334" }, "stopId": "BECK-E", "stopSequence": 32 }, { "arrival": { "time": "1772039385" }, "stopId": "DOMVATER", "stopSequence": 33 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052652" } } }, { "id": "trip:6054014", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038394" }, "departure": { "time": "1772038394" }, "stopId": "BOUCHE-E", "stopSequence": 19 }, { "arrival": { "time": "1772038418" }, "departure": { "time": "1772038418" }, "stopId": "CAMPBO-E", "stopSequence": 20 }, { "arrival": { "time": "1772038466" }, "departure": { "time": "1772038466" }, "stopId": "GAREBO-E", "stopSequence": 21 }, { "arrival": { "time": "1772038520" }, "departure": { "time": "1772038520" }, "stopId": "PONTLA-E", "stopSequence": 22 }, { "arrival": { "time": "1772038575" }, "departure": { "time": "1772038575" }, "stopId": "LAPOIN-E", "stopSequence": 23 }, { "arrival": { "time": "1772038603" }, "departure": { "time": "1772038603" }, "stopId": "RANGEA-E", "stopSequence": 24 }, { "arrival": { "time": "1772038497" }, "departure": { "time": "1772038497" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 26 }, { "arrival": { "time": "1772038440" }, "stopId": "CHANTOUR", "stopSequence": 27 } ], "trip": { "directionId": 1, "routeId": "22", "tripId": "6054014" } } }, { "id": "trip:6258478", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038381" }, "departure": { "time": "1772038397" }, "stopId": "RONCIE-E", "stopSequence": 48 }, { "arrival": { "time": "1772038411" }, "departure": { "time": "1772038427" }, "stopId": "JEROST-E", "stopSequence": 49 }, { "arrival": { "time": "1772038442" }, "departure": { "time": "1772038442" }, "stopId": "MACURI-E", "stopSequence": 50 }, { "arrival": { "time": "1772038456" }, "departure": { "time": "1772038472" }, "stopId": "GGSAND-E", "stopSequence": 51 }, { "arrival": { "time": "1772038501" }, "departure": { "time": "1772038501" }, "stopId": "FRANVI-E", "stopSequence": 52 }, { "arrival": { "time": "1772038572" }, "departure": { "time": "1772038572" }, "stopId": "PATUR-E", "stopSequence": 54 }, { "arrival": { "time": "1772038623" }, "departure": { "time": "1772038623" }, "stopId": "POUILL-E", "stopSequence": 55 }, { "arrival": { "time": "1772038754" }, "stopId": "VERNUSSO", "stopSequence": 56 } ], "trip": { "directionId": 0, "routeId": "08", "tripId": "6258478" } } }, { "id": "trip:6544967", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040540" }, "stopId": "1BBCA", "stopSequence": 0 }, { "arrival": { "time": "1772040641" }, "departure": { "time": "1772040641" }, "stopId": "1BEAU", "stopSequence": 1 }, { "arrival": { "time": "1772040750" }, "departure": { "time": "1772040750" }, "stopId": "1BARR", "stopSequence": 2 }, { "arrival": { "time": "1772040833" }, "departure": { "time": "1772040833" }, "stopId": "1PATT", "stopSequence": 3 }, { "arrival": { "time": "1772040928" }, "departure": { "time": "1772040928" }, "stopId": "1ELYS", "stopSequence": 4 }, { "arrival": { "time": "1772041041" }, "departure": { "time": "1772041041" }, "stopId": "1FARC", "stopSequence": 5 }, { "arrival": { "time": "1772041220" }, "stopId": "1QUAI", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544967" } } }, { "id": "trip:6054000", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038446" }, "departure": { "time": "1772038446" }, "stopId": "CAMLACMA", "stopSequence": 20 }, { "arrival": { "time": "1772038498" }, "departure": { "time": "1772038498" }, "stopId": "LACDMAIN", "stopSequence": 21 }, { "arrival": { "time": "1772038542" }, "departure": { "time": "1772038542" }, "stopId": "MAISENVI", "stopSequence": 22 }, { "arrival": { "time": "1772038599" }, "departure": { "time": "1772038599" }, "stopId": "GDMAINE", "stopSequence": 23 }, { "arrival": { "time": "1772039170" }, "departure": { "time": "1772039170" }, "stopId": "EBLE", "stopSequence": 24 }, { "arrival": { "time": "1772039232" }, "departure": { "time": "1772039232" }, "stopId": "GENIE", "stopSequence": 25 }, { "arrival": { "time": "1772039309" }, "departure": { "time": "1772039309" }, "stopId": "VAUBAN", "stopSequence": 26 }, { "arrival": { "time": "1772039343" }, "departure": { "time": "1772039343" }, "stopId": "POIREL", "stopSequence": 27 }, { "arrival": { "time": "1772039404" }, "departure": { "time": "1772039404" }, "stopId": "PONTNOIR", "stopSequence": 28 }, { "arrival": { "time": "1772039443" }, "departure": { "time": "1772039443" }, "stopId": "SEMARD", "stopSequence": 29 }, { "arrival": { "time": "1772039000" }, "departure": { "time": "1772039000" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 30 }, { "arrival": { "time": "1772039030" }, "departure": { "time": "1772039030" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 31 }, { "arrival": { "time": "1772039062" }, "departure": { "time": "1772039062" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 32 }, { "arrival": { "time": "1772039467" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6054000" } } }, { "id": "trip:6257437", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041140" }, "stopId": "EXPO-ZI", "stopSequence": 0 }, { "arrival": { "time": "1772041197" }, "departure": { "time": "1772041197" }, "stopId": "POULARDE", "stopSequence": 1 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041380" }, "stopId": "POLE49", "stopSequence": 2 }, { "arrival": { "time": "1772041443" }, "departure": { "time": "1772041443" }, "stopId": "HELBOU", "stopSequence": 3 }, { "arrival": { "time": "1772041478" }, "departure": { "time": "1772041478" }, "stopId": "COLOMB", "stopSequence": 4 }, { "arrival": { "time": "1772041515" }, "departure": { "time": "1772041515" }, "stopId": "CHANTRI", "stopSequence": 5 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "BOISRINI", "stopSequence": 6 }, { "arrival": { "time": "1772041670" }, "departure": { "time": "1772041670" }, "stopId": "COINTREA", "stopSequence": 7 }, { "arrival": { "time": "1772041725" }, "departure": { "time": "1772041725" }, "stopId": "MAISONSR", "stopSequence": 8 }, { "arrival": { "time": "1772041785" }, "departure": { "time": "1772041785" }, "stopId": "GATS", "stopSequence": 9 }, { "arrival": { "time": "1772041852" }, "departure": { "time": "1772041852" }, "stopId": "CAMELI-E", "stopSequence": 10 }, { "arrival": { "time": "1772041919" }, "departure": { "time": "1772041919" }, "stopId": "MONTREJO", "stopSequence": 11 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772041980" }, "stopId": "COUPERIN", "stopSequence": 12 } ], "trip": { "directionId": 1, "routeId": "11", "tripId": "6257437" } } }, { "id": "trip:6258321", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038680" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1772038719" }, "departure": { "time": "1772038719" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1772038759" }, "departure": { "time": "1772038759" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1772038813" }, "departure": { "time": "1772038813" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1772038860" }, "departure": { "time": "1772038860" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1772038883" }, "departure": { "time": "1772038883" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1772038920" }, "departure": { "time": "1772038920" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1772038963" }, "departure": { "time": "1772038963" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1772039025" }, "departure": { "time": "1772039025" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1772039064" }, "departure": { "time": "1772039064" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1772039131" }, "departure": { "time": "1772039131" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1772039184" }, "departure": { "time": "1772039184" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1772039221" }, "departure": { "time": "1772039221" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1772039246" }, "departure": { "time": "1772039246" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1772039286" }, "departure": { "time": "1772039286" }, "scheduleRelationship": "SKIPPED", "stopId": "GRANDMON", "stopSequence": 15 }, { "arrival": { "time": "1772039340" }, "departure": { "time": "1772039340" }, "scheduleRelationship": "SKIPPED", "stopId": "CLINIQUE", "stopSequence": 16 }, { "arrival": { "time": "1772039383" }, "departure": { "time": "1772039383" }, "scheduleRelationship": "SKIPPED", "stopId": "VALOR", "stopSequence": 17 }, { "arrival": { "time": "1772039389" }, "departure": { "time": "1772039389" }, "stopId": "MEIGNANN", "stopSequence": 18 }, { "arrival": { "time": "1772039457" }, "departure": { "time": "1772039457" }, "stopId": "REVERIES", "stopSequence": 19 }, { "arrival": { "time": "1772039521" }, "departure": { "time": "1772039521" }, "stopId": "ROCEPINE", "stopSequence": 20 }, { "arrival": { "time": "1772039562" }, "departure": { "time": "1772039562" }, "stopId": "PARCGARE", "stopSequence": 21 }, { "arrival": { "time": "1772039616" }, "departure": { "time": "1772039616" }, "stopId": "LABRUYER", "stopSequence": 22 }, { "arrival": { "time": "1772039678" }, "departure": { "time": "1772039678" }, "stopId": "RASPAIL", "stopSequence": 23 }, { "arrival": { "time": "1772039727" }, "departure": { "time": "1772039727" }, "stopId": "MONPR-E", "stopSequence": 24 }, { "arrival": { "time": "1772039538" }, "departure": { "time": "1772039538" }, "scheduleRelationship": "SKIPPED", "stopId": "POMONE", "stopSequence": 25 }, { "arrival": { "time": "1772039628" }, "departure": { "time": "1772039628" }, "scheduleRelationship": "SKIPPED", "stopId": "CIOUEST", "stopSequence": 26 }, { "arrival": { "time": "1772039670" }, "departure": { "time": "1772039670" }, "scheduleRelationship": "SKIPPED", "stopId": "CLEMENCE", "stopSequence": 27 }, { "arrival": { "time": "1772039774" }, "departure": { "time": "1772039774" }, "stopId": "DESCAZ-E", "stopSequence": 28 }, { "arrival": { "time": "1772039831" }, "departure": { "time": "1772039831" }, "stopId": "BICHDAVI", "stopSequence": 29 }, { "arrival": { "time": "1772039913" }, "departure": { "time": "1772039913" }, "stopId": "HOTDIEU", "stopSequence": 30 }, { "arrival": { "time": "1772039954" }, "departure": { "time": "1772039954" }, "stopId": "ROCHEFOU", "stopSequence": 31 }, { "arrival": { "time": "1772040146" }, "departure": { "time": "1772040146" }, "stopId": "STSERGEU", "stopSequence": 32 }, { "arrival": { "time": "1772040465" }, "departure": { "time": "1772040465" }, "stopId": "MENDESFR", "stopSequence": 33 }, { "arrival": { "time": "1772040611" }, "departure": { "time": "1772040611" }, "stopId": "FO-LOR-R", "stopSequence": 34 }, { "arrival": { "time": "1772040715" }, "departure": { "time": "1772040715" }, "stopId": "STAUBI-E", "stopSequence": 35 }, { "arrival": { "time": "1772040765" }, "departure": { "time": "1772040765" }, "stopId": "HARAS-E", "stopSequence": 36 }, { "arrival": { "time": "1772040928" }, "departure": { "time": "1772040928" }, "stopId": "ANLERO-E", "stopSequence": 37 }, { "arrival": { "time": "1772041001" }, "departure": { "time": "1772041001" }, "stopId": "RABELA-E", "stopSequence": 38 }, { "arrival": { "time": "1772041059" }, "departure": { "time": "1772041059" }, "stopId": "ESA-E", "stopSequence": 39 }, { "arrival": { "time": "1772041192" }, "departure": { "time": "1772041192" }, "stopId": "DELATA-E", "stopSequence": 40 }, { "arrival": { "time": "1772041288" }, "departure": { "time": "1772041288" }, "stopId": "ALLARD-E", "stopSequence": 41 }, { "arrival": { "time": "1772041338" }, "departure": { "time": "1772041338" }, "stopId": "TASSIG-E", "stopSequence": 42 }, { "arrival": { "time": "1772041431" }, "departure": { "time": "1772041431" }, "stopId": "TROIPA-E", "stopSequence": 43 }, { "arrival": { "time": "1772041468" }, "departure": { "time": "1772041468" }, "stopId": "SABLON-E", "stopSequence": 44 }, { "arrival": { "time": "1772041529" }, "departure": { "time": "1772041529" }, "stopId": "RUELLE-E", "stopSequence": 45 }, { "arrival": { "time": "1772041623" }, "departure": { "time": "1772041623" }, "stopId": "GENDRO-E", "stopSequence": 46 }, { "arrival": { "time": "1772041730" }, "departure": { "time": "1772041730" }, "stopId": "PATUR-E", "stopSequence": 47 }, { "arrival": { "time": "1772041810" }, "departure": { "time": "1772041810" }, "stopId": "AUTHIO-E", "stopSequence": 48 }, { "arrival": { "time": "1772041878" }, "departure": { "time": "1772041878" }, "stopId": "BELPOU-E", "stopSequence": 49 }, { "arrival": { "time": "1772041948" }, "departure": { "time": "1772041948" }, "stopId": "PONTSC-E", "stopSequence": 50 }, { "arrival": { "time": "1772042070" }, "departure": { "time": "1772042070" }, "stopId": "LOIRE-E", "stopSequence": 51 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258321" } } }, { "id": "trip:3267", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038364" }, "departure": { "time": "1772038404" }, "stopId": "PELSTA-E", "stopSequence": 11 }, { "arrival": { "time": "1772038496" }, "departure": { "time": "1772038496" }, "stopId": "BLITOU-E", "stopSequence": 12 }, { "arrival": { "time": "1772038617" }, "departure": { "time": "1772038617" }, "stopId": "TOURAI-E", "stopSequence": 13 }, { "arrival": { "time": "1772038759" }, "departure": { "time": "1772038759" }, "stopId": "LOUDIN-E", "stopSequence": 14 }, { "arrival": { "time": "1772038819" }, "departure": { "time": "1772038819" }, "stopId": "BLEUNI-E", "stopSequence": 15 }, { "arrival": { "time": "1772038850" }, "departure": { "time": "1772038850" }, "stopId": "VILVEQ-E", "stopSequence": 16 }, { "arrival": { "time": "1772038869" }, "departure": { "time": "1772038869" }, "stopId": "VILVEC-E", "stopSequence": 17 }, { "arrival": { "time": "1772038996" }, "departure": { "time": "1772038996" }, "stopId": "SOUCEL-E", "stopSequence": 18 }, { "arrival": { "time": "1772039212" }, "departure": { "time": "1772039212" }, "stopId": "NONNA-E", "stopSequence": 19 }, { "arrival": { "time": "1772039270" }, "departure": { "time": "1772039270" }, "stopId": "HERMIT32", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "32", "tripId": "3267" } } }, { "id": "trip:6257436", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039720" }, "stopId": "EXPO-ZI", "stopSequence": 0 }, { "arrival": { "time": "1772039777" }, "departure": { "time": "1772039777" }, "stopId": "POULARDE", "stopSequence": 1 }, { "arrival": { "time": "1772039840" }, "departure": { "time": "1772039840" }, "stopId": "POLE49", "stopSequence": 2 }, { "arrival": { "time": "1772039918" }, "departure": { "time": "1772039918" }, "stopId": "HELBOU", "stopSequence": 3 }, { "arrival": { "time": "1772039953" }, "departure": { "time": "1772039953" }, "stopId": "COLOMB", "stopSequence": 4 }, { "arrival": { "time": "1772039990" }, "departure": { "time": "1772039990" }, "stopId": "CHANTRI", "stopSequence": 5 }, { "arrival": { "time": "1772040035" }, "departure": { "time": "1772040035" }, "stopId": "BOISRINI", "stopSequence": 6 }, { "arrival": { "time": "1772040145" }, "departure": { "time": "1772040145" }, "stopId": "COINTREA", "stopSequence": 7 }, { "arrival": { "time": "1772040200" }, "departure": { "time": "1772040200" }, "stopId": "MAISONSR", "stopSequence": 8 }, { "arrival": { "time": "1772040260" }, "departure": { "time": "1772040260" }, "stopId": "GATS", "stopSequence": 9 }, { "arrival": { "time": "1772040327" }, "departure": { "time": "1772040327" }, "stopId": "CAMELI-E", "stopSequence": 10 }, { "arrival": { "time": "1772040394" }, "departure": { "time": "1772040394" }, "stopId": "MONTREJO", "stopSequence": 11 }, { "arrival": { "time": "1772040455" }, "departure": { "time": "1772040455" }, "stopId": "COUPERIN", "stopSequence": 12 }, { "arrival": { "time": "1772040636" }, "departure": { "time": "1772040636" }, "stopId": "MONTAI-E", "stopSequence": 13 }, { "arrival": { "time": "1772040695" }, "departure": { "time": "1772040695" }, "stopId": "LAREVELL", "stopSequence": 14 }, { "arrival": { "time": "1772040808" }, "departure": { "time": "1772040808" }, "stopId": "MAISARTS", "stopSequence": 15 }, { "arrival": { "time": "1772040892" }, "departure": { "time": "1772040892" }, "stopId": "CLEMOINE", "stopSequence": 16 }, { "arrival": { "time": "1772040999" }, "departure": { "time": "1772040999" }, "stopId": "MAIL-NAE", "stopSequence": 17 }, { "arrival": { "time": "1772041055" }, "stopId": "LORRAIN2", "stopSequence": 18 } ], "trip": { "directionId": 1, "routeId": "11", "tripId": "6257436" } } }, { "id": "trip:6257956", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038393" }, "departure": { "time": "1772038424" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1772038469" }, "departure": { "time": "1772038469" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1772038502" }, "departure": { "time": "1772038502" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1772038557" }, "departure": { "time": "1772038557" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1772038611" }, "departure": { "time": "1772038611" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1772038677" }, "departure": { "time": "1772038677" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1772038752" }, "departure": { "time": "1772038752" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1772038811" }, "departure": { "time": "1772038811" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1772038862" }, "departure": { "time": "1772038862" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1772038934" }, "departure": { "time": "1772038934" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1772039012" }, "departure": { "time": "1772039012" }, "stopId": "CAMELIAS", "stopSequence": 18 }, { "arrival": { "time": "1772039094" }, "departure": { "time": "1772039094" }, "stopId": "ISORET", "stopSequence": 19 }, { "arrival": { "time": "1772039162" }, "departure": { "time": "1772039162" }, "stopId": "GILLIER", "stopSequence": 20 }, { "arrival": { "time": "1772039196" }, "departure": { "time": "1772039196" }, "stopId": "DAGUENET", "stopSequence": 21 }, { "arrival": { "time": "1772039244" }, "departure": { "time": "1772039244" }, "stopId": "JERUSALE", "stopSequence": 22 }, { "arrival": { "time": "1772038955" }, "departure": { "time": "1772038955" }, "scheduleRelationship": "SKIPPED", "stopId": "ARCEAU", "stopSequence": 23 }, { "arrival": { "time": "1772039014" }, "departure": { "time": "1772039014" }, "scheduleRelationship": "SKIPPED", "stopId": "AFPA", "stopSequence": 24 }, { "arrival": { "time": "1772039085" }, "departure": { "time": "1772039085" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMETIER", "stopSequence": 25 }, { "arrival": { "time": "1772039325" }, "departure": { "time": "1772039325" }, "stopId": "MONTAIG", "stopSequence": 26 }, { "arrival": { "time": "1772039366" }, "departure": { "time": "1772039366" }, "stopId": "GARDOT", "stopSequence": 27 }, { "arrival": { "time": "1772039424" }, "departure": { "time": "1772039424" }, "stopId": "STEXUPER", "stopSequence": 28 }, { "arrival": { "time": "1772039491" }, "departure": { "time": "1772039491" }, "stopId": "SECUSOCI", "stopSequence": 29 }, { "arrival": { "time": "1772039611" }, "departure": { "time": "1772039611" }, "stopId": "MAIL-NAE", "stopSequence": 30 }, { "arrival": { "time": "1772039664" }, "departure": { "time": "1772039664" }, "stopId": "FO-LOR-R", "stopSequence": 31 }, { "arrival": { "time": "1772039773" }, "departure": { "time": "1772039773" }, "stopId": "STAUBI-E", "stopSequence": 32 }, { "arrival": { "time": "1772039825" }, "departure": { "time": "1772039825" }, "stopId": "HARAS-E", "stopSequence": 33 }, { "arrival": { "time": "1772039964" }, "departure": { "time": "1772039964" }, "stopId": "LESGAR-E", "stopSequence": 34 }, { "arrival": { "time": "1772040014" }, "departure": { "time": "1772040014" }, "stopId": "BREMON-E", "stopSequence": 35 }, { "arrival": { "time": "1772040088" }, "departure": { "time": "1772040088" }, "stopId": "ACAD-PLA", "stopSequence": 36 }, { "arrival": { "time": "1772040135" }, "departure": { "time": "1772040135" }, "stopId": "CHDARR-E", "stopSequence": 37 }, { "arrival": { "time": "1772040259" }, "departure": { "time": "1772040259" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1772040299" }, "departure": { "time": "1772040299" }, "stopId": "DUMESN-E", "stopSequence": 39 }, { "arrival": { "time": "1772040300" }, "departure": { "time": "1772040300" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 40 }, { "arrival": { "time": "1772040366" }, "departure": { "time": "1772040366" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 41 }, { "arrival": { "time": "1772040440" }, "departure": { "time": "1772040440" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 42 }, { "arrival": { "time": "1772040600" }, "departure": { "time": "1772040600" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 43 }, { "arrival": { "time": "1772040401" }, "departure": { "time": "1772040401" }, "stopId": "SAJACQ-E", "stopSequence": 44 }, { "arrival": { "time": "1772040470" }, "departure": { "time": "1772040470" }, "stopId": "FARCSJ-E", "stopSequence": 45 }, { "arrival": { "time": "1772040571" }, "departure": { "time": "1772040571" }, "stopId": "MVIGNE-E", "stopSequence": 46 }, { "arrival": { "time": "1772040646" }, "departure": { "time": "1772040646" }, "stopId": "CHBBEI-E", "stopSequence": 47 }, { "arrival": { "time": "1772040701" }, "departure": { "time": "1772040701" }, "stopId": "BOISRA-E", "stopSequence": 48 }, { "arrival": { "time": "1772040767" }, "departure": { "time": "1772040767" }, "stopId": "NDAMLA-E", "stopSequence": 49 }, { "arrival": { "time": "1772040830" }, "departure": { "time": "1772040830" }, "stopId": "POLYTE-E", "stopSequence": 50 }, { "arrival": { "time": "1772040886" }, "departure": { "time": "1772040886" }, "stopId": "CITEUN-E", "stopSequence": 51 }, { "arrival": { "time": "1772040957" }, "departure": { "time": "1772040957" }, "stopId": "RESTUN-E", "stopSequence": 52 }, { "arrival": { "time": "1772041012" }, "departure": { "time": "1772041012" }, "stopId": "I.U.T.-E", "stopSequence": 53 }, { "arrival": { "time": "1772041126" }, "departure": { "time": "1772041126" }, "stopId": "BBCAMT-E", "stopSequence": 54 }, { "arrival": { "time": "1772041168" }, "departure": { "time": "1772041168" }, "stopId": "LENOT-E", "stopSequence": 55 }, { "arrival": { "time": "1772041195" }, "departure": { "time": "1772041195" }, "stopId": "MOREL-E", "stopSequence": 56 }, { "arrival": { "time": "1772041228" }, "departure": { "time": "1772041228" }, "stopId": "INRA-E", "stopSequence": 57 }, { "arrival": { "time": "1772041271" }, "departure": { "time": "1772041271" }, "stopId": "GDPERI-E", "stopSequence": 58 }, { "arrival": { "time": "1772041307" }, "departure": { "time": "1772041307" }, "stopId": "LANDRE-E", "stopSequence": 59 }, { "arrival": { "time": "1772041422" }, "departure": { "time": "1772041422" }, "stopId": "BRGPAI-E", "stopSequence": 60 }, { "arrival": { "time": "1772041447" }, "departure": { "time": "1772041447" }, "stopId": "RODIN-E", "stopSequence": 61 }, { "arrival": { "time": "1772041484" }, "departure": { "time": "1772041484" }, "stopId": "GRANBE-E", "stopSequence": 62 }, { "arrival": { "time": "1772041519" }, "departure": { "time": "1772041519" }, "stopId": "PROME-E", "stopSequence": 63 }, { "arrival": { "time": "1772041565" }, "departure": { "time": "1772041565" }, "stopId": "CERFEU-E", "stopSequence": 64 }, { "arrival": { "time": "1772041616" }, "departure": { "time": "1772041616" }, "stopId": "LASOUR-E", "stopSequence": 65 }, { "arrival": { "time": "1772041661" }, "departure": { "time": "1772041661" }, "stopId": "ROUAIR-E", "stopSequence": 66 }, { "arrival": { "time": "1772041730" }, "departure": { "time": "1772041730" }, "stopId": "VAURAG-E", "stopSequence": 67 }, { "arrival": { "time": "1772041789" }, "departure": { "time": "1772041789" }, "stopId": "PRIEUR-E", "stopSequence": 68 }, { "arrival": { "time": "1772041819" }, "departure": { "time": "1772041819" }, "stopId": "GRANPI-E", "stopSequence": 69 }, { "arrival": { "time": "1772041838" }, "departure": { "time": "1772041838" }, "stopId": "PINSON-E", "stopSequence": 70 }, { "arrival": { "time": "1772041871" }, "departure": { "time": "1772041871" }, "stopId": "FAUVET-E", "stopSequence": 71 }, { "arrival": { "time": "1772041926" }, "stopId": "BEAUCOUZ", "stopSequence": 72 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257956" } } }, { "id": "trip:6052699", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040900" }, "stopId": "MONPLA-E", "stopSequence": 0 }, { "arrival": { "time": "1772040998" }, "departure": { "time": "1772040998" }, "stopId": "INDUST-E", "stopSequence": 1 }, { "arrival": { "time": "1772041063" }, "departure": { "time": "1772041063" }, "stopId": "HOTELL-E", "stopSequence": 2 }, { "arrival": { "time": "1772041140" }, "departure": { "time": "1772041140" }, "stopId": "DEBUSS-E", "stopSequence": 3 }, { "arrival": { "time": "1772041179" }, "departure": { "time": "1772041179" }, "stopId": "BOISAB-E", "stopSequence": 4 }, { "arrival": { "time": "1772041214" }, "departure": { "time": "1772041214" }, "stopId": "DUBELL-E", "stopSequence": 5 }, { "arrival": { "time": "1772041267" }, "departure": { "time": "1772041267" }, "stopId": "COTTAG-E", "stopSequence": 6 }, { "arrival": { "time": "1772041320" }, "departure": { "time": "1772041320" }, "stopId": "EVENTARD", "stopSequence": 7 }, { "arrival": { "time": "1772041415" }, "departure": { "time": "1772041415" }, "stopId": "CHABOLA.", "stopSequence": 8 }, { "arrival": { "time": "1772041481" }, "departure": { "time": "1772041481" }, "stopId": "CONFLU-E", "stopSequence": 9 }, { "arrival": { "time": "1772041521" }, "departure": { "time": "1772041521" }, "stopId": "EPERVI-E", "stopSequence": 10 }, { "arrival": { "time": "1772041614" }, "departure": { "time": "1772041614" }, "stopId": "PTFILL-E", "stopSequence": 11 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "PRTLAU-E", "stopSequence": 12 }, { "arrival": { "time": "1772041788" }, "departure": { "time": "1772041788" }, "stopId": "CHAUMI-E", "stopSequence": 13 }, { "arrival": { "time": "1772041825" }, "departure": { "time": "1772041825" }, "stopId": "LESRIV-E", "stopSequence": 14 }, { "arrival": { "time": "1772041860" }, "departure": { "time": "1772041860" }, "stopId": "BBRANC-E", "stopSequence": 15 }, { "arrival": { "time": "1772041892" }, "departure": { "time": "1772041892" }, "stopId": "VIELMA-E", "stopSequence": 16 }, { "arrival": { "time": "1772041924" }, "departure": { "time": "1772041924" }, "stopId": "MA4VE-E", "stopSequence": 17 }, { "arrival": { "time": "1772041963" }, "departure": { "time": "1772041963" }, "stopId": "FIEGEN-E", "stopSequence": 18 }, { "arrival": { "time": "1772042007" }, "departure": { "time": "1772042007" }, "stopId": "LABROS-E", "stopSequence": 19 }, { "arrival": { "time": "1772042068" }, "departure": { "time": "1772042068" }, "stopId": "BMOTTE-E", "stopSequence": 20 } ], "trip": { "directionId": 1, "routeId": "12", "tripId": "6052699" } } }, { "id": "trip:6054015", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038563" }, "stopId": "GAREPAPI", "stopSequence": 0 }, { "arrival": { "time": "1772038700" }, "departure": { "time": "1772038700" }, "stopId": "BREMON-E", "stopSequence": 1 }, { "arrival": { "time": "1772038780" }, "departure": { "time": "1772038780" }, "stopId": "ACAD-PLA", "stopSequence": 2 }, { "arrival": { "time": "1772038830" }, "departure": { "time": "1772038830" }, "stopId": "CHDARR-E", "stopSequence": 3 }, { "arrival": { "time": "1772039224" }, "departure": { "time": "1772039224" }, "stopId": "GDMAIN-E", "stopSequence": 4 }, { "arrival": { "time": "1772039281" }, "departure": { "time": "1772039281" }, "stopId": "MAISEN-E", "stopSequence": 5 }, { "arrival": { "time": "1772039326" }, "departure": { "time": "1772039326" }, "stopId": "LACDMA-E", "stopSequence": 6 }, { "arrival": { "time": "1772039373" }, "departure": { "time": "1772039373" }, "stopId": "CAMLAC-E", "stopSequence": 7 }, { "arrival": { "time": "1772039475" }, "departure": { "time": "1772039475" }, "stopId": "CROISE-E", "stopSequence": 8 }, { "arrival": { "time": "1772039504" }, "departure": { "time": "1772039504" }, "stopId": "PRUNIE-E", "stopSequence": 9 }, { "arrival": { "time": "1772039583" }, "departure": { "time": "1772039583" }, "stopId": "PETVIV-E", "stopSequence": 10 }, { "arrival": { "time": "1772039649" }, "departure": { "time": "1772039649" }, "stopId": "VALMAINE", "stopSequence": 11 }, { "arrival": { "time": "1772039680" }, "departure": { "time": "1772039680" }, "stopId": "CLOSVIGN", "stopSequence": 12 }, { "arrival": { "time": "1772039715" }, "departure": { "time": "1772039715" }, "stopId": "CHATAI-E", "stopSequence": 13 }, { "arrival": { "time": "1772039769" }, "departure": { "time": "1772039769" }, "stopId": "PIVERD-E", "stopSequence": 14 }, { "arrival": { "time": "1772039826" }, "departure": { "time": "1772039826" }, "stopId": "ARTAUD-E", "stopSequence": 15 }, { "arrival": { "time": "1772039889" }, "departure": { "time": "1772039889" }, "stopId": "HAUBOU-E", "stopSequence": 16 }, { "arrival": { "time": "1772039971" }, "departure": { "time": "1772039971" }, "stopId": "PETPOR-E", "stopSequence": 17 }, { "arrival": { "time": "1772040012" }, "departure": { "time": "1772040012" }, "stopId": "CHEVRI-E", "stopSequence": 18 }, { "arrival": { "time": "1772040066" }, "departure": { "time": "1772040066" }, "stopId": "BOUCHE-E", "stopSequence": 19 }, { "arrival": { "time": "1772040102" }, "departure": { "time": "1772040102" }, "stopId": "CAMPBO-E", "stopSequence": 20 }, { "arrival": { "time": "1772040149" }, "departure": { "time": "1772040149" }, "stopId": "GAREBO-E", "stopSequence": 21 }, { "arrival": { "time": "1772040201" }, "departure": { "time": "1772040201" }, "stopId": "PONTLA-E", "stopSequence": 22 }, { "arrival": { "time": "1772040254" }, "departure": { "time": "1772040254" }, "stopId": "LAPOIN-E", "stopSequence": 23 }, { "arrival": { "time": "1772040281" }, "departure": { "time": "1772040281" }, "stopId": "RANGEA-E", "stopSequence": 24 }, { "arrival": { "time": "1772040274" }, "departure": { "time": "1772040274" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 26 }, { "arrival": { "time": "1772040240" }, "stopId": "CHANTOUR", "stopSequence": 27 } ], "trip": { "directionId": 1, "routeId": "22", "tripId": "6054015" } } }, { "id": "trip:6257464", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041200" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1772041312" }, "departure": { "time": "1772041312" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1772041409" }, "departure": { "time": "1772041409" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1772041442" }, "departure": { "time": "1772041442" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1772041471" }, "departure": { "time": "1772041471" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041500" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1772041555" }, "departure": { "time": "1772041555" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1772041658" }, "departure": { "time": "1772041658" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1772041702" }, "departure": { "time": "1772041702" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1772041794" }, "departure": { "time": "1772041794" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1772041852" }, "departure": { "time": "1772041852" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1772041922" }, "departure": { "time": "1772041922" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1772041983" }, "departure": { "time": "1772041983" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1772042040" }, "departure": { "time": "1772042040" }, "stopId": "MARIANNE", "stopSequence": 15 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257464" } } }, { "id": "trip:3065", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038444" }, "departure": { "time": "0" }, "stopId": "RTEPAR-E", "stopSequence": 7 }, { "arrival": { "time": "1772038530" }, "departure": { "time": "1772038530" }, "stopId": "SAUBIN", "stopSequence": 8 }, { "arrival": { "time": "1772038595" }, "departure": { "time": "1772038595" }, "stopId": "GRAZ-E", "stopSequence": 9 }, { "arrival": { "time": "1772038650" }, "departure": { "time": "1772038650" }, "stopId": "HELBOU", "stopSequence": 10 }, { "arrival": { "time": "1772038691" }, "departure": { "time": "1772038691" }, "stopId": "COLOMB", "stopSequence": 11 }, { "arrival": { "time": "1772038783" }, "departure": { "time": "1772038783" }, "stopId": "CHEMONGA", "stopSequence": 12 }, { "arrival": { "time": "1772039019" }, "departure": { "time": "1772039019" }, "stopId": "MERCIE-E", "stopSequence": 13 }, { "arrival": { "time": "1772039155" }, "departure": { "time": "1772039155" }, "stopId": "GENETI-E", "stopSequence": 14 }, { "arrival": { "time": "1772039190" }, "departure": { "time": "1772039190" }, "stopId": "BEAULI-E", "stopSequence": 15 }, { "arrival": { "time": "1772039228" }, "departure": { "time": "1772039228" }, "stopId": "MEUNIE-E", "stopSequence": 16 }, { "arrival": { "time": "1772039290" }, "departure": { "time": "1772039290" }, "stopId": "CLODOR-E", "stopSequence": 17 }, { "arrival": { "time": "1772039328" }, "departure": { "time": "1772039328" }, "stopId": "LOGIND-E", "stopSequence": 18 }, { "arrival": { "time": "1772039360" }, "departure": { "time": "1772039360" }, "stopId": "TOUSSA-E", "stopSequence": 19 }, { "arrival": { "time": "1772039430" }, "departure": { "time": "1772039430" }, "stopId": "QVENTS-E", "stopSequence": 20 }, { "arrival": { "time": "1772039618" }, "departure": { "time": "1772039618" }, "stopId": "RTINAR-E", "stopSequence": 21 }, { "arrival": { "time": "1772039648" }, "departure": { "time": "1772039648" }, "stopId": "LAFORET", "stopSequence": 22 }, { "arrival": { "time": "1772039728" }, "departure": { "time": "1772039728" }, "stopId": "BEDAUD-E", "stopSequence": 23 }, { "arrival": { "time": "1772039782" }, "departure": { "time": "1772039782" }, "stopId": "SARRCI-E", "stopSequence": 24 }, { "arrival": { "time": "1772039815" }, "departure": { "time": "1772039815" }, "stopId": "SARRMA-E", "stopSequence": 25 }, { "arrival": { "time": "1772039850" }, "departure": { "time": "1772039850" }, "stopId": "SARRIG-E", "stopSequence": 26 }, { "arrival": { "time": "1772039869" }, "departure": { "time": "1772039869" }, "stopId": "TUFFIE-E", "stopSequence": 27 }, { "arrival": { "time": "1772040043" }, "departure": { "time": "1772040043" }, "stopId": "BAUNBR-E", "stopSequence": 28 }, { "arrival": { "time": "1772040228" }, "departure": { "time": "1772040228" }, "stopId": "GENDRI-E", "stopSequence": 29 }, { "arrival": { "time": "1772040270" }, "departure": { "time": "1772040270" }, "stopId": "BAUNCE-E", "stopSequence": 30 }, { "arrival": { "time": "1772040330" }, "departure": { "time": "1772040330" }, "stopId": "ECOBAU-D", "stopSequence": 31 } ], "trip": { "directionId": 1, "routeId": "30", "tripId": "3065" } } }, { "id": "trip:3369", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038384" }, "departure": { "time": "1772038397" }, "stopId": "CSARTH-E", "stopSequence": 11 }, { "arrival": { "time": "1772038420" }, "departure": { "time": "1772038430" }, "stopId": "LAPOMM-E", "stopSequence": 12 }, { "arrival": { "time": "1772038551" }, "departure": { "time": "1772038551" }, "stopId": "PETLAN-E", "stopSequence": 13 }, { "arrival": { "time": "1772038630" }, "departure": { "time": "1772038630" }, "stopId": "LALAN-E", "stopSequence": 14 }, { "arrival": { "time": "1772038729" }, "departure": { "time": "1772038729" }, "stopId": "FONTAI-E", "stopSequence": 15 }, { "arrival": { "time": "1772038770" }, "departure": { "time": "1772038770" }, "stopId": "RTECHA-E", "stopSequence": 16 }, { "arrival": { "time": "1772038810" }, "departure": { "time": "1772038810" }, "stopId": "PETMOT-E", "stopSequence": 17 }, { "arrival": { "time": "1772038870" }, "departure": { "time": "1772038870" }, "stopId": "ZARTIS-E", "stopSequence": 18 }, { "arrival": { "time": "1772039170" }, "departure": { "time": "1772039170" }, "stopId": "CRBEAU-E", "stopSequence": 19 } ], "trip": { "routeId": "33", "tripId": "3369" } } }, { "id": "trip:6258680", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041200" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1772041293" }, "departure": { "time": "1772041293" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1772041337" }, "departure": { "time": "1772041337" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041500" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1772041583" }, "departure": { "time": "1772041583" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1772041637" }, "departure": { "time": "1772041637" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1772041682" }, "departure": { "time": "1772041682" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1772041811" }, "departure": { "time": "1772041811" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1772041871" }, "departure": { "time": "1772041871" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1772041921" }, "departure": { "time": "1772041921" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1772042021" }, "departure": { "time": "1772042021" }, "stopId": "ECLATE-E", "stopSequence": 11 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258680" } } }, { "id": "trip:6544382", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038420" }, "departure": { "time": "1772038420" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1772038458" }, "departure": { "time": "1772038464" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1772038723" }, "departure": { "time": "1772038723" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1772038760" }, "departure": { "time": "1772038760" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1772038920" }, "departure": { "time": "1772038920" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1772039003" }, "departure": { "time": "1772039003" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1772039100" }, "departure": { "time": "1772039100" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1772039340" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544382" } } }, { "id": "trip:3860", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772039520" }, "departure": { "time": "1772039520" }, "stopId": "ROCHETTE", "stopSequence": 3 }, { "arrival": { "time": "1772039555" }, "departure": { "time": "1772039555" }, "stopId": "GUERAND", "stopSequence": 4 }, { "arrival": { "time": "1772039607" }, "departure": { "time": "1772039607" }, "stopId": "CLEMEGLI", "stopSequence": 5 }, { "arrival": { "time": "1772039640" }, "departure": { "time": "1772039640" }, "stopId": "PINELIER", "stopSequence": 6 }, { "arrival": { "time": "1772039897" }, "departure": { "time": "1772039897" }, "stopId": "LAJANVRI", "stopSequence": 7 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772039940" }, "stopId": "CRFRUX", "stopSequence": 8 }, { "arrival": { "time": "1772040253" }, "departure": { "time": "1772040253" }, "stopId": "PAQUERET", "stopSequence": 9 }, { "arrival": { "time": "1772040290" }, "departure": { "time": "1772040290" }, "stopId": "5ROUTES", "stopSequence": 10 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "stopId": "ATOLL", "stopSequence": 11 }, { "arrival": { "time": "1772040562" }, "departure": { "time": "1772040562" }, "stopId": "DESERRE", "stopSequence": 12 }, { "arrival": { "time": "1772040625" }, "departure": { "time": "1772040625" }, "stopId": "MORSUB", "stopSequence": 13 }, { "arrival": { "time": "1772040720" }, "departure": { "time": "1772040720" }, "stopId": "LABABEAU", "stopSequence": 14 }, { "arrival": { "time": "1772041106" }, "departure": { "time": "1772041106" }, "stopId": "FARCYSJA", "stopSequence": 15 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "QUAIsubN", "stopSequence": 16 } ], "trip": { "directionId": 0, "routeId": "38", "tripId": "3860" } } }, { "id": "trip:6258308", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038388" }, "departure": { "time": "1772038412" }, "stopId": "PATUREAU", "stopSequence": 12 }, { "arrival": { "time": "1772038486" }, "departure": { "time": "1772038486" }, "stopId": "GENDRON", "stopSequence": 13 }, { "arrival": { "time": "1772038568" }, "departure": { "time": "1772038568" }, "stopId": "RUELLES", "stopSequence": 14 }, { "arrival": { "time": "1772038620" }, "departure": { "time": "1772038620" }, "stopId": "SABLONS", "stopSequence": 15 }, { "arrival": { "time": "1772038669" }, "departure": { "time": "1772038669" }, "stopId": "TROPAROI", "stopSequence": 16 }, { "arrival": { "time": "1772038860" }, "departure": { "time": "1772038860" }, "stopId": "ALLARD", "stopSequence": 17 }, { "arrival": { "time": "1772038951" }, "departure": { "time": "1772038951" }, "stopId": "DELATTAS", "stopSequence": 18 }, { "arrival": { "time": "1772039082" }, "departure": { "time": "1772039082" }, "stopId": "ESA", "stopSequence": 19 }, { "arrival": { "time": "1772039155" }, "departure": { "time": "1772039155" }, "stopId": "RABELAI", "stopSequence": 20 }, { "arrival": { "time": "1772039220" }, "departure": { "time": "1772039220" }, "stopId": "ALEROY", "stopSequence": 21 }, { "arrival": { "time": "1772039402" }, "departure": { "time": "1772039402" }, "stopId": "PAULBERT", "stopSequence": 22 }, { "arrival": { "time": "1772039476" }, "departure": { "time": "1772039476" }, "stopId": "HARAS", "stopSequence": 23 }, { "arrival": { "time": "1772039579" }, "departure": { "time": "1772039579" }, "stopId": "STAUBIN", "stopSequence": 24 }, { "arrival": { "time": "1772039700" }, "departure": { "time": "1772039760" }, "stopId": "LORRAIN1", "stopSequence": 25 }, { "arrival": { "time": "1772040000" }, "departure": { "time": "1772040000" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1772040241" }, "departure": { "time": "1772040241" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1772040468" }, "departure": { "time": "1772040468" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1772040564" }, "departure": { "time": "1772040564" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1772040618" }, "departure": { "time": "1772040618" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1772040700" }, "departure": { "time": "1772040700" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1772040804" }, "departure": { "time": "1772040804" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1772040866" }, "departure": { "time": "1772040866" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1772040912" }, "departure": { "time": "1772040912" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1772040992" }, "departure": { "time": "1772040992" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1772041032" }, "departure": { "time": "1772041032" }, "scheduleRelationship": "SKIPPED", "stopId": "VALOR-E", "stopSequence": 37 }, { "arrival": { "time": "1772041060" }, "departure": { "time": "1772041060" }, "scheduleRelationship": "SKIPPED", "stopId": "CLINIQ-E", "stopSequence": 38 }, { "arrival": { "time": "1772041099" }, "departure": { "time": "1772041099" }, "scheduleRelationship": "SKIPPED", "stopId": "GRANDM-E", "stopSequence": 39 }, { "arrival": { "time": "1772041104" }, "departure": { "time": "1772041104" }, "stopId": "MAISDA-E", "stopSequence": 40 }, { "arrival": { "time": "1772041144" }, "departure": { "time": "1772041144" }, "stopId": "CHMART-E", "stopSequence": 41 }, { "arrival": { "time": "1772041181" }, "departure": { "time": "1772041181" }, "stopId": "MLYAUT-E", "stopSequence": 42 }, { "arrival": { "time": "1772041246" }, "departure": { "time": "1772041246" }, "stopId": "BRASSE-E", "stopSequence": 43 }, { "arrival": { "time": "1772041297" }, "departure": { "time": "1772041297" }, "stopId": "BEURRI-E", "stopSequence": 44 }, { "arrival": { "time": "1772041350" }, "departure": { "time": "1772041350" }, "stopId": "DELAUN-E", "stopSequence": 45 }, { "arrival": { "time": "1772041405" }, "departure": { "time": "1772041405" }, "stopId": "MAUFIN-E", "stopSequence": 46 }, { "arrival": { "time": "1772041456" }, "departure": { "time": "1772041456" }, "stopId": "MAIRAV-E", "stopSequence": 47 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041500" }, "stopId": "TERNIE-E", "stopSequence": 48 }, { "arrival": { "time": "1772041540" }, "departure": { "time": "1772041540" }, "stopId": "BALAND-E", "stopSequence": 49 }, { "arrival": { "time": "1772041593" }, "departure": { "time": "1772041593" }, "stopId": "PIECE-E", "stopSequence": 50 }, { "arrival": { "time": "1772041661" }, "departure": { "time": "1772041661" }, "stopId": "LA-BOI-E", "stopSequence": 51 }, { "arrival": { "time": "1772041716" }, "departure": { "time": "1772041716" }, "stopId": "SCHWAL-E", "stopSequence": 52 }, { "arrival": { "time": "1772041756" }, "stopId": "ADEZIERE", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258308" } } }, { "id": "trip:6257430", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041380" }, "stopId": "LORRAIN2", "stopSequence": 0 }, { "arrival": { "time": "1772041480" }, "departure": { "time": "1772041480" }, "stopId": "MAIL-HDV", "stopSequence": 1 }, { "arrival": { "time": "1772041586" }, "departure": { "time": "1772041586" }, "stopId": "CLEMOI-E", "stopSequence": 2 }, { "arrival": { "time": "1772041672" }, "departure": { "time": "1772041672" }, "stopId": "MAISAR-E", "stopSequence": 3 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "LAREVE-E", "stopSequence": 4 }, { "arrival": { "time": "1772041828" }, "departure": { "time": "1772041828" }, "stopId": "MONTAIG", "stopSequence": 5 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772041980" }, "stopId": "COUPER-E", "stopSequence": 6 }, { "arrival": { "time": "1772042052" }, "departure": { "time": "1772042052" }, "stopId": "MONTRJ-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "11", "tripId": "6257430" } } }, { "id": "trip:6052744", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039460" }, "stopId": "HDVSUB", "stopSequence": 0 }, { "arrival": { "time": "1772039619" }, "departure": { "time": "1772039619" }, "stopId": "SECUSO-E", "stopSequence": 1 }, { "arrival": { "time": "1772039670" }, "departure": { "time": "1772039670" }, "stopId": "STEXUP-E", "stopSequence": 2 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "stopId": "GARDOT-E", "stopSequence": 3 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "stopId": "BRISSA-E", "stopSequence": 4 }, { "arrival": { "time": "1772040735" }, "departure": { "time": "1772040735" }, "stopId": "FONTEN-E", "stopSequence": 5 }, { "arrival": { "time": "1772040772" }, "departure": { "time": "1772040772" }, "stopId": "BARBOT-E", "stopSequence": 6 }, { "arrival": { "time": "1772040840" }, "departure": { "time": "1772040840" }, "stopId": "GDPRES-E", "stopSequence": 7 }, { "arrival": { "time": "1772040873" }, "departure": { "time": "1772040873" }, "stopId": "SOLAND-E", "stopSequence": 8 }, { "arrival": { "time": "1772040912" }, "departure": { "time": "1772040912" }, "stopId": "ERIGNE-E", "stopSequence": 9 }, { "arrival": { "time": "1772041011" }, "departure": { "time": "1772041011" }, "stopId": "LEVESQ-E", "stopSequence": 10 }, { "arrival": { "time": "1772041043" }, "departure": { "time": "1772041043" }, "stopId": "MURSHV-E", "stopSequence": 11 }, { "arrival": { "time": "1772041121" }, "departure": { "time": "1772041121" }, "stopId": "CARMET-E", "stopSequence": 12 }, { "arrival": { "time": "1772041210" }, "departure": { "time": "1772041210" }, "stopId": "LECOTE-E", "stopSequence": 13 }, { "arrival": { "time": "1772041266" }, "departure": { "time": "1772041266" }, "stopId": "LABUIS-E", "stopSequence": 14 }, { "arrival": { "time": "1772041320" }, "stopId": "HTDEMURS", "stopSequence": 15 } ], "trip": { "directionId": 1, "routeId": "23", "tripId": "6052744" } } }, { "id": "trip:6544500", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038507" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1772038680" }, "departure": { "time": "1772038680" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1772038782" }, "departure": { "time": "1772038782" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1772038860" }, "departure": { "time": "1772038860" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1772038912" }, "departure": { "time": "1772038912" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1772038973" }, "departure": { "time": "1772038973" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1772039019" }, "departure": { "time": "1772039019" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1772039160" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544500" } } }, { "id": "trip:6052698", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038740" }, "stopId": "VEILLIER", "stopSequence": 0 }, { "arrival": { "time": "1772038800" }, "departure": { "time": "1772038980" }, "stopId": "GRIMOREL", "stopSequence": 1 }, { "arrival": { "time": "1772039095" }, "departure": { "time": "1772039095" }, "stopId": "BMOTTE", "stopSequence": 2 }, { "arrival": { "time": "1772039166" }, "departure": { "time": "1772039166" }, "stopId": "LABROSSE", "stopSequence": 3 }, { "arrival": { "time": "1772039219" }, "departure": { "time": "1772039219" }, "stopId": "FIEFGENT", "stopSequence": 4 }, { "arrival": { "time": "1772039302" }, "departure": { "time": "1772039302" }, "stopId": "VIELLMAI", "stopSequence": 6 }, { "arrival": { "time": "1772039340" }, "departure": { "time": "1772039340" }, "stopId": "BBRANCHE", "stopSequence": 7 }, { "arrival": { "time": "1772039375" }, "departure": { "time": "1772039375" }, "stopId": "LESRIVES", "stopSequence": 8 }, { "arrival": { "time": "1772039413" }, "departure": { "time": "1772039413" }, "stopId": "CHAUMIER", "stopSequence": 9 }, { "arrival": { "time": "1772039596" }, "departure": { "time": "1772039596" }, "stopId": "PTFILLES", "stopSequence": 11 }, { "arrival": { "time": "1772039696" }, "departure": { "time": "1772039696" }, "stopId": "EPERVIER", "stopSequence": 12 }, { "arrival": { "time": "1772039729" }, "departure": { "time": "1772039729" }, "stopId": "CONFLUEN", "stopSequence": 13 }, { "arrival": { "time": "1772039790" }, "departure": { "time": "1772039790" }, "stopId": "CHABOL-E", "stopSequence": 14 }, { "arrival": { "time": "1772039880" }, "departure": { "time": "1772039880" }, "stopId": "EVENTARD", "stopSequence": 15 }, { "arrival": { "time": "1772039918" }, "departure": { "time": "1772039918" }, "stopId": "COTTAGE", "stopSequence": 16 }, { "arrival": { "time": "1772039983" }, "departure": { "time": "1772039983" }, "stopId": "DUBELL-2", "stopSequence": 17 }, { "arrival": { "time": "1772040014" }, "departure": { "time": "1772040014" }, "stopId": "BOISABBE", "stopSequence": 18 }, { "arrival": { "time": "1772040060" }, "departure": { "time": "1772040060" }, "stopId": "DEBUSSY", "stopSequence": 19 }, { "arrival": { "time": "1772040158" }, "departure": { "time": "1772040158" }, "stopId": "HOTELLER", "stopSequence": 20 }, { "arrival": { "time": "1772040239" }, "departure": { "time": "1772040239" }, "stopId": "INDUSTRI", "stopSequence": 21 }, { "arrival": { "time": "1772040360" }, "stopId": "MONPLAIS", "stopSequence": 22 } ], "trip": { "directionId": 0, "routeId": "12", "tripId": "6052698" } } }, { "id": "trip:6544749", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041080" }, "stopId": "1CECO", "stopSequence": 0 }, { "arrival": { "time": "1772041210" }, "departure": { "time": "1772041210" }, "stopId": "1CONS", "stopSequence": 1 }, { "arrival": { "time": "1772041304" }, "departure": { "time": "1772041304" }, "stopId": "1MTAI", "stopSequence": 2 }, { "arrival": { "time": "1772041462" }, "departure": { "time": "1772041462" }, "stopId": "1CROI", "stopSequence": 3 }, { "arrival": { "time": "1772041540" }, "departure": { "time": "1772041540" }, "stopId": "1BRIS", "stopSequence": 4 }, { "arrival": { "time": "1772041698" }, "departure": { "time": "1772041698" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1772041777" }, "departure": { "time": "1772041777" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1772041850" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544749" } } }, { "id": "trip:6257763", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038383" }, "departure": { "time": "1772038383" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1772038397" }, "departure": { "time": "1772038428" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1772038490" }, "departure": { "time": "1772038490" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1772038529" }, "departure": { "time": "1772038529" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772038616" }, "departure": { "time": "1772038616" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1772038660" }, "departure": { "time": "1772038660" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1772038730" }, "departure": { "time": "1772038730" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1772038850" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257763" } } }, { "id": "trip:6257532", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038860" }, "stopId": "EVENTARD", "stopSequence": 0 }, { "arrival": { "time": "1772038888" }, "departure": { "time": "1772038888" }, "stopId": "COTTAGE", "stopSequence": 1 }, { "arrival": { "time": "1772039040" }, "departure": { "time": "1772039040" }, "stopId": "HIPPODRO", "stopSequence": 2 }, { "arrival": { "time": "1772039078" }, "departure": { "time": "1772039078" }, "stopId": "REDUMONT", "stopSequence": 3 }, { "arrival": { "time": "1772039190" }, "departure": { "time": "1772039190" }, "stopId": "DUBELL-2", "stopSequence": 4 }, { "arrival": { "time": "1772039220" }, "departure": { "time": "1772039220" }, "stopId": "BOISABBE", "stopSequence": 5 }, { "arrival": { "time": "1772039274" }, "departure": { "time": "1772039274" }, "stopId": "DEBUSSY", "stopSequence": 6 }, { "arrival": { "time": "1772039343" }, "departure": { "time": "1772039343" }, "stopId": "HOTELLER", "stopSequence": 7 }, { "arrival": { "time": "1772039400" }, "departure": { "time": "1772039400" }, "stopId": "INDUSTRI", "stopSequence": 8 }, { "arrival": { "time": "1772039496" }, "departure": { "time": "1772039496" }, "stopId": "SAVOIE", "stopSequence": 9 }, { "arrival": { "time": "1772039560" }, "departure": { "time": "1772039560" }, "stopId": "AUVERGNE", "stopSequence": 10 }, { "arrival": { "time": "1772039598" }, "departure": { "time": "1772039598" }, "stopId": "NOZAY", "stopSequence": 11 }, { "arrival": { "time": "1772039627" }, "departure": { "time": "1772039627" }, "stopId": "RBRIOLLA", "stopSequence": 12 }, { "arrival": { "time": "1772039831" }, "departure": { "time": "1772039831" }, "stopId": "MIMOSAS", "stopSequence": 13 }, { "arrival": { "time": "1772039897" }, "departure": { "time": "1772039897" }, "stopId": "BRISEPOT", "stopSequence": 14 }, { "arrival": { "time": "1772039948" }, "departure": { "time": "1772039948" }, "stopId": "DESJARDI", "stopSequence": 15 }, { "arrival": { "time": "1772039990" }, "departure": { "time": "1772039990" }, "stopId": "MACE", "stopSequence": 16 }, { "arrival": { "time": "1772040019" }, "departure": { "time": "1772040019" }, "stopId": "LUTIN", "stopSequence": 17 }, { "arrival": { "time": "1772040106" }, "departure": { "time": "1772040106" }, "stopId": "MUSSET", "stopSequence": 18 }, { "arrival": { "time": "1772040146" }, "departure": { "time": "1772040146" }, "stopId": "SAVARY", "stopSequence": 19 }, { "arrival": { "time": "1772039578" }, "departure": { "time": "1772039578" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENNE", "stopSequence": 20 }, { "arrival": { "time": "1772039662" }, "departure": { "time": "1772039662" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESOLI", "stopSequence": 21 }, { "arrival": { "time": "1772039820" }, "departure": { "time": "1772039820" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCITR", "stopSequence": 22 }, { "arrival": { "time": "1772039875" }, "departure": { "time": "1772039875" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE", "stopSequence": 23 }, { "arrival": { "time": "1772039984" }, "departure": { "time": "1772039984" }, "scheduleRelationship": "SKIPPED", "stopId": "FACUL-SS", "stopSequence": 24 }, { "arrival": { "time": "1772040000" }, "departure": { "time": "1772040000" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAINE", "stopSequence": 25 }, { "arrival": { "time": "1772040179" }, "departure": { "time": "1772040179" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET", "stopSequence": 26 }, { "arrival": { "time": "1772040249" }, "departure": { "time": "1772040249" }, "stopId": "MENDESFR", "stopSequence": 27 }, { "arrival": { "time": "1772040385" }, "departure": { "time": "1772040660" }, "stopId": "FO-LOR-R", "stopSequence": 28 }, { "arrival": { "time": "1772040744" }, "departure": { "time": "1772040744" }, "stopId": "STAUBI-E", "stopSequence": 29 }, { "arrival": { "time": "1772040784" }, "departure": { "time": "1772040784" }, "stopId": "HARAS-E", "stopSequence": 30 }, { "arrival": { "time": "1772040891" }, "departure": { "time": "1772040891" }, "stopId": "LESGAR-E", "stopSequence": 31 }, { "arrival": { "time": "1772041023" }, "departure": { "time": "1772041023" }, "stopId": "SEMARD-E", "stopSequence": 32 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "PONTNO-E", "stopSequence": 33 }, { "arrival": { "time": "1772041184" }, "departure": { "time": "1772041184" }, "stopId": "POIREL-E", "stopSequence": 34 }, { "arrival": { "time": "1772041241" }, "departure": { "time": "1772041241" }, "stopId": "VAUBAN-E", "stopSequence": 35 }, { "arrival": { "time": "1772041320" }, "departure": { "time": "1772041320" }, "stopId": "CHANZY-E", "stopSequence": 36 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "LAFAYE-E", "stopSequence": 37 }, { "arrival": { "time": "1772041466" }, "departure": { "time": "1772041466" }, "stopId": "MIRABE-E", "stopSequence": 38 }, { "arrival": { "time": "1772041521" }, "departure": { "time": "1772041521" }, "stopId": "CESARG-E", "stopSequence": 39 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "BLANDE-E", "stopSequence": 40 }, { "arrival": { "time": "1772041616" }, "departure": { "time": "1772041616" }, "stopId": "MUTUAL-E", "stopSequence": 41 }, { "arrival": { "time": "1772041688" }, "departure": { "time": "1772041688" }, "stopId": "VILLES-E", "stopSequence": 42 }, { "arrival": { "time": "1772041737" }, "departure": { "time": "1772041737" }, "stopId": "VIVIER-E", "stopSequence": 43 }, { "arrival": { "time": "1772041800" }, "departure": { "time": "1772041800" }, "stopId": "MARIAN-E", "stopSequence": 44 }, { "arrival": { "time": "1772041851" }, "departure": { "time": "1772041851" }, "stopId": "LINOVE-E", "stopSequence": 45 }, { "arrival": { "time": "1772041890" }, "departure": { "time": "1772041890" }, "stopId": "DANGEL-E", "stopSequence": 46 }, { "arrival": { "time": "1772041950" }, "departure": { "time": "1772041950" }, "stopId": "ATHLET-E", "stopSequence": 47 }, { "arrival": { "time": "1772041994" }, "departure": { "time": "1772041994" }, "stopId": "DIONNE-E", "stopSequence": 48 }, { "arrival": { "time": "1772042040" }, "departure": { "time": "1772042040" }, "stopId": "GENDRO-E", "stopSequence": 49 } ], "trip": { "directionId": 1, "routeId": "09", "tripId": "6257532" } } }, { "id": "trip:6257494", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039520" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1772039632" }, "departure": { "time": "1772039632" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1772039700" }, "departure": { "time": "1772039700" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1772039729" }, "departure": { "time": "1772039729" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1772039762" }, "departure": { "time": "1772039762" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1772039791" }, "departure": { "time": "1772039791" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1772039820" }, "departure": { "time": "1772039820" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1772039875" }, "departure": { "time": "1772039875" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1772039978" }, "departure": { "time": "1772039978" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1772040022" }, "departure": { "time": "1772040022" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1772040060" }, "departure": { "time": "1772040060" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1772040114" }, "departure": { "time": "1772040114" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1772040172" }, "departure": { "time": "1772040172" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1772040242" }, "departure": { "time": "1772040242" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1772040303" }, "departure": { "time": "1772040303" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1772040425" }, "departure": { "time": "1772040425" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1772040479" }, "departure": { "time": "1772040479" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1772040558" }, "departure": { "time": "1772040558" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1772040609" }, "departure": { "time": "1772040609" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1772040654" }, "departure": { "time": "1772040654" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1772040725" }, "departure": { "time": "1772040725" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1772040780" }, "departure": { "time": "1772040780" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1772040824" }, "departure": { "time": "1772040824" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1772040884" }, "departure": { "time": "1772040884" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1772040919" }, "departure": { "time": "1772040919" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1772040981" }, "departure": { "time": "1772040981" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1772041020" }, "departure": { "time": "1772041020" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1772041087" }, "departure": { "time": "1772041087" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1772041342" }, "departure": { "time": "1772041342" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1772041415" }, "departure": { "time": "1772041415" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041560" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1772041694" }, "departure": { "time": "1772041694" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1772041778" }, "departure": { "time": "1772041778" }, "stopId": "SAVARY-E", "stopSequence": 33 }, { "arrival": { "time": "1772041813" }, "departure": { "time": "1772041813" }, "stopId": "MUSSET-E", "stopSequence": 34 }, { "arrival": { "time": "1772041889" }, "departure": { "time": "1772041889" }, "stopId": "LUTIN-E", "stopSequence": 35 }, { "arrival": { "time": "1772041931" }, "departure": { "time": "1772041931" }, "stopId": "MACE-E", "stopSequence": 36 }, { "arrival": { "time": "1772041958" }, "departure": { "time": "1772041958" }, "stopId": "DESJAR-E", "stopSequence": 37 }, { "arrival": { "time": "1772042062" }, "departure": { "time": "1772042062" }, "stopId": "ALDUNA-E", "stopSequence": 38 }, { "arrival": { "time": "1772041894" }, "departure": { "time": "1772041894" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET-E", "stopSequence": 42 }, { "arrival": { "time": "1772042040" }, "departure": { "time": "1772042040" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAI-E", "stopSequence": 43 }, { "arrival": { "time": "1772042067" }, "departure": { "time": "1772042067" }, "scheduleRelationship": "SKIPPED", "stopId": "FACULT-E", "stopSequence": 44 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257494" } } }, { "id": "trip:6258758", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039100" }, "stopId": "FO-LOR-R", "stopSequence": 0 }, { "arrival": { "time": "1772039193" }, "departure": { "time": "1772039193" }, "stopId": "STAUBI-E", "stopSequence": 1 }, { "arrival": { "time": "1772039237" }, "departure": { "time": "1772039237" }, "stopId": "HARAS-E", "stopSequence": 2 }, { "arrival": { "time": "1772039400" }, "departure": { "time": "1772039400" }, "stopId": "ANLERO-E", "stopSequence": 3 }, { "arrival": { "time": "1772039480" }, "departure": { "time": "1772039480" }, "stopId": "MICHEL-E", "stopSequence": 4 }, { "arrival": { "time": "1772039531" }, "departure": { "time": "1772039531" }, "stopId": "BOURGO-E", "stopSequence": 5 }, { "arrival": { "time": "1772039574" }, "departure": { "time": "1772039574" }, "stopId": "VOLNEY-E", "stopSequence": 6 }, { "arrival": { "time": "1772039629" }, "departure": { "time": "1772039629" }, "stopId": "MADELE-E", "stopSequence": 7 }, { "arrival": { "time": "1772039700" }, "departure": { "time": "1772039700" }, "stopId": "SAUMUR-E", "stopSequence": 8 }, { "arrival": { "time": "1772039759" }, "departure": { "time": "1772039759" }, "stopId": "DELACR-E", "stopSequence": 9 }, { "arrival": { "time": "1772039808" }, "departure": { "time": "1772039808" }, "stopId": "JUSTIC-E", "stopSequence": 10 }, { "arrival": { "time": "1772039908" }, "departure": { "time": "1772039908" }, "stopId": "ECLATE-E", "stopSequence": 11 }, { "arrival": { "time": "1772040011" }, "departure": { "time": "1772040011" }, "stopId": "VDLOIR-E", "stopSequence": 12 }, { "arrival": { "time": "1772040060" }, "departure": { "time": "1772040060" }, "stopId": "LEOLAG-E", "stopSequence": 13 }, { "arrival": { "time": "1772040101" }, "departure": { "time": "1772040101" }, "stopId": "BELVTR-E", "stopSequence": 14 }, { "arrival": { "time": "1772040191" }, "departure": { "time": "1772040191" }, "stopId": "MARAIS-E", "stopSequence": 15 }, { "arrival": { "time": "1772040270" }, "departure": { "time": "1772040270" }, "stopId": "FRESNA-E", "stopSequence": 16 }, { "arrival": { "time": "1772040356" }, "departure": { "time": "1772040356" }, "stopId": "CHOUTE-E", "stopSequence": 17 }, { "arrival": { "time": "1772040404" }, "departure": { "time": "1772040404" }, "stopId": "MENA-E", "stopSequence": 18 }, { "arrival": { "time": "1772040473" }, "departure": { "time": "1772040473" }, "stopId": "MALAQU-E", "stopSequence": 19 }, { "arrival": { "time": "1772040510" }, "departure": { "time": "1772040510" }, "stopId": "LEFEVR-E", "stopSequence": 20 }, { "arrival": { "time": "1772040586" }, "departure": { "time": "1772040586" }, "stopId": "PYRAM2-E", "stopSequence": 21 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "stopId": "BUISSO-E", "stopSequence": 22 }, { "arrival": { "time": "1772040696" }, "departure": { "time": "1772040696" }, "stopId": "DAUTEL-E", "stopSequence": 23 }, { "arrival": { "time": "1772040800" }, "departure": { "time": "1772040800" }, "stopId": "GENTR-E", "stopSequence": 24 }, { "arrival": { "time": "1772040925" }, "departure": { "time": "1772040925" }, "stopId": "BAHONN-E", "stopSequence": 25 }, { "arrival": { "time": "1772040993" }, "departure": { "time": "1772040993" }, "stopId": "DEGAUL-E", "stopSequence": 26 }, { "arrival": { "time": "1772041067" }, "departure": { "time": "1772041067" }, "stopId": "MALEMB-E", "stopSequence": 27 }, { "arrival": { "time": "1772040738" }, "departure": { "time": "1772040738" }, "scheduleRelationship": "SKIPPED", "stopId": "ARENA-E", "stopSequence": 29 }, { "arrival": { "time": "1772040801" }, "departure": { "time": "1772040801" }, "scheduleRelationship": "SKIPPED", "stopId": "MONTHI-E", "stopSequence": 30 }, { "arrival": { "time": "1772040863" }, "departure": { "time": "1772040863" }, "scheduleRelationship": "SKIPPED", "stopId": "MAIRTR-E", "stopSequence": 31 }, { "arrival": { "time": "1772040906" }, "departure": { "time": "1772040906" }, "scheduleRelationship": "SKIPPED", "stopId": "EGLTRE-E", "stopSequence": 32 }, { "arrival": { "time": "1772040942" }, "departure": { "time": "1772040942" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMETR-E", "stopSequence": 33 }, { "arrival": { "time": "1772041020" }, "departure": { "time": "1772041020" }, "scheduleRelationship": "SKIPPED", "stopId": "HMTRE-E", "stopSequence": 34 }, { "arrival": { "time": "1772041100" }, "departure": { "time": "1772041100" }, "scheduleRelationship": "SKIPPED", "stopId": "TRELGA-E", "stopSequence": 35 }, { "arrival": { "time": "1772041225" }, "departure": { "time": "1772041225" }, "stopId": "FMAURI-E", "stopSequence": 36 }, { "arrival": { "time": "1772041270" }, "departure": { "time": "1772041270" }, "stopId": "MALRAU-E", "stopSequence": 37 }, { "arrival": { "time": "1772041315" }, "stopId": "TRELA-AR", "stopSequence": 38 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258758" } } }, { "id": "trip:6260075", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038443" }, "departure": { "time": "1772038443" }, "stopId": "DESCAZ-E", "stopSequence": 40 }, { "arrival": { "time": "1772038495" }, "departure": { "time": "1772038495" }, "stopId": "BICHBI-E", "stopSequence": 41 }, { "arrival": { "time": "1772038529" }, "departure": { "time": "1772038529" }, "stopId": "STTHER-E", "stopSequence": 42 }, { "arrival": { "time": "1772038604" }, "departure": { "time": "1772038604" }, "stopId": "BARRA-E", "stopSequence": 43 }, { "arrival": { "time": "1772038659" }, "departure": { "time": "1772038659" }, "stopId": "BLERIO-E", "stopSequence": 44 }, { "arrival": { "time": "1772038748" }, "departure": { "time": "1772038748" }, "stopId": "LECUIT-E", "stopSequence": 45 }, { "arrival": { "time": "1772038788" }, "departure": { "time": "1772038788" }, "stopId": "FRATE-E", "stopSequence": 46 }, { "arrival": { "time": "1772038862" }, "departure": { "time": "1772038862" }, "stopId": "CHARNA-E", "stopSequence": 47 }, { "arrival": { "time": "1772038913" }, "departure": { "time": "1772038913" }, "stopId": "ESEO-E", "stopSequence": 48 }, { "arrival": { "time": "1772038949" }, "departure": { "time": "1772038949" }, "stopId": "WJMOU", "stopSequence": 49 }, { "arrival": { "time": "1772039035" }, "departure": { "time": "1772039035" }, "stopId": "FMEDEC-E", "stopSequence": 50 }, { "arrival": { "time": "1772039092" }, "departure": { "time": "1772039092" }, "stopId": "HRECUL-E", "stopSequence": 51 }, { "arrival": { "time": "1772038620" }, "stopId": "HOPITAL", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "06", "tripId": "6260075" } } }, { "id": "trip:6544506", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041440" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1772041682" }, "departure": { "time": "1772041682" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1772041792" }, "departure": { "time": "1772041792" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1772041853" }, "departure": { "time": "1772041853" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1772041899" }, "departure": { "time": "1772041899" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1772042040" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544506" } } }, { "id": "trip:6544387", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040660" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1772040703" }, "departure": { "time": "1772040703" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1772040908" }, "departure": { "time": "1772040908" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1772040940" }, "departure": { "time": "1772040940" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1772041163" }, "departure": { "time": "1772041163" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1772041500" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544387" } } }, { "id": "trip:6540888", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038361" }, "departure": { "time": "1772038396" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1772038456" }, "departure": { "time": "1772038457" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1772038590" }, "departure": { "time": "1772038590" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1772038670" }, "departure": { "time": "1772038670" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1772038740" }, "departure": { "time": "1772038740" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1772038860" }, "departure": { "time": "1772038860" }, "stopId": "1LGAR", "stopSequence": 19 }, { "arrival": { "time": "1772038960" }, "departure": { "time": "1772038960" }, "stopId": "1LAFA", "stopSequence": 20 }, { "arrival": { "time": "1772039060" }, "departure": { "time": "1772039060" }, "stopId": "1STRA", "stopSequence": 21 }, { "arrival": { "time": "1772039170" }, "departure": { "time": "1772039170" }, "stopId": "1BAMA", "stopSequence": 22 }, { "arrival": { "time": "1772039280" }, "departure": { "time": "1772039280" }, "stopId": "1JE23", "stopSequence": 23 }, { "arrival": { "time": "1772039390" }, "departure": { "time": "1772039390" }, "stopId": "1JVIL", "stopSequence": 24 }, { "arrival": { "time": "1772039510" }, "stopId": "1ANRO", "stopSequence": 25 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6540888" } } }, { "id": "trip:6258517", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038395" }, "departure": { "time": "1772038411" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1772038441" }, "departure": { "time": "1772038441" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1772038505" }, "departure": { "time": "1772038505" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1772038565" }, "departure": { "time": "1772038565" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1772038616" }, "departure": { "time": "1772038616" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1772038813" }, "departure": { "time": "1772038813" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1772038910" }, "departure": { "time": "1772038910" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1772038945" }, "departure": { "time": "1772038945" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1772038989" }, "departure": { "time": "1772038989" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1772039104" }, "departure": { "time": "1772039104" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1772039144" }, "departure": { "time": "1772039144" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1772039159" }, "departure": { "time": "1772039159" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1772038809" }, "departure": { "time": "1772038809" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1772038860" }, "departure": { "time": "1772038860" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1772038945" }, "departure": { "time": "1772038945" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1772039055" }, "departure": { "time": "1772039055" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1772039160" }, "departure": { "time": "1772039160" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1772039220" }, "departure": { "time": "1772039220" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1772039210" }, "departure": { "time": "1772039210" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1772039275" }, "departure": { "time": "1772039275" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1772039276" }, "departure": { "time": "1772039276" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1772039313" }, "departure": { "time": "1772039313" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1772039389" }, "departure": { "time": "1772039389" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1772039449" }, "departure": { "time": "1772039449" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1772039494" }, "departure": { "time": "1772039494" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1772039581" }, "departure": { "time": "1772039581" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1772039632" }, "departure": { "time": "1772039632" }, "stopId": "KENNED-E", "stopSequence": 44 }, { "arrival": { "time": "1772039720" }, "departure": { "time": "1772039720" }, "stopId": "WPMA-E", "stopSequence": 45 }, { "arrival": { "time": "1772039772" }, "departure": { "time": "1772039772" }, "stopId": "RONDE-E", "stopSequence": 46 }, { "arrival": { "time": "1772039835" }, "departure": { "time": "1772039835" }, "stopId": "BRASSE-E", "stopSequence": 47 }, { "arrival": { "time": "1772039889" }, "departure": { "time": "1772039889" }, "stopId": "BEURRI-E", "stopSequence": 48 }, { "arrival": { "time": "1772039944" }, "departure": { "time": "1772039944" }, "stopId": "DELAUN-E", "stopSequence": 49 }, { "arrival": { "time": "1772040002" }, "departure": { "time": "1772040002" }, "stopId": "MAUFIN-E", "stopSequence": 50 }, { "arrival": { "time": "1772040055" }, "departure": { "time": "1772040055" }, "stopId": "MAIRAV-E", "stopSequence": 51 }, { "arrival": { "time": "1772040100" }, "departure": { "time": "1772040100" }, "stopId": "CIAVRI-E", "stopSequence": 52 }, { "arrival": { "time": "1772040141" }, "departure": { "time": "1772040141" }, "stopId": "PEGARD-E", "stopSequence": 53 }, { "arrival": { "time": "1772040203" }, "departure": { "time": "1772040203" }, "stopId": "RIPOLE-E", "stopSequence": 54 }, { "arrival": { "time": "1772040235" }, "departure": { "time": "1772040235" }, "stopId": "SALETT-E", "stopSequence": 55 }, { "arrival": { "time": "1772040301" }, "departure": { "time": "1772040301" }, "stopId": "LEPRE-E", "stopSequence": 56 }, { "arrival": { "time": "1772040378" }, "departure": { "time": "1772040378" }, "stopId": "BONPLA-E", "stopSequence": 57 }, { "arrival": { "time": "1772040413" }, "departure": { "time": "1772040413" }, "stopId": "POIVRE-E", "stopSequence": 58 }, { "arrival": { "time": "1772040475" }, "departure": { "time": "1772040475" }, "stopId": "AARDBU-E", "stopSequence": 59 }, { "arrival": { "time": "1772040611" }, "departure": { "time": "1772040611" }, "stopId": "AUCHAN-E", "stopSequence": 60 }, { "arrival": { "time": "1772040655" }, "departure": { "time": "1772040655" }, "stopId": "CCADEA-E", "stopSequence": 61 }, { "arrival": { "time": "1772040693" }, "departure": { "time": "1772040693" }, "stopId": "PLOTTI-E", "stopSequence": 62 }, { "arrival": { "time": "1772040716" }, "departure": { "time": "1772040716" }, "stopId": "AUTRIC-E", "stopSequence": 63 }, { "arrival": { "time": "1772040769" }, "departure": { "time": "1772040769" }, "stopId": "IRLAND-E", "stopSequence": 64 }, { "arrival": { "time": "1772040806" }, "departure": { "time": "1772040806" }, "stopId": "ITALIE-E", "stopSequence": 65 }, { "arrival": { "time": "1772040865" }, "departure": { "time": "1772040865" }, "stopId": "ALLEMA-E", "stopSequence": 66 }, { "arrival": { "time": "1772040887" }, "departure": { "time": "1772040887" }, "stopId": "DANEMA-E", "stopSequence": 67 }, { "arrival": { "time": "1772040920" }, "departure": { "time": "1772040920" }, "stopId": "AVENEU-E", "stopSequence": 68 }, { "arrival": { "time": "1772040955" }, "departure": { "time": "1772040955" }, "stopId": "MASTEL-E", "stopSequence": 69 }, { "arrival": { "time": "1772040999" }, "departure": { "time": "1772040999" }, "stopId": "JEHUEZ-E", "stopSequence": 70 }, { "arrival": { "time": "1772041044" }, "departure": { "time": "1772041044" }, "stopId": "PLATEF-E", "stopSequence": 71 }, { "arrival": { "time": "1772041108" }, "departure": { "time": "1772041108" }, "stopId": "ESPMON-E", "stopSequence": 72 }, { "arrival": { "time": "1772041159" }, "departure": { "time": "1772041159" }, "stopId": "BELAIR-E", "stopSequence": 73 }, { "arrival": { "time": "1772041208" }, "departure": { "time": "1772041208" }, "stopId": "ZOLA-E", "stopSequence": 74 }, { "arrival": { "time": "1772041313" }, "departure": { "time": "1772041313" }, "stopId": "ANAFRA-E", "stopSequence": 75 }, { "arrival": { "time": "1772041363" }, "departure": { "time": "1772041363" }, "stopId": "PISCMU-E", "stopSequence": 76 }, { "arrival": { "time": "1772041594" }, "departure": { "time": "1772041594" }, "stopId": "DOMVATER", "stopSequence": 77 }, { "arrival": { "time": "1772041355" }, "departure": { "time": "1772041355" }, "scheduleRelationship": "SKIPPED", "stopId": "DEBEAU-E", "stopSequence": 78 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "scheduleRelationship": "SKIPPED", "stopId": "DIX8JU-E", "stopSequence": 79 }, { "arrival": { "time": "1772041407" }, "departure": { "time": "1772041407" }, "scheduleRelationship": "SKIPPED", "stopId": "CHPEGU-E", "stopSequence": 80 }, { "arrival": { "time": "1772041444" }, "departure": { "time": "1772041444" }, "scheduleRelationship": "SKIPPED", "stopId": "HAUCOU-E", "stopSequence": 81 }, { "arrival": { "time": "1772041587" }, "departure": { "time": "1772041587" }, "scheduleRelationship": "SKIPPED", "stopId": "GERMTI-E", "stopSequence": 82 }, { "arrival": { "time": "1772041620" }, "departure": { "time": "1772041620" }, "scheduleRelationship": "SKIPPED", "stopId": "DOMVAL-E", "stopSequence": 83 }, { "arrival": { "time": "1772041627" }, "departure": { "time": "1772041627" }, "stopId": "RECLAI-E", "stopSequence": 84 }, { "arrival": { "time": "1772041655" }, "departure": { "time": "1772041655" }, "stopId": "RENOIR-E", "stopSequence": 85 }, { "arrival": { "time": "1772041689" }, "departure": { "time": "1772041689" }, "stopId": "CAMPJU-E", "stopSequence": 86 }, { "arrival": { "time": "1772041714" }, "departure": { "time": "1772041714" }, "stopId": "JUIGN-E", "stopSequence": 87 }, { "arrival": { "time": "1772041813" }, "stopId": "BENE-E", "stopSequence": 88 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258517" } } }, { "id": "trip:6257612", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041200" }, "stopId": "PROVINS", "stopSequence": 0 }, { "arrival": { "time": "1772041273" }, "departure": { "time": "1772041273" }, "stopId": "RTEPARIS", "stopSequence": 1 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "DEBUMONP", "stopSequence": 2 }, { "arrival": { "time": "1772041457" }, "departure": { "time": "1772041457" }, "stopId": "HOTELLER", "stopSequence": 3 }, { "arrival": { "time": "1772041522" }, "departure": { "time": "1772041522" }, "stopId": "INDUSTRI", "stopSequence": 4 }, { "arrival": { "time": "1772041620" }, "departure": { "time": "1772041620" }, "stopId": "SAVOIE", "stopSequence": 5 }, { "arrival": { "time": "1772041690" }, "departure": { "time": "1772041690" }, "stopId": "AUVERGNE", "stopSequence": 6 }, { "arrival": { "time": "1772041736" }, "departure": { "time": "1772041736" }, "stopId": "NOZAY", "stopSequence": 7 }, { "arrival": { "time": "1772041771" }, "departure": { "time": "1772041771" }, "stopId": "RBRIOLLA", "stopSequence": 8 }, { "arrival": { "time": "1772041979" }, "departure": { "time": "1772041979" }, "stopId": "MIMOSAS", "stopSequence": 12 }, { "arrival": { "time": "1772042045" }, "departure": { "time": "1772042045" }, "stopId": "BRISEPOT", "stopSequence": 13 }, { "arrival": { "time": "1772041799" }, "departure": { "time": "1772041799" }, "scheduleRelationship": "SKIPPED", "stopId": "VAILLANT", "stopSequence": 19 }, { "arrival": { "time": "1772041906" }, "departure": { "time": "1772041906" }, "scheduleRelationship": "SKIPPED", "stopId": "CHALOUER", "stopSequence": 20 }, { "arrival": { "time": "1772042040" }, "departure": { "time": "1772042040" }, "scheduleRelationship": "SKIPPED", "stopId": "PLACENEY", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "10", "tripId": "6257612" } } }, { "id": "trip:6545031", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040060" }, "stopId": "1QUAI", "stopSequence": 0 }, { "arrival": { "time": "1772040244" }, "departure": { "time": "1772040244" }, "stopId": "2FARC", "stopSequence": 1 }, { "arrival": { "time": "1772040359" }, "departure": { "time": "1772040359" }, "stopId": "2ELYS", "stopSequence": 2 }, { "arrival": { "time": "1772040457" }, "departure": { "time": "1772040457" }, "stopId": "2PATT", "stopSequence": 3 }, { "arrival": { "time": "1772040540" }, "departure": { "time": "1772040540" }, "stopId": "2BARR", "stopSequence": 4 }, { "arrival": { "time": "1772040632" }, "departure": { "time": "1772040632" }, "stopId": "2BEAU", "stopSequence": 5 }, { "arrival": { "time": "1772040720" }, "stopId": "1BBCA", "stopSequence": 6 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6545031" } } }, { "id": "trip:6258302", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038471" }, "departure": { "time": "1772038471" }, "stopId": "MENDES-E", "stopSequence": 26 }, { "arrival": { "time": "1772038792" }, "departure": { "time": "1772038792" }, "stopId": "STSERG-E", "stopSequence": 27 }, { "arrival": { "time": "1772039019" }, "departure": { "time": "1772039019" }, "stopId": "ROCHEF-E", "stopSequence": 28 }, { "arrival": { "time": "1772039118" }, "departure": { "time": "1772039118" }, "stopId": "HOTDIE-E", "stopSequence": 29 }, { "arrival": { "time": "1772039094" }, "departure": { "time": "1772039094" }, "stopId": "BICHDA-E", "stopSequence": 30 }, { "arrival": { "time": "1772039259" }, "departure": { "time": "1772039259" }, "stopId": "DESCAZEA", "stopSequence": 31 }, { "arrival": { "time": "1772039301" }, "departure": { "time": "1772039301" }, "stopId": "CIOUES-E", "stopSequence": 32 }, { "arrival": { "time": "1772039453" }, "departure": { "time": "1772039453" }, "stopId": "POMONE-E", "stopSequence": 33 }, { "arrival": { "time": "1772039507" }, "departure": { "time": "1772039507" }, "stopId": "REVERI-E", "stopSequence": 34 }, { "arrival": { "time": "1772039600" }, "departure": { "time": "1772039600" }, "stopId": "MEIGNA-E", "stopSequence": 35 }, { "arrival": { "time": "1772039188" }, "departure": { "time": "1772039188" }, "scheduleRelationship": "SKIPPED", "stopId": "VALOR-E", "stopSequence": 37 }, { "arrival": { "time": "1772039220" }, "departure": { "time": "1772039220" }, "scheduleRelationship": "SKIPPED", "stopId": "CLINIQ-E", "stopSequence": 38 }, { "arrival": { "time": "1772039265" }, "departure": { "time": "1772039265" }, "scheduleRelationship": "SKIPPED", "stopId": "GRANDM-E", "stopSequence": 39 }, { "arrival": { "time": "1772039711" }, "departure": { "time": "1772039711" }, "stopId": "MAISDA-E", "stopSequence": 40 }, { "arrival": { "time": "1772039756" }, "departure": { "time": "1772039756" }, "stopId": "CHMART-E", "stopSequence": 41 }, { "arrival": { "time": "1772039799" }, "departure": { "time": "1772039799" }, "stopId": "MLYAUT-E", "stopSequence": 42 }, { "arrival": { "time": "1772039873" }, "departure": { "time": "1772039873" }, "stopId": "BRASSE-E", "stopSequence": 43 }, { "arrival": { "time": "1772039926" }, "departure": { "time": "1772039926" }, "stopId": "BEURRI-E", "stopSequence": 44 }, { "arrival": { "time": "1772039981" }, "departure": { "time": "1772039981" }, "stopId": "DELAUN-E", "stopSequence": 45 }, { "arrival": { "time": "1772039967" }, "departure": { "time": "1772039967" }, "stopId": "MAUFIN-E", "stopSequence": 46 }, { "arrival": { "time": "1772040090" }, "departure": { "time": "1772040090" }, "stopId": "MAIRAV-E", "stopSequence": 47 }, { "arrival": { "time": "1772040134" }, "departure": { "time": "1772040134" }, "stopId": "TERNIE-E", "stopSequence": 48 }, { "arrival": { "time": "1772040174" }, "departure": { "time": "1772040174" }, "stopId": "BALAND-E", "stopSequence": 49 }, { "arrival": { "time": "1772040227" }, "departure": { "time": "1772040227" }, "stopId": "PIECE-E", "stopSequence": 50 }, { "arrival": { "time": "1772040225" }, "departure": { "time": "1772040225" }, "stopId": "LA-BOI-E", "stopSequence": 51 }, { "arrival": { "time": "1772040350" }, "departure": { "time": "1772040350" }, "stopId": "SCHWAL-E", "stopSequence": 52 }, { "arrival": { "time": "1772040390" }, "stopId": "ADEZIERE", "stopSequence": 53 } ], "trip": { "directionId": 0, "routeId": "03", "tripId": "6258302" } } }, { "id": "trip:3567D", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038490" }, "departure": { "time": "1772038490" }, "stopId": "LABARR-E", "stopSequence": 5 }, { "arrival": { "time": "1772038573" }, "departure": { "time": "1772038573" }, "stopId": "MORSU-E", "stopSequence": 6 }, { "arrival": { "time": "1772038626" }, "departure": { "time": "1772038626" }, "stopId": "DESER-E", "stopSequence": 7 }, { "arrival": { "time": "1772038861" }, "departure": { "time": "1772038861" }, "stopId": "ATOSUB-E", "stopSequence": 8 }, { "arrival": { "time": "1772038970" }, "departure": { "time": "1772038970" }, "stopId": "5ROUTE-E", "stopSequence": 9 }, { "arrival": { "time": "1772039014" }, "departure": { "time": "1772039014" }, "stopId": "PAQUER-E", "stopSequence": 10 }, { "arrival": { "time": "1772039216" }, "departure": { "time": "1772039216" }, "stopId": "RENAR-E", "stopSequence": 11 }, { "arrival": { "time": "1772039241" }, "departure": { "time": "1772039241" }, "stopId": "PAUGE-E", "stopSequence": 12 }, { "arrival": { "time": "1772039270" }, "departure": { "time": "1772039270" }, "stopId": "PERRAU-E", "stopSequence": 13 }, { "arrival": { "time": "1772039306" }, "departure": { "time": "1772039306" }, "stopId": "BELLAN-E", "stopSequence": 14 }, { "arrival": { "time": "1772039356" }, "departure": { "time": "1772039356" }, "stopId": "DABI-E", "stopSequence": 15 }, { "arrival": { "time": "1772039414" }, "departure": { "time": "1772039414" }, "stopId": "LANGEV-E", "stopSequence": 16 }, { "arrival": { "time": "1772039482" }, "departure": { "time": "1772039482" }, "stopId": "LESECO-E", "stopSequence": 17 }, { "arrival": { "time": "1772039570" }, "departure": { "time": "1772039570" }, "stopId": "LESLAN-E", "stopSequence": 18 }, { "arrival": { "time": "1772039679" }, "departure": { "time": "1772039679" }, "stopId": "FOUQUE-E", "stopSequence": 19 }, { "arrival": { "time": "1772039730" }, "departure": { "time": "1772039730" }, "stopId": "DPATIS-E", "stopSequence": 20 }, { "arrival": { "time": "1772039779" }, "departure": { "time": "1772039779" }, "stopId": "DFRAYON-E", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "35", "tripId": "3567D" } } }, { "id": "trip:6544757", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040010" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1772040092" }, "departure": { "time": "1772040092" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1772040178" }, "departure": { "time": "1772040178" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1772040350" }, "departure": { "time": "1772040350" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1772040431" }, "departure": { "time": "1772040431" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1772040592" }, "departure": { "time": "1772040592" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1772040690" }, "departure": { "time": "1772040690" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1772040840" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544757" } } }, { "id": "trip:6544695", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040300" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1772040380" }, "departure": { "time": "1772040380" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1772040450" }, "departure": { "time": "1772040450" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1772040530" }, "departure": { "time": "1772040530" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1772040620" }, "departure": { "time": "1772040620" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1772040710" }, "departure": { "time": "1772040710" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1772040820" }, "departure": { "time": "1772040820" }, "stopId": "1BOTA", "stopSequence": 6 }, { "arrival": { "time": "1772040980" }, "departure": { "time": "1772040980" }, "stopId": "1VERN", "stopSequence": 8 }, { "arrival": { "time": "1772041070" }, "departure": { "time": "1772041070" }, "stopId": "1HSAU", "stopSequence": 9 }, { "arrival": { "time": "1772041190" }, "departure": { "time": "1772041190" }, "stopId": "1JMOU", "stopSequence": 10 }, { "arrival": { "time": "1772041270" }, "departure": { "time": "1772041270" }, "stopId": "1CAPU", "stopSequence": 11 }, { "arrival": { "time": "1772041390" }, "departure": { "time": "1772041390" }, "stopId": "1HOPA", "stopSequence": 12 }, { "arrival": { "time": "1772041480" }, "departure": { "time": "1772041480" }, "stopId": "1BMAI", "stopSequence": 13 }, { "arrival": { "time": "1772041600" }, "departure": { "time": "1772041600" }, "stopId": "1STSE", "stopSequence": 14 }, { "arrival": { "time": "1772041710" }, "departure": { "time": "1772041710" }, "stopId": "1CECO", "stopSequence": 15 }, { "arrival": { "time": "1772041810" }, "departure": { "time": "1772041810" }, "stopId": "1HDVA", "stopSequence": 16 }, { "arrival": { "time": "1772041890" }, "departure": { "time": "1772041890" }, "stopId": "1FMBL", "stopSequence": 17 }, { "arrival": { "time": "1772041960" }, "departure": { "time": "1772041960" }, "stopId": "1HARA", "stopSequence": 18 }, { "arrival": { "time": "1772042070" }, "departure": { "time": "1772042070" }, "stopId": "1LGAR", "stopSequence": 19 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544695" } } }, { "id": "trip:6544714", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041420" }, "stopId": "1AARD", "stopSequence": 0 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041500" }, "stopId": "1BASC", "stopSequence": 1 }, { "arrival": { "time": "1772041570" }, "departure": { "time": "1772041570" }, "stopId": "1STGI", "stopSequence": 2 }, { "arrival": { "time": "1772041650" }, "departure": { "time": "1772041650" }, "stopId": "1ACAS", "stopSequence": 3 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "stopId": "1BROY", "stopSequence": 4 }, { "arrival": { "time": "1772041830" }, "departure": { "time": "1772041830" }, "stopId": "1PMAY", "stopSequence": 5 }, { "arrival": { "time": "1772041940" }, "departure": { "time": "1772041940" }, "stopId": "1BOTA", "stopSequence": 6 } ], "trip": { "directionId": 1, "routeId": "A", "tripId": "6544714" } } }, { "id": "trip:6544969", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041980" }, "stopId": "1BBCA", "stopSequence": 0 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544969" } } }, { "id": "trip:6544234", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038464" }, "departure": { "time": "1772038466" }, "stopId": "1DUNA", "stopSequence": 5 }, { "arrival": { "time": "1772038583" }, "departure": { "time": "1772038583" }, "stopId": "1EURO", "stopSequence": 6 }, { "arrival": { "time": "1772038656" }, "stopId": "2MONP", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "B", "tripId": "6544234" } } }, { "id": "trip:3064", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038390" }, "departure": { "time": "1772038390" }, "stopId": "HDVSUB", "stopSequence": 30 } ], "trip": { "directionId": 0, "routeId": "30", "tripId": "3064" } } }, { "id": "trip:6052697", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038394" }, "departure": { "time": "1772038430" }, "stopId": "FIEGEN-E", "stopSequence": 18 }, { "arrival": { "time": "1772038491" }, "departure": { "time": "1772038491" }, "stopId": "LABROS-E", "stopSequence": 19 }, { "arrival": { "time": "1772038562" }, "departure": { "time": "1772038562" }, "stopId": "BMOTTE-E", "stopSequence": 20 }, { "arrival": { "time": "1772038671" }, "departure": { "time": "1772038671" }, "stopId": "GRIMOR-E", "stopSequence": 21 }, { "arrival": { "time": "1772038740" }, "stopId": "VEILLIER", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "12", "tripId": "6052697" } } }, { "id": "trip:6257764", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038388" }, "departure": { "time": "1772038413" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1772038457" }, "departure": { "time": "1772038457" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1772038511" }, "departure": { "time": "1772038511" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1772038725" }, "departure": { "time": "1772038725" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1772038922" }, "departure": { "time": "1772038922" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1772039027" }, "departure": { "time": "1772039027" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1772039035" }, "departure": { "time": "1772039035" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1772039173" }, "departure": { "time": "1772039173" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1772039261" }, "departure": { "time": "1772039261" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1772039359" }, "departure": { "time": "1772039359" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1772039392" }, "departure": { "time": "1772039392" }, "stopId": "CHDARR-E", "stopSequence": 21 }, { "arrival": { "time": "1772039701" }, "departure": { "time": "1772039701" }, "stopId": "GDMAIN-E", "stopSequence": 22 }, { "arrival": { "time": "1772039761" }, "departure": { "time": "1772039761" }, "stopId": "PERUSSAI", "stopSequence": 23 }, { "arrival": { "time": "1772039814" }, "departure": { "time": "1772039814" }, "stopId": "MAISLAC", "stopSequence": 24 }, { "arrival": { "time": "1772039832" }, "departure": { "time": "1772039832" }, "stopId": "JEAN-MON", "stopSequence": 25 }, { "arrival": { "time": "1772039890" }, "departure": { "time": "1772039890" }, "stopId": "DELESC-E", "stopSequence": 26 }, { "arrival": { "time": "1772039926" }, "departure": { "time": "1772039926" }, "stopId": "MONTEC-E", "stopSequence": 27 }, { "arrival": { "time": "1772039961" }, "departure": { "time": "1772039961" }, "stopId": "VALLO-E", "stopSequence": 28 }, { "arrival": { "time": "1772040005" }, "departure": { "time": "1772040005" }, "stopId": "PROUDH-E", "stopSequence": 29 }, { "arrival": { "time": "1772040061" }, "departure": { "time": "1772040061" }, "stopId": "GRESIL-E", "stopSequence": 30 }, { "arrival": { "time": "1772040100" }, "departure": { "time": "1772040100" }, "stopId": "WIGAN-E", "stopSequence": 31 }, { "arrival": { "time": "1772040187" }, "departure": { "time": "1772040187" }, "stopId": "SHEAKS-E", "stopSequence": 32 }, { "arrival": { "time": "1772040231" }, "departure": { "time": "1772040231" }, "stopId": "AQUITA-E", "stopSequence": 33 }, { "arrival": { "time": "1772040301" }, "departure": { "time": "1772040301" }, "stopId": "CCMOLI-E", "stopSequence": 34 }, { "arrival": { "time": "1772040421" }, "stopId": "LHOIRI-D", "stopSequence": 35 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257764" } } }, { "id": "trip:6258750", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038362" }, "departure": { "time": "1772038362" }, "stopId": "DAUTEL", "stopSequence": 8 }, { "arrival": { "time": "1772038376" }, "departure": { "time": "1772038422" }, "stopId": "BUISSON", "stopSequence": 15 }, { "arrival": { "time": "1772038451" }, "departure": { "time": "1772038451" }, "stopId": "PYRAM02", "stopSequence": 16 }, { "arrival": { "time": "1772038547" }, "departure": { "time": "1772038547" }, "stopId": "LEFEVRE", "stopSequence": 17 }, { "arrival": { "time": "1772038582" }, "departure": { "time": "1772038582" }, "stopId": "MALAQUAI", "stopSequence": 18 }, { "arrival": { "time": "1772038641" }, "departure": { "time": "1772038641" }, "stopId": "MENARD", "stopSequence": 19 }, { "arrival": { "time": "1772038686" }, "departure": { "time": "1772038686" }, "stopId": "CHOUTEAU", "stopSequence": 20 }, { "arrival": { "time": "1772038756" }, "departure": { "time": "1772038756" }, "stopId": "FRESNAIE", "stopSequence": 21 }, { "arrival": { "time": "1772038841" }, "departure": { "time": "1772038841" }, "stopId": "MARAIS", "stopSequence": 22 }, { "arrival": { "time": "1772038901" }, "departure": { "time": "1772038901" }, "stopId": "BELLVUTR", "stopSequence": 23 }, { "arrival": { "time": "1772038950" }, "departure": { "time": "1772038950" }, "stopId": "LEOLAGRA", "stopSequence": 24 }, { "arrival": { "time": "1772039004" }, "departure": { "time": "1772039004" }, "stopId": "VDLOIRE", "stopSequence": 25 }, { "arrival": { "time": "1772039096" }, "departure": { "time": "1772039096" }, "stopId": "ECLATERI", "stopSequence": 26 }, { "arrival": { "time": "1772039202" }, "departure": { "time": "1772039202" }, "stopId": "JUSTICES", "stopSequence": 27 }, { "arrival": { "time": "1772039240" }, "departure": { "time": "1772039240" }, "stopId": "DELACROI", "stopSequence": 28 }, { "arrival": { "time": "1772039310" }, "departure": { "time": "1772039310" }, "stopId": "SAUMUROI", "stopSequence": 29 }, { "arrival": { "time": "1772039364" }, "departure": { "time": "1772039364" }, "stopId": "MADELEIN", "stopSequence": 30 }, { "arrival": { "time": "1772039405" }, "departure": { "time": "1772039405" }, "stopId": "VOLNEY", "stopSequence": 31 }, { "arrival": { "time": "1772039472" }, "departure": { "time": "1772039472" }, "stopId": "BOURGONN", "stopSequence": 32 }, { "arrival": { "time": "1772039529" }, "departure": { "time": "1772039529" }, "stopId": "MICHELET", "stopSequence": 33 }, { "arrival": { "time": "1772039572" }, "departure": { "time": "1772039572" }, "stopId": "ANLEROY", "stopSequence": 34 }, { "arrival": { "time": "1772039739" }, "departure": { "time": "1772039739" }, "stopId": "PAULBERT", "stopSequence": 35 }, { "arrival": { "time": "1772039804" }, "departure": { "time": "1772039804" }, "stopId": "HARAS", "stopSequence": 36 }, { "arrival": { "time": "1772039889" }, "departure": { "time": "1772039889" }, "stopId": "STAUBIN", "stopSequence": 37 }, { "arrival": { "time": "1772040000" }, "stopId": "LORRTERM", "stopSequence": 38 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258750" } } }, { "id": "trip:6260071", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040660" }, "scheduleRelationship": "SKIPPED", "stopId": "HOPITAL", "stopSequence": 1 }, { "arrival": { "time": "1772040665" }, "departure": { "time": "1772040665" }, "stopId": "HRECULEE", "stopSequence": 2 }, { "arrival": { "time": "1772040716" }, "departure": { "time": "1772040716" }, "stopId": "FMEDECIN", "stopSequence": 3 }, { "arrival": { "time": "1772040802" }, "departure": { "time": "1772040802" }, "stopId": "WJMO-E", "stopSequence": 4 }, { "arrival": { "time": "1772040851" }, "departure": { "time": "1772040851" }, "stopId": "ESEO", "stopSequence": 5 }, { "arrival": { "time": "1772040909" }, "departure": { "time": "1772040909" }, "stopId": "CHARNASS", "stopSequence": 6 }, { "arrival": { "time": "1772040981" }, "departure": { "time": "1772040981" }, "stopId": "FRATER", "stopSequence": 7 }, { "arrival": { "time": "1772041029" }, "departure": { "time": "1772041029" }, "stopId": "LECUIT", "stopSequence": 8 }, { "arrival": { "time": "1772041106" }, "departure": { "time": "1772041106" }, "stopId": "BLERIOT", "stopSequence": 9 }, { "arrival": { "time": "1772041159" }, "departure": { "time": "1772041159" }, "stopId": "BARRA", "stopSequence": 10 }, { "arrival": { "time": "1772041226" }, "departure": { "time": "1772041226" }, "stopId": "STTERESE", "stopSequence": 11 }, { "arrival": { "time": "1772041265" }, "departure": { "time": "1772041265" }, "stopId": "BICHBICH", "stopSequence": 12 }, { "arrival": { "time": "1772041313" }, "departure": { "time": "1772041313" }, "stopId": "DESCAZEA", "stopSequence": 13 }, { "arrival": { "time": "1772041382" }, "departure": { "time": "1772041382" }, "stopId": "MONPROFI", "stopSequence": 14 }, { "arrival": { "time": "1772041453" }, "departure": { "time": "1772041453" }, "stopId": "LEQUAI", "stopSequence": 15 }, { "arrival": { "time": "1772041617" }, "departure": { "time": "1772041617" }, "stopId": "FARCSJ-E", "stopSequence": 16 }, { "arrival": { "time": "1772041714" }, "departure": { "time": "1772041714" }, "stopId": "MVIGNE-E", "stopSequence": 17 }, { "arrival": { "time": "1772041787" }, "departure": { "time": "1772041787" }, "stopId": "CHBBEI-E", "stopSequence": 18 }, { "arrival": { "time": "1772041842" }, "departure": { "time": "1772041842" }, "stopId": "BOISRA-E", "stopSequence": 19 }, { "arrival": { "time": "1772041908" }, "departure": { "time": "1772041908" }, "stopId": "NDAMLA-E", "stopSequence": 20 }, { "arrival": { "time": "1772041971" }, "departure": { "time": "1772041971" }, "stopId": "POLYTE-E", "stopSequence": 21 }, { "arrival": { "time": "1772042027" }, "departure": { "time": "1772042027" }, "stopId": "CITEUN-E", "stopSequence": 22 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260071" } } }, { "id": "trip:6544381", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038491" }, "departure": { "time": "1772038491" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1772038582" }, "departure": { "time": "1772038582" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1772038690" }, "departure": { "time": "1772038690" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1772038832" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544381" } } }, { "id": "trip:6258123", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038381" }, "departure": { "time": "1772038381" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1772038425" }, "departure": { "time": "1772038456" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1772038471" }, "departure": { "time": "1772038471" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1772038503" }, "departure": { "time": "1772038503" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1772038555" }, "departure": { "time": "1772038555" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1772038603" }, "departure": { "time": "1772038603" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1772038635" }, "departure": { "time": "1772038635" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1772038684" }, "departure": { "time": "1772038684" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1772038742" }, "departure": { "time": "1772038742" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1772038840" }, "departure": { "time": "1772038840" }, "stopId": "CTRETRI", "stopSequence": 43 }, { "arrival": { "time": "1772038930" }, "departure": { "time": "1772038930" }, "stopId": "EBLE", "stopSequence": 44 }, { "arrival": { "time": "1772038998" }, "departure": { "time": "1772038998" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1772039082" }, "departure": { "time": "1772039082" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1772039119" }, "departure": { "time": "1772039119" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1772039185" }, "departure": { "time": "1772039185" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1772039228" }, "departure": { "time": "1772039228" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1772039298" }, "departure": { "time": "1772039298" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1772039365" }, "departure": { "time": "1772039365" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1772039408" }, "departure": { "time": "1772039408" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1772039580" }, "departure": { "time": "1772039580" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1772039628" }, "departure": { "time": "1772039628" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1772039692" }, "departure": { "time": "1772039692" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1772039753" }, "departure": { "time": "1772039753" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1772039828" }, "departure": { "time": "1772039828" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1772039873" }, "departure": { "time": "1772039873" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772039940" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1772039990" }, "departure": { "time": "1772039990" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1772040043" }, "departure": { "time": "1772040043" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1772040161" }, "departure": { "time": "1772040161" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1772040247" }, "departure": { "time": "1772040247" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1772040299" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258123" } } }, { "id": "trip:6257429", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039640" }, "stopId": "LORRAIN2", "stopSequence": 0 }, { "arrival": { "time": "1772039740" }, "departure": { "time": "1772039740" }, "stopId": "MAIL-HDV", "stopSequence": 1 }, { "arrival": { "time": "1772039846" }, "departure": { "time": "1772039846" }, "stopId": "CLEMOI-E", "stopSequence": 2 }, { "arrival": { "time": "1772039932" }, "departure": { "time": "1772039932" }, "stopId": "MAISAR-E", "stopSequence": 3 }, { "arrival": { "time": "1772040000" }, "departure": { "time": "1772040000" }, "stopId": "LAREVE-E", "stopSequence": 4 }, { "arrival": { "time": "1772040088" }, "departure": { "time": "1772040088" }, "stopId": "MONTAIG", "stopSequence": 5 }, { "arrival": { "time": "1772040240" }, "departure": { "time": "1772040240" }, "stopId": "COUPER-E", "stopSequence": 6 }, { "arrival": { "time": "1772040312" }, "departure": { "time": "1772040312" }, "stopId": "MONTRJ-E", "stopSequence": 7 }, { "arrival": { "time": "1772040381" }, "departure": { "time": "1772040381" }, "stopId": "CAMELIAS", "stopSequence": 8 }, { "arrival": { "time": "1772040449" }, "departure": { "time": "1772040449" }, "stopId": "GATS-E", "stopSequence": 9 }, { "arrival": { "time": "1772040505" }, "departure": { "time": "1772040505" }, "stopId": "MAISON-E", "stopSequence": 10 }, { "arrival": { "time": "1772040558" }, "departure": { "time": "1772040558" }, "stopId": "COINTR-E", "stopSequence": 11 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "stopId": "BOISRI-E", "stopSequence": 12 }, { "arrival": { "time": "1772040713" }, "departure": { "time": "1772040713" }, "stopId": "CHANTR-E", "stopSequence": 13 }, { "arrival": { "time": "1772040760" }, "departure": { "time": "1772040760" }, "stopId": "COLOM-E", "stopSequence": 14 }, { "arrival": { "time": "1772040807" }, "departure": { "time": "1772040807" }, "stopId": "HELBO-E", "stopSequence": 15 }, { "arrival": { "time": "1772040840" }, "departure": { "time": "1772040900" }, "stopId": "POLE49", "stopSequence": 16 }, { "arrival": { "time": "1772041080" }, "stopId": "EXPO-ZI", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "11", "tripId": "6257429" } } }, { "id": "trip:6257732", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039640" }, "stopId": "LHOIRI-D", "stopSequence": 0 }, { "arrival": { "time": "1772039650" }, "departure": { "time": "1772039650" }, "stopId": "LHOIRIE2", "stopSequence": 1 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "stopId": "CCMOLIER", "stopSequence": 2 }, { "arrival": { "time": "1772039809" }, "departure": { "time": "1772039809" }, "stopId": "AAQUITN", "stopSequence": 3 }, { "arrival": { "time": "1772039843" }, "departure": { "time": "1772039843" }, "stopId": "SHEAKSPE", "stopSequence": 4 }, { "arrival": { "time": "1772039909" }, "departure": { "time": "1772039909" }, "stopId": "WIGAN", "stopSequence": 5 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772039940" }, "stopId": "GRESILLE", "stopSequence": 6 }, { "arrival": { "time": "1772039985" }, "departure": { "time": "1772039985" }, "stopId": "PROUDHON", "stopSequence": 7 }, { "arrival": { "time": "1772040057" }, "departure": { "time": "1772040057" }, "stopId": "VALLO", "stopSequence": 8 }, { "arrival": { "time": "1772040093" }, "departure": { "time": "1772040093" }, "stopId": "MONTECLA", "stopSequence": 9 }, { "arrival": { "time": "1772040134" }, "departure": { "time": "1772040134" }, "stopId": "DELESCL", "stopSequence": 10 }, { "arrival": { "time": "1772040199" }, "departure": { "time": "1772040199" }, "stopId": "JEMONNET", "stopSequence": 11 }, { "arrival": { "time": "1772040254" }, "departure": { "time": "1772040254" }, "stopId": "MAISLA-E", "stopSequence": 12 }, { "arrival": { "time": "1772040292" }, "departure": { "time": "1772040292" }, "stopId": "PERUSS-E", "stopSequence": 13 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "stopId": "GDMAINE", "stopSequence": 14 }, { "arrival": { "time": "1772040834" }, "departure": { "time": "1772040834" }, "stopId": "EBLE", "stopSequence": 15 }, { "arrival": { "time": "1772040896" }, "departure": { "time": "1772040896" }, "stopId": "GENIE", "stopSequence": 16 }, { "arrival": { "time": "1772040973" }, "departure": { "time": "1772040973" }, "stopId": "VAUBAN", "stopSequence": 17 }, { "arrival": { "time": "1772041007" }, "departure": { "time": "1772041007" }, "stopId": "POIREL", "stopSequence": 18 }, { "arrival": { "time": "1772041068" }, "departure": { "time": "1772041068" }, "stopId": "PONTNOIR", "stopSequence": 19 }, { "arrival": { "time": "1772041107" }, "departure": { "time": "1772041107" }, "stopId": "SEMARD", "stopSequence": 20 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 21 }, { "arrival": { "time": "1772040713" }, "departure": { "time": "1772040713" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 22 }, { "arrival": { "time": "1772040771" }, "departure": { "time": "1772040771" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 23 }, { "arrival": { "time": "1772041173" }, "departure": { "time": "1772041173" }, "stopId": "GARETERM", "stopSequence": 24 }, { "arrival": { "time": "1772041228" }, "departure": { "time": "1772041228" }, "stopId": "LESGARES", "stopSequence": 25 }, { "arrival": { "time": "1772041350" }, "departure": { "time": "1772041350" }, "stopId": "HARAS", "stopSequence": 26 }, { "arrival": { "time": "1772041423" }, "departure": { "time": "1772041423" }, "stopId": "STAUBIN", "stopSequence": 27 }, { "arrival": { "time": "1772041473" }, "departure": { "time": "1772041473" }, "stopId": "LOR-FO-A", "stopSequence": 28 }, { "arrival": { "time": "1772041657" }, "departure": { "time": "1772041657" }, "stopId": "MENDES-E", "stopSequence": 29 }, { "arrival": { "time": "1772041815" }, "departure": { "time": "1772041815" }, "stopId": "SAVARY-E", "stopSequence": 30 }, { "arrival": { "time": "1772041861" }, "departure": { "time": "1772041861" }, "stopId": "MUSSET-E", "stopSequence": 31 }, { "arrival": { "time": "1772041960" }, "departure": { "time": "1772041960" }, "stopId": "LUTIN-E", "stopSequence": 32 }, { "arrival": { "time": "1772042015" }, "departure": { "time": "1772042015" }, "stopId": "MACE-E", "stopSequence": 33 }, { "arrival": { "time": "1772042051" }, "departure": { "time": "1772042051" }, "stopId": "DESJAR-E", "stopSequence": 34 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257732" } } }, { "id": "trip:6052656", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772046585" }, "stopId": "GAREPAPI", "stopSequence": 0 } ], "trip": { "directionId": 1, "routeId": "21", "tripId": "6052656" } } }, { "id": "trip:6052663", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039385" }, "stopId": "DOMVATER", "stopSequence": 0 }, { "arrival": { "time": "1772039431" }, "departure": { "time": "1772039431" }, "stopId": "BECKE", "stopSequence": 1 }, { "arrival": { "time": "1772039475" }, "departure": { "time": "1772039475" }, "stopId": "LAENN", "stopSequence": 2 }, { "arrival": { "time": "1772039517" }, "departure": { "time": "1772039517" }, "stopId": "CAMPJUIG", "stopSequence": 3 }, { "arrival": { "time": "1772039579" }, "departure": { "time": "1772039579" }, "stopId": "PISCMUFF", "stopSequence": 4 }, { "arrival": { "time": "1772039635" }, "departure": { "time": "1772039635" }, "stopId": "ANAFRAN", "stopSequence": 5 }, { "arrival": { "time": "1772039685" }, "departure": { "time": "1772039685" }, "stopId": "ZOLA", "stopSequence": 6 }, { "arrival": { "time": "1772039741" }, "departure": { "time": "1772039741" }, "stopId": "BELAIR", "stopSequence": 7 }, { "arrival": { "time": "1772039800" }, "departure": { "time": "1772039800" }, "stopId": "ESPMONTR", "stopSequence": 8 }, { "arrival": { "time": "1772039868" }, "departure": { "time": "1772039868" }, "stopId": "PLATFLEU", "stopSequence": 9 }, { "arrival": { "time": "1772039930" }, "departure": { "time": "1772039930" }, "stopId": "JEHUEZ", "stopSequence": 10 }, { "arrival": { "time": "1772039983" }, "departure": { "time": "1772039983" }, "stopId": "MASTELLE", "stopSequence": 11 }, { "arrival": { "time": "1772040058" }, "departure": { "time": "1772040058" }, "stopId": "AVENEURO", "stopSequence": 12 }, { "arrival": { "time": "1772040092" }, "departure": { "time": "1772040092" }, "stopId": "DANEMA", "stopSequence": 13 }, { "arrival": { "time": "1772040201" }, "departure": { "time": "1772040201" }, "stopId": "ALLEMAGN", "stopSequence": 14 }, { "arrival": { "time": "1772040262" }, "departure": { "time": "1772040262" }, "stopId": "ITALIE", "stopSequence": 15 }, { "arrival": { "time": "1772040333" }, "departure": { "time": "1772040333" }, "stopId": "IRLANDE", "stopSequence": 16 }, { "arrival": { "time": "1772040428" }, "departure": { "time": "1772040428" }, "stopId": "AUTRICH", "stopSequence": 17 }, { "arrival": { "time": "1772040465" }, "departure": { "time": "1772040465" }, "stopId": "PLOTTIER", "stopSequence": 18 }, { "arrival": { "time": "1772043612" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "21", "tripId": "6052663" } } }, { "id": "trip:6258417", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038356" }, "departure": { "time": "1772038387" }, "stopId": "LECHEN-E", "stopSequence": 56 }, { "arrival": { "time": "1772038441" }, "departure": { "time": "1772038441" }, "stopId": "ROMORNA", "stopSequence": 57 } ], "trip": { "directionId": 1, "routeId": "08", "tripId": "6258417" } } }, { "id": "trip:6544385", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039880" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1772039923" }, "departure": { "time": "1772039923" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1772040128" }, "departure": { "time": "1772040128" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1772040160" }, "departure": { "time": "1772040160" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1772040300" }, "departure": { "time": "1772040300" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1772040383" }, "departure": { "time": "1772040383" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1772040480" }, "departure": { "time": "1772040480" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1772040720" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544385" } } }, { "id": "trip:6257987", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039580" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1772039666" }, "departure": { "time": "1772039666" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1772039710" }, "departure": { "time": "1772039710" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1772039747" }, "departure": { "time": "1772039747" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1772039774" }, "departure": { "time": "1772039774" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1772039880" }, "departure": { "time": "1772039880" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1772039925" }, "departure": { "time": "1772039925" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1772039986" }, "departure": { "time": "1772039986" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1772040029" }, "departure": { "time": "1772040029" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1772040076" }, "departure": { "time": "1772040076" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1772040175" }, "departure": { "time": "1772040175" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1772040229" }, "departure": { "time": "1772040229" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1772040295" }, "departure": { "time": "1772040295" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1772040370" }, "departure": { "time": "1772040370" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1772040429" }, "departure": { "time": "1772040429" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1772040480" }, "departure": { "time": "1772040480" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1772040552" }, "departure": { "time": "1772040552" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1772040630" }, "departure": { "time": "1772040630" }, "stopId": "CAMELIAS", "stopSequence": 18 }, { "arrival": { "time": "1772040712" }, "departure": { "time": "1772040712" }, "stopId": "ISORET", "stopSequence": 19 }, { "arrival": { "time": "1772040780" }, "departure": { "time": "1772040780" }, "stopId": "GILLIER", "stopSequence": 20 }, { "arrival": { "time": "1772040814" }, "departure": { "time": "1772040814" }, "stopId": "DAGUENET", "stopSequence": 21 }, { "arrival": { "time": "1772040862" }, "departure": { "time": "1772040862" }, "stopId": "JERUSALE", "stopSequence": 22 }, { "arrival": { "time": "1772040635" }, "departure": { "time": "1772040635" }, "scheduleRelationship": "SKIPPED", "stopId": "ARCEAU", "stopSequence": 23 }, { "arrival": { "time": "1772040694" }, "departure": { "time": "1772040694" }, "scheduleRelationship": "SKIPPED", "stopId": "AFPA", "stopSequence": 24 }, { "arrival": { "time": "1772040765" }, "departure": { "time": "1772040765" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMETIER", "stopSequence": 25 }, { "arrival": { "time": "1772040942" }, "departure": { "time": "1772040942" }, "stopId": "MONTAIG", "stopSequence": 26 }, { "arrival": { "time": "1772040983" }, "departure": { "time": "1772040983" }, "stopId": "GARDOT", "stopSequence": 27 }, { "arrival": { "time": "1772041040" }, "departure": { "time": "1772041040" }, "stopId": "STEXUPER", "stopSequence": 28 }, { "arrival": { "time": "1772041107" }, "departure": { "time": "1772041107" }, "stopId": "SECUSOCI", "stopSequence": 29 }, { "arrival": { "time": "1772041227" }, "departure": { "time": "1772041227" }, "stopId": "MAIL-NAE", "stopSequence": 30 }, { "arrival": { "time": "1772041280" }, "departure": { "time": "1772041280" }, "stopId": "FO-LOR-R", "stopSequence": 31 }, { "arrival": { "time": "1772041389" }, "departure": { "time": "1772041389" }, "stopId": "STAUBI-E", "stopSequence": 32 }, { "arrival": { "time": "1772041440" }, "departure": { "time": "1772041440" }, "stopId": "HARAS-E", "stopSequence": 33 }, { "arrival": { "time": "1772041579" }, "departure": { "time": "1772041579" }, "stopId": "LESGAR-E", "stopSequence": 34 }, { "arrival": { "time": "1772041695" }, "departure": { "time": "1772041695" }, "stopId": "BREMON-E", "stopSequence": 35 }, { "arrival": { "time": "1772041772" }, "departure": { "time": "1772041772" }, "stopId": "ACAD-PLA", "stopSequence": 36 }, { "arrival": { "time": "1772041821" }, "departure": { "time": "1772041821" }, "stopId": "CHDARR-E", "stopSequence": 37 }, { "arrival": { "time": "1772041945" }, "departure": { "time": "1772041945" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1772041985" }, "departure": { "time": "1772041985" }, "stopId": "DUMESN-E", "stopSequence": 39 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772041980" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 40 }, { "arrival": { "time": "1772042046" }, "departure": { "time": "1772042046" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 41 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257987" } } }, { "id": "trip:6053999", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038387" }, "departure": { "time": "1772038422" }, "stopId": "VAUBAN", "stopSequence": 26 }, { "arrival": { "time": "1772038437" }, "departure": { "time": "1772038437" }, "stopId": "POIREL", "stopSequence": 27 }, { "arrival": { "time": "1772038471" }, "departure": { "time": "1772038471" }, "stopId": "PONTNOIR", "stopSequence": 28 }, { "arrival": { "time": "1772038510" }, "departure": { "time": "1772038510" }, "stopId": "SEMARD", "stopSequence": 29 }, { "arrival": { "time": "1772038548" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6053999" } } }, { "id": "trip:6052726", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041680" }, "stopId": "HTDEMURS", "stopSequence": 0 }, { "arrival": { "time": "1772041715" }, "departure": { "time": "1772041715" }, "stopId": "LABUISSA", "stopSequence": 1 }, { "arrival": { "time": "1772041759" }, "departure": { "time": "1772041759" }, "stopId": "LECOTEAU", "stopSequence": 2 }, { "arrival": { "time": "1772041821" }, "departure": { "time": "1772041821" }, "stopId": "CARMET", "stopSequence": 3 }, { "arrival": { "time": "1772041889" }, "departure": { "time": "1772041889" }, "stopId": "MURSHDV", "stopSequence": 4 }, { "arrival": { "time": "1772041916" }, "departure": { "time": "1772041916" }, "stopId": "LEVESQUE", "stopSequence": 5 }, { "arrival": { "time": "1772041983" }, "departure": { "time": "1772041983" }, "stopId": "ERIGNE", "stopSequence": 6 }, { "arrival": { "time": "1772042008" }, "departure": { "time": "1772042008" }, "stopId": "SOLAND", "stopSequence": 7 }, { "arrival": { "time": "1772042040" }, "departure": { "time": "1772042040" }, "stopId": "GDPRESSO", "stopSequence": 8 } ], "trip": { "directionId": 0, "routeId": "23", "tripId": "6052726" } } }, { "id": "trip:6257473", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038388" }, "departure": { "time": "1772038388" }, "stopId": "EVENTARD", "stopSequence": 56 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257473" } } }, { "id": "trip:6544753", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040220" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1772040302" }, "departure": { "time": "1772040302" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1772040388" }, "departure": { "time": "1772040388" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1772040560" }, "departure": { "time": "1772040560" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1772040641" }, "departure": { "time": "1772040641" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1772040802" }, "departure": { "time": "1772040802" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1772040900" }, "departure": { "time": "1772040900" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1772041050" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544753" } } }, { "id": "trip:6544505", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040720" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1772040840" }, "departure": { "time": "1772040840" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1772040962" }, "departure": { "time": "1772040962" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1772041020" }, "departure": { "time": "1772041020" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1772041072" }, "departure": { "time": "1772041072" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1772041133" }, "departure": { "time": "1772041133" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1772041179" }, "departure": { "time": "1772041179" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1772041320" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544505" } } }, { "id": "trip:6257957", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038680" }, "stopId": "SBAVENAI", "stopSequence": 0 }, { "arrival": { "time": "1772038766" }, "departure": { "time": "1772038766" }, "stopId": "COROT", "stopSequence": 1 }, { "arrival": { "time": "1772038810" }, "departure": { "time": "1772038810" }, "stopId": "CEZANNE", "stopSequence": 2 }, { "arrival": { "time": "1772038847" }, "departure": { "time": "1772038847" }, "stopId": "VERDUN", "stopSequence": 3 }, { "arrival": { "time": "1772038874" }, "departure": { "time": "1772038874" }, "stopId": "PASTEUR", "stopSequence": 4 }, { "arrival": { "time": "1772038980" }, "departure": { "time": "1772038980" }, "stopId": "JAUDETTE", "stopSequence": 5 }, { "arrival": { "time": "1772039025" }, "departure": { "time": "1772039025" }, "stopId": "WALCOURT", "stopSequence": 6 }, { "arrival": { "time": "1772039086" }, "departure": { "time": "1772039086" }, "stopId": "MORLIERE", "stopSequence": 7 }, { "arrival": { "time": "1772039129" }, "departure": { "time": "1772039129" }, "stopId": "CEEQUEST", "stopSequence": 8 }, { "arrival": { "time": "1772039176" }, "departure": { "time": "1772039176" }, "stopId": "PELLERI", "stopSequence": 9 }, { "arrival": { "time": "1772039220" }, "departure": { "time": "1772039220" }, "stopId": "STADE", "stopSequence": 10 }, { "arrival": { "time": "1772039275" }, "departure": { "time": "1772039275" }, "stopId": "AUBEPINE", "stopSequence": 11 }, { "arrival": { "time": "1772039329" }, "departure": { "time": "1772039329" }, "stopId": "GEMMETR", "stopSequence": 12 }, { "arrival": { "time": "1772039395" }, "departure": { "time": "1772039395" }, "stopId": "JUFERRY", "stopSequence": 13 }, { "arrival": { "time": "1772039470" }, "departure": { "time": "1772039470" }, "stopId": "CCHEMINE", "stopSequence": 14 }, { "arrival": { "time": "1772039529" }, "departure": { "time": "1772039529" }, "stopId": "PAPERIE", "stopSequence": 15 }, { "arrival": { "time": "1772039580" }, "departure": { "time": "1772039580" }, "stopId": "LAREUX", "stopSequence": 16 }, { "arrival": { "time": "1772039652" }, "departure": { "time": "1772039652" }, "stopId": "CASERNE", "stopSequence": 17 }, { "arrival": { "time": "1772039730" }, "departure": { "time": "1772039730" }, "stopId": "CAMELIAS", "stopSequence": 18 }, { "arrival": { "time": "1772039812" }, "departure": { "time": "1772039812" }, "stopId": "ISORET", "stopSequence": 19 }, { "arrival": { "time": "1772039880" }, "departure": { "time": "1772039880" }, "stopId": "GILLIER", "stopSequence": 20 }, { "arrival": { "time": "1772039914" }, "departure": { "time": "1772039914" }, "stopId": "DAGUENET", "stopSequence": 21 }, { "arrival": { "time": "1772039962" }, "departure": { "time": "1772039962" }, "stopId": "JERUSALE", "stopSequence": 22 }, { "arrival": { "time": "1772039735" }, "departure": { "time": "1772039735" }, "scheduleRelationship": "SKIPPED", "stopId": "ARCEAU", "stopSequence": 23 }, { "arrival": { "time": "1772039794" }, "departure": { "time": "1772039794" }, "scheduleRelationship": "SKIPPED", "stopId": "AFPA", "stopSequence": 24 }, { "arrival": { "time": "1772039865" }, "departure": { "time": "1772039865" }, "scheduleRelationship": "SKIPPED", "stopId": "CIMETIER", "stopSequence": 25 }, { "arrival": { "time": "1772040043" }, "departure": { "time": "1772040043" }, "stopId": "MONTAIG", "stopSequence": 26 }, { "arrival": { "time": "1772040084" }, "departure": { "time": "1772040084" }, "stopId": "GARDOT", "stopSequence": 27 }, { "arrival": { "time": "1772040141" }, "departure": { "time": "1772040141" }, "stopId": "STEXUPER", "stopSequence": 28 }, { "arrival": { "time": "1772040206" }, "departure": { "time": "1772040206" }, "stopId": "SECUSOCI", "stopSequence": 29 }, { "arrival": { "time": "1772040326" }, "departure": { "time": "1772040326" }, "stopId": "MAIL-NAE", "stopSequence": 30 }, { "arrival": { "time": "1772040379" }, "departure": { "time": "1772040379" }, "stopId": "FO-LOR-R", "stopSequence": 31 }, { "arrival": { "time": "1772040485" }, "departure": { "time": "1772040485" }, "stopId": "STAUBI-E", "stopSequence": 32 }, { "arrival": { "time": "1772040536" }, "departure": { "time": "1772040536" }, "stopId": "HARAS-E", "stopSequence": 33 }, { "arrival": { "time": "1772040675" }, "departure": { "time": "1772040675" }, "stopId": "LESGAR-E", "stopSequence": 34 }, { "arrival": { "time": "1772040791" }, "departure": { "time": "1772040791" }, "stopId": "BREMON-E", "stopSequence": 35 }, { "arrival": { "time": "1772040868" }, "departure": { "time": "1772040868" }, "stopId": "ACAD-PLA", "stopSequence": 36 }, { "arrival": { "time": "1772040916" }, "departure": { "time": "1772040916" }, "stopId": "CHDARR-E", "stopSequence": 37 }, { "arrival": { "time": "1772041040" }, "departure": { "time": "1772041040" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "DUMESN-E", "stopSequence": 39 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 40 }, { "arrival": { "time": "1772041146" }, "departure": { "time": "1772041146" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 41 }, { "arrival": { "time": "1772041220" }, "departure": { "time": "1772041220" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 42 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 43 }, { "arrival": { "time": "1772041182" }, "departure": { "time": "1772041182" }, "stopId": "SAJACQ-E", "stopSequence": 44 }, { "arrival": { "time": "1772041251" }, "departure": { "time": "1772041251" }, "stopId": "FARCSJ-E", "stopSequence": 45 }, { "arrival": { "time": "1772041360" }, "departure": { "time": "1772041360" }, "stopId": "MVIGNE-E", "stopSequence": 46 }, { "arrival": { "time": "1772041442" }, "departure": { "time": "1772041442" }, "stopId": "CHBBEI-E", "stopSequence": 47 }, { "arrival": { "time": "1772041497" }, "departure": { "time": "1772041497" }, "stopId": "BOISRA-E", "stopSequence": 48 }, { "arrival": { "time": "1772041563" }, "departure": { "time": "1772041563" }, "stopId": "NDAMLA-E", "stopSequence": 49 }, { "arrival": { "time": "1772041626" }, "departure": { "time": "1772041626" }, "stopId": "POLYTE-E", "stopSequence": 50 }, { "arrival": { "time": "1772041682" }, "departure": { "time": "1772041682" }, "stopId": "CITEUN-E", "stopSequence": 51 }, { "arrival": { "time": "1772041753" }, "departure": { "time": "1772041753" }, "stopId": "RESTUN-E", "stopSequence": 52 }, { "arrival": { "time": "1772041808" }, "departure": { "time": "1772041808" }, "stopId": "I.U.T.-E", "stopSequence": 53 }, { "arrival": { "time": "1772041922" }, "departure": { "time": "1772041922" }, "stopId": "BBCAMT-E", "stopSequence": 54 }, { "arrival": { "time": "1772041964" }, "departure": { "time": "1772041964" }, "stopId": "LENOT-E", "stopSequence": 55 }, { "arrival": { "time": "1772041991" }, "departure": { "time": "1772041991" }, "stopId": "MOREL-E", "stopSequence": 56 }, { "arrival": { "time": "1772042024" }, "departure": { "time": "1772042024" }, "stopId": "INRA-E", "stopSequence": 57 }, { "arrival": { "time": "1772042067" }, "departure": { "time": "1772042067" }, "stopId": "GDPERI-E", "stopSequence": 58 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257957" } } }, { "id": "trip:6257533", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038438" }, "departure": { "time": "1772038438" }, "stopId": "MOULINMA", "stopSequence": 0 }, { "arrival": { "time": "1772038504" }, "departure": { "time": "1772038504" }, "stopId": "BAUDRAI", "stopSequence": 1 }, { "arrival": { "time": "1772038572" }, "departure": { "time": "1772038572" }, "stopId": "GUILLEB.", "stopSequence": 2 }, { "arrival": { "time": "1772038601" }, "departure": { "time": "1772038601" }, "stopId": "RONCIE-E", "stopSequence": 3 }, { "arrival": { "time": "1772038634" }, "departure": { "time": "1772038634" }, "stopId": "JEROST-E", "stopSequence": 4 }, { "arrival": { "time": "1772038663" }, "departure": { "time": "1772038663" }, "stopId": "MACURI-E", "stopSequence": 5 }, { "arrival": { "time": "1772038692" }, "departure": { "time": "1772038692" }, "stopId": "GGSAND-E", "stopSequence": 6 }, { "arrival": { "time": "1772038747" }, "departure": { "time": "1772038747" }, "stopId": "FRANVI-E", "stopSequence": 7 }, { "arrival": { "time": "1772038850" }, "departure": { "time": "1772038850" }, "stopId": "GIRARDE", "stopSequence": 8 }, { "arrival": { "time": "1772038894" }, "departure": { "time": "1772038894" }, "stopId": "CHESNAIE", "stopSequence": 9 }, { "arrival": { "time": "1772038932" }, "departure": { "time": "1772038932" }, "stopId": "GENDRON", "stopSequence": 10 }, { "arrival": { "time": "1772038986" }, "departure": { "time": "1772038986" }, "stopId": "DIONNEAU", "stopSequence": 11 }, { "arrival": { "time": "1772039044" }, "departure": { "time": "1772039044" }, "stopId": "ATHLETIS", "stopSequence": 12 }, { "arrival": { "time": "1772039114" }, "departure": { "time": "1772039114" }, "stopId": "DANGELIN", "stopSequence": 13 }, { "arrival": { "time": "1772039175" }, "departure": { "time": "1772039175" }, "stopId": "LINOVENT", "stopSequence": 14 }, { "arrival": { "time": "1772039232" }, "departure": { "time": "1772039232" }, "stopId": "MARIANNE", "stopSequence": 15 }, { "arrival": { "time": "1772039305" }, "departure": { "time": "1772039305" }, "stopId": "VIVIERS", "stopSequence": 16 }, { "arrival": { "time": "1772039366" }, "departure": { "time": "1772039366" }, "stopId": "VILLESIC", "stopSequence": 17 }, { "arrival": { "time": "1772039455" }, "departure": { "time": "1772039455" }, "stopId": "MUTUALIT", "stopSequence": 18 }, { "arrival": { "time": "1772039513" }, "departure": { "time": "1772039513" }, "stopId": "BLANDEAU", "stopSequence": 19 }, { "arrival": { "time": "1772039564" }, "departure": { "time": "1772039564" }, "stopId": "CESARGEO", "stopSequence": 20 }, { "arrival": { "time": "1772039644" }, "departure": { "time": "1772039644" }, "stopId": "MIRABEAU", "stopSequence": 21 }, { "arrival": { "time": "1772039708" }, "departure": { "time": "1772039708" }, "stopId": "LAFAYETT", "stopSequence": 22 }, { "arrival": { "time": "1772039752" }, "departure": { "time": "1772039752" }, "stopId": "CHANZY", "stopSequence": 23 }, { "arrival": { "time": "1772039812" }, "departure": { "time": "1772039812" }, "stopId": "VAUBAN", "stopSequence": 24 }, { "arrival": { "time": "1772039847" }, "departure": { "time": "1772039847" }, "stopId": "POIREL", "stopSequence": 25 }, { "arrival": { "time": "1772039908" }, "departure": { "time": "1772039908" }, "stopId": "PONTNOIR", "stopSequence": 26 }, { "arrival": { "time": "1772039947" }, "departure": { "time": "1772039947" }, "stopId": "SEMARD", "stopSequence": 27 }, { "arrival": { "time": "1772040007" }, "departure": { "time": "1772040007" }, "stopId": "GARETERM", "stopSequence": 28 }, { "arrival": { "time": "1772040272" }, "departure": { "time": "1772040272" }, "stopId": "HARAS", "stopSequence": 29 }, { "arrival": { "time": "1772040339" }, "departure": { "time": "1772040339" }, "stopId": "STAUBIN", "stopSequence": 30 }, { "arrival": { "time": "1772040431" }, "departure": { "time": "1772040431" }, "stopId": "LORRAIN1", "stopSequence": 31 }, { "arrival": { "time": "1772040701" }, "departure": { "time": "1772040701" }, "stopId": "MENDES-E", "stopSequence": 32 }, { "arrival": { "time": "1772040785" }, "departure": { "time": "1772040785" }, "stopId": "SAVARY-E", "stopSequence": 33 }, { "arrival": { "time": "1772040820" }, "departure": { "time": "1772040820" }, "stopId": "MUSSET-E", "stopSequence": 34 }, { "arrival": { "time": "1772040896" }, "departure": { "time": "1772040896" }, "stopId": "LUTIN-E", "stopSequence": 35 }, { "arrival": { "time": "1772040938" }, "departure": { "time": "1772040938" }, "stopId": "MACE-E", "stopSequence": 36 }, { "arrival": { "time": "1772040965" }, "departure": { "time": "1772040965" }, "stopId": "DESJAR-E", "stopSequence": 37 }, { "arrival": { "time": "1772041069" }, "departure": { "time": "1772041069" }, "stopId": "ALDUNA-E", "stopSequence": 38 }, { "arrival": { "time": "1772041205" }, "departure": { "time": "1772041205" }, "stopId": "RBRIOL-E", "stopSequence": 39 }, { "arrival": { "time": "1772041237" }, "departure": { "time": "1772041237" }, "stopId": "NOZAY-E", "stopSequence": 40 }, { "arrival": { "time": "1772041294" }, "departure": { "time": "1772041294" }, "stopId": "AUVERG-E", "stopSequence": 41 }, { "arrival": { "time": "1772040754" }, "departure": { "time": "1772040754" }, "scheduleRelationship": "SKIPPED", "stopId": "TALET-E", "stopSequence": 42 }, { "arrival": { "time": "1772040900" }, "departure": { "time": "1772040900" }, "scheduleRelationship": "SKIPPED", "stopId": "BDEMAI-E", "stopSequence": 43 }, { "arrival": { "time": "1772040927" }, "departure": { "time": "1772040927" }, "scheduleRelationship": "SKIPPED", "stopId": "FACULT-E", "stopSequence": 44 }, { "arrival": { "time": "1772041068" }, "departure": { "time": "1772041068" }, "scheduleRelationship": "SKIPPED", "stopId": "FFAURE-E", "stopSequence": 45 }, { "arrival": { "time": "1772041140" }, "departure": { "time": "1772041140" }, "scheduleRelationship": "SKIPPED", "stopId": "CARCIT-E", "stopSequence": 46 }, { "arrival": { "time": "1772041273" }, "departure": { "time": "1772041273" }, "scheduleRelationship": "SKIPPED", "stopId": "CITESO-E", "stopSequence": 47 }, { "arrival": { "time": "1772041346" }, "departure": { "time": "1772041346" }, "scheduleRelationship": "SKIPPED", "stopId": "DOYENN-E", "stopSequence": 48 }, { "arrival": { "time": "1772041306" }, "departure": { "time": "1772041306" }, "stopId": "SAVOIE-E", "stopSequence": 49 }, { "arrival": { "time": "1772041380" }, "departure": { "time": "1772041380" }, "stopId": "INDUST-E", "stopSequence": 50 }, { "arrival": { "time": "1772041424" }, "departure": { "time": "1772041424" }, "stopId": "HOTELL-E", "stopSequence": 51 }, { "arrival": { "time": "1772041477" }, "departure": { "time": "1772041477" }, "stopId": "DEBUSS-E", "stopSequence": 52 }, { "arrival": { "time": "1772041514" }, "departure": { "time": "1772041514" }, "stopId": "BOISAB-E", "stopSequence": 53 }, { "arrival": { "time": "1772041548" }, "departure": { "time": "1772041548" }, "stopId": "DUBELL-E", "stopSequence": 54 }, { "arrival": { "time": "1772041647" }, "departure": { "time": "1772041647" }, "stopId": "REDUM-E", "stopSequence": 55 }, { "arrival": { "time": "1772041694" }, "departure": { "time": "1772041694" }, "stopId": "HIPPODRO", "stopSequence": 56 }, { "arrival": { "time": "1772041832" }, "departure": { "time": "1772041832" }, "stopId": "COTTAG-E", "stopSequence": 57 }, { "arrival": { "time": "1772041876" }, "stopId": "EVENTARD", "stopSequence": 58 } ], "trip": { "directionId": 0, "routeId": "09", "tripId": "6257533" } } }, { "id": "trip:3570D", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038911" }, "departure": { "time": "1772038911" }, "stopId": "STLEGMAI", "stopSequence": 2 }, { "arrival": { "time": "1772038943" }, "departure": { "time": "1772038943" }, "stopId": "FRAYON", "stopSequence": 3 }, { "arrival": { "time": "1772038991" }, "departure": { "time": "1772038991" }, "stopId": "PATIS", "stopSequence": 4 }, { "arrival": { "time": "1772039040" }, "departure": { "time": "1772039040" }, "stopId": "FOUQUETT", "stopSequence": 5 }, { "arrival": { "time": "1772039160" }, "departure": { "time": "1772039160" }, "stopId": "LESLANDE", "stopSequence": 6 }, { "arrival": { "time": "1772039233" }, "departure": { "time": "1772039233" }, "stopId": "LESECOTS", "stopSequence": 7 }, { "arrival": { "time": "1772039276" }, "departure": { "time": "1772039276" }, "stopId": "LANGEVIN", "stopSequence": 8 }, { "arrival": { "time": "1772039340" }, "departure": { "time": "1772039340" }, "stopId": "DABI", "stopSequence": 9 }, { "arrival": { "time": "1772039366" }, "departure": { "time": "1772039366" }, "stopId": "BELLANGE", "stopSequence": 10 }, { "arrival": { "time": "1772039393" }, "departure": { "time": "1772039393" }, "stopId": "PERRAUDI", "stopSequence": 11 }, { "arrival": { "time": "1772039413" }, "departure": { "time": "1772039413" }, "stopId": "PAUGER", "stopSequence": 12 }, { "arrival": { "time": "1772039445" }, "departure": { "time": "1772039445" }, "stopId": "RENARD", "stopSequence": 13 }, { "arrival": { "time": "1772039640" }, "departure": { "time": "1772039640" }, "stopId": "PAQUERET", "stopSequence": 14 }, { "arrival": { "time": "1772039687" }, "departure": { "time": "1772039687" }, "stopId": "5ROUTES", "stopSequence": 15 }, { "arrival": { "time": "1772039775" }, "departure": { "time": "1772039775" }, "stopId": "ATOLL", "stopSequence": 16 }, { "arrival": { "time": "1772039969" }, "departure": { "time": "1772039969" }, "stopId": "DESERRE", "stopSequence": 17 }, { "arrival": { "time": "1772040029" }, "departure": { "time": "1772040029" }, "stopId": "MORSUB", "stopSequence": 18 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "LABABEAU", "stopSequence": 19 }, { "arrival": { "time": "1772040506" }, "departure": { "time": "1772040506" }, "stopId": "FARCYSJA", "stopSequence": 20 }, { "arrival": { "time": "1772040660" }, "departure": { "time": "1772040660" }, "stopId": "QUAIsubN", "stopSequence": 21 } ], "trip": { "directionId": 0, "routeId": "35", "tripId": "3570D" } } }, { "id": "trip:6544384", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039160" }, "stopId": "LEQUAI-E", "stopSequence": 0 }, { "arrival": { "time": "1772039203" }, "departure": { "time": "1772039203" }, "stopId": "LEQUAI", "stopSequence": 1 }, { "arrival": { "time": "1772039408" }, "departure": { "time": "1772039408" }, "stopId": "CHDARR", "stopSequence": 2 }, { "arrival": { "time": "1772039440" }, "departure": { "time": "1772039440" }, "stopId": "CCI", "stopSequence": 3 }, { "arrival": { "time": "1772039580" }, "departure": { "time": "1772039580" }, "stopId": "HARAS", "stopSequence": 4 }, { "arrival": { "time": "1772039663" }, "departure": { "time": "1772039663" }, "stopId": "STAUBIN", "stopSequence": 5 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "stopId": "LORRAIN1", "stopSequence": 6 }, { "arrival": { "time": "1772040000" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544384" } } }, { "id": "trip:6544697", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040230" }, "stopId": "2ANRO", "stopSequence": 0 }, { "arrival": { "time": "1772040350" }, "departure": { "time": "1772040350" }, "stopId": "2JVIL", "stopSequence": 1 }, { "arrival": { "time": "1772040460" }, "departure": { "time": "1772040460" }, "stopId": "2JE23", "stopSequence": 2 }, { "arrival": { "time": "1772040580" }, "departure": { "time": "1772040580" }, "stopId": "2BAMA", "stopSequence": 3 }, { "arrival": { "time": "1772040700" }, "departure": { "time": "1772040700" }, "stopId": "2STRA", "stopSequence": 4 }, { "arrival": { "time": "1772040790" }, "departure": { "time": "1772040790" }, "stopId": "2LAFA", "stopSequence": 5 }, { "arrival": { "time": "1772040910" }, "departure": { "time": "1772040910" }, "stopId": "2LGAR", "stopSequence": 6 }, { "arrival": { "time": "1772041020" }, "departure": { "time": "1772041020" }, "stopId": "2HARA", "stopSequence": 7 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "2FMBL", "stopSequence": 8 }, { "arrival": { "time": "1772041180" }, "departure": { "time": "1772041180" }, "stopId": "2HDVA", "stopSequence": 9 }, { "arrival": { "time": "1772041280" }, "departure": { "time": "1772041280" }, "stopId": "2CECO", "stopSequence": 10 }, { "arrival": { "time": "1772041370" }, "departure": { "time": "1772041370" }, "stopId": "2STSE", "stopSequence": 11 }, { "arrival": { "time": "1772041490" }, "departure": { "time": "1772041490" }, "stopId": "2BMAI", "stopSequence": 12 }, { "arrival": { "time": "1772041590" }, "departure": { "time": "1772041590" }, "stopId": "2HOPA", "stopSequence": 13 }, { "arrival": { "time": "1772041710" }, "departure": { "time": "1772041710" }, "stopId": "2CAPU", "stopSequence": 14 }, { "arrival": { "time": "1772041790" }, "departure": { "time": "1772041790" }, "stopId": "2JMOU", "stopSequence": 15 }, { "arrival": { "time": "1772041910" }, "departure": { "time": "1772041910" }, "stopId": "2HSAU", "stopSequence": 16 }, { "arrival": { "time": "1772042000" }, "departure": { "time": "1772042000" }, "stopId": "2VERN", "stopSequence": 17 } ], "trip": { "directionId": 0, "routeId": "A", "tripId": "6544697" } } }, { "id": "trip:6257915", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038438" }, "departure": { "time": "1772038454" }, "stopId": "CHDARR", "stopSequence": 35 }, { "arrival": { "time": "1772038517" }, "departure": { "time": "1772038517" }, "stopId": "ACADEMIE", "stopSequence": 36 }, { "arrival": { "time": "1772038604" }, "departure": { "time": "1772038604" }, "stopId": "GBREM-E", "stopSequence": 37 }, { "arrival": { "time": "1772038732" }, "departure": { "time": "1772038732" }, "stopId": "GARETERM", "stopSequence": 38 }, { "arrival": { "time": "1772038818" }, "departure": { "time": "1772038818" }, "stopId": "LESGARES", "stopSequence": 39 }, { "arrival": { "time": "1772038940" }, "departure": { "time": "1772038940" }, "stopId": "HARAS", "stopSequence": 40 }, { "arrival": { "time": "1772039000" }, "departure": { "time": "1772039000" }, "stopId": "STAUBIN", "stopSequence": 41 }, { "arrival": { "time": "1772039050" }, "departure": { "time": "1772039100" }, "stopId": "LOR-FO-A", "stopSequence": 42 }, { "arrival": { "time": "1772039171" }, "departure": { "time": "1772039171" }, "stopId": "MAIL-HDV", "stopSequence": 43 }, { "arrival": { "time": "1772039287" }, "departure": { "time": "1772039287" }, "stopId": "SECUSO-E", "stopSequence": 44 }, { "arrival": { "time": "1772039340" }, "departure": { "time": "1772039340" }, "stopId": "STEXUP-E", "stopSequence": 45 }, { "arrival": { "time": "1772039413" }, "departure": { "time": "1772039413" }, "stopId": "GARDOT-E", "stopSequence": 46 }, { "arrival": { "time": "1772039436" }, "departure": { "time": "1772039436" }, "stopId": "MONTAI-E", "stopSequence": 47 }, { "arrival": { "time": "1772039515" }, "departure": { "time": "1772039515" }, "stopId": "CIMETI-E", "stopSequence": 48 }, { "arrival": { "time": "1772039582" }, "departure": { "time": "1772039582" }, "stopId": "AFPA-E", "stopSequence": 49 }, { "arrival": { "time": "1772039625" }, "departure": { "time": "1772039625" }, "stopId": "ARCEAU-E", "stopSequence": 50 }, { "arrival": { "time": "1772039671" }, "departure": { "time": "1772039671" }, "stopId": "CASERN-E", "stopSequence": 51 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "stopId": "LAREU-E", "stopSequence": 52 }, { "arrival": { "time": "1772039818" }, "departure": { "time": "1772039818" }, "stopId": "PAPERI-E", "stopSequence": 53 }, { "arrival": { "time": "1772039872" }, "departure": { "time": "1772039872" }, "stopId": "CCHEMI-E", "stopSequence": 54 }, { "arrival": { "time": "1772039942" }, "departure": { "time": "1772039942" }, "stopId": "JUFERR-E", "stopSequence": 55 }, { "arrival": { "time": "1772040004" }, "departure": { "time": "1772040004" }, "stopId": "GEMMET-E", "stopSequence": 56 }, { "arrival": { "time": "1772040064" }, "departure": { "time": "1772040064" }, "stopId": "AUBEPI-E", "stopSequence": 57 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "STADE-E", "stopSequence": 58 }, { "arrival": { "time": "1772040171" }, "departure": { "time": "1772040171" }, "stopId": "PELLER-E", "stopSequence": 59 }, { "arrival": { "time": "1772040211" }, "departure": { "time": "1772040211" }, "stopId": "CEEQUE-E", "stopSequence": 60 }, { "arrival": { "time": "1772040252" }, "departure": { "time": "1772040252" }, "stopId": "MORLIE-E", "stopSequence": 61 }, { "arrival": { "time": "1772040320" }, "departure": { "time": "1772040320" }, "stopId": "WALCOU-E", "stopSequence": 62 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "stopId": "JAUDET-E", "stopSequence": 63 }, { "arrival": { "time": "1772040449" }, "departure": { "time": "1772040449" }, "stopId": "PASTEU-E", "stopSequence": 64 }, { "arrival": { "time": "1772040476" }, "departure": { "time": "1772040476" }, "stopId": "VERDUN-E", "stopSequence": 65 }, { "arrival": { "time": "1772040499" }, "departure": { "time": "1772040499" }, "stopId": "CEZAN-E", "stopSequence": 66 }, { "arrival": { "time": "1772040535" }, "departure": { "time": "1772040535" }, "stopId": "COROT-E", "stopSequence": 67 }, { "arrival": { "time": "1772040600" }, "stopId": "SBAVENAI", "stopSequence": 68 } ], "trip": { "directionId": 0, "routeId": "02", "tripId": "6257915" } } }, { "id": "trip:6258323", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040600" }, "stopId": "ADEZIERE", "stopSequence": 0 }, { "arrival": { "time": "1772040639" }, "departure": { "time": "1772040639" }, "stopId": "SCHWALBA", "stopSequence": 1 }, { "arrival": { "time": "1772040679" }, "departure": { "time": "1772040679" }, "stopId": "LA-BOISS", "stopSequence": 2 }, { "arrival": { "time": "1772040733" }, "departure": { "time": "1772040733" }, "stopId": "PIECE", "stopSequence": 3 }, { "arrival": { "time": "1772040780" }, "departure": { "time": "1772040780" }, "stopId": "BALANDE", "stopSequence": 4 }, { "arrival": { "time": "1772040803" }, "departure": { "time": "1772040803" }, "stopId": "TERNIERE", "stopSequence": 5 }, { "arrival": { "time": "1772040840" }, "departure": { "time": "1772040840" }, "stopId": "MAIRAVR", "stopSequence": 6 }, { "arrival": { "time": "1772040877" }, "departure": { "time": "1772040877" }, "stopId": "MAUFINE", "stopSequence": 7 }, { "arrival": { "time": "1772040930" }, "departure": { "time": "1772040930" }, "stopId": "DELAUNE", "stopSequence": 8 }, { "arrival": { "time": "1772040963" }, "departure": { "time": "1772040963" }, "stopId": "BEURRIER", "stopSequence": 9 }, { "arrival": { "time": "1772041021" }, "departure": { "time": "1772041021" }, "stopId": "BRASSENS", "stopSequence": 10 }, { "arrival": { "time": "1772041066" }, "departure": { "time": "1772041066" }, "stopId": "MLYAUTEY", "stopSequence": 11 }, { "arrival": { "time": "1772041097" }, "departure": { "time": "1772041097" }, "stopId": "CHMARTYR", "stopSequence": 12 }, { "arrival": { "time": "1772041119" }, "departure": { "time": "1772041119" }, "stopId": "MAISDANS", "stopSequence": 13 }, { "arrival": { "time": "1772041154" }, "departure": { "time": "1772041154" }, "scheduleRelationship": "SKIPPED", "stopId": "GRANDMON", "stopSequence": 15 }, { "arrival": { "time": "1772041200" }, "departure": { "time": "1772041200" }, "scheduleRelationship": "SKIPPED", "stopId": "CLINIQUE", "stopSequence": 16 }, { "arrival": { "time": "1772041243" }, "departure": { "time": "1772041243" }, "scheduleRelationship": "SKIPPED", "stopId": "VALOR", "stopSequence": 17 }, { "arrival": { "time": "1772041258" }, "departure": { "time": "1772041258" }, "stopId": "MEIGNANN", "stopSequence": 18 }, { "arrival": { "time": "1772041326" }, "departure": { "time": "1772041326" }, "stopId": "REVERIES", "stopSequence": 19 }, { "arrival": { "time": "1772041390" }, "departure": { "time": "1772041390" }, "stopId": "ROCEPINE", "stopSequence": 20 }, { "arrival": { "time": "1772041431" }, "departure": { "time": "1772041431" }, "stopId": "PARCGARE", "stopSequence": 21 }, { "arrival": { "time": "1772041485" }, "departure": { "time": "1772041485" }, "stopId": "LABRUYER", "stopSequence": 22 }, { "arrival": { "time": "1772041547" }, "departure": { "time": "1772041547" }, "stopId": "RASPAIL", "stopSequence": 23 }, { "arrival": { "time": "1772041596" }, "departure": { "time": "1772041596" }, "stopId": "MONPR-E", "stopSequence": 24 }, { "arrival": { "time": "1772041398" }, "departure": { "time": "1772041398" }, "scheduleRelationship": "SKIPPED", "stopId": "POMONE", "stopSequence": 25 }, { "arrival": { "time": "1772041488" }, "departure": { "time": "1772041488" }, "scheduleRelationship": "SKIPPED", "stopId": "CIOUEST", "stopSequence": 26 }, { "arrival": { "time": "1772041530" }, "departure": { "time": "1772041530" }, "scheduleRelationship": "SKIPPED", "stopId": "CLEMENCE", "stopSequence": 27 }, { "arrival": { "time": "1772041643" }, "departure": { "time": "1772041643" }, "stopId": "DESCAZ-E", "stopSequence": 28 }, { "arrival": { "time": "1772041700" }, "departure": { "time": "1772041700" }, "stopId": "BICHDAVI", "stopSequence": 29 }, { "arrival": { "time": "1772041782" }, "departure": { "time": "1772041782" }, "stopId": "HOTDIEU", "stopSequence": 30 }, { "arrival": { "time": "1772041823" }, "departure": { "time": "1772041823" }, "stopId": "ROCHEFOU", "stopSequence": 31 }, { "arrival": { "time": "1772041996" }, "departure": { "time": "1772041996" }, "stopId": "STSERGEU", "stopSequence": 32 } ], "trip": { "directionId": 1, "routeId": "03", "tripId": "6258323" } } }, { "id": "trip:6257728", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038400" }, "departure": { "time": "1772038431" }, "stopId": "POIREL", "stopSequence": 24 }, { "arrival": { "time": "1772038429" }, "departure": { "time": "1772038429" }, "stopId": "PONTNOIR", "stopSequence": 25 }, { "arrival": { "time": "1772038468" }, "departure": { "time": "1772038468" }, "stopId": "SEMARD", "stopSequence": 26 }, { "arrival": { "time": "1772038569" }, "departure": { "time": "1772038569" }, "stopId": "GARETERM", "stopSequence": 30 }, { "arrival": { "time": "1772038644" }, "departure": { "time": "1772038644" }, "stopId": "LESGARES", "stopSequence": 31 }, { "arrival": { "time": "1772038724" }, "departure": { "time": "1772038724" }, "stopId": "HARAS", "stopSequence": 32 }, { "arrival": { "time": "1772038851" }, "departure": { "time": "1772038851" }, "stopId": "STAUBIN", "stopSequence": 33 }, { "arrival": { "time": "1772038864" }, "departure": { "time": "1772038864" }, "stopId": "LOR-FO-A", "stopSequence": 34 }, { "arrival": { "time": "1772039058" }, "departure": { "time": "1772039058" }, "stopId": "MENDES-E", "stopSequence": 35 }, { "arrival": { "time": "1772039224" }, "departure": { "time": "1772039224" }, "stopId": "SAVARY-E", "stopSequence": 36 }, { "arrival": { "time": "1772039270" }, "departure": { "time": "1772039270" }, "stopId": "MUSSET-E", "stopSequence": 37 }, { "arrival": { "time": "1772039369" }, "departure": { "time": "1772039369" }, "stopId": "LUTIN-E", "stopSequence": 38 }, { "arrival": { "time": "1772039424" }, "departure": { "time": "1772039424" }, "stopId": "MACE-E", "stopSequence": 39 }, { "arrival": { "time": "1772039460" }, "departure": { "time": "1772039460" }, "stopId": "DESJAR-E", "stopSequence": 40 }, { "arrival": { "time": "1772039524" }, "departure": { "time": "1772039524" }, "stopId": "BRISEP-E", "stopSequence": 41 }, { "arrival": { "time": "1772039608" }, "departure": { "time": "1772039608" }, "stopId": "MIMOSA-E", "stopSequence": 42 }, { "arrival": { "time": "1772039650" }, "departure": { "time": "1772039650" }, "stopId": "CHATEN-E", "stopSequence": 43 }, { "arrival": { "time": "1772039743" }, "departure": { "time": "1772039743" }, "stopId": "SOLELE-E", "stopSequence": 44 }, { "arrival": { "time": "1772039777" }, "departure": { "time": "1772039777" }, "stopId": "SEPSON-E", "stopSequence": 45 }, { "arrival": { "time": "1772039824" }, "departure": { "time": "1772039824" }, "stopId": "BANCST-E", "stopSequence": 46 }, { "arrival": { "time": "1772039925" }, "departure": { "time": "1772039925" }, "stopId": "RTEPAR-E", "stopSequence": 47 }, { "arrival": { "time": "1772039998" }, "departure": { "time": "1772039998" }, "stopId": "PROVIN-E", "stopSequence": 48 }, { "arrival": { "time": "1772040170" }, "stopId": "PARCEX-E", "stopSequence": 49 } ], "trip": { "directionId": 0, "routeId": "04", "tripId": "6257728" } } }, { "id": "trip:6258081", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772040655" }, "departure": { "time": "1772040655" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1772040719" }, "departure": { "time": "1772040719" }, "stopId": "PELUAU", "stopSequence": 2 }, { "arrival": { "time": "1772040812" }, "departure": { "time": "1772040812" }, "stopId": "LIZE05", "stopSequence": 3 }, { "arrival": { "time": "1772040855" }, "departure": { "time": "1772040855" }, "stopId": "CAMUS", "stopSequence": 4 }, { "arrival": { "time": "1772040900" }, "departure": { "time": "1772040900" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1772040967" }, "departure": { "time": "1772040967" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1772041016" }, "departure": { "time": "1772041016" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1772041081" }, "departure": { "time": "1772041081" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1772041156" }, "departure": { "time": "1772041156" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1772041213" }, "departure": { "time": "1772041213" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1772041543" }, "departure": { "time": "1772041543" }, "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1772041608" }, "departure": { "time": "1772041608" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1772041680" }, "departure": { "time": "1772041680" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1772041709" }, "departure": { "time": "1772041709" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1772041742" }, "departure": { "time": "1772041742" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1772041806" }, "departure": { "time": "1772041806" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1772041841" }, "departure": { "time": "1772041841" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1772041910" }, "departure": { "time": "1772041910" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1772041974" }, "departure": { "time": "1772041974" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1772042056" }, "departure": { "time": "1772042056" }, "stopId": "CTRETR-E", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258081" } } }, { "id": "trip:3157", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038675" }, "departure": { "time": "1772038675" }, "stopId": "LUTIN-E", "stopSequence": 3 }, { "arrival": { "time": "1772038826" }, "departure": { "time": "1772038826" }, "stopId": "BRISEP-E", "stopSequence": 4 }, { "arrival": { "time": "1772038960" }, "departure": { "time": "1772038960" }, "stopId": "CHATEN-E", "stopSequence": 5 }, { "arrival": { "time": "1772039092" }, "departure": { "time": "1772039092" }, "stopId": "SEPSON-E", "stopSequence": 6 }, { "arrival": { "time": "1772039262" }, "departure": { "time": "1772039262" }, "stopId": "RTEPAR-E", "stopSequence": 7 }, { "arrival": { "time": "1772039380" }, "departure": { "time": "1772039380" }, "stopId": "PROVIN-E", "stopSequence": 8 }, { "arrival": { "time": "1772039920" }, "departure": { "time": "1772039920" }, "stopId": "DIONNIER", "stopSequence": 9 }, { "arrival": { "time": "1772040194" }, "departure": { "time": "1772040194" }, "stopId": "SPORBR-E", "stopSequence": 10 }, { "arrival": { "time": "1772040220" }, "departure": { "time": "1772040220" }, "stopId": "BRIOLL-E", "stopSequence": 11 }, { "arrival": { "time": "1772040263" }, "departure": { "time": "1772040263" }, "stopId": "VARENN-E", "stopSequence": 12 }, { "arrival": { "time": "1772040412" }, "departure": { "time": "1772040412" }, "stopId": "BVALLE-E", "stopSequence": 13 }, { "arrival": { "time": "1772040520" }, "departure": { "time": "1772040520" }, "stopId": "VERIGN-E", "stopSequence": 14 } ], "trip": { "routeId": "31", "tripId": "3157" } } }, { "id": "trip:6258753", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038383" }, "departure": { "time": "1772038383" }, "stopId": "TRELA-AR", "stopSequence": 38 } ], "trip": { "directionId": 1, "routeId": "01", "tripId": "6258753" } } }, { "id": "trip:6257955", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038431" }, "departure": { "time": "1772038449" }, "stopId": "STEXUPER", "stopSequence": 28 }, { "arrival": { "time": "1772038458" }, "departure": { "time": "1772038458" }, "stopId": "SECUSOCI", "stopSequence": 29 }, { "arrival": { "time": "1772038578" }, "departure": { "time": "1772038578" }, "stopId": "MAIL-NAE", "stopSequence": 30 }, { "arrival": { "time": "1772038631" }, "departure": { "time": "1772038800" }, "stopId": "FO-LOR-R", "stopSequence": 31 }, { "arrival": { "time": "1772038931" }, "departure": { "time": "1772038931" }, "stopId": "STAUBI-E", "stopSequence": 32 }, { "arrival": { "time": "1772038983" }, "departure": { "time": "1772038983" }, "stopId": "HARAS-E", "stopSequence": 33 }, { "arrival": { "time": "1772039125" }, "departure": { "time": "1772039125" }, "stopId": "LESGAR-E", "stopSequence": 34 }, { "arrival": { "time": "1772039229" }, "departure": { "time": "1772039229" }, "stopId": "BREMON-E", "stopSequence": 35 }, { "arrival": { "time": "1772039299" }, "departure": { "time": "1772039299" }, "stopId": "ACAD-PLA", "stopSequence": 36 }, { "arrival": { "time": "1772039345" }, "departure": { "time": "1772039345" }, "stopId": "CHDARR-E", "stopSequence": 37 }, { "arrival": { "time": "1772039469" }, "departure": { "time": "1772039469" }, "stopId": "LEQUAI-E", "stopSequence": 38 }, { "arrival": { "time": "1772039509" }, "departure": { "time": "1772039509" }, "stopId": "DUMESN-E", "stopSequence": 39 }, { "arrival": { "time": "1772039520" }, "departure": { "time": "1772039520" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURM-E", "stopSequence": 40 }, { "arrival": { "time": "1772039573" }, "departure": { "time": "1772039573" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 41 }, { "arrival": { "time": "1772039632" }, "departure": { "time": "1772039632" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 42 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "scheduleRelationship": "SKIPPED", "stopId": "MONPRO-E", "stopSequence": 43 }, { "arrival": { "time": "1772039611" }, "departure": { "time": "1772039611" }, "stopId": "SAJACQ-E", "stopSequence": 44 }, { "arrival": { "time": "1772039680" }, "departure": { "time": "1772039680" }, "stopId": "FARCSJ-E", "stopSequence": 45 }, { "arrival": { "time": "1772039789" }, "departure": { "time": "1772039789" }, "stopId": "MVIGNE-E", "stopSequence": 46 }, { "arrival": { "time": "1772039871" }, "departure": { "time": "1772039871" }, "stopId": "CHBBEI-E", "stopSequence": 47 }, { "arrival": { "time": "1772039926" }, "departure": { "time": "1772039926" }, "stopId": "BOISRA-E", "stopSequence": 48 }, { "arrival": { "time": "1772039992" }, "departure": { "time": "1772039992" }, "stopId": "NDAMLA-E", "stopSequence": 49 }, { "arrival": { "time": "1772040055" }, "departure": { "time": "1772040055" }, "stopId": "POLYTE-E", "stopSequence": 50 }, { "arrival": { "time": "1772040111" }, "departure": { "time": "1772040111" }, "stopId": "CITEUN-E", "stopSequence": 51 }, { "arrival": { "time": "1772039469" }, "departure": { "time": "1772039469" }, "stopId": "LEQUAI-E", "stopSequence": 51 }, { "arrival": { "time": "1772039509" }, "departure": { "time": "1772039509" }, "stopId": "DUMESN-E", "stopSequence": 52 }, { "arrival": { "time": "1772040182" }, "departure": { "time": "1772040182" }, "stopId": "RESTUN-E", "stopSequence": 52 }, { "arrival": { "time": "1772040237" }, "departure": { "time": "1772040237" }, "stopId": "I.U.T.-E", "stopSequence": 53 }, { "arrival": { "time": "1772040351" }, "departure": { "time": "1772040351" }, "stopId": "BBCAMT-E", "stopSequence": 54 }, { "arrival": { "time": "1772040393" }, "departure": { "time": "1772040393" }, "stopId": "LENOT-E", "stopSequence": 55 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "stopId": "MOREL-E", "stopSequence": 56 }, { "arrival": { "time": "1772040449" }, "departure": { "time": "1772040449" }, "stopId": "INRA-E", "stopSequence": 57 }, { "arrival": { "time": "1772040487" }, "departure": { "time": "1772040487" }, "stopId": "GDPERI-E", "stopSequence": 58 }, { "arrival": { "time": "1772040519" }, "departure": { "time": "1772040519" }, "stopId": "LANDRE-E", "stopSequence": 59 }, { "arrival": { "time": "1772040606" }, "departure": { "time": "1772040606" }, "stopId": "BRGPAI-E", "stopSequence": 60 }, { "arrival": { "time": "1772040638" }, "departure": { "time": "1772040638" }, "stopId": "RODIN-E", "stopSequence": 61 }, { "arrival": { "time": "1772040676" }, "departure": { "time": "1772040676" }, "stopId": "GRANBE-E", "stopSequence": 62 }, { "arrival": { "time": "1772040725" }, "departure": { "time": "1772040725" }, "stopId": "PROME-E", "stopSequence": 63 }, { "arrival": { "time": "1772040774" }, "departure": { "time": "1772040774" }, "stopId": "CERFEU-E", "stopSequence": 64 }, { "arrival": { "time": "1772040834" }, "departure": { "time": "1772040834" }, "stopId": "LASOUR-E", "stopSequence": 65 }, { "arrival": { "time": "1772040889" }, "departure": { "time": "1772040889" }, "stopId": "ROUAIR-E", "stopSequence": 66 }, { "arrival": { "time": "1772040959" }, "departure": { "time": "1772040959" }, "stopId": "VAURAG-E", "stopSequence": 67 }, { "arrival": { "time": "1772041028" }, "departure": { "time": "1772041028" }, "stopId": "PRIEUR-E", "stopSequence": 68 }, { "arrival": { "time": "1772041047" }, "departure": { "time": "1772041047" }, "stopId": "GRANPI-E", "stopSequence": 69 }, { "arrival": { "time": "1772041100" }, "departure": { "time": "1772041100" }, "stopId": "PINSON-E", "stopSequence": 70 }, { "arrival": { "time": "1772041128" }, "departure": { "time": "1772041128" }, "stopId": "FAUVET-E", "stopSequence": 71 }, { "arrival": { "time": "1772041163" }, "stopId": "BEAUCOUZ", "stopSequence": 72 } ], "trip": { "directionId": 1, "routeId": "02", "tripId": "6257955" } } }, { "id": "trip:6054001", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039220" }, "scheduleRelationship": "SKIPPED", "stopId": "CHANTOUR", "stopSequence": 1 }, { "arrival": { "time": "1772039260" }, "departure": { "time": "1772039260" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES", "stopSequence": 2 }, { "arrival": { "time": "1772039256" }, "departure": { "time": "1772039256" }, "stopId": "RANGEARD", "stopSequence": 3 }, { "arrival": { "time": "1772039278" }, "departure": { "time": "1772039278" }, "stopId": "LAPOINTE", "stopSequence": 4 }, { "arrival": { "time": "1772039318" }, "departure": { "time": "1772039318" }, "stopId": "PONTLAIT", "stopSequence": 5 }, { "arrival": { "time": "1772039357" }, "departure": { "time": "1772039357" }, "stopId": "GAREBOUC", "stopSequence": 6 }, { "arrival": { "time": "1772039394" }, "departure": { "time": "1772039394" }, "stopId": "CAMPBOUC", "stopSequence": 7 }, { "arrival": { "time": "1772039425" }, "departure": { "time": "1772039425" }, "stopId": "BOUCHEM", "stopSequence": 8 }, { "arrival": { "time": "1772039479" }, "departure": { "time": "1772039479" }, "stopId": "CHEVRIER", "stopSequence": 9 }, { "arrival": { "time": "1772039516" }, "departure": { "time": "1772039516" }, "stopId": "PETPORT", "stopSequence": 10 }, { "arrival": { "time": "1772039600" }, "departure": { "time": "1772039600" }, "stopId": "HAUBOUCH", "stopSequence": 11 }, { "arrival": { "time": "1772039665" }, "departure": { "time": "1772039665" }, "stopId": "ARTAUD", "stopSequence": 12 }, { "arrival": { "time": "1772039722" }, "departure": { "time": "1772039722" }, "stopId": "PIVERDIE", "stopSequence": 13 }, { "arrival": { "time": "1772039780" }, "departure": { "time": "1772039780" }, "stopId": "CHATAIGN", "stopSequence": 14 }, { "arrival": { "time": "1772039815" }, "departure": { "time": "1772039815" }, "stopId": "CLOSVI-E", "stopSequence": 15 }, { "arrival": { "time": "1772039845" }, "departure": { "time": "1772039845" }, "stopId": "VALMAI-E", "stopSequence": 16 }, { "arrival": { "time": "1772039913" }, "departure": { "time": "1772039913" }, "stopId": "PETVIVIE", "stopSequence": 17 }, { "arrival": { "time": "1772039986" }, "departure": { "time": "1772039986" }, "stopId": "PRUNIERS", "stopSequence": 18 }, { "arrival": { "time": "1772040019" }, "departure": { "time": "1772040019" }, "stopId": "CROISETT", "stopSequence": 19 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "CAMLACMA", "stopSequence": 20 }, { "arrival": { "time": "1772040164" }, "departure": { "time": "1772040164" }, "stopId": "LACDMAIN", "stopSequence": 21 }, { "arrival": { "time": "1772040208" }, "departure": { "time": "1772040208" }, "stopId": "MAISENVI", "stopSequence": 22 }, { "arrival": { "time": "1772040265" }, "departure": { "time": "1772040265" }, "stopId": "GDMAINE", "stopSequence": 23 }, { "arrival": { "time": "1772040841" }, "departure": { "time": "1772040841" }, "stopId": "EBLE", "stopSequence": 24 }, { "arrival": { "time": "1772040903" }, "departure": { "time": "1772040903" }, "stopId": "GENIE", "stopSequence": 25 }, { "arrival": { "time": "1772040980" }, "departure": { "time": "1772040980" }, "stopId": "VAUBAN", "stopSequence": 26 }, { "arrival": { "time": "1772041014" }, "departure": { "time": "1772041014" }, "stopId": "POIREL", "stopSequence": 27 }, { "arrival": { "time": "1772041075" }, "departure": { "time": "1772041075" }, "stopId": "PONTNOIR", "stopSequence": 28 }, { "arrival": { "time": "1772041114" }, "departure": { "time": "1772041114" }, "stopId": "SEMARD", "stopSequence": 29 }, { "arrival": { "time": "1772040800" }, "departure": { "time": "1772040800" }, "scheduleRelationship": "SKIPPED", "stopId": "CHDARR", "stopSequence": 30 }, { "arrival": { "time": "1772040830" }, "departure": { "time": "1772040830" }, "scheduleRelationship": "SKIPPED", "stopId": "ACADEMIE", "stopSequence": 31 }, { "arrival": { "time": "1772040862" }, "departure": { "time": "1772040862" }, "scheduleRelationship": "SKIPPED", "stopId": "GBREM-E", "stopSequence": 32 }, { "arrival": { "time": "1772041147" }, "stopId": "GAREPAPI", "stopSequence": 33 } ], "trip": { "directionId": 0, "routeId": "22", "tripId": "6054001" } } }, { "id": "trip:6258079", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038364" }, "departure": { "time": "1772038412" }, "stopId": "LECLERC", "stopSequence": 5 }, { "arrival": { "time": "1772038457" }, "departure": { "time": "1772038457" }, "stopId": "ROCEPINE", "stopSequence": 6 }, { "arrival": { "time": "1772038497" }, "departure": { "time": "1772038497" }, "stopId": "PARCGARE", "stopSequence": 7 }, { "arrival": { "time": "1772038562" }, "departure": { "time": "1772038562" }, "stopId": "LABRUYER", "stopSequence": 8 }, { "arrival": { "time": "1772038637" }, "departure": { "time": "1772038637" }, "stopId": "RASPAIL", "stopSequence": 9 }, { "arrival": { "time": "1772038694" }, "departure": { "time": "1772038694" }, "stopId": "DUMESNIL", "stopSequence": 10 }, { "arrival": { "time": "1772038741" }, "departure": { "time": "1772038741" }, "stopId": "LEQUAI", "stopSequence": 11 }, { "arrival": { "time": "1772039036" }, "departure": { "time": "1772039036" }, "stopId": "CHDARR", "stopSequence": 12 }, { "arrival": { "time": "1772039036" }, "departure": { "time": "1772039036" }, "stopId": "ACADEMIE", "stopSequence": 13 }, { "arrival": { "time": "1772039115" }, "departure": { "time": "1772039115" }, "stopId": "GBREM-E", "stopSequence": 14 }, { "arrival": { "time": "1772039144" }, "departure": { "time": "1772039144" }, "stopId": "SEMARD-E", "stopSequence": 15 }, { "arrival": { "time": "1772039179" }, "departure": { "time": "1772039179" }, "stopId": "PONTNO-E", "stopSequence": 16 }, { "arrival": { "time": "1772039247" }, "departure": { "time": "1772039247" }, "stopId": "POIREL-E", "stopSequence": 17 }, { "arrival": { "time": "1772039283" }, "departure": { "time": "1772039283" }, "stopId": "VAUBAN-E", "stopSequence": 18 }, { "arrival": { "time": "1772039352" }, "departure": { "time": "1772039352" }, "stopId": "GENIE-E", "stopSequence": 19 }, { "arrival": { "time": "1772039416" }, "departure": { "time": "1772039416" }, "stopId": "EBLE-E", "stopSequence": 20 }, { "arrival": { "time": "1772039498" }, "departure": { "time": "1772039498" }, "stopId": "CTRETR-E", "stopSequence": 21 }, { "arrival": { "time": "1772039602" }, "departure": { "time": "1772039602" }, "stopId": "GAUBOU5B", "stopSequence": 22 }, { "arrival": { "time": "1772039670" }, "departure": { "time": "1772039670" }, "stopId": "MONTCASB", "stopSequence": 23 }, { "arrival": { "time": "1772039725" }, "departure": { "time": "1772039725" }, "stopId": "MAJUIN5B", "stopSequence": 24 }, { "arrival": { "time": "1772039771" }, "departure": { "time": "1772039771" }, "stopId": "CLAUDEL", "stopSequence": 25 }, { "arrival": { "time": "1772039817" }, "departure": { "time": "1772039817" }, "stopId": "JEAN-23", "stopSequence": 26 }, { "arrival": { "time": "1772039849" }, "departure": { "time": "1772039849" }, "stopId": "JULESVER", "stopSequence": 27 }, { "arrival": { "time": "1772039910" }, "departure": { "time": "1772039910" }, "stopId": "PALLAC-E", "stopSequence": 28 }, { "arrival": { "time": "1772039940" }, "departure": { "time": "1772039940" }, "stopId": "DURVIL-E", "stopSequence": 29 }, { "arrival": { "time": "1772040022" }, "departure": { "time": "1772040022" }, "stopId": "ANRO-5B", "stopSequence": 30 }, { "arrival": { "time": "1772040072" }, "departure": { "time": "1772040072" }, "stopId": "BOUTHO-E", "stopSequence": 31 }, { "arrival": { "time": "1772040122" }, "departure": { "time": "1772040122" }, "stopId": "APPENT-E", "stopSequence": 32 }, { "arrival": { "time": "1772040175" }, "departure": { "time": "1772040175" }, "stopId": "FRCEVE-E", "stopSequence": 33 }, { "arrival": { "time": "1772040209" }, "departure": { "time": "1772040209" }, "stopId": "ORGEMO-E", "stopSequence": 34 }, { "arrival": { "time": "1772040242" }, "departure": { "time": "1772040242" }, "stopId": "NERUDA", "stopSequence": 35 }, { "arrival": { "time": "1772040323" }, "departure": { "time": "1772040323" }, "stopId": "ORGEMONT", "stopSequence": 36 }, { "arrival": { "time": "1772040407" }, "departure": { "time": "1772040407" }, "stopId": "ARBORETU", "stopSequence": 37 }, { "arrival": { "time": "1772040468" }, "departure": { "time": "1772040468" }, "stopId": "MORELE-E", "stopSequence": 38 }, { "arrival": { "time": "1772040554" }, "departure": { "time": "1772040554" }, "stopId": "DELATR-E", "stopSequence": 39 }, { "arrival": { "time": "1772040630" }, "departure": { "time": "1772040630" }, "stopId": "HAUTPR-E", "stopSequence": 40 }, { "arrival": { "time": "1772040749" }, "departure": { "time": "1772040749" }, "stopId": "INTMIL-E", "stopSequence": 41 }, { "arrival": { "time": "1772040831" }, "departure": { "time": "1772040831" }, "stopId": "SAUMUR-E", "stopSequence": 42 }, { "arrival": { "time": "1772040905" }, "departure": { "time": "1772040905" }, "stopId": "DELACR-E", "stopSequence": 43 }, { "arrival": { "time": "1772040966" }, "departure": { "time": "1772040966" }, "stopId": "JUSTIC-E", "stopSequence": 44 }, { "arrival": { "time": "1772041091" }, "departure": { "time": "1772041091" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1772041151" }, "departure": { "time": "1772041151" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1772041235" }, "departure": { "time": "1772041235" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1772041342" }, "departure": { "time": "1772041342" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1772041442" }, "departure": { "time": "1772041442" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1772041551" }, "departure": { "time": "1772041551" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1772041647" }, "departure": { "time": "1772041647" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1772041675" }, "departure": { "time": "1772041675" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1772041708" }, "departure": { "time": "1772041708" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1772041771" }, "departure": { "time": "1772041771" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1772041876" }, "departure": { "time": "1772041876" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1772042026" }, "departure": { "time": "1772042026" }, "stopId": "EUROPE-E", "stopSequence": 56 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258079" } } }, { "id": "trip:6257769", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772041320" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1772041421" }, "departure": { "time": "1772041421" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1772041490" }, "departure": { "time": "1772041490" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1772041560" }, "departure": { "time": "1772041560" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1772041594" }, "departure": { "time": "1772041594" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1772041640" }, "departure": { "time": "1772041640" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1772041699" }, "departure": { "time": "1772041699" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1772041737" }, "departure": { "time": "1772041737" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1772041800" }, "departure": { "time": "1772041800" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1772041849" }, "departure": { "time": "1772041849" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1772041890" }, "departure": { "time": "1772041890" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1772041918" }, "departure": { "time": "1772041918" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1772042002" }, "departure": { "time": "1772042002" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1772042040" }, "departure": { "time": "1772042040" }, "stopId": "SAVARY", "stopSequence": 13 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257769" } } }, { "id": "trip:6258747", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038434" }, "departure": { "time": "1772038434" }, "stopId": "LORRTERM", "stopSequence": 38 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258747" } } }, { "id": "trip:6258107", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038381" }, "departure": { "time": "1772038402" }, "stopId": "GENIE", "stopSequence": 45 }, { "arrival": { "time": "1772038490" }, "departure": { "time": "1772038490" }, "stopId": "VAUBAN", "stopSequence": 46 }, { "arrival": { "time": "1772038524" }, "departure": { "time": "1772038524" }, "stopId": "POIREL", "stopSequence": 47 }, { "arrival": { "time": "1772038600" }, "departure": { "time": "1772038600" }, "stopId": "PONTNOIR", "stopSequence": 48 }, { "arrival": { "time": "1772038643" }, "departure": { "time": "1772038643" }, "stopId": "SEMARD", "stopSequence": 49 }, { "arrival": { "time": "1772038697" }, "departure": { "time": "1772038697" }, "stopId": "BREMON-E", "stopSequence": 50 }, { "arrival": { "time": "1772038784" }, "departure": { "time": "1772038784" }, "stopId": "ACAD-PLA", "stopSequence": 51 }, { "arrival": { "time": "1772038834" }, "departure": { "time": "1772038834" }, "stopId": "CHDARR-E", "stopSequence": 52 }, { "arrival": { "time": "1772039007" }, "departure": { "time": "1772039007" }, "stopId": "LEQUAI-E", "stopSequence": 53 }, { "arrival": { "time": "1772039055" }, "departure": { "time": "1772039055" }, "stopId": "DUMESN-E", "stopSequence": 54 }, { "arrival": { "time": "1772039119" }, "departure": { "time": "1772039119" }, "stopId": "RASPAI-E", "stopSequence": 55 }, { "arrival": { "time": "1772039180" }, "departure": { "time": "1772039180" }, "stopId": "LABRUY-E", "stopSequence": 56 }, { "arrival": { "time": "1772039255" }, "departure": { "time": "1772039255" }, "stopId": "PARCGA-E", "stopSequence": 57 }, { "arrival": { "time": "1772039300" }, "departure": { "time": "1772039300" }, "stopId": "ROCEPI-E", "stopSequence": 58 }, { "arrival": { "time": "1772039367" }, "departure": { "time": "1772039367" }, "stopId": "LECLER-E", "stopSequence": 59 }, { "arrival": { "time": "1772039417" }, "departure": { "time": "1772039417" }, "stopId": "CAMUS-E", "stopSequence": 60 }, { "arrival": { "time": "1772039470" }, "departure": { "time": "1772039470" }, "stopId": "LIZE05-E", "stopSequence": 61 }, { "arrival": { "time": "1772039588" }, "departure": { "time": "1772039588" }, "stopId": "PELUAU-E", "stopSequence": 62 }, { "arrival": { "time": "1772039674" }, "departure": { "time": "1772039674" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1772039730" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258107" } } }, { "id": "trip:6544379", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038468" }, "departure": { "time": "1772038468" }, "stopId": "MENDES-E", "stopSequence": 7 } ], "trip": { "directionId": 1, "routeId": "Tbus", "tripId": "6544379" } } }, { "id": "trip:6258711", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038527" }, "departure": { "time": "1772038527" }, "stopId": "PAULBERT", "stopSequence": 35 }, { "arrival": { "time": "1772038570" }, "departure": { "time": "1772038570" }, "stopId": "HARAS", "stopSequence": 36 }, { "arrival": { "time": "1772038654" }, "departure": { "time": "1772038654" }, "stopId": "STAUBIN", "stopSequence": 37 }, { "arrival": { "time": "1772038765" }, "stopId": "LORRTERM", "stopSequence": 38 } ], "trip": { "directionId": 0, "routeId": "01", "tripId": "6258711" } } }, { "id": "trip:6257768", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772040421" }, "stopId": "PARCEXPO", "stopSequence": 0 }, { "arrival": { "time": "1772040561" }, "departure": { "time": "1772040561" }, "stopId": "PROVINS", "stopSequence": 1 }, { "arrival": { "time": "1772040646" }, "departure": { "time": "1772040646" }, "stopId": "RTEPARIS", "stopSequence": 2 }, { "arrival": { "time": "1772040733" }, "departure": { "time": "1772040733" }, "stopId": "BANCSTMA", "stopSequence": 3 }, { "arrival": { "time": "1772040767" }, "departure": { "time": "1772040767" }, "stopId": "SEPSONET", "stopSequence": 4 }, { "arrival": { "time": "1772040813" }, "departure": { "time": "1772040813" }, "stopId": "SOLELEVA", "stopSequence": 5 }, { "arrival": { "time": "1772040872" }, "departure": { "time": "1772040872" }, "stopId": "CHATENAY", "stopSequence": 6 }, { "arrival": { "time": "1772040910" }, "departure": { "time": "1772040910" }, "stopId": "MIMOSAS", "stopSequence": 7 }, { "arrival": { "time": "1772040973" }, "departure": { "time": "1772040973" }, "stopId": "BRISEPOT", "stopSequence": 8 }, { "arrival": { "time": "1772041022" }, "departure": { "time": "1772041022" }, "stopId": "DESJARDI", "stopSequence": 9 }, { "arrival": { "time": "1772041063" }, "departure": { "time": "1772041063" }, "stopId": "MACE", "stopSequence": 10 }, { "arrival": { "time": "1772041091" }, "departure": { "time": "1772041091" }, "stopId": "LUTIN", "stopSequence": 11 }, { "arrival": { "time": "1772041175" }, "departure": { "time": "1772041175" }, "stopId": "MUSSET", "stopSequence": 12 }, { "arrival": { "time": "1772041213" }, "departure": { "time": "1772041213" }, "stopId": "SAVARY", "stopSequence": 13 }, { "arrival": { "time": "1772041370" }, "departure": { "time": "1772041370" }, "stopId": "MENDESFR", "stopSequence": 14 }, { "arrival": { "time": "1772041440" }, "departure": { "time": "1772041500" }, "stopId": "FO-LOR-R", "stopSequence": 15 }, { "arrival": { "time": "1772041609" }, "departure": { "time": "1772041609" }, "stopId": "STAUBI-E", "stopSequence": 16 }, { "arrival": { "time": "1772041661" }, "departure": { "time": "1772041661" }, "stopId": "HARAS-E", "stopSequence": 17 }, { "arrival": { "time": "1772041800" }, "departure": { "time": "1772041800" }, "stopId": "LESGAR-E", "stopSequence": 18 }, { "arrival": { "time": "1772041887" }, "departure": { "time": "1772041887" }, "stopId": "BREMON-E", "stopSequence": 19 }, { "arrival": { "time": "1772041944" }, "departure": { "time": "1772041944" }, "stopId": "ACAD-PLA", "stopSequence": 20 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772041980" }, "stopId": "CHDARR-E", "stopSequence": 21 } ], "trip": { "directionId": 1, "routeId": "04", "tripId": "6257768" } } }, { "id": "trip:6258095", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039100" }, "stopId": "AQUA-D5A", "stopSequence": 0 }, { "arrival": { "time": "1772039155" }, "departure": { "time": "1772039155" }, "stopId": "AURIOL", "stopSequence": 1 }, { "arrival": { "time": "1772039209" }, "departure": { "time": "1772039209" }, "stopId": "FRATE-E", "stopSequence": 2 }, { "arrival": { "time": "1772039286" }, "departure": { "time": "1772039286" }, "stopId": "CHARNA-E", "stopSequence": 3 }, { "arrival": { "time": "1772039360" }, "departure": { "time": "1772039360" }, "stopId": "ESEO-E", "stopSequence": 4 }, { "arrival": { "time": "1772039520" }, "departure": { "time": "1772039520" }, "stopId": "CARREF5A", "stopSequence": 5 }, { "arrival": { "time": "1772039625" }, "departure": { "time": "1772039625" }, "stopId": "RAMON-E", "stopSequence": 6 }, { "arrival": { "time": "1772039732" }, "departure": { "time": "1772039732" }, "stopId": "RBRIOL-E", "stopSequence": 7 }, { "arrival": { "time": "1772039820" }, "departure": { "time": "1772039820" }, "stopId": "EUROPE", "stopSequence": 8 }, { "arrival": { "time": "1772039923" }, "departure": { "time": "1772039923" }, "stopId": "ALDUNANT", "stopSequence": 9 }, { "arrival": { "time": "1772040035" }, "departure": { "time": "1772040035" }, "stopId": "BRISPOTI", "stopSequence": 10 }, { "arrival": { "time": "1772040080" }, "departure": { "time": "1772040080" }, "stopId": "THULEAU", "stopSequence": 11 }, { "arrival": { "time": "1772040116" }, "departure": { "time": "1772040116" }, "stopId": "DEUCROIX", "stopSequence": 12 }, { "arrival": { "time": "1772040191" }, "departure": { "time": "1772040191" }, "stopId": "GILLIE-E", "stopSequence": 13 }, { "arrival": { "time": "1772040278" }, "departure": { "time": "1772040278" }, "stopId": "ISORET-E", "stopSequence": 14 }, { "arrival": { "time": "1772040360" }, "departure": { "time": "1772040360" }, "stopId": "CAMELI-E", "stopSequence": 15 }, { "arrival": { "time": "1772040456" }, "departure": { "time": "1772040456" }, "stopId": "ESPACE5A", "stopSequence": 16 }, { "arrival": { "time": "1772040558" }, "departure": { "time": "1772040558" }, "stopId": "VILLECHI", "stopSequence": 17 }, { "arrival": { "time": "1772040621" }, "departure": { "time": "1772040621" }, "stopId": "STLEON5A", "stopSequence": 18 }, { "arrival": { "time": "1772040680" }, "departure": { "time": "1772040680" }, "stopId": "JEJAURES", "stopSequence": 19 }, { "arrival": { "time": "1772040780" }, "departure": { "time": "1772040780" }, "stopId": "JUSTICES", "stopSequence": 20 }, { "arrival": { "time": "1772040820" }, "departure": { "time": "1772040820" }, "stopId": "DELACROI", "stopSequence": 21 }, { "arrival": { "time": "1772040893" }, "departure": { "time": "1772040893" }, "stopId": "SAUMUROI", "stopSequence": 22 }, { "arrival": { "time": "1772040974" }, "departure": { "time": "1772040974" }, "stopId": "INTERMIL", "stopSequence": 23 }, { "arrival": { "time": "1772041033" }, "departure": { "time": "1772041033" }, "stopId": "HAUTPRES", "stopSequence": 24 }, { "arrival": { "time": "1772041080" }, "departure": { "time": "1772041080" }, "stopId": "DELATTRE", "stopSequence": 25 }, { "arrival": { "time": "1772041155" }, "departure": { "time": "1772041155" }, "stopId": "MORELLER", "stopSequence": 26 }, { "arrival": { "time": "1772041189" }, "departure": { "time": "1772041189" }, "stopId": "ARBORE-E", "stopSequence": 27 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041260" }, "stopId": "ORGEMO-E", "stopSequence": 28 }, { "arrival": { "time": "1772041320" }, "departure": { "time": "1772041320" }, "stopId": "NERUDA", "stopSequence": 29 }, { "arrival": { "time": "1772041374" }, "departure": { "time": "1772041374" }, "stopId": "ORGEMONT", "stopSequence": 30 }, { "arrival": { "time": "1772041431" }, "departure": { "time": "1772041431" }, "stopId": "FRCEVERT", "stopSequence": 31 }, { "arrival": { "time": "1772041480" }, "departure": { "time": "1772041480" }, "stopId": "APPENTIS", "stopSequence": 32 }, { "arrival": { "time": "1772041548" }, "departure": { "time": "1772041548" }, "stopId": "BOUTHOMA", "stopSequence": 33 }, { "arrival": { "time": "1772041620" }, "departure": { "time": "1772041620" }, "stopId": "ANRO-5A", "stopSequence": 34 }, { "arrival": { "time": "1772041684" }, "departure": { "time": "1772041684" }, "stopId": "DURVILLE", "stopSequence": 35 }, { "arrival": { "time": "1772041716" }, "departure": { "time": "1772041716" }, "stopId": "PALLACH", "stopSequence": 36 }, { "arrival": { "time": "1772041741" }, "departure": { "time": "1772041741" }, "stopId": "JULESV-E", "stopSequence": 37 }, { "arrival": { "time": "1772041793" }, "departure": { "time": "1772041793" }, "stopId": "JE23-E", "stopSequence": 38 }, { "arrival": { "time": "1772041841" }, "departure": { "time": "1772041841" }, "stopId": "CLAUDE-E", "stopSequence": 39 }, { "arrival": { "time": "1772041873" }, "departure": { "time": "1772041873" }, "stopId": "MAJUIN5A", "stopSequence": 40 }, { "arrival": { "time": "1772041922" }, "departure": { "time": "1772041922" }, "stopId": "MONTCA-E", "stopSequence": 41 }, { "arrival": { "time": "1772041980" }, "departure": { "time": "1772041980" }, "stopId": "GAUBOU5A", "stopSequence": 42 }, { "arrival": { "time": "1772042067" }, "departure": { "time": "1772042067" }, "stopId": "CTRETRI", "stopSequence": 43 } ], "trip": { "directionId": 0, "routeId": "05", "tripId": "6258095" } } }, { "id": "trip:6258511", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039520" }, "stopId": "SAUBIN", "stopSequence": 0 }, { "arrival": { "time": "1772039603" }, "departure": { "time": "1772039603" }, "stopId": "PIGNONIE", "stopSequence": 1 }, { "arrival": { "time": "1772039666" }, "departure": { "time": "1772039666" }, "stopId": "CLAVERIE", "stopSequence": 2 }, { "arrival": { "time": "1772039710" }, "departure": { "time": "1772039710" }, "stopId": "JARDFA", "stopSequence": 3 }, { "arrival": { "time": "1772039760" }, "departure": { "time": "1772039760" }, "stopId": "BANCHAIS", "stopSequence": 4 }, { "arrival": { "time": "1772039817" }, "departure": { "time": "1772039817" }, "stopId": "CHATELAI", "stopSequence": 5 }, { "arrival": { "time": "1772039863" }, "departure": { "time": "1772039863" }, "stopId": "CRBLANCH", "stopSequence": 6 }, { "arrival": { "time": "1772039899" }, "departure": { "time": "1772039899" }, "stopId": "ORMEAUX", "stopSequence": 7 }, { "arrival": { "time": "1772039947" }, "departure": { "time": "1772039947" }, "stopId": "VANDEL", "stopSequence": 8 }, { "arrival": { "time": "1772040027" }, "departure": { "time": "1772040027" }, "stopId": "ISORET", "stopSequence": 9 }, { "arrival": { "time": "1772040089" }, "departure": { "time": "1772040089" }, "stopId": "GILLIER", "stopSequence": 10 }, { "arrival": { "time": "1772040120" }, "departure": { "time": "1772040120" }, "stopId": "DAGUENET", "stopSequence": 11 }, { "arrival": { "time": "1772040175" }, "departure": { "time": "1772040175" }, "stopId": "JERUSALE", "stopSequence": 12 }, { "arrival": { "time": "1772040261" }, "departure": { "time": "1772040261" }, "stopId": "MONTAIG", "stopSequence": 13 }, { "arrival": { "time": "1772040420" }, "departure": { "time": "1772040420" }, "stopId": "LANGLADE", "stopSequence": 14 }, { "arrival": { "time": "1772040480" }, "departure": { "time": "1772040480" }, "stopId": "AROBASE", "stopSequence": 15 }, { "arrival": { "time": "1772040544" }, "departure": { "time": "1772040544" }, "stopId": "PCOUBERT", "stopSequence": 16 }, { "arrival": { "time": "1772040633" }, "departure": { "time": "1772040633" }, "stopId": "JEBOUIN", "stopSequence": 17 }, { "arrival": { "time": "1772040720" }, "departure": { "time": "1772040720" }, "stopId": "MADELEIN", "stopSequence": 18 }, { "arrival": { "time": "1772040767" }, "departure": { "time": "1772040767" }, "stopId": "VOLNEY", "stopSequence": 19 }, { "arrival": { "time": "1772040848" }, "departure": { "time": "1772040848" }, "stopId": "BOURGONN", "stopSequence": 20 }, { "arrival": { "time": "1772040909" }, "departure": { "time": "1772040909" }, "stopId": "MICHELET", "stopSequence": 21 }, { "arrival": { "time": "1772040960" }, "departure": { "time": "1772040960" }, "stopId": "ANLEROY", "stopSequence": 22 }, { "arrival": { "time": "1772041163" }, "departure": { "time": "1772041163" }, "stopId": "PAULBERT", "stopSequence": 23 }, { "arrival": { "time": "1772041260" }, "departure": { "time": "1772041320" }, "stopId": "LICES", "stopSequence": 24 }, { "arrival": { "time": "1772041390" }, "departure": { "time": "1772041390" }, "stopId": "CCI-E", "stopSequence": 25 }, { "arrival": { "time": "1772041434" }, "departure": { "time": "1772041434" }, "stopId": "CHDARR-E", "stopSequence": 26 }, { "arrival": { "time": "1772041549" }, "departure": { "time": "1772041549" }, "stopId": "LEQUAI-E", "stopSequence": 27 }, { "arrival": { "time": "1772041589" }, "departure": { "time": "1772041589" }, "stopId": "DUMESN-E", "stopSequence": 28 }, { "arrival": { "time": "1772041604" }, "departure": { "time": "1772041604" }, "stopId": "MONPR-E", "stopSequence": 29 }, { "arrival": { "time": "1772041449" }, "departure": { "time": "1772041449" }, "scheduleRelationship": "SKIPPED", "stopId": "OFFTOURI", "stopSequence": 30 }, { "arrival": { "time": "1772041500" }, "departure": { "time": "1772041500" }, "scheduleRelationship": "SKIPPED", "stopId": "SAICROIX", "stopSequence": 31 }, { "arrival": { "time": "1772041568" }, "departure": { "time": "1772041568" }, "scheduleRelationship": "SKIPPED", "stopId": "REPUBL-E", "stopSequence": 32 }, { "arrival": { "time": "1772041656" }, "departure": { "time": "1772041656" }, "scheduleRelationship": "SKIPPED", "stopId": "COEURP-E", "stopSequence": 33 }, { "arrival": { "time": "1772041740" }, "departure": { "time": "1772041740" }, "scheduleRelationship": "SKIPPED", "stopId": "BEAURE-E", "stopSequence": 34 }, { "arrival": { "time": "1772041780" }, "departure": { "time": "1772041780" }, "scheduleRelationship": "SKIPPED", "stopId": "TRINIT-E", "stopSequence": 35 }, { "arrival": { "time": "1772041653" }, "departure": { "time": "1772041653" }, "stopId": "DESCAZ-E", "stopSequence": 36 }, { "arrival": { "time": "1772041712" }, "departure": { "time": "1772041712" }, "stopId": "BICHBI-E", "stopSequence": 37 }, { "arrival": { "time": "1772041713" }, "departure": { "time": "1772041713" }, "stopId": "BICHLA-E", "stopSequence": 38 }, { "arrival": { "time": "1772041746" }, "departure": { "time": "1772041746" }, "stopId": "CLOUET-E", "stopSequence": 39 }, { "arrival": { "time": "1772041813" }, "departure": { "time": "1772041813" }, "stopId": "GOURON-E", "stopSequence": 40 }, { "arrival": { "time": "1772041866" }, "departure": { "time": "1772041866" }, "stopId": "GASNIE-E", "stopSequence": 41 }, { "arrival": { "time": "1772041905" }, "departure": { "time": "1772041905" }, "stopId": "LIZE07-E", "stopSequence": 42 }, { "arrival": { "time": "1772041981" }, "departure": { "time": "1772041981" }, "stopId": "ECHMA-E", "stopSequence": 43 }, { "arrival": { "time": "1772042026" }, "departure": { "time": "1772042026" }, "stopId": "KENNED-E", "stopSequence": 44 } ], "trip": { "directionId": 1, "routeId": "07", "tripId": "6258511" } } }, { "id": "trip:6258087", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038364" }, "departure": { "time": "1772038395" }, "stopId": "JEJAUR-E", "stopSequence": 45 }, { "arrival": { "time": "1772038424" }, "departure": { "time": "1772038455" }, "stopId": "STLEON5B", "stopSequence": 46 }, { "arrival": { "time": "1772038546" }, "departure": { "time": "1772038546" }, "stopId": "VILLEC-E", "stopSequence": 47 }, { "arrival": { "time": "1772038654" }, "departure": { "time": "1772038654" }, "stopId": "ESPACE5B", "stopSequence": 48 }, { "arrival": { "time": "1772038755" }, "departure": { "time": "1772038755" }, "stopId": "CAMELIAS", "stopSequence": 49 }, { "arrival": { "time": "1772038869" }, "departure": { "time": "1772038869" }, "stopId": "ISORET", "stopSequence": 50 }, { "arrival": { "time": "1772038899" }, "departure": { "time": "1772038899" }, "stopId": "GILLIER", "stopSequence": 51 }, { "arrival": { "time": "1772038973" }, "departure": { "time": "1772038973" }, "stopId": "DEUCRO-E", "stopSequence": 52 }, { "arrival": { "time": "1772039015" }, "departure": { "time": "1772039015" }, "stopId": "THULEA-E", "stopSequence": 53 }, { "arrival": { "time": "1772039108" }, "departure": { "time": "1772039108" }, "stopId": "BRISPO-E", "stopSequence": 54 }, { "arrival": { "time": "1772039181" }, "departure": { "time": "1772039181" }, "stopId": "ALDUNA-E", "stopSequence": 55 }, { "arrival": { "time": "1772039321" }, "departure": { "time": "1772039321" }, "stopId": "EUROPE-E", "stopSequence": 56 }, { "arrival": { "time": "1772039443" }, "departure": { "time": "1772039443" }, "stopId": "RBRIOLLA", "stopSequence": 57 }, { "arrival": { "time": "1772039521" }, "departure": { "time": "1772039521" }, "stopId": "RAMON", "stopSequence": 58 }, { "arrival": { "time": "1772039657" }, "departure": { "time": "1772039657" }, "stopId": "CARREF5B", "stopSequence": 59 }, { "arrival": { "time": "1772039785" }, "departure": { "time": "1772039785" }, "stopId": "ESEO", "stopSequence": 60 }, { "arrival": { "time": "1772039882" }, "departure": { "time": "1772039882" }, "stopId": "CHARNASS", "stopSequence": 61 }, { "arrival": { "time": "1772039961" }, "departure": { "time": "1772039961" }, "stopId": "FRATER", "stopSequence": 62 }, { "arrival": { "time": "1772040004" }, "departure": { "time": "1772040004" }, "stopId": "AURIOL-E", "stopSequence": 63 }, { "arrival": { "time": "1772040054" }, "stopId": "AQUAVITA", "stopSequence": 64 } ], "trip": { "directionId": 1, "routeId": "05", "tripId": "6258087" } } }, { "id": "trip:6544502", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772039220" }, "stopId": "MENDESFR", "stopSequence": 0 }, { "arrival": { "time": "1772039400" }, "departure": { "time": "1772039400" }, "stopId": "FO-LOR-R", "stopSequence": 1 }, { "arrival": { "time": "1772039522" }, "departure": { "time": "1772039522" }, "stopId": "STAUBI-E", "stopSequence": 2 }, { "arrival": { "time": "1772039580" }, "departure": { "time": "1772039580" }, "stopId": "HARAS-E", "stopSequence": 3 }, { "arrival": { "time": "1772039632" }, "departure": { "time": "1772039632" }, "stopId": "LICES", "stopSequence": 4 }, { "arrival": { "time": "1772039693" }, "departure": { "time": "1772039693" }, "stopId": "CCI-E", "stopSequence": 5 }, { "arrival": { "time": "1772039739" }, "departure": { "time": "1772039739" }, "stopId": "CHDARR-E", "stopSequence": 6 }, { "arrival": { "time": "1772039880" }, "stopId": "LEQUAI-E", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "Tbus", "tripId": "6544502" } } }, { "id": "trip:6544743", "tripUpdate": { "stopTimeUpdate": [ { "departure": { "time": "1772038750" }, "stopId": "2MONP", "stopSequence": 0 }, { "arrival": { "time": "1772038832" }, "departure": { "time": "1772038832" }, "stopId": "2EURO", "stopSequence": 1 }, { "arrival": { "time": "1772038918" }, "departure": { "time": "1772038918" }, "stopId": "2DUNA", "stopSequence": 2 }, { "arrival": { "time": "1772039090" }, "departure": { "time": "1772039090" }, "stopId": "2BRIS", "stopSequence": 3 }, { "arrival": { "time": "1772039171" }, "departure": { "time": "1772039171" }, "stopId": "2CROI", "stopSequence": 4 }, { "arrival": { "time": "1772039332" }, "departure": { "time": "1772039332" }, "stopId": "2MTAI", "stopSequence": 5 }, { "arrival": { "time": "1772039430" }, "departure": { "time": "1772039430" }, "stopId": "2CONS", "stopSequence": 6 }, { "arrival": { "time": "1772039580" }, "stopId": "2CECO", "stopSequence": 7 } ], "trip": { "directionId": 0, "routeId": "B", "tripId": "6544743" } } }, { "id": "trip:6260067", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1772038402" }, "departure": { "time": "1772038402" }, "stopId": "CAMPBO-E", "stopSequence": 46 }, { "arrival": { "time": "1772038432" }, "departure": { "time": "1772038432" }, "stopId": "GAREBO-E", "stopSequence": 47 }, { "arrival": { "time": "1772038465" }, "departure": { "time": "1772038465" }, "stopId": "PONTLA-E", "stopSequence": 48 }, { "arrival": { "time": "1772038520" }, "departure": { "time": "1772038520" }, "stopId": "LAPOIN-E", "stopSequence": 49 }, { "arrival": { "time": "1772038548" }, "departure": { "time": "1772038548" }, "stopId": "RANGEA-E", "stopSequence": 50 }, { "arrival": { "time": "1772038718" }, "departure": { "time": "1772038718" }, "scheduleRelationship": "SKIPPED", "stopId": "VIGNES-E", "stopSequence": 52 }, { "arrival": { "time": "1772038800" }, "stopId": "CHANTOUR", "stopSequence": 53 } ], "trip": { "directionId": 1, "routeId": "06", "tripId": "6260067" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1772038474" } }