← Finland

Trains At Finnish Station

GET /finland/rail/station/:code

Trains currently at or passing through a specific station (use the short code from /finland/rail/stations).

See it visualized

Parameters

code required

Station short code (e.g. HKI for Helsinki)

minutes optional default: 15

Window minutes before+after

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/finland/rail/station/HKI?minutes=30

Live Response

{
  "data": [
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-11",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-11T16:00:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T16:00:00.000Z",
          "stationShortCode": "KJÄ",
          "stationUICCode": 367,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-11T15:49:30.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-11T16:08:21.000Z",
          "scheduledTime": "2026-08-11T16:07:55.000Z",
          "stationShortCode": "HNH",
          "stationUICCode": 812,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-11T16:08:21.000Z",
          "scheduledTime": "2026-08-11T16:07:55.000Z",
          "stationShortCode": "HNH",
          "stationUICCode": 812,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T16:32:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T16:30:00.000Z",
          "stationShortCode": "MIS",
          "stationUICCode": 366,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T16:32:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T16:31:00.000Z",
          "stationShortCode": "MIS",
          "stationUICCode": 366,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-11T17:03:37.000Z",
          "scheduledTime": "2026-08-11T17:02:21.000Z",
          "stationShortCode": "VRA",
          "stationUICCode": 807,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-11T17:03:37.000Z",
          "scheduledTime": "2026-08-11T17:02:21.000Z",
          "stationShortCode": "VRA",
          "stationUICCode": 807,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T17:11:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T17:10:00.000Z",
          "stationShortCode": "ROI",
          "stationUICCode": 364,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T17:59:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T18:00:00.000Z",
          "stationShortCode": "ROI",
          "stationUICCode": 364,
          "stopSector": "A0",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-11T17:33:47.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T18:20:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T18:18:00.000Z",
          "stationShortCode": "MUL",
          "stationUICCode": 363,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T18:20:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T18:18:00.000Z",
          "stationShortCode": "MUL",
          "stationUICCode": 363,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T18:36:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-11T18:33:00.000Z",
          "stationShortCode": "KVU",
          "stationUICCode": 362,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T18:36:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-11T18:33:00.000Z",
          "stationShortCode": "KVU",
          "stationUICCode": 362,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T18:50:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-11T18:47:00.000Z",
          "stationShortCode": "TRV",
          "stationUICCode": 361,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T18:55:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T18:54:00.000Z",
          "stationShortCode": "TRV",
          "stationUICCode": 361,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T19:08:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T19:09:00.000Z",
          "stationShortCode": "TÖR",
          "stationUICCode": 1287,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T19:08:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T19:09:00.000Z",
          "stationShortCode": "TÖR",
          "stationUICCode": 1287,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T19:15:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-11T19:18:00.000Z",
          "stationShortCode": "LLA",
          "stationUICCode": 360,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T19:15:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-11T19:18:00.000Z",
          "stationShortCode": "LLA",
          "stationUICCode": 360,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T19:19:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-11T19:21:00.000Z",
          "stationShortCode": "LI",
          "stationUICCode": 829,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T19:19:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-11T19:21:00.000Z",
          "stationShortCode": "LI",
          "stationUICCode": 829,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T19:24:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-11T19:27:00.000Z",
          "stationShortCode": "KEM",
          "stationUICCode": 347,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T19:30:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T19:30:00.000Z",
          "stationShortCode": "KEM",
          "stationUICCode": 347,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T19:41:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-11T19:39:00.000Z",
          "stationShortCode": "MKN",
          "stationUICCode": 1365,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T19:41:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-11T19:39:00.000Z",
          "stationShortCode": "MKN",
          "stationUICCode": 1365,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T19:52:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-11T19:46:00.000Z",
          "stationShortCode": "SIM",
          "stationUICCode": 346,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T19:52:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-11T19:46:00.000Z",
          "stationShortCode": "SIM",
          "stationUICCode": 346,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T20:01:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-11T19:57:00.000Z",
          "stationShortCode": "MYS",
          "stationUICCode": 1183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T20:01:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-11T19:57:00.000Z",
          "stationShortCode": "MYS",
          "stationUICCode": 1183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T20:11:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-11T20:08:00.000Z",
          "stationShortCode": "LHS",
          "stationUICCode": 1364,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T20:11:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-11T20:08:00.000Z",
          "stationShortCode": "LHS",
          "stationUICCode": 1364,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T20:18:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-11T20:14:00.000Z",
          "stationShortCode": "II",
          "stationUICCode": 343,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T20:19:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-11T20:14:00.000Z",
          "stationShortCode": "II",
          "stationUICCode": 343,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T20:27:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-11T20:22:00.000Z",
          "stationShortCode": "HD",
          "stationUICCode": 342,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T20:27:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-11T20:22:00.000Z",
          "stationShortCode": "HD",
          "stationUICCode": 342,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-11T20:32:51.000Z",
          "scheduledTime": "2026-08-11T20:27:00.000Z",
          "stationShortCode": "KEO",
          "stationUICCode": 1372,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-11T20:32:51.000Z",
          "scheduledTime": "2026-08-11T20:27:00.000Z",
          "stationShortCode": "KEO",
          "stationUICCode": 1372,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T20:38:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-11T20:34:00.000Z",
          "stationShortCode": "TUA",
          "stationUICCode": 339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T20:38:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-11T20:34:00.000Z",
          "stationShortCode": "TUA",
          "stationUICCode": 339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T20:43:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-11T20:40:00.000Z",
          "stationShortCode": "OL",
          "stationUICCode": 370,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T20:54:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T20:53:00.000Z",
          "stationShortCode": "OL",
          "stationUICCode": 370,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T20:57:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T20:58:00.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T20:57:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T20:58:00.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:02:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "772",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T21:02:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:04:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "772",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-11T21:05:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:14:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T21:12:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:14:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T21:12:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:18:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-11T21:16:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:18:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-11T21:16:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:21:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T21:19:00.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:21:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T21:19:00.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:26:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T21:25:00.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:26:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T21:25:00.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:30:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T21:29:00.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:30:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T21:29:00.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:34:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T21:33:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:34:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T21:33:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:37:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T21:36:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:37:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T21:36:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:44:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T21:45:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:44:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T21:45:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:50:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-11T21:51:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:50:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-11T21:51:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T21:57:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-11T21:59:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T21:57:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-11T21:59:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T22:05:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-11T22:07:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T22:12:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-11T22:09:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T22:17:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-11T22:14:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T22:17:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-11T22:14:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T22:21:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T22:19:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T22:21:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T22:19:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T22:25:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T22:24:00.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T22:25:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-11T22:24:00.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T22:31:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T22:31:00.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T22:31:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T22:31:00.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T22:38:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T22:38:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T22:38:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T22:38:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T22:41:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T22:42:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T22:41:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T22:42:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T22:45:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T22:46:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T22:45:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-11T22:46:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T22:53:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-11T22:54:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T22:58:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-11T22:57:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T23:12:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-11T23:07:00.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T23:13:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-11T23:17:00.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T23:22:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-11T23:25:00.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T23:22:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-11T23:25:00.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T23:25:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-11T23:30:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T23:25:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-11T23:30:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T23:30:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-11T23:36:00.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T23:30:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-11T23:36:00.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T23:34:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -6,
          "scheduledTime": "2026-08-11T23:40:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T23:34:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -6,
          "scheduledTime": "2026-08-11T23:40:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T23:37:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": -8,
          "scheduledTime": "2026-08-11T23:45:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T23:37:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "002",
          "countryCode": "FI",
          "differenceInMinutes": -13,
          "scheduledTime": "2026-08-11T23:50:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T23:42:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -13,
          "scheduledTime": "2026-08-11T23:56:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T23:42:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -13,
          "scheduledTime": "2026-08-11T23:56:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T23:46:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -14,
          "scheduledTime": "2026-08-12T00:00:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T23:46:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -14,
          "scheduledTime": "2026-08-12T00:00:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T23:49:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -14,
          "scheduledTime": "2026-08-12T00:04:00.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T23:49:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -14,
          "scheduledTime": "2026-08-12T00:04:00.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-11T23:54:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -13,
          "scheduledTime": "2026-08-12T00:08:00.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-11T23:54:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -13,
          "scheduledTime": "2026-08-12T00:08:00.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T00:00:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -13,
          "scheduledTime": "2026-08-12T00:14:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T00:00:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -16,
          "scheduledTime": "2026-08-12T00:17:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T00:06:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -16,
          "scheduledTime": "2026-08-12T00:22:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T00:06:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -16,
          "scheduledTime": "2026-08-12T00:22:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T00:10:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -17,
          "scheduledTime": "2026-08-12T00:28:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T00:10:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -17,
          "scheduledTime": "2026-08-12T00:28:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T00:18:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -16,
          "scheduledTime": "2026-08-12T00:34:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T00:18:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -16,
          "scheduledTime": "2026-08-12T00:34:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T00:30:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -15,
          "scheduledTime": "2026-08-12T00:45:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T00:57:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T00:56:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T01:02:15.000Z",
          "scheduledTime": "2026-08-12T01:01:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:02:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T01:01:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:07:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:07:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:07:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:07:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:08:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:09:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:08:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:09:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:14:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:15:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:14:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:15:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:17:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:19:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:17:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:19:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:21:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:23:00.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:21:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:23:00.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:26:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T01:29:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:26:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T01:29:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:29:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T01:33:00.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:29:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T01:33:00.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:33:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-12T01:38:00.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:33:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-12T01:38:00.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:36:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -6,
          "scheduledTime": "2026-08-12T01:43:00.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:36:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -6,
          "scheduledTime": "2026-08-12T01:43:00.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:39:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -8,
          "scheduledTime": "2026-08-12T01:47:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:39:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -8,
          "scheduledTime": "2026-08-12T01:47:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:43:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -9,
          "scheduledTime": "2026-08-12T01:52:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:43:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -9,
          "scheduledTime": "2026-08-12T01:52:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:47:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -10,
          "scheduledTime": "2026-08-12T01:58:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:47:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -10,
          "scheduledTime": "2026-08-12T01:58:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:51:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -12,
          "scheduledTime": "2026-08-12T02:04:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:51:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -12,
          "scheduledTime": "2026-08-12T02:04:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:57:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -13,
          "scheduledTime": "2026-08-12T02:10:00.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:57:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -13,
          "scheduledTime": "2026-08-12T02:10:00.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:01:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -14,
          "scheduledTime": "2026-08-12T02:15:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:01:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -14,
          "scheduledTime": "2026-08-12T02:15:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:05:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -14,
          "scheduledTime": "2026-08-12T02:19:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:05:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -14,
          "scheduledTime": "2026-08-12T02:19:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:10:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -14,
          "scheduledTime": "2026-08-12T02:24:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:10:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -14,
          "scheduledTime": "2026-08-12T02:24:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:14:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -13,
          "scheduledTime": "2026-08-12T02:28:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:14:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -13,
          "scheduledTime": "2026-08-12T02:28:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:37:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T02:35:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:08:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:08:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T02:56:26.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:16:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:15:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:16:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:15:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:19:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:18:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:19:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:18:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:22:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:22:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:22:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:22:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:25:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:25:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:25:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:25:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:28:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:28:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:28:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:28:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:33:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:33:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:43:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:42:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:50:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T03:48:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:50:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T03:48:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:54:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:52:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:54:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:52:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:55:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:53:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:55:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:53:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:57:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:56:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:57:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:56:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:01:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:00:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:01:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:00:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:05:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:06:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:09:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T04:08:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:14:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:14:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:14:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:14:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:16:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:17:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:16:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:17:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:19:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:20:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:19:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:20:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:23:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:23:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:23:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:23:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:26:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:27:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:26:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:27:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:27:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:27:58.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:27:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:27:58.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:29:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:30:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:36:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:35:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:40:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T04:39:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:40:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T04:39:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:43:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:43:12.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:43:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:43:12.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:44:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:45:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:44:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:45:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:46:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:47:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:46:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:47:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:51:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:51:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:51:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:51:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:59:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T04:57:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:59:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T04:57:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:00:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T04:59:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:00:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T04:59:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:02:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:02:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:03:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -6,
          "scheduledTime": "2026-08-12T05:10:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:06:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -8,
          "scheduledTime": "2026-08-12T05:14:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:06:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -8,
          "scheduledTime": "2026-08-12T05:14:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:16:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T05:18:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:16:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T05:18:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:20:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:20:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:20:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:20:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:22:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:21:33.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:22:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:21:33.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:24:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:23:41.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:24:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:23:41.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:24:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:24:30.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:24:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:24:30.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:25:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:25:01.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:25:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:25:01.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:26:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:25:49.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:26:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:25:49.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T05:27:08.000Z",
          "scheduledTime": "2026-08-12T05:27:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T05:27:08.000Z",
          "scheduledTime": "2026-08-12T05:27:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:29:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:27:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:29:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:27:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:31:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:29:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:33:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:31:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:35:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:32:28.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:35:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:32:28.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:37:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:33:37.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:37:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:33:37.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:38:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:35:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:38:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:35:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:39:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:35:50.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:39:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:35:50.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:41:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:36:44.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:41:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T05:36:44.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:42:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T05:37:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:42:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T05:37:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:45:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T05:40:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:45:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T05:40:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:46:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "101",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:44:00.000Z",
          "stationShortCode": "PSLT",
          "stationUICCode": 1034,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:20.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "J",
              "categoryCodeId": 268503114,
              "detailedCategoryCode": "J1",
              "detailedCategoryCodeId": 34603272
            }
          ],
          "commercialStop": false,
          "commercialTrack": "101",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-08-12T06:03:00.000Z",
          "stationShortCode": "PSLT",
          "stationUICCode": 1034,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:08:52.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:05:00.000Z",
          "stationShortCode": "PAU",
          "stationUICCode": 1328,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:11:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:05:00.000Z",
          "stationShortCode": "PAU",
          "stationUICCode": 1328,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:07:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-08-12T06:09:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:15:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 274,
      "trainType": "PYO",
      "version": 293814947403
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T04:03:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:02:00.000Z",
          "stationShortCode": "IMR",
          "stationUICCode": 603,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T03:55:06.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:06:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:06:00.000Z",
          "stationShortCode": "RAH",
          "stationUICCode": 501,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:06:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:06:00.000Z",
          "stationShortCode": "RAH",
          "stationUICCode": 501,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:12:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:11:00.000Z",
          "stationShortCode": "JTS",
          "stationUICCode": 499,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:12:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:11:00.000Z",
          "stationShortCode": "JTS",
          "stationUICCode": 499,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:16:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:16:00.000Z",
          "stationShortCode": "MKO",
          "stationUICCode": 1180,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:16:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:16:00.000Z",
          "stationShortCode": "MKO",
          "stationUICCode": 1180,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:20:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:19:00.000Z",
          "stationShortCode": "LRS",
          "stationUICCode": 498,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:20:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:19:00.000Z",
          "stationShortCode": "LRS",
          "stationUICCode": 498,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:23:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T04:22:00.000Z",
          "stationShortCode": "LR",
          "stationUICCode": 495,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:26:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:25:00.000Z",
          "stationShortCode": "LR",
          "stationUICCode": 495,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:31:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:30:00.000Z",
          "stationShortCode": "TAP",
          "stationUICCode": 1276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:31:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:30:00.000Z",
          "stationShortCode": "TAP",
          "stationUICCode": 1276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:33:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:33:00.000Z",
          "stationShortCode": "TRÄ",
          "stationUICCode": 1290,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:33:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:33:00.000Z",
          "stationShortCode": "TRÄ",
          "stationUICCode": 1290,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:35:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:36:00.000Z",
          "stationShortCode": "RAS",
          "stationUICCode": 1222,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:35:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:36:00.000Z",
          "stationShortCode": "RAS",
          "stationUICCode": 1222,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:39:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:41:00.000Z",
          "stationShortCode": "LÄ",
          "stationUICCode": 487,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:39:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:41:00.000Z",
          "stationShortCode": "LÄ",
          "stationUICCode": 487,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:43:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T04:46:00.000Z",
          "stationShortCode": "TA",
          "stationUICCode": 486,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:43:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T04:46:00.000Z",
          "stationShortCode": "TA",
          "stationUICCode": 486,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:48:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:50:00.000Z",
          "stationShortCode": "KJR",
          "stationUICCode": 944,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:48:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:50:00.000Z",
          "stationShortCode": "KJR",
          "stationUICCode": 944,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:57:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T04:54:00.000Z",
          "stationShortCode": "KPA",
          "stationUICCode": 485,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:57:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T04:54:00.000Z",
          "stationShortCode": "KPA",
          "stationUICCode": 485,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:01:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T04:57:00.000Z",
          "stationShortCode": "KTH",
          "stationUICCode": 1319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:01:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T04:57:00.000Z",
          "stationShortCode": "KTH",
          "stationUICCode": 1319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:01:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T04:58:00.000Z",
          "stationShortCode": "UTI",
          "stationUICCode": 484,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:01:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T04:58:00.000Z",
          "stationShortCode": "UTI",
          "stationUICCode": 484,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:04:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:01:00.000Z",
          "stationShortCode": "KUV",
          "stationUICCode": 1320,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:04:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:01:00.000Z",
          "stationShortCode": "KUV",
          "stationUICCode": 1320,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:07:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:05:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:09:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:09:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:13:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:14:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:13:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:14:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:15:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:16:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:15:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:16:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:18:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:19:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:18:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:19:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:19:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:20:00.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:19:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:20:00.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:23:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:24:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:23:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:24:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:28:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:28:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:28:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:28:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:29:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:29:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:29:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:29:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:31:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:32:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:31:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:32:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:36:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T05:38:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:40:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:40:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:45:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:45:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:45:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:45:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:50:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:50:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:50:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:50:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:53:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:53:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:53:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:53:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:59:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:59:30.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:59:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:59:30.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:03:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:03:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:06:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:06:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:06:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:06:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:07:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:07:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:07:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:08:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:02.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:08:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:02.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:28.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:28.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:11:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:11:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:12:41.000Z",
          "scheduledTime": "2026-08-12T06:12:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:12:41.000Z",
          "scheduledTime": "2026-08-12T06:12:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:12:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:12:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:14:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:15:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:17:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:16:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:16:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:16:59.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:16:59.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:50.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:50.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:20:57.000Z",
          "scheduledTime": "2026-08-12T06:19:44.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:20:57.000Z",
          "scheduledTime": "2026-08-12T06:19:44.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:22:07.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:22:07.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:24:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 2,
      "trainType": "S",
      "version": 293814947555
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:53.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:53.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:16.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:16.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:09.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:09.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:22.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:22.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:31.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:31.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:32:20.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:32:20.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:56.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:56.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:34.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:34.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:37.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:37.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:17.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:17.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:38:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:38:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:43:30.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:43:30.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:47:00.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:47:00.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:50:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:50:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:53:00.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:53:00.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:56:30.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:56:30.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:01:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:01:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:06:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:08:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:13:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:13:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:15:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:15:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:17:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:17:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:21:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:21:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:24:30.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:24:30.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:26:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:26:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:29:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:29:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:32:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:32:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:37:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:45:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:49:00.000Z",
          "stationShortCode": "KUV",
          "stationUICCode": 1320,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:49:00.000Z",
          "stationShortCode": "KUV",
          "stationUICCode": 1320,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:52:00.000Z",
          "stationShortCode": "UTI",
          "stationUICCode": 484,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:52:00.000Z",
          "stationShortCode": "UTI",
          "stationUICCode": 484,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:52:30.000Z",
          "stationShortCode": "KTH",
          "stationUICCode": 1319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:52:30.000Z",
          "stationShortCode": "KTH",
          "stationUICCode": 1319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:55:30.000Z",
          "stationShortCode": "KPA",
          "stationUICCode": 485,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:55:30.000Z",
          "stationShortCode": "KPA",
          "stationUICCode": 485,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:59:30.000Z",
          "stationShortCode": "KJR",
          "stationUICCode": 944,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:59:30.000Z",
          "stationShortCode": "KJR",
          "stationUICCode": 944,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:03:00.000Z",
          "stationShortCode": "TA",
          "stationUICCode": 486,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:03:00.000Z",
          "stationShortCode": "TA",
          "stationUICCode": 486,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:07:00.000Z",
          "stationShortCode": "LÄ",
          "stationUICCode": 487,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:07:00.000Z",
          "stationShortCode": "LÄ",
          "stationUICCode": 487,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:10:30.000Z",
          "stationShortCode": "RAS",
          "stationUICCode": 1222,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:10:30.000Z",
          "stationShortCode": "RAS",
          "stationUICCode": 1222,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:13:30.000Z",
          "stationShortCode": "TRÄ",
          "stationUICCode": 1290,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:13:30.000Z",
          "stationShortCode": "TRÄ",
          "stationUICCode": 1290,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:16:00.000Z",
          "stationShortCode": "TAP",
          "stationUICCode": 1276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:16:00.000Z",
          "stationShortCode": "TAP",
          "stationUICCode": 1276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:21:00.000Z",
          "stationShortCode": "LR",
          "stationUICCode": 495,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:23:00.000Z",
          "stationShortCode": "LR",
          "stationUICCode": 495,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:27:00.000Z",
          "stationShortCode": "LRS",
          "stationUICCode": 498,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:27:00.000Z",
          "stationShortCode": "LRS",
          "stationUICCode": 498,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:31:00.000Z",
          "stationShortCode": "MKO",
          "stationUICCode": 1180,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:31:00.000Z",
          "stationShortCode": "MKO",
          "stationUICCode": 1180,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:38:00.000Z",
          "stationShortCode": "JTS",
          "stationUICCode": 499,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:39:00.000Z",
          "stationShortCode": "JTS",
          "stationUICCode": 499,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:47:00.000Z",
          "stationShortCode": "RAH",
          "stationUICCode": 501,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:47:00.000Z",
          "stationShortCode": "RAH",
          "stationUICCode": 501,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:52:00.000Z",
          "stationShortCode": "IMR",
          "stationUICCode": 603,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:54:00.000Z",
          "stationShortCode": "IMR",
          "stationUICCode": 603,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:57:00.000Z",
          "stationShortCode": "IMT",
          "stationUICCode": 502,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:57:00.000Z",
          "stationShortCode": "IMT",
          "stationUICCode": 502,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:00:32.000Z",
          "stationShortCode": "IM",
          "stationUICCode": 1352,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:00:32.000Z",
          "stationShortCode": "IM",
          "stationUICCode": 1352,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:08:00.000Z",
          "stationShortCode": "RJÄ",
          "stationUICCode": 506,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:08:00.000Z",
          "stationShortCode": "RJÄ",
          "stationUICCode": 506,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:20:00.000Z",
          "stationShortCode": "SPL",
          "stationUICCode": 507,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:20:00.000Z",
          "stationShortCode": "SPL",
          "stationUICCode": 507,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:29:20.000Z",
          "stationShortCode": "KIJ",
          "stationUICCode": 1123,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:29:20.000Z",
          "stationShortCode": "KIJ",
          "stationUICCode": 1123,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:31:00.000Z",
          "stationShortCode": "PAR",
          "stationUICCode": 510,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:33:00.000Z",
          "stationShortCode": "PAR",
          "stationUICCode": 510,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:43:00.000Z",
          "stationShortCode": "SR",
          "stationUICCode": 964,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:43:00.000Z",
          "stationShortCode": "SR",
          "stationUICCode": 964,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:48:33.000Z",
          "stationShortCode": "POI",
          "stationUICCode": 965,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:48:33.000Z",
          "stationShortCode": "POI",
          "stationUICCode": 965,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:54:00.000Z",
          "stationShortCode": "KTI",
          "stationUICCode": 966,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T10:55:00.000Z",
          "stationShortCode": "KTI",
          "stationUICCode": 966,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:13:00.000Z",
          "stationShortCode": "PUS",
          "stationUICCode": 919,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:13:00.000Z",
          "stationShortCode": "PUS",
          "stationUICCode": 919,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:17:00.000Z",
          "stationShortCode": "KIT",
          "stationUICCode": 453,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:18:00.000Z",
          "stationShortCode": "KIT",
          "stationUICCode": 453,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:29:00.000Z",
          "stationShortCode": "SÄ",
          "stationUICCode": 918,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:29:00.000Z",
          "stationShortCode": "SÄ",
          "stationUICCode": 918,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:32:00.000Z",
          "stationShortCode": "TKK",
          "stationUICCode": 916,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:32:00.000Z",
          "stationShortCode": "TKK",
          "stationUICCode": 916,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:37:00.000Z",
          "stationShortCode": "HSL",
          "stationUICCode": 451,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:37:00.000Z",
          "stationShortCode": "HSL",
          "stationUICCode": 451,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:43:00.000Z",
          "stationShortCode": "NTH",
          "stationUICCode": 917,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:43:00.000Z",
          "stationShortCode": "NTH",
          "stationUICCode": 917,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:48:30.000Z",
          "stationShortCode": "KPP",
          "stationUICCode": 1369,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:48:30.000Z",
          "stationShortCode": "KPP",
          "stationUICCode": 1369,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:49:47.000Z",
          "stationShortCode": "SUL",
          "stationUICCode": 1071,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:49:47.000Z",
          "stationShortCode": "SUL",
          "stationUICCode": 1071,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:50:27.000Z",
          "stationShortCode": "PLT",
          "stationUICCode": 1070,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:50:27.000Z",
          "stationShortCode": "PLT",
          "stationUICCode": 1070,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T11:51:00.000Z",
          "stationShortCode": "JNS",
          "stationUICCode": 460,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 3,
      "trainType": "IC",
      "version": 293814941292
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T01:32:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:32:00.000Z",
          "stationShortCode": "OL",
          "stationUICCode": 370,
          "stopSector": "C1",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T01:26:12.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:36:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:37:00.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:36:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:37:00.000Z",
          "stationShortCode": "OLL",
          "stationUICCode": 1351,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:38:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:40:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:38:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:40:00.000Z",
          "stationShortCode": "KML",
          "stationUICCode": 769,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:44:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:45:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:44:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:45:00.000Z",
          "stationShortCode": "LKA",
          "stationUICCode": 338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:47:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:48:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:47:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:48:00.000Z",
          "stationShortCode": "TKP",
          "stationUICCode": 1335,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:49:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:50:30.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:49:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:50:30.000Z",
          "stationShortCode": "HVN",
          "stationUICCode": 1041,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:53:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:54:30.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:53:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:54:30.000Z",
          "stationShortCode": "RKI",
          "stationUICCode": 337,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:56:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:57:30.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:56:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:57:30.000Z",
          "stationShortCode": "TJA",
          "stationUICCode": 336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:00:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T02:01:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:00:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T02:01:00.000Z",
          "stationShortCode": "AHO",
          "stationUICCode": 1343,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:02:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T02:03:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:02:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T02:03:00.000Z",
          "stationShortCode": "VTI",
          "stationUICCode": 334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:07:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T02:09:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:07:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T02:09:00.000Z",
          "stationShortCode": "KUA",
          "stationUICCode": 1115,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:12:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:14:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:12:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:14:00.000Z",
          "stationShortCode": "OU",
          "stationUICCode": 322,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:19:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:21:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:19:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:21:00.000Z",
          "stationShortCode": "KGS",
          "stationUICCode": 1092,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:25:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T02:28:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:30:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:30:00.000Z",
          "stationShortCode": "YV",
          "stationUICCode": 320,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:34:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T02:35:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:34:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T02:35:00.000Z",
          "stationShortCode": "KHG",
          "stationUICCode": 1097,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:37:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:39:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:37:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:39:00.000Z",
          "stationShortCode": "SVI",
          "stationUICCode": 319,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:40:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:42:30.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:40:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:42:30.000Z",
          "stationShortCode": "ELA",
          "stationUICCode": 318,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:45:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T02:48:30.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:45:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T02:48:30.000Z",
          "stationShortCode": "KNS",
          "stationUICCode": 317,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:50:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T02:54:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:50:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T02:54:00.000Z",
          "stationShortCode": "RPA",
          "stationUICCode": 747,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:53:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T02:57:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:53:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T02:57:00.000Z",
          "stationShortCode": "KLV",
          "stationUICCode": 316,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:56:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T03:00:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:56:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T03:00:00.000Z",
          "stationShortCode": "MTV",
          "stationUICCode": 1171,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:01:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T03:06:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:09:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:09:00.000Z",
          "stationShortCode": "KOK",
          "stationUICCode": 312,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:17:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:16:30.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:17:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:16:30.000Z",
          "stationShortCode": "KPY",
          "stationUICCode": 311,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:22:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:21:30.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:22:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:21:30.000Z",
          "stationShortCode": "KPI",
          "stationUICCode": 309,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:24:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:25:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:24:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:25:00.000Z",
          "stationShortCode": "PNÄ",
          "stationUICCode": 305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:28:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T03:29:30.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:28:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T03:29:30.000Z",
          "stationShortCode": "KOI",
          "stationUICCode": 745,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:30:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T03:32:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:30:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T03:32:00.000Z",
          "stationShortCode": "RJR",
          "stationUICCode": 1327,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:33:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:35:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:33:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:35:00.000Z",
          "stationShortCode": "JPA",
          "stationUICCode": 303,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:36:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:39:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:36:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:39:00.000Z",
          "stationShortCode": "KÖK",
          "stationUICCode": 1144,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:39:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:42:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:39:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:42:00.000Z",
          "stationShortCode": "VT",
          "stationUICCode": 302,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:42:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:44:30.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:42:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:44:30.000Z",
          "stationShortCode": "HM",
          "stationUICCode": 300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:45:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:47:30.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:45:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:47:30.000Z",
          "stationShortCode": "RIO",
          "stationUICCode": 1227,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:48:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:51:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:48:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T03:51:00.000Z",
          "stationShortCode": "KHA",
          "stationUICCode": 299,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:51:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T03:54:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:51:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T03:54:00.000Z",
          "stationShortCode": "RJP",
          "stationUICCode": 1220,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:54:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T03:57:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:54:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T03:57:00.000Z",
          "stationShortCode": "LPA",
          "stationUICCode": 298,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:58:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T04:01:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:58:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T04:01:00.000Z",
          "stationShortCode": "RHA",
          "stationUICCode": 742,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:05:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T04:08:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:11:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:11:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T04:15:01.000Z",
          "scheduledTime": "2026-08-12T04:16:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:14:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:16:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:17:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:19:30.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:17:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:19:30.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:18:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T04:21:30.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:18:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T04:21:30.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:22:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T04:25:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:22:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T04:25:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:25:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T04:29:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:25:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T04:29:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:27:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T04:32:00.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:27:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T04:32:00.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:31:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T04:35:30.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:31:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T04:35:30.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:33:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-12T04:38:30.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:33:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-12T04:38:30.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:36:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-12T04:41:00.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:36:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-12T04:41:00.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:38:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-12T04:43:30.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:38:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -5,
          "scheduledTime": "2026-08-12T04:43:30.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:43:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T04:46:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:43:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:46:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:47:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:48:30.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:47:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:48:30.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:51:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:52:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:51:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:52:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:54:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:55:30.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:54:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:55:30.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:58:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:59:30.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:58:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:59:30.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:00:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T05:02:30.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:00:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T05:02:30.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:03:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T05:05:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:03:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T05:05:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:09:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "102",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:09:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:11:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "102",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T05:13:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:17:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:17:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:17:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:17:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:24:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:24:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:28:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:28:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:34:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:33:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:34:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:33:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:36:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:35:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:36:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:35:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:38:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:37:30.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:38:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:37:30.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:40:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:39:30.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:40:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:39:30.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:42:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:41:30.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:42:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:41:30.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:44:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:44:30.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:44:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:44:30.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:48:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:47:30.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:48:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:47:30.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:51:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:50:30.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:51:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:50:30.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:51:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:51:30.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:51:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:51:30.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:53:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:53:30.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:53:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:53:30.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:30.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:30.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:00:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:00:30.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:00:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:00:30.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:03:30.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:03:30.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:05:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:05:30.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:05:30.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:07:30.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:07:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:07:30.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:12:30.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:12:30.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:13:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:13:19.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:13:19.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:15:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:15:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:17:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:18:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:18:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:20:06.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:20:06.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:32:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:32:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:33:30.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:33:30.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:39:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:39:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:40:23.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:40:23.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:42:18.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:42:18.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:43:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:43:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:44:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:44:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:44:03.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:44:03.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:45:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:45:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:45:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:47.000Z",
          "scheduledTime": "2026-08-12T06:47:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:00.000Z",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:39.000Z",
          "scheduledTime": "2026-08-12T06:49:28.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:39.000Z",
          "scheduledTime": "2026-08-12T06:49:28.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:37.000Z",
          "scheduledTime": "2026-08-12T06:50:37.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:37.000Z",
          "scheduledTime": "2026-08-12T06:50:37.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:00.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:00.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:50.000Z",
          "scheduledTime": "2026-08-12T06:52:50.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:50.000Z",
          "scheduledTime": "2026-08-12T06:52:50.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:44.000Z",
          "scheduledTime": "2026-08-12T06:53:44.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:44.000Z",
          "scheduledTime": "2026-08-12T06:53:44.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:00.000Z",
          "scheduledTime": "2026-08-12T06:54:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:00.000Z",
          "scheduledTime": "2026-08-12T06:54:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:00.000Z",
          "scheduledTime": "2026-08-12T06:55:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:00.000Z",
          "scheduledTime": "2026-08-12T06:55:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:40.000Z",
          "scheduledTime": "2026-08-12T06:56:40.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:40.000Z",
          "scheduledTime": "2026-08-12T06:56:40.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:00.000Z",
          "scheduledTime": "2026-08-12T06:58:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:00.000Z",
          "scheduledTime": "2026-08-12T06:59:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:00.000Z",
          "scheduledTime": "2026-08-12T07:05:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 30,
      "trainType": "S",
      "version": 293814947778
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T02:44:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:44:00.000Z",
          "stationShortCode": "VS",
          "stationUICCode": 288,
          "stopSector": "A1",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T02:42:13.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:58:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:59:00.000Z",
          "stationShortCode": "LAI",
          "stationUICCode": 293,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:58:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:59:00.000Z",
          "stationShortCode": "LAI",
          "stationUICCode": 293,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T03:04:04.000Z",
          "scheduledTime": "2026-08-12T03:04:00.000Z",
          "stationShortCode": "TK",
          "stationUICCode": 294,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T03:05:04.000Z",
          "scheduledTime": "2026-08-12T03:05:00.000Z",
          "stationShortCode": "TK",
          "stationUICCode": 294,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:14:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:14:00.000Z",
          "stationShortCode": "IKY",
          "stationUICCode": 295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:14:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:14:00.000Z",
          "stationShortCode": "IKY",
          "stationUICCode": 295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T03:19:00.000Z",
          "scheduledTime": "2026-08-12T03:19:00.000Z",
          "stationShortCode": "YST",
          "stationUICCode": 296,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T03:19:00.000Z",
          "scheduledTime": "2026-08-12T03:19:00.000Z",
          "stationShortCode": "YST",
          "stationUICCode": 296,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:32:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:33:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:37:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:37:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T03:41:42.000Z",
          "scheduledTime": "2026-08-12T03:41:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:41:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:41:00.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:44:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:44:30.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:44:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:44:30.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:45:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:46:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:45:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:46:00.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:49:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:50:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:49:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:50:00.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:52:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:53:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:52:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:53:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:55:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:55:30.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:55:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:55:30.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:58:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:59:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:58:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:59:00.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:01:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:01:30.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:01:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:01:30.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:04:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:04:30.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:04:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:04:30.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:06:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:07:30.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:06:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:07:30.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:10:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:11:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:12:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:12:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:17:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:16:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:17:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:16:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:20:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:19:30.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:20:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:19:30.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:23:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:23:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:23:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:23:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:27:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:27:00.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:27:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:27:00.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:29:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:30:30.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:29:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:30:30.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:32:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:33:30.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:32:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:33:30.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:35:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:37:30.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:35:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:37:30.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:39:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:42:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:39:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T04:42:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:48:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:49:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:00:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:00:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:06:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:06:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:06:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:06:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:08:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:08:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:08:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:08:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:10:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:10:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:10:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:10:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:12:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:12:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:12:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:12:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:15:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:14:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:15:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:14:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:18:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:17:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:18:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:17:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:22:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:20:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:22:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:20:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:24:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:23:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:24:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:23:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:25:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:24:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:25:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:24:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:27:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:26:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:27:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:26:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:30:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:29:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:30:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:29:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:35:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:33:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:35:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:33:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:38:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:36:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:38:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:36:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:41:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:38:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:41:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:38:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:43:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:40:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:43:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:40:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:45:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:43:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:45:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:43:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:48:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:46:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:48:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:46:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:49:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:46:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:49:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:46:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:50:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:48:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:50:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:48:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:53:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:51:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:53:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:51:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:55:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:53:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:55:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:53:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:57:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:58:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:57:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:02:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:02:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:02:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:02:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:06:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:07:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:06:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:07:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:07:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:11:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:14:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:13:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:14:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:13:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:14:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:14:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:15:42.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:15:42.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:17:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:17:22.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:17:22.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:18:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:18:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:18:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:18:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:18:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:19:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:19:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:20:44.000Z",
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:20:44.000Z",
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:20:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:20:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:22:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:24:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:24:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:25:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:25:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:27:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:27:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:29:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:29:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:30:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:30:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:33:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:39:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 42,
      "trainType": "IC",
      "version": 293814947705
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:22:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "B2",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:11:16.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:26:53.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:26:53.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:29:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:29:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:29:16.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:29:16.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:30:10.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:30:10.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:31:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:31:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:32:02.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:32:02.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:32:54.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:32:54.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:17.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "M",
              "categoryCodeId": 453052490,
              "detailedCategoryCode": "M1",
              "detailedCategoryCodeId": 18546952
            }
          ],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:34:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:36:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:37:20.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:37:20.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:41:34.000Z",
          "scheduledTime": "2026-08-12T06:38:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:41:34.000Z",
          "scheduledTime": "2026-08-12T06:38:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:38:56.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:38:56.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:39:34.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:39:34.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:40:37.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:40:37.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:42:17.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:42:17.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:09.000Z",
          "scheduledTime": "2026-08-12T06:43:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:09.000Z",
          "scheduledTime": "2026-08-12T06:43:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:03.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:03.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:27.000Z",
          "scheduledTime": "2026-08-12T06:47:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:27.000Z",
          "scheduledTime": "2026-08-12T06:47:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:46.000Z",
          "scheduledTime": "2026-08-12T06:48:38.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:46.000Z",
          "scheduledTime": "2026-08-12T06:48:38.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:18.000Z",
          "scheduledTime": "2026-08-12T06:50:12.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:18.000Z",
          "scheduledTime": "2026-08-12T06:50:12.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:30.000Z",
          "scheduledTime": "2026-08-12T06:51:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:30.000Z",
          "scheduledTime": "2026-08-12T06:51:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:31.000Z",
          "scheduledTime": "2026-08-12T06:56:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:31.000Z",
          "scheduledTime": "2026-08-12T06:56:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:05.000Z",
          "scheduledTime": "2026-08-12T07:00:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:05.000Z",
          "scheduledTime": "2026-08-12T07:00:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:00.000Z",
          "scheduledTime": "2026-08-12T07:02:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:00.000Z",
          "scheduledTime": "2026-08-12T07:02:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:12.000Z",
          "scheduledTime": "2026-08-12T07:03:12.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:12.000Z",
          "scheduledTime": "2026-08-12T07:03:12.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:00.000Z",
          "scheduledTime": "2026-08-12T07:06:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:00.000Z",
          "scheduledTime": "2026-08-12T07:06:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:00.000Z",
          "scheduledTime": "2026-08-12T07:09:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:00.000Z",
          "scheduledTime": "2026-08-12T07:09:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:10:21.000Z",
          "scheduledTime": "2026-08-12T07:10:21.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:10:21.000Z",
          "scheduledTime": "2026-08-12T07:10:21.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:11:00.000Z",
          "scheduledTime": "2026-08-12T07:11:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:11:00.000Z",
          "scheduledTime": "2026-08-12T07:11:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:13:30.000Z",
          "scheduledTime": "2026-08-12T07:13:30.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:13:30.000Z",
          "scheduledTime": "2026-08-12T07:13:30.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:16:00.000Z",
          "scheduledTime": "2026-08-12T07:16:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:16:00.000Z",
          "scheduledTime": "2026-08-12T07:16:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:18:00.000Z",
          "scheduledTime": "2026-08-12T07:18:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:18:00.000Z",
          "scheduledTime": "2026-08-12T07:18:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:20:00.000Z",
          "scheduledTime": "2026-08-12T07:20:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:20:00.000Z",
          "scheduledTime": "2026-08-12T07:20:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:23:19.000Z",
          "scheduledTime": "2026-08-12T07:23:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:23:19.000Z",
          "scheduledTime": "2026-08-12T07:23:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:27:16.000Z",
          "scheduledTime": "2026-08-12T07:27:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:27:16.000Z",
          "scheduledTime": "2026-08-12T07:27:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:30:00.000Z",
          "scheduledTime": "2026-08-12T07:30:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:30:00.000Z",
          "scheduledTime": "2026-08-12T07:30:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:32:05.000Z",
          "scheduledTime": "2026-08-12T07:32:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:32:05.000Z",
          "scheduledTime": "2026-08-12T07:32:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:33:00.000Z",
          "scheduledTime": "2026-08-12T07:33:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:33:00.000Z",
          "scheduledTime": "2026-08-12T07:33:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:36:00.000Z",
          "scheduledTime": "2026-08-12T07:36:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:36:00.000Z",
          "scheduledTime": "2026-08-12T07:36:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:39:19.000Z",
          "scheduledTime": "2026-08-12T07:39:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:39:19.000Z",
          "scheduledTime": "2026-08-12T07:39:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:42:05.000Z",
          "scheduledTime": "2026-08-12T07:42:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:42:05.000Z",
          "scheduledTime": "2026-08-12T07:42:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:44:00.000Z",
          "scheduledTime": "2026-08-12T07:44:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:44:00.000Z",
          "scheduledTime": "2026-08-12T07:44:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:46:00.000Z",
          "scheduledTime": "2026-08-12T07:46:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:46:00.000Z",
          "scheduledTime": "2026-08-12T07:46:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:49:00.000Z",
          "scheduledTime": "2026-08-12T07:49:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:49:00.000Z",
          "scheduledTime": "2026-08-12T07:49:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:52:00.000Z",
          "scheduledTime": "2026-08-12T07:52:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:52:00.000Z",
          "scheduledTime": "2026-08-12T07:52:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:58:04.000Z",
          "scheduledTime": "2026-08-12T07:58:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:02:04.000Z",
          "scheduledTime": "2026-08-12T08:02:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:09:00.000Z",
          "scheduledTime": "2026-08-12T08:09:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:09:00.000Z",
          "scheduledTime": "2026-08-12T08:09:00.000Z",
          "stationShortCode": "LLH",
          "stationUICCode": 183,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:12:38.000Z",
          "scheduledTime": "2026-08-12T08:12:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:12:38.000Z",
          "scheduledTime": "2026-08-12T08:12:00.000Z",
          "stationShortCode": "YLÖ",
          "stationUICCode": 211,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:15:32.000Z",
          "scheduledTime": "2026-08-12T08:15:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:15:32.000Z",
          "scheduledTime": "2026-08-12T08:15:00.000Z",
          "stationShortCode": "LAK",
          "stationUICCode": 212,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:18:00.000Z",
          "scheduledTime": "2026-08-12T08:18:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:18:00.000Z",
          "scheduledTime": "2026-08-12T08:18:00.000Z",
          "stationShortCode": "MJJ",
          "stationUICCode": 1168,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:21:30.000Z",
          "scheduledTime": "2026-08-12T08:21:30.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:21:30.000Z",
          "scheduledTime": "2026-08-12T08:21:30.000Z",
          "stationShortCode": "KRR",
          "stationUICCode": 1095,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:26:00.000Z",
          "scheduledTime": "2026-08-12T08:26:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:26:00.000Z",
          "scheduledTime": "2026-08-12T08:26:00.000Z",
          "stationShortCode": "STÖ",
          "stationUICCode": 1257,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "351",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:31:00.000Z",
          "scheduledTime": "2026-08-12T08:31:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "351",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:34:00.000Z",
          "scheduledTime": "2026-08-12T08:34:00.000Z",
          "stationShortCode": "VJR",
          "stationUICCode": 214,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:39:00.000Z",
          "scheduledTime": "2026-08-12T08:39:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:39:00.000Z",
          "scheduledTime": "2026-08-12T08:39:00.000Z",
          "stationShortCode": "PKK",
          "stationUICCode": 1216,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:43:00.000Z",
          "scheduledTime": "2026-08-12T08:43:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:44:00.000Z",
          "scheduledTime": "2026-08-12T08:44:00.000Z",
          "stationShortCode": "PKO",
          "stationUICCode": 215,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:48:00.000Z",
          "scheduledTime": "2026-08-12T08:48:00.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:48:00.000Z",
          "scheduledTime": "2026-08-12T08:48:00.000Z",
          "stationShortCode": "LMK",
          "stationUICCode": 1151,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "553",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:52:30.000Z",
          "scheduledTime": "2026-08-12T08:52:30.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": false,
          "commercialTrack": "553",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:57:30.000Z",
          "scheduledTime": "2026-08-12T08:57:30.000Z",
          "stationShortCode": "KIS",
          "stationUICCode": 1137,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:01:30.000Z",
          "scheduledTime": "2026-08-12T09:01:30.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:01:30.000Z",
          "scheduledTime": "2026-08-12T09:01:30.000Z",
          "stationShortCode": "RLÄ",
          "stationUICCode": 596,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:04:30.000Z",
          "scheduledTime": "2026-08-12T09:04:30.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:04:30.000Z",
          "scheduledTime": "2026-08-12T09:04:30.000Z",
          "stationShortCode": "MD",
          "stationUICCode": 217,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:08:30.000Z",
          "scheduledTime": "2026-08-12T09:08:30.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:08:30.000Z",
          "scheduledTime": "2026-08-12T09:08:30.000Z",
          "stationShortCode": "YLV",
          "stationUICCode": 654,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:12:00.000Z",
          "scheduledTime": "2026-08-12T09:12:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:12:00.000Z",
          "scheduledTime": "2026-08-12T09:12:00.000Z",
          "stationShortCode": "JAL",
          "stationUICCode": 276,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:15:30.000Z",
          "scheduledTime": "2026-08-12T09:15:30.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:15:30.000Z",
          "scheduledTime": "2026-08-12T09:15:30.000Z",
          "stationShortCode": "PSJ",
          "stationUICCode": 687,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:19:30.000Z",
          "scheduledTime": "2026-08-12T09:19:30.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:19:30.000Z",
          "scheduledTime": "2026-08-12T09:19:30.000Z",
          "stationShortCode": "PLU",
          "stationUICCode": 1214,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:21:00.000Z",
          "scheduledTime": "2026-08-12T09:21:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:21:00.000Z",
          "scheduledTime": "2026-08-12T09:21:00.000Z",
          "stationShortCode": "LYÖ",
          "stationUICCode": 1153,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:24:30.000Z",
          "scheduledTime": "2026-08-12T09:24:30.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:24:30.000Z",
          "scheduledTime": "2026-08-12T09:24:30.000Z",
          "stationShortCode": "SKI",
          "stationUICCode": 1265,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:29:00.000Z",
          "scheduledTime": "2026-08-12T09:29:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:33:00.000Z",
          "scheduledTime": "2026-08-12T09:33:00.000Z",
          "stationShortCode": "SK",
          "stationUICCode": 280,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:46:00.000Z",
          "scheduledTime": "2026-08-12T09:46:00.000Z",
          "stationShortCode": "YST",
          "stationUICCode": 296,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:46:00.000Z",
          "scheduledTime": "2026-08-12T09:46:00.000Z",
          "stationShortCode": "YST",
          "stationUICCode": 296,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:51:00.000Z",
          "scheduledTime": "2026-08-12T09:51:00.000Z",
          "stationShortCode": "IKY",
          "stationUICCode": 295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:51:00.000Z",
          "scheduledTime": "2026-08-12T09:51:00.000Z",
          "stationShortCode": "IKY",
          "stationUICCode": 295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T09:59:00.000Z",
          "scheduledTime": "2026-08-12T09:59:00.000Z",
          "stationShortCode": "TK",
          "stationUICCode": 294,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T10:00:00.000Z",
          "scheduledTime": "2026-08-12T10:00:00.000Z",
          "stationShortCode": "TK",
          "stationUICCode": 294,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T10:06:04.000Z",
          "scheduledTime": "2026-08-12T10:06:00.000Z",
          "stationShortCode": "LAI",
          "stationUICCode": 293,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T10:06:04.000Z",
          "scheduledTime": "2026-08-12T10:06:00.000Z",
          "stationShortCode": "LAI",
          "stationUICCode": 293,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T10:22:00.000Z",
          "scheduledTime": "2026-08-12T10:22:00.000Z",
          "stationShortCode": "VS",
          "stationUICCode": 288,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 43,
      "trainType": "IC",
      "version": 293814947772
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T00:33:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T00:33:00.000Z",
          "stationShortCode": "KAJ",
          "stationUICCode": 387,
          "stopSector": "B2",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T00:27:07.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T00:46:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T00:46:00.000Z",
          "stationShortCode": "MUR",
          "stationUICCode": 386,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T00:46:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T00:46:00.000Z",
          "stationShortCode": "MUR",
          "stationUICCode": 386,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T00:59:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:00:00.000Z",
          "stationShortCode": "SKV",
          "stationUICCode": 424,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:01:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:01:00.000Z",
          "stationShortCode": "SKV",
          "stationUICCode": 424,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:13:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:14:00.000Z",
          "stationShortCode": "KPL",
          "stationUICCode": 423,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:13:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:14:00.000Z",
          "stationShortCode": "KPL",
          "stationUICCode": 423,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T01:19:29.000Z",
          "scheduledTime": "2026-08-12T01:20:00.000Z",
          "stationShortCode": "SOA",
          "stationUICCode": 422,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T01:19:29.000Z",
          "scheduledTime": "2026-08-12T01:20:00.000Z",
          "stationShortCode": "SOA",
          "stationUICCode": 422,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:24:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:26:00.000Z",
          "stationShortCode": "ILM",
          "stationUICCode": 420,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:28:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:28:00.000Z",
          "stationShortCode": "ILM",
          "stationUICCode": 420,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T01:29:22.000Z",
          "scheduledTime": "2026-08-12T01:29:14.000Z",
          "stationShortCode": "ITR",
          "stationUICCode": 1049,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T01:29:22.000Z",
          "scheduledTime": "2026-08-12T01:29:14.000Z",
          "stationShortCode": "ITR",
          "stationUICCode": 1049,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T01:31:32.000Z",
          "scheduledTime": "2026-08-12T01:31:32.000Z",
          "stationShortCode": "PMI",
          "stationUICCode": 882,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T01:31:32.000Z",
          "scheduledTime": "2026-08-12T01:31:32.000Z",
          "stationShortCode": "PMI",
          "stationUICCode": 882,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:36:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:37:00.000Z",
          "stationShortCode": "TE",
          "stationUICCode": 1268,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:36:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:37:00.000Z",
          "stationShortCode": "TE",
          "stationUICCode": 1268,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:44:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T01:45:00.000Z",
          "stationShortCode": "LNA",
          "stationUICCode": 416,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:46:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:46:00.000Z",
          "stationShortCode": "LNA",
          "stationUICCode": 416,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T01:57:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:57:00.000Z",
          "stationShortCode": "APT",
          "stationUICCode": 415,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T01:57:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T01:57:00.000Z",
          "stationShortCode": "APT",
          "stationUICCode": 415,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:06:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:07:00.000Z",
          "stationShortCode": "SIJ",
          "stationUICCode": 413,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:09:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T02:08:00.000Z",
          "stationShortCode": "SIJ",
          "stationUICCode": 413,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:15:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T02:15:00.000Z",
          "stationShortCode": "TOI",
          "stationUICCode": 412,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T02:15:31.000Z",
          "scheduledTime": "2026-08-12T02:15:00.000Z",
          "stationShortCode": "TOI",
          "stationUICCode": 412,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:18:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:19:49.000Z",
          "stationShortCode": "SOR",
          "stationUICCode": 870,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:18:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:19:49.000Z",
          "stationShortCode": "SOR",
          "stationUICCode": 870,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:25:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:27:11.000Z",
          "stationShortCode": "KUOT",
          "stationUICCode": 1139,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:25:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T02:27:11.000Z",
          "stationShortCode": "KUOT",
          "stationUICCode": 1139,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:26:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T02:28:00.000Z",
          "stationShortCode": "KUO",
          "stationUICCode": 408,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:33:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T02:32:00.000Z",
          "stationShortCode": "KUO",
          "stationUICCode": 408,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:35:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T02:33:30.000Z",
          "stationShortCode": "ILH",
          "stationUICCode": 1366,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:35:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T02:33:30.000Z",
          "stationShortCode": "ILH",
          "stationUICCode": 1366,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:43:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:43:00.000Z",
          "stationShortCode": "KRM",
          "stationUICCode": 406,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:43:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:43:00.000Z",
          "stationShortCode": "KRM",
          "stationUICCode": 406,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:46:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:47:00.000Z",
          "stationShortCode": "ARL",
          "stationUICCode": 869,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:46:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:47:00.000Z",
          "stationShortCode": "ARL",
          "stationUICCode": 869,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:51:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:52:00.000Z",
          "stationShortCode": "SLN",
          "stationUICCode": 405,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T02:51:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:52:00.000Z",
          "stationShortCode": "SLN",
          "stationUICCode": 405,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T02:58:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T02:59:00.000Z",
          "stationShortCode": "SNJ",
          "stationUICCode": 404,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:02:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:02:00.000Z",
          "stationShortCode": "SNJ",
          "stationUICCode": 404,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:08:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T03:09:00.000Z",
          "stationShortCode": "MRK",
          "stationUICCode": 896,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:08:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T03:09:00.000Z",
          "stationShortCode": "MRK",
          "stationUICCode": 896,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:13:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:14:00.000Z",
          "stationShortCode": "HPS",
          "stationUICCode": 402,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:13:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:14:00.000Z",
          "stationShortCode": "HPS",
          "stationUICCode": 402,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:24:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:24:00.000Z",
          "stationShortCode": "PM",
          "stationUICCode": 400,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:28:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:28:00.000Z",
          "stationShortCode": "PM",
          "stationUICCode": 400,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:37:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:37:00.000Z",
          "stationShortCode": "LOL",
          "stationUICCode": 861,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:37:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:37:00.000Z",
          "stationShortCode": "LOL",
          "stationUICCode": 861,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:45:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:44:00.000Z",
          "stationShortCode": "HAU",
          "stationUICCode": 549,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:45:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:44:00.000Z",
          "stationShortCode": "HAU",
          "stationUICCode": 549,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:51:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:51:00.000Z",
          "stationShortCode": "KSA",
          "stationUICCode": 548,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:51:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:51:00.000Z",
          "stationShortCode": "KSA",
          "stationUICCode": 548,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:57:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:56:00.000Z",
          "stationShortCode": "HIR",
          "stationUICCode": 997,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:57:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T03:56:00.000Z",
          "stationShortCode": "HIR",
          "stationUICCode": 997,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:05:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:05:00.000Z",
          "stationShortCode": "MI",
          "stationUICCode": 546,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:09:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:09:00.000Z",
          "stationShortCode": "MI",
          "stationUICCode": 546,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:17:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:17:00.000Z",
          "stationShortCode": "OT",
          "stationUICCode": 545,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:17:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:17:00.000Z",
          "stationShortCode": "OT",
          "stationUICCode": 545,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:24:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:23:00.000Z",
          "stationShortCode": "LKL",
          "stationUICCode": 993,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:24:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:23:00.000Z",
          "stationShortCode": "LKL",
          "stationUICCode": 993,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:26:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:26:00.000Z",
          "stationShortCode": "MYT",
          "stationUICCode": 543,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:26:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:26:00.000Z",
          "stationShortCode": "MYT",
          "stationUICCode": 543,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:32:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:32:00.000Z",
          "stationShortCode": "MR",
          "stationUICCode": 544,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:33:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:33:00.000Z",
          "stationShortCode": "MR",
          "stationUICCode": 544,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:41:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:41:00.000Z",
          "stationShortCode": "KII",
          "stationUICCode": 1120,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:41:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:41:00.000Z",
          "stationShortCode": "KII",
          "stationUICCode": 1120,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:47:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:48:00.000Z",
          "stationShortCode": "HLS",
          "stationUICCode": 988,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:47:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:48:00.000Z",
          "stationShortCode": "HLS",
          "stationUICCode": 988,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:53:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:54:00.000Z",
          "stationShortCode": "VHJ",
          "stationUICCode": 541,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:53:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:54:00.000Z",
          "stationShortCode": "VHJ",
          "stationUICCode": 541,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:59:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:59:00.000Z",
          "stationShortCode": "SPÄ",
          "stationUICCode": 539,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:59:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:59:00.000Z",
          "stationShortCode": "SPÄ",
          "stationUICCode": 539,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:03:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:03:00.000Z",
          "stationShortCode": "HJ",
          "stationUICCode": 985,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:03:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:03:00.000Z",
          "stationShortCode": "HJ",
          "stationUICCode": 985,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:11:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:11:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:19:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:19:00.000Z",
          "stationShortCode": "KV",
          "stationUICCode": 480,
          "stopSector": "B3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:15:46.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:24:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:24:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:24:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:24:00.000Z",
          "stationShortCode": "KRA",
          "stationUICCode": 478,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:26:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:26:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:26:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:26:00.000Z",
          "stationShortCode": "SMÄ",
          "stationUICCode": 1325,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:29:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:29:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:29:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:29:00.000Z",
          "stationShortCode": "NMÄ",
          "stationUICCode": 1324,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:30:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:30:00.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:30:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:30:00.000Z",
          "stationShortCode": "KA",
          "stationUICCode": 477,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:34:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:34:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:34:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:34:00.000Z",
          "stationShortCode": "MKA",
          "stationUICCode": 1336,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:38:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:38:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:38:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:38:00.000Z",
          "stationShortCode": "UKÄ",
          "stationUICCode": 105,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:40:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:39:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:40:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:39:30.000Z",
          "stationShortCode": "NSL",
          "stationUICCode": 595,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:42:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:42:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:42:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:42:00.000Z",
          "stationShortCode": "VLH",
          "stationUICCode": 104,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:47:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:47:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:50:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:50:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:55:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:55:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:01:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:00:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:01:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:00:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:05:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:03:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:03:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:07:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:07:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:17:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:17:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:20:23.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:20:23.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:22:18.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:22:18.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:24:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:23:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:23:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:24:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:24:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:26:07.000Z",
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:26:07.000Z",
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:27:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:29:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:29:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:31:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:31:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:34:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:34:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:35:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:35:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:38:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:44:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 62,
      "trainType": "S",
      "version": 293814947743
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T03:16:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:17:00.000Z",
          "stationShortCode": "JY",
          "stationUICCode": 240,
          "stopSector": "C2",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T03:09:00.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:25:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:26:00.000Z",
          "stationShortCode": "MUU",
          "stationUICCode": 433,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:25:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:26:00.000Z",
          "stationShortCode": "MUU",
          "stationUICCode": 433,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:34:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:35:00.000Z",
          "stationShortCode": "SAA",
          "stationUICCode": 668,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:34:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:35:00.000Z",
          "stationShortCode": "SAA",
          "stationUICCode": 668,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:43:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:43:00.000Z",
          "stationShortCode": "JSK",
          "stationUICCode": 205,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:43:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T03:43:00.000Z",
          "stationShortCode": "JSK",
          "stationUICCode": 205,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:46:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:47:00.000Z",
          "stationShortCode": "JÄS",
          "stationUICCode": 204,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:48:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T03:48:00.000Z",
          "stationShortCode": "JÄS",
          "stationUICCode": 204,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T03:58:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:00:00.000Z",
          "stationShortCode": "LPR",
          "stationUICCode": 1149,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T03:58:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:00:00.000Z",
          "stationShortCode": "LPR",
          "stationUICCode": 1149,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:06:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:06:00.000Z",
          "stationShortCode": "LÄP",
          "stationUICCode": 203,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:06:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:06:00.000Z",
          "stationShortCode": "LÄP",
          "stationUICCode": 203,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:10:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:11:00.000Z",
          "stationShortCode": "TV",
          "stationUICCode": 1270,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:10:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:11:00.000Z",
          "stationShortCode": "TV",
          "stationUICCode": 1270,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:15:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:15:00.000Z",
          "stationShortCode": "TRK",
          "stationUICCode": 1283,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:15:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:15:00.000Z",
          "stationShortCode": "TRK",
          "stationUICCode": 1283,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:22:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:24:00.000Z",
          "stationShortCode": "OV",
          "stationUICCode": 190,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:25:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:25:00.000Z",
          "stationShortCode": "OV",
          "stationUICCode": 190,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:35:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:36:00.000Z",
          "stationShortCode": "HVS",
          "stationUICCode": 1021,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:35:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:36:00.000Z",
          "stationShortCode": "HVS",
          "stationUICCode": 1021,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:46:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T04:47:00.000Z",
          "stationShortCode": "JVS",
          "stationUICCode": 1272,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T04:46:19.000Z",
          "scheduledTime": "2026-08-12T04:47:00.000Z",
          "stationShortCode": "JVS",
          "stationUICCode": 1272,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:49:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T04:49:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:04:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:04:00.000Z",
          "stationShortCode": "TPE",
          "stationUICCode": 160,
          "stopSector": "A4",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:00:51.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:11:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:10:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:11:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:10:00.000Z",
          "stationShortCode": "SJ",
          "stationUICCode": 157,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:13:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:12:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:13:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:12:00.000Z",
          "stationShortCode": "VTR",
          "stationUICCode": 1295,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:16:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:15:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:17:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:16:00.000Z",
          "stationShortCode": "LPÄ",
          "stationUICCode": 156,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:20:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:19:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:20:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:19:00.000Z",
          "stationShortCode": "MAT",
          "stationUICCode": 1172,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:22:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:21:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:22:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:21:00.000Z",
          "stationShortCode": "VIA",
          "stationUICCode": 155,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:26:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:25:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:27:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:26:00.000Z",
          "stationShortCode": "TL",
          "stationUICCode": 150,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:31:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:31:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:31:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:31:00.000Z",
          "stationShortCode": "KU",
          "stationUICCode": 626,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:34:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:34:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:34:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:34:00.000Z",
          "stationShortCode": "VIN",
          "stationUICCode": 1305,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:35:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:35:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:35:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:35:00.000Z",
          "stationShortCode": "ITA",
          "stationUICCode": 154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:37:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T05:38:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:37:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T05:38:00.000Z",
          "stationShortCode": "LTS",
          "stationUICCode": 1154,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:40:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T05:41:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:40:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T05:41:00.000Z",
          "stationShortCode": "PRL",
          "stationUICCode": 49,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:45:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:45:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:47:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:47:00.000Z",
          "stationShortCode": "HL",
          "stationUICCode": 47,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:51:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:52:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:51:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:52:00.000Z",
          "stationShortCode": "HRV",
          "stationUICCode": 622,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:53:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:54:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:53:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:54:00.000Z",
          "stationShortCode": "TU",
          "stationUICCode": 44,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:55:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:55:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:00.000Z",
          "stationShortCode": "LK",
          "stationUICCode": 43,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T05:59:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:58:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T05:59:00.000Z",
          "stationShortCode": "RY",
          "stationUICCode": 42,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:00:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:02:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:00:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:02:00.000Z",
          "stationShortCode": "SAM",
          "stationUICCode": 1246,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:01:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:02:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:02:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:02:39.000Z",
          "stationShortCode": "R702",
          "stationUICCode": 98998,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:05:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:04:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:06:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:06:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:12:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:12:48.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:13:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:16:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:16:00.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:29:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:29:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:00.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:35:03.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:35:03.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:12.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:12.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:38:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:38:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:38:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:38:25.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:39:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:39:03.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:40:00.000Z",
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:40:00.000Z",
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:40:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:40:40.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:42:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:44:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:45:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:44:17.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:01.000Z",
          "scheduledTime": "2026-08-12T06:45:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:01.000Z",
          "scheduledTime": "2026-08-12T06:45:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:30.000Z",
          "scheduledTime": "2026-08-12T06:46:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:30.000Z",
          "scheduledTime": "2026-08-12T06:46:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:20.000Z",
          "scheduledTime": "2026-08-12T06:47:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:20.000Z",
          "scheduledTime": "2026-08-12T06:47:20.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:14.000Z",
          "scheduledTime": "2026-08-12T06:48:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:14.000Z",
          "scheduledTime": "2026-08-12T06:48:14.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:30.000Z",
          "scheduledTime": "2026-08-12T06:48:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:30.000Z",
          "scheduledTime": "2026-08-12T06:48:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:30.000Z",
          "scheduledTime": "2026-08-12T06:49:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:30.000Z",
          "scheduledTime": "2026-08-12T06:49:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:54.000Z",
          "scheduledTime": "2026-08-12T06:50:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:54.000Z",
          "scheduledTime": "2026-08-12T06:50:54.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:11.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:11.000Z",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:00.000Z",
          "scheduledTime": "2026-08-12T06:59:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 140,
      "trainType": "S",
      "version": 293814947774
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T04:34:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:34:00.000Z",
          "stationShortCode": "TKU",
          "stationUICCode": 130,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T04:16:35.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:38:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T04:38:00.000Z",
          "stationShortCode": "KUT",
          "stationUICCode": 126,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:45:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_USER",
          "liveEstimateTime": "2026-08-12T04:44:10.000Z",
          "scheduledTime": "2026-08-12T04:40:00.000Z",
          "stationShortCode": "KUT",
          "stationUICCode": 126,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:52:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T04:47:00.000Z",
          "stationShortCode": "PIK",
          "stationUICCode": 127,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:52:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T04:47:00.000Z",
          "stationShortCode": "PIK",
          "stationUICCode": 127,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T04:56:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T04:52:00.000Z",
          "stationShortCode": "PO",
          "stationUICCode": 128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T04:56:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T04:52:00.000Z",
          "stationShortCode": "PO",
          "stationUICCode": 128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:08:53.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L2",
              "detailedCategoryCodeId": 34930952,
              "thirdCategoryCode": "L201",
              "thirdCategoryCodeId": 16913665
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T05:04:00.000Z",
          "stationShortCode": "SLO",
          "stationUICCode": 55,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:10:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:06:00.000Z",
          "stationShortCode": "SLO",
          "stationUICCode": 55,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:21:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:18:00.000Z",
          "stationShortCode": "ERV",
          "stationUICCode": 1004,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:21:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:18:00.000Z",
          "stationShortCode": "ERV",
          "stationUICCode": 1004,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:30:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:29:00.000Z",
          "stationShortCode": "PKU",
          "stationUICCode": 59,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:30:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:29:00.000Z",
          "stationShortCode": "PKU",
          "stationUICCode": 59,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:34:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:34:00.000Z",
          "stationShortCode": "KR",
          "stationUICCode": 60,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:36:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:36:00.000Z",
          "stationShortCode": "KR",
          "stationUICCode": 60,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:45:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:45:00.000Z",
          "stationShortCode": "IKO",
          "stationUICCode": 62,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:45:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:45:00.000Z",
          "stationShortCode": "IKO",
          "stationUICCode": 62,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:53:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:54:00.000Z",
          "stationShortCode": "STI",
          "stationUICCode": 576,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:53:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:54:00.000Z",
          "stationShortCode": "STI",
          "stationUICCode": 576,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:59:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T06:01:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:59:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T06:01:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:01:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T06:03:10.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:01:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T06:03:10.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:01:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T06:04:00.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:01:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T06:04:00.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T06:06:04.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T06:06:04.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T06:07:00.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T06:07:00.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:04:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T06:08:10.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:04:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T06:08:10.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:12:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:12:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:17:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:16:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:16:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:17:43.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:17:43.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:57.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:57.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:22:35.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:22:35.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:24:10.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:24:10.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:06.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L2",
              "detailedCategoryCodeId": 34930952,
              "thirdCategoryCode": "L204",
              "thirdCategoryCodeId": 67245313
            }
          ],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:27:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:28:15.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:28:15.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:29:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:29:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:29:27.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:29:27.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:31:30.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:31:30.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:32:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:32:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:34:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "13",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 946,
      "trainType": "S",
      "version": 293814947753
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:35:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "B3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:23:39.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:41:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:42:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:42:00.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:44:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:40.000Z",
          "scheduledTime": "2026-08-12T06:44:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:30.000Z",
          "scheduledTime": "2026-08-12T06:44:33.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:30.000Z",
          "scheduledTime": "2026-08-12T06:44:33.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:51.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:51.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:26.000Z",
          "scheduledTime": "2026-08-12T06:45:45.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:26.000Z",
          "scheduledTime": "2026-08-12T06:45:45.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:49.000Z",
          "scheduledTime": "2026-08-12T06:47:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:49.000Z",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:23.000Z",
          "scheduledTime": "2026-08-12T06:49:50.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:23.000Z",
          "scheduledTime": "2026-08-12T06:49:50.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:32.000Z",
          "scheduledTime": "2026-08-12T06:51:25.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:32.000Z",
          "scheduledTime": "2026-08-12T06:51:25.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:41.000Z",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:41.000Z",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:45.000Z",
          "scheduledTime": "2026-08-12T06:54:39.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:45.000Z",
          "scheduledTime": "2026-08-12T06:54:39.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:01.000Z",
          "scheduledTime": "2026-08-12T06:55:38.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:01.000Z",
          "scheduledTime": "2026-08-12T06:55:38.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:06.000Z",
          "scheduledTime": "2026-08-12T06:57:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:06.000Z",
          "scheduledTime": "2026-08-12T06:57:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:00.000Z",
          "scheduledTime": "2026-08-12T07:01:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:00.000Z",
          "scheduledTime": "2026-08-12T07:01:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:40.000Z",
          "scheduledTime": "2026-08-12T07:04:04.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:40.000Z",
          "scheduledTime": "2026-08-12T07:04:04.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:23.000Z",
          "scheduledTime": "2026-08-12T07:05:00.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:23.000Z",
          "scheduledTime": "2026-08-12T07:05:00.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:59.000Z",
          "scheduledTime": "2026-08-12T07:05:56.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:59.000Z",
          "scheduledTime": "2026-08-12T07:05:56.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:11.000Z",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:11.000Z",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:36.000Z",
          "scheduledTime": "2026-08-12T07:08:33.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:36.000Z",
          "scheduledTime": "2026-08-12T07:08:33.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:10:42.000Z",
          "scheduledTime": "2026-08-12T07:10:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:10:42.000Z",
          "scheduledTime": "2026-08-12T07:10:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:17:00.000Z",
          "scheduledTime": "2026-08-12T07:17:00.000Z",
          "stationShortCode": "STI",
          "stationUICCode": 576,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:17:00.000Z",
          "scheduledTime": "2026-08-12T07:17:00.000Z",
          "stationShortCode": "STI",
          "stationUICCode": 576,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:26:00.000Z",
          "scheduledTime": "2026-08-12T07:26:00.000Z",
          "stationShortCode": "IKO",
          "stationUICCode": 62,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:26:00.000Z",
          "scheduledTime": "2026-08-12T07:26:00.000Z",
          "stationShortCode": "IKO",
          "stationUICCode": 62,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:35:32.000Z",
          "scheduledTime": "2026-08-12T07:35:00.000Z",
          "stationShortCode": "KR",
          "stationUICCode": 60,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:37:32.000Z",
          "scheduledTime": "2026-08-12T07:37:00.000Z",
          "stationShortCode": "KR",
          "stationUICCode": 60,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:42:00.000Z",
          "scheduledTime": "2026-08-12T07:42:00.000Z",
          "stationShortCode": "PKU",
          "stationUICCode": 59,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:42:00.000Z",
          "scheduledTime": "2026-08-12T07:42:00.000Z",
          "stationShortCode": "PKU",
          "stationUICCode": 59,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:52:00.000Z",
          "scheduledTime": "2026-08-12T07:52:00.000Z",
          "stationShortCode": "ERV",
          "stationUICCode": 1004,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:52:00.000Z",
          "scheduledTime": "2026-08-12T07:52:00.000Z",
          "stationShortCode": "ERV",
          "stationUICCode": 1004,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:06:00.000Z",
          "scheduledTime": "2026-08-12T08:06:00.000Z",
          "stationShortCode": "SLO",
          "stationUICCode": 55,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:07:00.000Z",
          "scheduledTime": "2026-08-12T08:07:00.000Z",
          "stationShortCode": "SLO",
          "stationUICCode": 55,
          "stopSector": "C2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:20:00.000Z",
          "scheduledTime": "2026-08-12T08:20:00.000Z",
          "stationShortCode": "PO",
          "stationUICCode": 128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:20:00.000Z",
          "scheduledTime": "2026-08-12T08:20:00.000Z",
          "stationShortCode": "PO",
          "stationUICCode": 128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:25:00.000Z",
          "scheduledTime": "2026-08-12T08:25:00.000Z",
          "stationShortCode": "PIK",
          "stationUICCode": 127,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:25:00.000Z",
          "scheduledTime": "2026-08-12T08:25:00.000Z",
          "stationShortCode": "PIK",
          "stationUICCode": 127,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:33:00.000Z",
          "scheduledTime": "2026-08-12T08:33:00.000Z",
          "stationShortCode": "KUT",
          "stationUICCode": 126,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:34:00.000Z",
          "scheduledTime": "2026-08-12T08:34:00.000Z",
          "stationShortCode": "KUT",
          "stationUICCode": 126,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T08:39:00.000Z",
          "scheduledTime": "2026-08-12T08:39:00.000Z",
          "stationShortCode": "TKU",
          "stationUICCode": 130,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Long-distance",
      "trainNumber": 947,
      "trainType": "IC",
      "version": 293814947776
    },
    {
      "cancelled": false,
      "commuterLineID": "H",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:42.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:42.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:57.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:57.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:30.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "B4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:48.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:48.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:28.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:28.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:13.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:13.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:30.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:31.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:31.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:50.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:50.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:08.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:08.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:43.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:43.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:40.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:40.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:30.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:30.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:30.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:36:00.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:12.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:12.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:38:03.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:38:03.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:55.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:55.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:29.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:29.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:42:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:43:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:51:00.000Z",
          "stationShortCode": "STI",
          "stationUICCode": 576,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:55:00.000Z",
          "stationShortCode": "STI",
          "stationUICCode": 576,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:05:30.000Z",
          "stationShortCode": "IKO",
          "stationUICCode": 62,
          "trainStopping": true,
          "type": "ARRIVAL",
          "unknownTrack": true
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:06:00.000Z",
          "stationShortCode": "IKO",
          "stationUICCode": 62,
          "trainStopping": true,
          "type": "DEPARTURE",
          "unknownTrack": true
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:17:00.000Z",
          "stationShortCode": "KR",
          "stationUICCode": 60,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:26:00.000Z",
          "stationShortCode": "KR",
          "stationUICCode": 60,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:34:30.000Z",
          "stationShortCode": "DRA",
          "stationUICCode": 167,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:35:00.000Z",
          "stationShortCode": "DRA",
          "stationUICCode": 167,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:37:30.000Z",
          "stationShortCode": "TMS",
          "stationUICCode": 76,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:38:00.000Z",
          "stationShortCode": "TMS",
          "stationUICCode": 76,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:46:30.000Z",
          "stationShortCode": "SGY",
          "stationUICCode": 817,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:47:00.000Z",
          "stationShortCode": "SGY",
          "stationUICCode": 817,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:51:30.000Z",
          "stationShortCode": "LPO",
          "stationUICCode": 75,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:52:00.000Z",
          "stationShortCode": "LPO",
          "stationUICCode": 75,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:56:30.000Z",
          "stationShortCode": "STA",
          "stationUICCode": 827,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:57:00.000Z",
          "stationShortCode": "STA",
          "stationUICCode": 827,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:58:36.000Z",
          "stationShortCode": "DMV",
          "stationUICCode": 581,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:58:36.000Z",
          "stationShortCode": "DMV",
          "stationUICCode": 581,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:02:30.000Z",
          "stationShortCode": "HKP",
          "stationUICCode": 879,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:03:00.000Z",
          "stationShortCode": "HKP",
          "stationUICCode": 879,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:04:00.000Z",
          "stationShortCode": "HNKT",
          "stationUICCode": 1317,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:04:00.000Z",
          "stationShortCode": "HNKT",
          "stationUICCode": 1317,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T09:06:00.000Z",
          "stationShortCode": "HNK",
          "stationUICCode": 73,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 1615,
      "trainType": "HL",
      "version": 293814943465
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:06:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:06:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:04:13.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:08:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:07:42.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:08:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:06.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:09:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:54.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:11:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:11:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:12:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:13:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:14:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:14:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:14:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:14:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:15:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:15:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:17:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:17:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:18:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "12",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8056,
      "trainType": "HL",
      "version": 293814947433
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:16:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:16:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:14:56.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:18:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:17:42.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:18:06.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:19:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:19:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:20:54.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:21:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:22:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:24:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:24:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:25:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:25:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:27:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "18",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:33:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8060,
      "trainType": "HL",
      "version": 293814947616
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:29:22.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L3",
              "detailedCategoryCodeId": 51708168,
              "thirdCategoryCode": "L302",
              "thirdCategoryCodeId": 33756417
            }
          ],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:26:59.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:27:42.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:28:06.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:29:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:29:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:30:54.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:31:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:32:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:33:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:34:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:34:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:35:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:35:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:37:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:38:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8062,
      "trainType": "HL",
      "version": 293814947762
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:36:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:36:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:34:48.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:42.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:38:06.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:39:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:39:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:40:54.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:41:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:42:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:44:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:44:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:45:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:51.000Z",
          "scheduledTime": "2026-08-12T06:45:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:36.000Z",
          "scheduledTime": "2026-08-12T06:47:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:00.000Z",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "17",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:00.000Z",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8064,
      "trainType": "HL",
      "version": 293814947774
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:23:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "17",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:20:27.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:27:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:27:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:29:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:29:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:31:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:33:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:33:42.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:34:54.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:35:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:36:36.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:39:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8067,
      "trainType": "HL",
      "version": 293814947683
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:46:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:45:24.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:47:42.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:48:06.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:49:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:49:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:50:54.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:51:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:52:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:54:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:54:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:55:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:55:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:58:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:03:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8068,
      "trainType": "HL",
      "version": 293814947777
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:33:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "15",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:31:14.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:37:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:37:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:39:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:39:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:41:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:42:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:42.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:44:54.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:18.000Z",
          "scheduledTime": "2026-08-12T06:45:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:41.000Z",
          "scheduledTime": "2026-08-12T06:46:36.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:05.000Z",
          "scheduledTime": "2026-08-12T06:47:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:04.000Z",
          "scheduledTime": "2026-08-12T06:49:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8069,
      "trainType": "HL",
      "version": 293814947771
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:56:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:42.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:58:06.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:42.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:54.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:03:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "18",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8070,
      "trainType": "HL",
      "version": 293814941114
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:43:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "18",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:41:20.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:06.000Z",
          "scheduledTime": "2026-08-12T06:47:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:30.000Z",
          "scheduledTime": "2026-08-12T06:47:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:06.000Z",
          "scheduledTime": "2026-08-12T06:49:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:30.000Z",
          "scheduledTime": "2026-08-12T06:49:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:00.000Z",
          "scheduledTime": "2026-08-12T06:50:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:00.000Z",
          "scheduledTime": "2026-08-12T06:50:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:36.000Z",
          "scheduledTime": "2026-08-12T06:51:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:00.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:44.000Z",
          "scheduledTime": "2026-08-12T06:53:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:08.000Z",
          "scheduledTime": "2026-08-12T06:53:42.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:54.000Z",
          "scheduledTime": "2026-08-12T06:54:54.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:18.000Z",
          "scheduledTime": "2026-08-12T06:55:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:41.000Z",
          "scheduledTime": "2026-08-12T06:56:36.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:05.000Z",
          "scheduledTime": "2026-08-12T06:57:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:04.000Z",
          "scheduledTime": "2026-08-12T06:59:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8071,
      "trainType": "HL",
      "version": 293814947751
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:03:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:03:42.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:54.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:36.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8075,
      "trainType": "HL",
      "version": 293814881346
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "17",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:03:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:42.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:54.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:36.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8077,
      "trainType": "HL",
      "version": 293814918973
    },
    {
      "cancelled": false,
      "commuterLineID": "A",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "16",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:00.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:18.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:42.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:54.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:18.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:36.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8079,
      "trainType": "HL",
      "version": 293814919168
    },
    {
      "cancelled": false,
      "commuterLineID": "E",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:08:07.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L6",
              "detailedCategoryCodeId": 118817032,
              "thirdCategoryCode": "L601",
              "thirdCategoryCodeId": 17241345
            }
          ],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:05:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:07:21.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:13:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:08:54.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:09:18.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:11:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:11:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:12:36.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:13:00.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:15:06.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:15:30.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:17:06.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:17:30.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:24:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:19:06.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:19:30.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:22.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L6",
              "detailedCategoryCodeId": 118817032,
              "thirdCategoryCode": "L601",
              "thirdCategoryCodeId": 17241345
            }
          ],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:21:36.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:22:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:23:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:23:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:24:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:24:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:24:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:24:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:25:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:27:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:27:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:28:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:28:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:29:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "14",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8320,
      "trainType": "HL",
      "version": 293814947687
    },
    {
      "cancelled": false,
      "commuterLineID": "E",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:36:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "stopSector": "B3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:30:32.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:38:54.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:39:18.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:41:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:41:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:42:36.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:21.000Z",
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:06.000Z",
          "scheduledTime": "2026-08-12T06:45:06.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:30.000Z",
          "scheduledTime": "2026-08-12T06:45:30.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:59.000Z",
          "scheduledTime": "2026-08-12T06:47:06.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:23.000Z",
          "scheduledTime": "2026-08-12T06:47:30.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:00.000Z",
          "scheduledTime": "2026-08-12T06:49:06.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:24.000Z",
          "scheduledTime": "2026-08-12T06:49:30.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:15.000Z",
          "scheduledTime": "2026-08-12T06:51:36.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:39.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:48.000Z",
          "scheduledTime": "2026-08-12T06:53:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:48.000Z",
          "scheduledTime": "2026-08-12T06:53:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:27.000Z",
          "scheduledTime": "2026-08-12T06:54:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:27.000Z",
          "scheduledTime": "2026-08-12T06:54:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:48.000Z",
          "scheduledTime": "2026-08-12T06:54:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:48.000Z",
          "scheduledTime": "2026-08-12T06:54:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:05.000Z",
          "scheduledTime": "2026-08-12T06:55:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:29.000Z",
          "scheduledTime": "2026-08-12T06:56:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:30.000Z",
          "scheduledTime": "2026-08-12T06:57:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:30.000Z",
          "scheduledTime": "2026-08-12T06:57:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:59.000Z",
          "scheduledTime": "2026-08-12T06:58:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:59.000Z",
          "scheduledTime": "2026-08-12T06:58:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:20.000Z",
          "scheduledTime": "2026-08-12T06:59:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:44.000Z",
          "scheduledTime": "2026-08-12T07:00:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "13",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:00.000Z",
          "scheduledTime": "2026-08-12T07:05:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8322,
      "trainType": "HL",
      "version": 293814947766
    },
    {
      "cancelled": false,
      "commuterLineID": "E",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:27:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "14",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:27:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:57:34.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:54.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:31:18.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:32:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:32:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:34:06.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:34:30.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:35:30.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:35:30.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:36:12.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:36:12.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:38:36.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:39:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:41:06.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:41:30.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:43:06.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:43:30.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:45:06.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:30.000Z",
          "scheduledTime": "2026-08-12T06:45:30.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:18.000Z",
          "scheduledTime": "2026-08-12T06:47:18.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:42.000Z",
          "scheduledTime": "2026-08-12T06:47:42.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:18.000Z",
          "scheduledTime": "2026-08-12T06:49:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:18.000Z",
          "scheduledTime": "2026-08-12T06:49:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:36.000Z",
          "scheduledTime": "2026-08-12T06:51:36.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:00.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:00.000Z",
          "scheduledTime": "2026-08-12T06:57:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8323,
      "trainType": "HL",
      "version": 293814947768
    },
    {
      "cancelled": false,
      "commuterLineID": "E",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "14",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:54.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:18.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:06.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:30.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:30.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:30.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:12.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:12.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:36.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:06.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:30.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:06.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:30.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:06.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:30.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:18.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:42.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:36.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8325,
      "trainType": "HL",
      "version": 293814929043
    },
    {
      "cancelled": false,
      "commuterLineID": "U",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:37:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:37:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:34:03.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:39:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:39:06.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:39:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:39:30.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:40:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:40:12.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:40:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:40:12.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:42:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:41:54.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:42:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:42:18.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:43:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:43:12.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:43:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:43:12.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:44:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:44:24.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:44:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:44:48.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:51:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:48:36.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:51:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:49:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:02.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "T",
              "categoryCodeId": 402720842,
              "detailedCategoryCode": "T1",
              "detailedCategoryCodeId": 119013640,
              "thirdCategoryCode": "T102",
              "thirdCategoryCodeId": 34019329
            }
          ],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:52:36.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:53:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:58:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:59:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:56:36.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:00:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:57:00.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:01:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:59:06.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:02:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:59:30.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:01:06.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:04:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:01:30.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:06:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:03:06.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:06:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:03:30.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:08:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:05:36.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:08:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:06:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:07:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:07:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:08:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:08:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:08:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:08:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:09:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:13:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:11:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:11:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:14:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:12:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:14:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:12:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:13:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "15",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8450,
      "trainType": "HL",
      "version": 293814947400
    },
    {
      "cancelled": false,
      "commuterLineID": "U",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:15:29.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L3",
              "detailedCategoryCodeId": 51708168,
              "thirdCategoryCode": "L303",
              "thirdCategoryCodeId": 50533633
            }
          ],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-08-12T06:07:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:03:55.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:17:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-08-12T06:09:06.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-08-12T06:09:30.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:18:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-08-12T06:10:12.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-08-12T06:10:12.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-08-12T06:11:54.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-08-12T06:12:18.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-08-12T06:13:12.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-08-12T06:13:12.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-08-12T06:14:24.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 8,
          "scheduledTime": "2026-08-12T06:14:48.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-08-12T06:18:36.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:00.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L3",
              "detailedCategoryCodeId": 51708168,
              "thirdCategoryCode": "L302",
              "thirdCategoryCodeId": 33756417
            }
          ],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-08-12T06:22:36.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-08-12T06:26:36.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-08-12T06:27:00.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-08-12T06:29:06.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-08-12T06:29:30.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "scheduledTime": "2026-08-12T06:31:06.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-08-12T06:31:30.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "scheduledTime": "2026-08-12T06:33:06.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:44:40.000Z",
          "scheduledTime": "2026-08-12T06:33:30.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:11.000Z",
          "scheduledTime": "2026-08-12T06:35:36.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 12,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:35.000Z",
          "scheduledTime": "2026-08-12T06:36:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:44.000Z",
          "scheduledTime": "2026-08-12T06:37:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:44.000Z",
          "scheduledTime": "2026-08-12T06:37:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:23.000Z",
          "scheduledTime": "2026-08-12T06:38:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:23.000Z",
          "scheduledTime": "2026-08-12T06:38:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:44.000Z",
          "scheduledTime": "2026-08-12T06:38:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:44.000Z",
          "scheduledTime": "2026-08-12T06:38:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:01.000Z",
          "scheduledTime": "2026-08-12T06:39:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:25.000Z",
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:26.000Z",
          "scheduledTime": "2026-08-12T06:41:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:26.000Z",
          "scheduledTime": "2026-08-12T06:41:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:55.000Z",
          "scheduledTime": "2026-08-12T06:42:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:55.000Z",
          "scheduledTime": "2026-08-12T06:42:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:16.000Z",
          "scheduledTime": "2026-08-12T06:43:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 11,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:40.000Z",
          "scheduledTime": "2026-08-12T06:44:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "12",
          "countryCode": "FI",
          "differenceInMinutes": 10,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:34.000Z",
          "scheduledTime": "2026-08-12T06:49:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8452,
      "trainType": "HL",
      "version": 293814947778
    },
    {
      "cancelled": false,
      "commuterLineID": "U",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:44:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "15",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:42:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:37:51.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:12.000Z",
          "scheduledTime": "2026-08-12T06:45:54.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:36.000Z",
          "scheduledTime": "2026-08-12T06:46:18.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:48.000Z",
          "scheduledTime": "2026-08-12T06:47:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:48.000Z",
          "scheduledTime": "2026-08-12T06:47:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:55.000Z",
          "scheduledTime": "2026-08-12T06:47:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:55.000Z",
          "scheduledTime": "2026-08-12T06:47:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:16.000Z",
          "scheduledTime": "2026-08-12T06:49:06.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:40.000Z",
          "scheduledTime": "2026-08-12T06:49:30.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:46.000Z",
          "scheduledTime": "2026-08-12T06:50:30.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:46.000Z",
          "scheduledTime": "2026-08-12T06:50:30.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:07.000Z",
          "scheduledTime": "2026-08-12T06:51:12.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:07.000Z",
          "scheduledTime": "2026-08-12T06:51:12.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:45.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:45.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:04.000Z",
          "scheduledTime": "2026-08-12T06:53:36.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:28.000Z",
          "scheduledTime": "2026-08-12T06:54:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:12.000Z",
          "scheduledTime": "2026-08-12T06:56:06.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:36.000Z",
          "scheduledTime": "2026-08-12T06:56:30.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:08.000Z",
          "scheduledTime": "2026-08-12T06:58:06.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:32.000Z",
          "scheduledTime": "2026-08-12T06:58:30.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:05.000Z",
          "scheduledTime": "2026-08-12T07:00:06.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:29.000Z",
          "scheduledTime": "2026-08-12T07:00:30.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:56.000Z",
          "scheduledTime": "2026-08-12T07:02:18.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:20.000Z",
          "scheduledTime": "2026-08-12T07:02:42.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:39.000Z",
          "scheduledTime": "2026-08-12T07:04:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:39.000Z",
          "scheduledTime": "2026-08-12T07:04:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:36.000Z",
          "scheduledTime": "2026-08-12T07:06:36.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:00.000Z",
          "scheduledTime": "2026-08-12T07:07:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:10:36.000Z",
          "scheduledTime": "2026-08-12T07:10:36.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:11:00.000Z",
          "scheduledTime": "2026-08-12T07:11:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:16:54.000Z",
          "scheduledTime": "2026-08-12T07:15:36.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:17:18.000Z",
          "scheduledTime": "2026-08-12T07:16:00.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:18:30.000Z",
          "scheduledTime": "2026-08-12T07:17:12.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:18:30.000Z",
          "scheduledTime": "2026-08-12T07:17:12.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:19:16.000Z",
          "scheduledTime": "2026-08-12T07:18:12.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:19:40.000Z",
          "scheduledTime": "2026-08-12T07:18:36.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:21:43.000Z",
          "scheduledTime": "2026-08-12T07:20:24.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:21:43.000Z",
          "scheduledTime": "2026-08-12T07:20:24.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:22:26.000Z",
          "scheduledTime": "2026-08-12T07:21:18.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:22:50.000Z",
          "scheduledTime": "2026-08-12T07:21:42.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:24:31.000Z",
          "scheduledTime": "2026-08-12T07:24:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8457,
      "trainType": "HL",
      "version": 293814947768
    },
    {
      "cancelled": false,
      "commuterLineID": "U",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "13",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:54.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:18.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:36.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:06.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:30.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:30.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:30.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:12.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:12.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:00.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:36.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:00.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:06.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:30.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:06.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:30.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "stopSector": "C1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:06.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:30.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:32:18.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:32:42.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:18.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:36:36.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:36.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:41:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:45:36.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:46:00.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:47:12.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:47:12.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:48:12.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:48:36.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:50:24.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:50:24.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:51:18.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:51:42.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:54:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8459,
      "trainType": "HL",
      "version": 293814941298
    },
    {
      "cancelled": false,
      "commuterLineID": "Y",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:01:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:01:00.000Z",
          "stationShortCode": "STI",
          "stationUICCode": 576,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:52:43.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:09:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:00.000Z",
          "stationShortCode": "KKN",
          "stationUICCode": 63,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:19:42.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:19:42.000Z",
          "stationShortCode": "TOL",
          "stationUICCode": 830,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:20:18.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:20:18.000Z",
          "stationShortCode": "HEK",
          "stationUICCode": 1023,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:24:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:22:12.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:22:12.000Z",
          "stationShortCode": "JRS",
          "stationUICCode": 578,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:23:06.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:23:06.000Z",
          "stationShortCode": "VKH",
          "stationUICCode": 1300,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:24:36.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "MAS",
          "stationUICCode": 64,
          "stopSector": "B2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:29:36.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "KLH",
          "stationUICCode": 65,
          "stopSector": "B3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:48.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L2",
              "detailedCategoryCodeId": 34930952,
              "thirdCategoryCode": "L204",
              "thirdCategoryCodeId": 67245313
            }
          ],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:33:36.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:34:00.000Z",
          "stationShortCode": "EPO",
          "stationUICCode": 66,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:35:24.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:35:24.000Z",
          "stationShortCode": "TRL",
          "stationUICCode": 579,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:36:18.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:36:18.000Z",
          "stationShortCode": "KVH",
          "stationUICCode": 675,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-08-12T06:37:42.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:44:00.000Z",
          "scheduledTime": "2026-08-12T06:37:42.000Z",
          "stationShortCode": "KNI",
          "stationUICCode": 67,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:04.000Z",
          "scheduledTime": "2026-08-12T06:38:54.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:04.000Z",
          "scheduledTime": "2026-08-12T06:38:54.000Z",
          "stationShortCode": "KEA",
          "stationUICCode": 621,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:11.000Z",
          "scheduledTime": "2026-08-12T06:40:06.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:11.000Z",
          "scheduledTime": "2026-08-12T06:40:06.000Z",
          "stationShortCode": "KIL",
          "stationUICCode": 580,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:49.000Z",
          "scheduledTime": "2026-08-12T06:41:42.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:13.000Z",
          "scheduledTime": "2026-08-12T06:42:06.000Z",
          "stationShortCode": "LPV",
          "stationUICCode": 68,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:22.000Z",
          "scheduledTime": "2026-08-12T06:43:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:22.000Z",
          "scheduledTime": "2026-08-12T06:43:18.000Z",
          "stationShortCode": "MÄK",
          "stationUICCode": 693,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:01.000Z",
          "scheduledTime": "2026-08-12T06:44:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:01.000Z",
          "scheduledTime": "2026-08-12T06:44:00.000Z",
          "stationShortCode": "PJM",
          "stationUICCode": 69,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:22.000Z",
          "scheduledTime": "2026-08-12T06:44:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:22.000Z",
          "scheduledTime": "2026-08-12T06:44:36.000Z",
          "stationShortCode": "VMO",
          "stationUICCode": 847,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:39.000Z",
          "scheduledTime": "2026-08-12T06:45:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:03.000Z",
          "scheduledTime": "2026-08-12T06:46:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:04.000Z",
          "scheduledTime": "2026-08-12T06:47:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:04.000Z",
          "scheduledTime": "2026-08-12T06:47:48.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:33.000Z",
          "scheduledTime": "2026-08-12T06:48:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:33.000Z",
          "scheduledTime": "2026-08-12T06:48:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:54.000Z",
          "scheduledTime": "2026-08-12T06:49:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:18.000Z",
          "scheduledTime": "2026-08-12T06:50:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "15",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:12.000Z",
          "scheduledTime": "2026-08-12T06:55:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8584,
      "trainType": "HL",
      "version": 293814947763
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:28:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "17",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:28:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:27:28.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:32:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:32:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:32:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:32:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:34:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:34:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:34:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:34:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:34:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:34:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:34:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:34:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:36:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:36:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:37:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:37:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:38:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:38:42.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:39:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:39:06.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:41:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:40:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:45:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:41:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:46:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:42:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:46:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:42:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:48:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:44:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:49:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:45:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:50:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:46:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:50:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:46:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:52:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:47:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:52:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:48:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:53:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:48:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:53:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:48:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:53:47.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L3",
              "detailedCategoryCodeId": 51708168,
              "thirdCategoryCode": "L302",
              "thirdCategoryCodeId": 33756417
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:49:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:54:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:50:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:55:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:51:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:55:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:51:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:57:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:53:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:58:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:54:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:59:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:55:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:59:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:55:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:02:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:58:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:59:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:00:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:00:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:04:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:01:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:02:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:05:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:08:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:05:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:08:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:06:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:08:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:06:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:07:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:07:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:08:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:11:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:09:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:10:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:11:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:12:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:13:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:17:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:14:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:15:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:16:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:17:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:18:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:20:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:20:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:24:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:21:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:21:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:23:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:23:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:24:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:24:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:26:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:26:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:31:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8635,
      "trainType": "HL",
      "version": 293814947605
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:48:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "18",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:48:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:42:27.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:52:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:52:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:53:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:52:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:54:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:54:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:54:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:54:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:54:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:54:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:54:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:54:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:57:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:58:42.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:59:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:59:06.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:01:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:00:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:01:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:01:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:02:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:02:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:05:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:04:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:06:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:05:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:06:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:07:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:06:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:07:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:14:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:13:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:14:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:15:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:15:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:18:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:22:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:27:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:27:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:28:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:29:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:30:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:31:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:32:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:33:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:34:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:36:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:37:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:38:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:39:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:40:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:40:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:22.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "P",
              "categoryCodeId": 369166410,
              "detailedCategoryCode": "P1",
              "detailedCategoryCodeId": 34996488,
              "thirdCategoryCode": "P105",
              "thirdCategoryCodeId": 84022785
            }
          ],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:41:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:41:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:56.000Z",
          "scheduledTime": "2026-08-12T06:43:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:20.000Z",
          "scheduledTime": "2026-08-12T06:43:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:30.000Z",
          "scheduledTime": "2026-08-12T06:44:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:30.000Z",
          "scheduledTime": "2026-08-12T06:44:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:43.000Z",
          "scheduledTime": "2026-08-12T06:46:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:07.000Z",
          "scheduledTime": "2026-08-12T06:46:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:01.000Z",
          "scheduledTime": "2026-08-12T06:51:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8637,
      "trainType": "HL",
      "version": 293814947775
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:09:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "17",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:03:01.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:13:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:12:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:12:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:14:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:14:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:14:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:14:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:18:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:16:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:17:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:18:42.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:19:06.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:20:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:24:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:22:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:22:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:24:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:26:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:26:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:27:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:28:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:28:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:28:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:29:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:31:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:31:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:33:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:34:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:35:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:35:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:38:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:39:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:41:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:42:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:45:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:59.000Z",
          "scheduledTime": "2026-08-12T06:45:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:32.000Z",
          "scheduledTime": "2026-08-12T06:46:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:32.000Z",
          "scheduledTime": "2026-08-12T06:46:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:48.000Z",
          "scheduledTime": "2026-08-12T06:47:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:48.000Z",
          "scheduledTime": "2026-08-12T06:47:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:46.000Z",
          "scheduledTime": "2026-08-12T06:48:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:10.000Z",
          "scheduledTime": "2026-08-12T06:49:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:01.000Z",
          "scheduledTime": "2026-08-12T06:50:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:25.000Z",
          "scheduledTime": "2026-08-12T06:51:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:34.000Z",
          "scheduledTime": "2026-08-12T06:52:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:58.000Z",
          "scheduledTime": "2026-08-12T06:53:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:32.000Z",
          "scheduledTime": "2026-08-12T06:54:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:56.000Z",
          "scheduledTime": "2026-08-12T06:55:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:36.000Z",
          "scheduledTime": "2026-08-12T06:56:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:00.000Z",
          "scheduledTime": "2026-08-12T06:57:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:36.000Z",
          "scheduledTime": "2026-08-12T06:58:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:00.000Z",
          "scheduledTime": "2026-08-12T06:59:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:24.000Z",
          "scheduledTime": "2026-08-12T07:00:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:24.000Z",
          "scheduledTime": "2026-08-12T07:00:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:12.000Z",
          "scheduledTime": "2026-08-12T07:01:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:36.000Z",
          "scheduledTime": "2026-08-12T07:01:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:06.000Z",
          "scheduledTime": "2026-08-12T07:03:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:30.000Z",
          "scheduledTime": "2026-08-12T07:03:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:48.000Z",
          "scheduledTime": "2026-08-12T07:04:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:48.000Z",
          "scheduledTime": "2026-08-12T07:04:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:06.000Z",
          "scheduledTime": "2026-08-12T07:06:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:30.000Z",
          "scheduledTime": "2026-08-12T07:06:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:11:00.000Z",
          "scheduledTime": "2026-08-12T07:11:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8640,
      "trainType": "HL",
      "version": 293814947768
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:28:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "18",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:27:01.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:32:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:34:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:34:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:34:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:34:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:36:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:38:42.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:39:06.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:41:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:42:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:42:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:46:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:44:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:32.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:46.000Z",
          "scheduledTime": "2026-08-12T06:46:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:10.000Z",
          "scheduledTime": "2026-08-12T06:46:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:41.000Z",
          "scheduledTime": "2026-08-12T06:47:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:05.000Z",
          "scheduledTime": "2026-08-12T06:48:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:31.000Z",
          "scheduledTime": "2026-08-12T06:48:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:31.000Z",
          "scheduledTime": "2026-08-12T06:48:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:11.000Z",
          "scheduledTime": "2026-08-12T06:49:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:35.000Z",
          "scheduledTime": "2026-08-12T06:50:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:48.000Z",
          "scheduledTime": "2026-08-12T06:51:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:12.000Z",
          "scheduledTime": "2026-08-12T06:51:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:14.000Z",
          "scheduledTime": "2026-08-12T06:53:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:38.000Z",
          "scheduledTime": "2026-08-12T06:54:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:59.000Z",
          "scheduledTime": "2026-08-12T06:55:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:59.000Z",
          "scheduledTime": "2026-08-12T06:55:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:50.000Z",
          "scheduledTime": "2026-08-12T06:58:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:14.000Z",
          "scheduledTime": "2026-08-12T06:59:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:59.000Z",
          "scheduledTime": "2026-08-12T07:00:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:59.000Z",
          "scheduledTime": "2026-08-12T07:00:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:36.000Z",
          "scheduledTime": "2026-08-12T07:01:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:00.000Z",
          "scheduledTime": "2026-08-12T07:02:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:06.000Z",
          "scheduledTime": "2026-08-12T07:05:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:30.000Z",
          "scheduledTime": "2026-08-12T07:05:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:12.000Z",
          "scheduledTime": "2026-08-12T07:06:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:12.000Z",
          "scheduledTime": "2026-08-12T07:06:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:48.000Z",
          "scheduledTime": "2026-08-12T07:07:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:48.000Z",
          "scheduledTime": "2026-08-12T07:07:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:08:46.000Z",
          "scheduledTime": "2026-08-12T07:08:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:10.000Z",
          "scheduledTime": "2026-08-12T07:09:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:11:01.000Z",
          "scheduledTime": "2026-08-12T07:10:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:11:25.000Z",
          "scheduledTime": "2026-08-12T07:11:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:13:34.000Z",
          "scheduledTime": "2026-08-12T07:12:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:13:58.000Z",
          "scheduledTime": "2026-08-12T07:13:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:15:32.000Z",
          "scheduledTime": "2026-08-12T07:14:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:15:56.000Z",
          "scheduledTime": "2026-08-12T07:15:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:16:36.000Z",
          "scheduledTime": "2026-08-12T07:16:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:17:00.000Z",
          "scheduledTime": "2026-08-12T07:17:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:18:36.000Z",
          "scheduledTime": "2026-08-12T07:18:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:19:00.000Z",
          "scheduledTime": "2026-08-12T07:19:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:20:24.000Z",
          "scheduledTime": "2026-08-12T07:20:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:20:24.000Z",
          "scheduledTime": "2026-08-12T07:20:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:21:12.000Z",
          "scheduledTime": "2026-08-12T07:21:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:21:36.000Z",
          "scheduledTime": "2026-08-12T07:21:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:23:06.000Z",
          "scheduledTime": "2026-08-12T07:23:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:23:30.000Z",
          "scheduledTime": "2026-08-12T07:23:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:24:48.000Z",
          "scheduledTime": "2026-08-12T07:24:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:24:48.000Z",
          "scheduledTime": "2026-08-12T07:24:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:26:06.000Z",
          "scheduledTime": "2026-08-12T07:26:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:26:30.000Z",
          "scheduledTime": "2026-08-12T07:26:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:31:00.000Z",
          "scheduledTime": "2026-08-12T07:31:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8643,
      "trainType": "HL",
      "version": 293814947772
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "17",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:45:03.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:52:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:52:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:54:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:54:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:54:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:54:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:56:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:58:42.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:06.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:32:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:36:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:38:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:41:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:41:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:43:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:43:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:44:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:44:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:46:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:46:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:51:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8645,
      "trainType": "HL",
      "version": 293814947773
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "18",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:54.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:36.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:00.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:42.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:06.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:38:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:41:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:42:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:45:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:45:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:46:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:46:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:47:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:47:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:48:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:49:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:50:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:51:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:52:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:53:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:54:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:55:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:56:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:57:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:58:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:59:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:00:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:00:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:01:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:01:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:03:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:03:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:04:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:04:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:06:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:06:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:11:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8648,
      "trainType": "HL",
      "version": 293814941223
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:26:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:26:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:25:51.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:31:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:29:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:32:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:30:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:33:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:31:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:33:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:31:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:34:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:32:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:34:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:33:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:36:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:34:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:36:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:35:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:37:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:35:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:37:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:35:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:38:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:37:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:39:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:37:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:40:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:39:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:41:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:39:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:42:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:41:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:43:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:41:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:44:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:43:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:45:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:43:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:47:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:45:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:47:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:46:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:49:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:47:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:49:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:48:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:50:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:48:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:50:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:48:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:51:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:49:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:51:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:49:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:52:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:50:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:53:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:50:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:53:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:54:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:57:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:57:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:55:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:58:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:56:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:01:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:59:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:01:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:59:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:02:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:00:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:01:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:05:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:02:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:03:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:06:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:04:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:07:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:05:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:05:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:07:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:05:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:08:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:06:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:08:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:06:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:07:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:08:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:09:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:14:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:11:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:14:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:11:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:13:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:15:36.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:16:00.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:37.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "M",
              "categoryCodeId": 453052490,
              "detailedCategoryCode": "M1",
              "detailedCategoryCodeId": 18546952
            }
          ],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:17:48.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:18:12.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:19:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:19:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:24:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:20:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:20:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:22:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "17",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8835,
      "trainType": "HL",
      "version": 293814947557
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:47:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:46:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:44:55.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:52:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:49:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:52:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:50:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:53:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:51:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:53:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:51:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:55:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:52:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:55:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:53:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:54:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:57:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:57:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:55:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:57:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:55:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:59:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:57:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:59:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:57:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:00:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:59:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:01:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:59:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:02:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:01:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:01:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:04:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:03:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:03:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:05:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:07:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:06:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:07:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:11:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:14:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:13:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:14:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:15:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:15:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:15:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:16:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:20:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:22:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:23:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:24:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:27:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:28:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:29:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:31:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:31:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:33:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:34:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:35:36.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:36:00.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:37:48.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:38:12.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:39:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:39:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:40:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:40:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:42:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "18",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:00.000Z",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8837,
      "trainType": "HL",
      "version": 293814947768
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:07:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:06:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:05:53.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:09:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:10:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:14:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:11:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:14:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:11:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:12:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:13:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:18:12.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "P",
              "categoryCodeId": 369166410,
              "detailedCategoryCode": "P1",
              "detailedCategoryCodeId": 34996488,
              "thirdCategoryCode": "P105",
              "thirdCategoryCodeId": 84022785
            }
          ],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:14:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:15:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:15:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:15:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:17:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:17:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:19:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:19:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:24:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:21:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:21:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:23:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:23:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:25:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:27:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:28:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:58.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:28:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:29:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:29:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:30:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:30:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:33:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:34:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:35:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:36:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:39:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:39:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:40:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:41:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:29.000Z",
          "scheduledTime": "2026-08-12T06:42:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:53.000Z",
          "scheduledTime": "2026-08-12T06:43:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:13.000Z",
          "scheduledTime": "2026-08-12T06:44:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:37.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:59.000Z",
          "scheduledTime": "2026-08-12T06:45:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:59.000Z",
          "scheduledTime": "2026-08-12T06:45:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:49.000Z",
          "scheduledTime": "2026-08-12T06:46:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:13.000Z",
          "scheduledTime": "2026-08-12T06:46:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:31.000Z",
          "scheduledTime": "2026-08-12T06:47:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:55.000Z",
          "scheduledTime": "2026-08-12T06:48:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:07.000Z",
          "scheduledTime": "2026-08-12T06:49:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:31.000Z",
          "scheduledTime": "2026-08-12T06:50:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:19.000Z",
          "scheduledTime": "2026-08-12T06:51:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:19.000Z",
          "scheduledTime": "2026-08-12T06:51:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:24.000Z",
          "scheduledTime": "2026-08-12T06:53:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:48.000Z",
          "scheduledTime": "2026-08-12T06:54:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:35.000Z",
          "scheduledTime": "2026-08-12T06:55:36.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:59.000Z",
          "scheduledTime": "2026-08-12T06:56:00.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:28.000Z",
          "scheduledTime": "2026-08-12T06:57:48.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:52.000Z",
          "scheduledTime": "2026-08-12T06:58:12.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:53.000Z",
          "scheduledTime": "2026-08-12T06:59:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:53.000Z",
          "scheduledTime": "2026-08-12T06:59:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:44.000Z",
          "scheduledTime": "2026-08-12T07:00:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:08.000Z",
          "scheduledTime": "2026-08-12T07:00:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:36.000Z",
          "scheduledTime": "2026-08-12T07:02:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:00.000Z",
          "scheduledTime": "2026-08-12T07:03:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "17",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:54.000Z",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8840,
      "trainType": "HL",
      "version": 293814947775
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:29:00.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "P",
              "categoryCodeId": 369166410,
              "detailedCategoryCode": "P1",
              "detailedCategoryCodeId": 34996488,
              "thirdCategoryCode": "P105",
              "thirdCategoryCodeId": 84022785
            }
          ],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:25:03.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:29:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:30:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:31:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:31:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:32:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:33:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:34:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:35:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:35:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:37:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:37:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:39:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:39:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:41:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:41:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:40.000Z",
          "scheduledTime": "2026-08-12T06:43:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:04.000Z",
          "scheduledTime": "2026-08-12T06:43:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:20.000Z",
          "scheduledTime": "2026-08-12T06:45:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:44.000Z",
          "scheduledTime": "2026-08-12T06:46:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:16.000Z",
          "scheduledTime": "2026-08-12T06:47:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:40.000Z",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:34.000Z",
          "scheduledTime": "2026-08-12T06:48:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:34.000Z",
          "scheduledTime": "2026-08-12T06:48:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:25.000Z",
          "scheduledTime": "2026-08-12T06:49:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:25.000Z",
          "scheduledTime": "2026-08-12T06:49:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:02.000Z",
          "scheduledTime": "2026-08-12T06:50:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:26.000Z",
          "scheduledTime": "2026-08-12T06:50:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:21.000Z",
          "scheduledTime": "2026-08-12T06:53:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:45.000Z",
          "scheduledTime": "2026-08-12T06:54:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:25.000Z",
          "scheduledTime": "2026-08-12T06:55:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:25.000Z",
          "scheduledTime": "2026-08-12T06:55:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:08.000Z",
          "scheduledTime": "2026-08-12T06:55:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:32.000Z",
          "scheduledTime": "2026-08-12T06:56:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:16.000Z",
          "scheduledTime": "2026-08-12T06:59:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:16.000Z",
          "scheduledTime": "2026-08-12T06:59:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:45.000Z",
          "scheduledTime": "2026-08-12T07:00:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:09.000Z",
          "scheduledTime": "2026-08-12T07:01:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:04.000Z",
          "scheduledTime": "2026-08-12T07:02:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:28.000Z",
          "scheduledTime": "2026-08-12T07:03:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:48.000Z",
          "scheduledTime": "2026-08-12T07:04:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:12.000Z",
          "scheduledTime": "2026-08-12T07:05:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:34.000Z",
          "scheduledTime": "2026-08-12T07:05:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:34.000Z",
          "scheduledTime": "2026-08-12T07:05:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:08:24.000Z",
          "scheduledTime": "2026-08-12T07:06:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:08:48.000Z",
          "scheduledTime": "2026-08-12T07:06:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:10:06.000Z",
          "scheduledTime": "2026-08-12T07:07:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:10:30.000Z",
          "scheduledTime": "2026-08-12T07:08:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:11:42.000Z",
          "scheduledTime": "2026-08-12T07:09:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:12:06.000Z",
          "scheduledTime": "2026-08-12T07:10:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:13:54.000Z",
          "scheduledTime": "2026-08-12T07:11:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:13:54.000Z",
          "scheduledTime": "2026-08-12T07:11:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:15:59.000Z",
          "scheduledTime": "2026-08-12T07:13:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:16:23.000Z",
          "scheduledTime": "2026-08-12T07:14:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:18:10.000Z",
          "scheduledTime": "2026-08-12T07:15:36.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:18:34.000Z",
          "scheduledTime": "2026-08-12T07:16:00.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:20:03.000Z",
          "scheduledTime": "2026-08-12T07:17:48.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:20:27.000Z",
          "scheduledTime": "2026-08-12T07:18:12.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:21:28.000Z",
          "scheduledTime": "2026-08-12T07:19:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:21:28.000Z",
          "scheduledTime": "2026-08-12T07:19:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:22:19.000Z",
          "scheduledTime": "2026-08-12T07:20:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:22:43.000Z",
          "scheduledTime": "2026-08-12T07:20:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:24:11.000Z",
          "scheduledTime": "2026-08-12T07:22:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:24:35.000Z",
          "scheduledTime": "2026-08-12T07:23:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "18",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:28:51.000Z",
          "scheduledTime": "2026-08-12T07:28:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8843,
      "trainType": "HL",
      "version": 293814947769
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:46:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:44:56.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:49:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:50:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:51:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:51:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:52:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:54:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:55:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:55:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:55:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:03:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:03:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:36.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:36:00.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:48.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:38:12.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:42:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:43:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "17",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:48:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8845,
      "trainType": "HL",
      "version": 293814947772
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:36:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:41:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:42:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:43:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:44:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:45:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:45:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:45:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:46:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:46:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:47:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:48:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:49:36.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:50:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:51:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:51:48.000Z",
          "stationShortCode": "MLO",
          "stationUICCode": 659,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:53:36.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:54:00.000Z",
          "stationShortCode": "KAN",
          "stationUICCode": 658,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:55:36.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:56:00.000Z",
          "stationShortCode": "POH",
          "stationUICCode": 657,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:57:48.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:58:12.000Z",
          "stationShortCode": "HPL",
          "stationUICCode": 72,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:59:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:59:36.000Z",
          "stationShortCode": "KHK",
          "stationUICCode": 1028,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:00:06.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:00:30.000Z",
          "stationShortCode": "ILA",
          "stationUICCode": 9,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:02:36.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:03:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "18",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:08:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 8848,
      "trainType": "HL",
      "version": 293814947212
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:42:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:42:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:41:31.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:44:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:44:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:45:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:44:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:47:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:47:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:48:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:47:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:49:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:48:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:49:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:48:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:50:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:49:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:50:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:49:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:51:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:50:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:52:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:51:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:53:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:52:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:53:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:52:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:54:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:53:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:54:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:54:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:55:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:56:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:57:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:59:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:58:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:00:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:59:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:01:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:00:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:02:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:01:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:02:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:04:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:03:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:04:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:06:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:05:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:06:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:05:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:06:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:07:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:06:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:08:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:18:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:16:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9086,
      "trainType": "HL",
      "version": 293814947369
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:53:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:52:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:52:17.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:55:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:54:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:54:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:57:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:58:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:57:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:59:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:58:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:59:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:58:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:00:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:59:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:00:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:59:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:02:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:00:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:02:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:01:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:04:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:02:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:04:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:02:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:05:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:03:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:04:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:05:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:07:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:06:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:07:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:08:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:09:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:13:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:11:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:14:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:12:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:13:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:17:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:15:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:15:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:18:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:16:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:16:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:19:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:19:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:21:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:21:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:32.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "P",
              "categoryCodeId": 369166410,
              "detailedCategoryCode": "P1",
              "detailedCategoryCodeId": 34996488,
              "thirdCategoryCode": "P105",
              "thirdCategoryCodeId": 84022785
            }
          ],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9090,
      "trainType": "HL",
      "version": 293814947539
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:02:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:02:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:01:21.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:04:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:04:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:04:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:07:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:08:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:07:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:13:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:12:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:12:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:14:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:13:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:15:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:16:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:17:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:19:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:21:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:22:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:23:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:24:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:25:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:25:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:26:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:26:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:28:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:28:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:29:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:29:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:31:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:31:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:36:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9094,
      "trainType": "HL",
      "version": 293814947649
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:15:35.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "L",
              "categoryCodeId": 352389194,
              "detailedCategoryCode": "L6",
              "detailedCategoryCodeId": 118817032,
              "thirdCategoryCode": "L601",
              "thirdCategoryCodeId": 17241345
            }
          ],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:12:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:15:00.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:18:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:14:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:14:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:17:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:17:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:18:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:18:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:19:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:19:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:24:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:20:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:21:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:22:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:22:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:23:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:24:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:25:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:27:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:28:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:29:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:31:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:32:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:33:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:34:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:35:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:35:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:36:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:36:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:38:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:38:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:39:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:39:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:41:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:10.000Z",
          "scheduledTime": "2026-08-12T06:41:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:04.000Z",
          "scheduledTime": "2026-08-12T06:46:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9098,
      "trainType": "HL",
      "version": 293814947775
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:22:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:22:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:21:14.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:24:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:24:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:24:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:27:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:27:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:29:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:29:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:30:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:31:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:33:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:34:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:35:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:36:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:37:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:38:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:39:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:41:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:42:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:26.000Z",
          "scheduledTime": "2026-08-12T06:44:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:43.000Z",
          "scheduledTime": "2026-08-12T06:45:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:43.000Z",
          "scheduledTime": "2026-08-12T06:45:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:31.000Z",
          "scheduledTime": "2026-08-12T06:46:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:55.000Z",
          "scheduledTime": "2026-08-12T06:46:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:22.000Z",
          "scheduledTime": "2026-08-12T06:48:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:46.000Z",
          "scheduledTime": "2026-08-12T06:48:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:56.000Z",
          "scheduledTime": "2026-08-12T06:49:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:56.000Z",
          "scheduledTime": "2026-08-12T06:49:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:09.000Z",
          "scheduledTime": "2026-08-12T06:51:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:33.000Z",
          "scheduledTime": "2026-08-12T06:51:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:00.000Z",
          "scheduledTime": "2026-08-12T06:56:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9102,
      "trainType": "HL",
      "version": 293814947766
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:32:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:30:54.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:34:12.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:34:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:37:00.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:37:24.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:38:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:38:24.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:39:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:12.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:39:36.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:41:18.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:42:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:42:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:44:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:42.000Z",
          "scheduledTime": "2026-08-12T06:45:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:06.000Z",
          "scheduledTime": "2026-08-12T06:46:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:15.000Z",
          "scheduledTime": "2026-08-12T06:47:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:39.000Z",
          "scheduledTime": "2026-08-12T06:48:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:13.000Z",
          "scheduledTime": "2026-08-12T06:49:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:37.000Z",
          "scheduledTime": "2026-08-12T06:50:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:17.000Z",
          "scheduledTime": "2026-08-12T06:51:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:41.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:12.000Z",
          "scheduledTime": "2026-08-12T06:53:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:36.000Z",
          "scheduledTime": "2026-08-12T06:54:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:24.000Z",
          "scheduledTime": "2026-08-12T06:55:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:24.000Z",
          "scheduledTime": "2026-08-12T06:55:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:12.000Z",
          "scheduledTime": "2026-08-12T06:56:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:36.000Z",
          "scheduledTime": "2026-08-12T06:56:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:06.000Z",
          "scheduledTime": "2026-08-12T06:58:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:30.000Z",
          "scheduledTime": "2026-08-12T06:58:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:48.000Z",
          "scheduledTime": "2026-08-12T06:59:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:48.000Z",
          "scheduledTime": "2026-08-12T06:59:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:06.000Z",
          "scheduledTime": "2026-08-12T07:01:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:30.000Z",
          "scheduledTime": "2026-08-12T07:01:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:00.000Z",
          "scheduledTime": "2026-08-12T07:06:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9106,
      "trainType": "HL",
      "version": 293814947778
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:22:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:17:57.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:24:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:25:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:26:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:26:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:27:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:29:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:32:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:32:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:34:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:34:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:36:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:36:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:38:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:38:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:41:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:42:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:00.000Z",
          "scheduledTime": "2026-08-12T06:43:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:46:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:45:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:48.000Z",
          "scheduledTime": "2026-08-12T06:45:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:11.000Z",
          "scheduledTime": "2026-08-12T06:46:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:35.000Z",
          "scheduledTime": "2026-08-12T06:47:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:13.000Z",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:13.000Z",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:27.000Z",
          "scheduledTime": "2026-08-12T06:49:06.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:51.000Z",
          "scheduledTime": "2026-08-12T06:49:30.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:16.000Z",
          "scheduledTime": "2026-08-12T06:51:54.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:40.000Z",
          "scheduledTime": "2026-08-12T06:52:18.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:21.000Z",
          "scheduledTime": "2026-08-12T06:55:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9117,
      "trainType": "HL",
      "version": 293814947772
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:32:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:31:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:26:28.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:34:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:35:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:36:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:36:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:37:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:38:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:39:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:40:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:40:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:42:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:42:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:44:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:33.000Z",
          "scheduledTime": "2026-08-12T06:44:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:13.000Z",
          "scheduledTime": "2026-08-12T06:46:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:37.000Z",
          "scheduledTime": "2026-08-12T06:46:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:09.000Z",
          "scheduledTime": "2026-08-12T06:48:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:33.000Z",
          "scheduledTime": "2026-08-12T06:48:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:49.000Z",
          "scheduledTime": "2026-08-12T06:50:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:13.000Z",
          "scheduledTime": "2026-08-12T06:51:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:45.000Z",
          "scheduledTime": "2026-08-12T06:52:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:09.000Z",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:03.000Z",
          "scheduledTime": "2026-08-12T06:53:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:03.000Z",
          "scheduledTime": "2026-08-12T06:53:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:27.000Z",
          "scheduledTime": "2026-08-12T06:55:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:51.000Z",
          "scheduledTime": "2026-08-12T06:55:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:14.000Z",
          "scheduledTime": "2026-08-12T06:56:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:38.000Z",
          "scheduledTime": "2026-08-12T06:57:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:16.000Z",
          "scheduledTime": "2026-08-12T06:58:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:16.000Z",
          "scheduledTime": "2026-08-12T06:58:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:30.000Z",
          "scheduledTime": "2026-08-12T06:59:06.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:54.000Z",
          "scheduledTime": "2026-08-12T06:59:30.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:19.000Z",
          "scheduledTime": "2026-08-12T07:01:54.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:43.000Z",
          "scheduledTime": "2026-08-12T07:02:18.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:24.000Z",
          "scheduledTime": "2026-08-12T07:05:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9119,
      "trainType": "HL",
      "version": 293814947772
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:41:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:41:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:40:00.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:44:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:27.000Z",
          "scheduledTime": "2026-08-12T06:45:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:31.000Z",
          "scheduledTime": "2026-08-12T06:46:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:31.000Z",
          "scheduledTime": "2026-08-12T06:46:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:01.000Z",
          "scheduledTime": "2026-08-12T06:47:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:25.000Z",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:57.000Z",
          "scheduledTime": "2026-08-12T06:49:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:21.000Z",
          "scheduledTime": "2026-08-12T06:50:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:56.000Z",
          "scheduledTime": "2026-08-12T06:50:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:56.000Z",
          "scheduledTime": "2026-08-12T06:50:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:25.000Z",
          "scheduledTime": "2026-08-12T06:52:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:49.000Z",
          "scheduledTime": "2026-08-12T06:52:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:10.000Z",
          "scheduledTime": "2026-08-12T06:54:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:34.000Z",
          "scheduledTime": "2026-08-12T06:54:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:06.000Z",
          "scheduledTime": "2026-08-12T06:56:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:30.000Z",
          "scheduledTime": "2026-08-12T06:56:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:06.000Z",
          "scheduledTime": "2026-08-12T06:58:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:30.000Z",
          "scheduledTime": "2026-08-12T06:58:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:47.000Z",
          "scheduledTime": "2026-08-12T07:00:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:11.000Z",
          "scheduledTime": "2026-08-12T07:01:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:43.000Z",
          "scheduledTime": "2026-08-12T07:02:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:07.000Z",
          "scheduledTime": "2026-08-12T07:03:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:01.000Z",
          "scheduledTime": "2026-08-12T07:03:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:01.000Z",
          "scheduledTime": "2026-08-12T07:03:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:25.000Z",
          "scheduledTime": "2026-08-12T07:05:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:49.000Z",
          "scheduledTime": "2026-08-12T07:05:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:12.000Z",
          "scheduledTime": "2026-08-12T07:06:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:36.000Z",
          "scheduledTime": "2026-08-12T07:07:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:08:14.000Z",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:08:14.000Z",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:28.000Z",
          "scheduledTime": "2026-08-12T07:09:06.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:52.000Z",
          "scheduledTime": "2026-08-12T07:09:30.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:12:17.000Z",
          "scheduledTime": "2026-08-12T07:11:54.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:12:41.000Z",
          "scheduledTime": "2026-08-12T07:12:18.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:15:22.000Z",
          "scheduledTime": "2026-08-12T07:15:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9123,
      "trainType": "HL",
      "version": 293814947771
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:51:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:54:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:55:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:56:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:56:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:58:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:06.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:30.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:54.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:18.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9127,
      "trainType": "HL",
      "version": 293814947212
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:06:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:06.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:30.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:54.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:32:18.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-02-12T06:27:36.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9129,
      "trainType": "HL",
      "version": 293814947213
    },
    {
      "cancelled": false,
      "commuterLineID": "K",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:32:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:06.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:30.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:36:48.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:38:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:38:00.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:06.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:30.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:41:54.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:42:18.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:45:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9133,
      "trainType": "HL",
      "version": 293814947213
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:25:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:25:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A2",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:19:32.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:28:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:28:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:28:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:28:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:31:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:30:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:31:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:30:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:33:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:32:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:34:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:33:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T05:36:20.000Z",
          "scheduledTime": "2026-08-12T05:35:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T05:36:20.000Z",
          "scheduledTime": "2026-08-12T05:35:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:40:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:38:42.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:40:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:39:12.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:46:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:42:54.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:46:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:42:54.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:48:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:44:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:48:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T05:45:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:50:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:47:30.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:51:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:48:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:53:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:50:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:54:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:51:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:53:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:53:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:38.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "T",
              "categoryCodeId": 402720842,
              "detailedCategoryCode": "T1",
              "detailedCategoryCodeId": 119013640,
              "thirdCategoryCode": "T102",
              "thirdCategoryCodeId": 34019329
            }
          ],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:55:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:59:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:56:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:01:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:58:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:01:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T05:58:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:02:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:59:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:02:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T05:59:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:02:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:00:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:02:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:00:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:01:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:01:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:01:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:01:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:04:49.000Z",
          "scheduledTime": "2026-08-12T06:02:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:04:49.000Z",
          "scheduledTime": "2026-08-12T06:02:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:04:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:03:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:04:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:03:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:06:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:04:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:06:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:05:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:08:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:06:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:08:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:06:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:07:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:07:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:08:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:08:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:11:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:11:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:10:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:12:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:13:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:12:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:12:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:14:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:13:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 5,
          "scheduledTime": "2026-08-12T06:14:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:12.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "P",
              "categoryCodeId": 369166410,
              "detailedCategoryCode": "P1",
              "detailedCategoryCodeId": 34996488,
              "thirdCategoryCode": "P105",
              "thirdCategoryCodeId": 84022785
            }
          ],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 7,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9638,
      "trainType": "HL",
      "version": 293814947517
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:55:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "stopSector": "A0",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:46:46.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:58:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:58:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:58:12.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:00:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:00:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:00:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:00:42.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:02:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:02:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:03:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:05:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:05:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:05:30.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:42.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:09:12.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:12:54.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:12:54.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:17:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:14:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:15:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:17:30.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:18:00.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:20:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:23:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:23:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:25:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:26:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:29:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:29:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:30:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:31:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:31:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:31:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:31:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:33:43.000Z",
          "scheduledTime": "2026-08-12T06:32:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:33:43.000Z",
          "scheduledTime": "2026-08-12T06:32:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:34:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:36:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:36:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:37:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:37:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:38:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:38:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:39:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:39:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:41:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:41:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:42:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:42:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:12.000Z",
          "scheduledTime": "2026-08-12T06:44:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:00.000Z",
          "scheduledTime": "2026-08-12T06:49:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-05-07T09:58:15.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9640,
      "trainType": "HL",
      "version": 293814947759
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:40:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:40:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "D3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:35:01.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:44:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:17.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:47.000Z",
          "scheduledTime": "2026-08-12T06:45:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:47.000Z",
          "scheduledTime": "2026-08-12T06:45:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:06.000Z",
          "scheduledTime": "2026-08-12T06:47:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:06.000Z",
          "scheduledTime": "2026-08-12T06:47:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:00.000Z",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:00.000Z",
          "scheduledTime": "2026-08-12T06:48:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:17.000Z",
          "scheduledTime": "2026-08-12T06:48:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:17.000Z",
          "scheduledTime": "2026-08-12T06:48:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:12.000Z",
          "scheduledTime": "2026-08-12T06:49:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:12.000Z",
          "scheduledTime": "2026-08-12T06:49:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:06.000Z",
          "scheduledTime": "2026-08-12T06:50:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:06.000Z",
          "scheduledTime": "2026-08-12T06:50:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:06.000Z",
          "scheduledTime": "2026-08-12T06:51:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:06.000Z",
          "scheduledTime": "2026-08-12T06:51:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:24.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:24.000Z",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:15.000Z",
          "scheduledTime": "2026-08-12T06:53:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:45.000Z",
          "scheduledTime": "2026-08-12T06:54:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:50.000Z",
          "scheduledTime": "2026-08-12T06:55:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:50.000Z",
          "scheduledTime": "2026-08-12T06:55:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:11.000Z",
          "scheduledTime": "2026-08-12T06:55:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:11.000Z",
          "scheduledTime": "2026-08-12T06:55:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:45.000Z",
          "scheduledTime": "2026-08-12T06:56:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:45.000Z",
          "scheduledTime": "2026-08-12T06:56:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:18.000Z",
          "scheduledTime": "2026-08-12T06:57:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:18.000Z",
          "scheduledTime": "2026-08-12T06:57:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:48.000Z",
          "scheduledTime": "2026-08-12T06:57:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:48.000Z",
          "scheduledTime": "2026-08-12T06:57:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:36.000Z",
          "scheduledTime": "2026-08-12T06:58:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:36.000Z",
          "scheduledTime": "2026-08-12T06:58:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:36.000Z",
          "scheduledTime": "2026-08-12T07:00:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:36.000Z",
          "scheduledTime": "2026-08-12T07:00:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:46.000Z",
          "scheduledTime": "2026-08-12T07:02:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:16.000Z",
          "scheduledTime": "2026-08-12T07:03:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:14.000Z",
          "scheduledTime": "2026-08-12T07:04:48.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:14.000Z",
          "scheduledTime": "2026-08-12T07:04:48.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:39.000Z",
          "scheduledTime": "2026-08-12T07:07:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:08:09.000Z",
          "scheduledTime": "2026-08-12T07:07:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:10:03.000Z",
          "scheduledTime": "2026-08-12T07:09:36.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:10:33.000Z",
          "scheduledTime": "2026-08-12T07:10:06.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:12:31.000Z",
          "scheduledTime": "2026-08-12T07:12:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:13:01.000Z",
          "scheduledTime": "2026-08-12T07:13:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:14:30.000Z",
          "scheduledTime": "2026-08-12T07:14:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:14:30.000Z",
          "scheduledTime": "2026-08-12T07:14:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:20:28.000Z",
          "scheduledTime": "2026-08-12T07:18:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:20:58.000Z",
          "scheduledTime": "2026-08-12T07:19:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:24:48.000Z",
          "scheduledTime": "2026-08-12T07:22:42.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:24:48.000Z",
          "scheduledTime": "2026-08-12T07:22:42.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:27:44.000Z",
          "scheduledTime": "2026-08-12T07:25:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:28:14.000Z",
          "scheduledTime": "2026-08-12T07:26:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:29:38.000Z",
          "scheduledTime": "2026-08-12T07:27:54.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:29:38.000Z",
          "scheduledTime": "2026-08-12T07:27:54.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:32:05.000Z",
          "scheduledTime": "2026-08-12T07:31:24.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:32:05.000Z",
          "scheduledTime": "2026-08-12T07:31:24.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:35:34.000Z",
          "scheduledTime": "2026-08-12T07:35:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9651,
      "trainType": "HL",
      "version": 293814947767
    },
    {
      "cancelled": false,
      "commuterLineID": "R",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:10:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:21:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:22:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:28:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:32:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:48.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:48.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:00.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:30.000Z",
          "stationShortCode": "AIN",
          "stationUICCode": 628,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:39:36.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:06.000Z",
          "stationShortCode": "JP",
          "stationUICCode": 25,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:42:30.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:43:00.000Z",
          "stationShortCode": "SAU",
          "stationUICCode": 806,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:44:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:44:30.000Z",
          "stationShortCode": "PUR",
          "stationUICCode": 564,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:48:30.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:49:00.000Z",
          "stationShortCode": "JK",
          "stationUICCode": 28,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:52:42.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:52:42.000Z",
          "stationShortCode": "PLP",
          "stationUICCode": 562,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:55:30.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:56:00.000Z",
          "stationShortCode": "HY",
          "stationUICCode": 30,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:57:54.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:57:54.000Z",
          "stationShortCode": "PVL",
          "stationUICCode": 1368,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:01:24.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:01:24.000Z",
          "stationShortCode": "ARP",
          "stationUICCode": 1235,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T08:05:00.000Z",
          "stationShortCode": "RI",
          "stationUICCode": 40,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9655,
      "trainType": "HL",
      "version": 293814897638
    },
    {
      "cancelled": false,
      "commuterLineID": "Z",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:09:33.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:07:30.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:15:12.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:15:12.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:21:30.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:22:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:27:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:28:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:27:30.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:32:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:33:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:39:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:37:18.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:39:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:37:18.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:42:30.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:08.000Z",
          "scheduledTime": "2026-08-12T06:48:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:08.000Z",
          "scheduledTime": "2026-08-12T06:48:30.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:06.000Z",
          "scheduledTime": "2026-08-12T06:50:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:36.000Z",
          "scheduledTime": "2026-08-12T06:51:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:00.000Z",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:00.000Z",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:54.000Z",
          "scheduledTime": "2026-08-12T06:54:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:54.000Z",
          "scheduledTime": "2026-08-12T06:54:54.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:42.000Z",
          "scheduledTime": "2026-08-12T06:55:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:42.000Z",
          "scheduledTime": "2026-08-12T06:55:42.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:13.000Z",
          "scheduledTime": "2026-08-12T06:56:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:13.000Z",
          "scheduledTime": "2026-08-12T06:56:12.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:54.000Z",
          "scheduledTime": "2026-08-12T06:56:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:54.000Z",
          "scheduledTime": "2026-08-12T06:56:54.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:54.000Z",
          "scheduledTime": "2026-08-12T06:57:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:54.000Z",
          "scheduledTime": "2026-08-12T06:57:54.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:39.000Z",
          "scheduledTime": "2026-08-12T06:58:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:39.000Z",
          "scheduledTime": "2026-08-12T06:58:18.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:06.000Z",
          "scheduledTime": "2026-08-12T06:59:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:36.000Z",
          "scheduledTime": "2026-08-12T07:00:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:10.000Z",
          "scheduledTime": "2026-08-12T07:01:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:10.000Z",
          "scheduledTime": "2026-08-12T07:01:24.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:56.000Z",
          "scheduledTime": "2026-08-12T07:02:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:02:56.000Z",
          "scheduledTime": "2026-08-12T07:02:18.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:36.000Z",
          "scheduledTime": "2026-08-12T07:03:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:03:36.000Z",
          "scheduledTime": "2026-08-12T07:03:18.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:21.000Z",
          "scheduledTime": "2026-08-12T07:04:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:21.000Z",
          "scheduledTime": "2026-08-12T07:04:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:07.000Z",
          "scheduledTime": "2026-08-12T07:05:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:07.000Z",
          "scheduledTime": "2026-08-12T07:05:07.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:24.000Z",
          "scheduledTime": "2026-08-12T07:05:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:24.000Z",
          "scheduledTime": "2026-08-12T07:05:24.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:24.000Z",
          "scheduledTime": "2026-08-12T07:06:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:24.000Z",
          "scheduledTime": "2026-08-12T07:06:24.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:34.000Z",
          "scheduledTime": "2026-08-12T07:07:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:07:34.000Z",
          "scheduledTime": "2026-08-12T07:07:34.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:08:47.000Z",
          "scheduledTime": "2026-08-12T07:08:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:17.000Z",
          "scheduledTime": "2026-08-12T07:09:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:14:00.000Z",
          "scheduledTime": "2026-08-12T07:14:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9820,
      "trainType": "HL",
      "version": 293814947774
    },
    {
      "cancelled": false,
      "commuterLineID": "Z",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "D3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:34:36.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:49:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:50:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:50:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:50:56.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:52:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:52:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:53:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:53:17.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:54:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:54:12.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:55:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:55:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:56:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:56:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:57:00.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:58:30.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:12.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:36.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:36.000Z",
          "stationShortCode": "KVY",
          "stationUICCode": 559,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:18.000Z",
          "stationShortCode": "RKL",
          "stationUICCode": 554,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:48.000Z",
          "stationShortCode": "HNA",
          "stationUICCode": 1018,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:03:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:03:36.000Z",
          "stationShortCode": "KRS",
          "stationUICCode": 19,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:36.000Z",
          "stationShortCode": "SAV",
          "stationUICCode": 555,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:30.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "KE",
          "stationUICCode": 20,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:48.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:48.000Z",
          "stationShortCode": "KYT",
          "stationUICCode": 1111,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:30.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:00.000Z",
          "stationShortCode": "HAA",
          "stationUICCode": 13,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:12.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:12.000Z",
          "stationShortCode": "KSU",
          "stationUICCode": 1128,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:30.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:00.000Z",
          "stationShortCode": "MLÄ",
          "stationUICCode": 27,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:06.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:06.000Z",
          "stationShortCode": "SIP",
          "stationUICCode": 1254,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:30.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:36:00.000Z",
          "stationShortCode": "HNN",
          "stationUICCode": 1164,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:43:24.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:43:24.000Z",
          "stationShortCode": "HLT",
          "stationUICCode": 1014,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:50:00.000Z",
          "stationShortCode": "LH",
          "stationUICCode": 100,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 9827,
      "trainType": "HL",
      "version": 293814947623
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:35:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:35:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:26:14.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:36:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:36:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:36:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:36:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:38:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:37:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:38:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:38:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:39:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:38:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:39:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:38:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:39:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:39:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:40:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:40:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:41:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:41:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:41:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:41:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:43:40.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:43:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:44:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:44:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:45:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:45:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:45:25.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:45:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:48:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:48:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:49:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:49:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:50:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:50:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:50:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:50:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:50:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:51:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:52:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:52:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:55:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:55:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:55:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:55:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:57:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:57:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:57:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:57:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:58:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:59:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:59:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:01:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:00:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:01:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:01:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:02:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:03:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:03:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:05:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:04:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:05:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:07:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:06:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:07:49.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:07:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:08:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:09:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:10:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:10:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:10:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:11:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:11:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:13:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:13:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:13:56.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:13:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:14:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:14:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:10.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:16:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:16:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:50.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "P",
              "categoryCodeId": 369166410,
              "detailedCategoryCode": "P1",
              "detailedCategoryCodeId": 34996488,
              "thirdCategoryCode": "P105",
              "thirdCategoryCodeId": 84022785
            }
          ],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18633,
      "trainType": "HL",
      "version": 293814947463
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T05:55:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:55:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T05:53:03.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:56:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:56:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:56:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:58:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:57:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:58:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T05:58:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:59:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:58:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T05:59:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:58:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T05:59:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T05:59:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:00:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:00:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:01:11.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:01:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:01:28.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:01:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:03:27.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:03:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:04:01.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:04:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:05:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:05:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:05:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:05:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:08:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:08:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:09:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:09:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:09:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:10:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:10:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:11:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:12:03.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:12:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:15:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:15:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:15:30.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:15:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:16:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:16:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:17:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:17:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:17:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:17:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:18:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:18:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:55.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:20:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:22:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:23:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:23:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:24:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:24:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:26:51.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:26:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:27:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:27:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:29:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:30:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:30:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:06.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:31:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:31:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:32:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:33:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:34:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:34:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:34:41.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:34:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:36:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:36:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:41:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18636,
      "trainType": "HL",
      "version": 293814947698
    },
    {
      "cancelled": false,
      "commuterLineID": "P",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:15:16.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:15:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:09:35.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:16:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:16:18.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:16:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:16:42.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:18:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:17:48.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:18:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:18:12.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:19:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:18:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:19:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:18:54.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:19:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:20:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:21:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:21:12.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:21:48.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:21:36.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "D5",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:23:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:24:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:25:30.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:28:36.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:29:00.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:30:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:30:23.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:30:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:22.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:31:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:32:04.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:32:00.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "D1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:35:06.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:35:37.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:35:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:36:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:36:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:15.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:36:12.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:37:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:37:48.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:35.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:38:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:39:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:40:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:18.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "6",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:41:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:42:42.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:43:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:44:36.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:45:56.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:36.000Z",
          "scheduledTime": "2026-08-12T06:46:36.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:00.000Z",
          "scheduledTime": "2026-08-12T06:47:00.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:36.000Z",
          "scheduledTime": "2026-08-12T06:48:36.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:00.000Z",
          "scheduledTime": "2026-08-12T06:49:00.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:24.000Z",
          "scheduledTime": "2026-08-12T06:50:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:24.000Z",
          "scheduledTime": "2026-08-12T06:50:24.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:12.000Z",
          "scheduledTime": "2026-08-12T06:51:06.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:36.000Z",
          "scheduledTime": "2026-08-12T06:51:30.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:06.000Z",
          "scheduledTime": "2026-08-12T06:53:06.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:30.000Z",
          "scheduledTime": "2026-08-12T06:53:30.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:48.000Z",
          "scheduledTime": "2026-08-12T06:54:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:48.000Z",
          "scheduledTime": "2026-08-12T06:54:48.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:06.000Z",
          "scheduledTime": "2026-08-12T06:56:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "1",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:30.000Z",
          "scheduledTime": "2026-08-12T06:56:30.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "A0",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:00.000Z",
          "scheduledTime": "2026-08-12T07:01:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18639,
      "trainType": "HL",
      "version": 293814947771
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:15:50.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "9",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:16:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:13:41.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:20:05.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "scheduledTime": "2026-08-12T06:19:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:20:45.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:20:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:22:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:21:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:22:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:21:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:46.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:22:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:24:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:23:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:25:54.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:24:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:26:26.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:25:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:17.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:25:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:26:56.000Z",
          "scheduledTime": "2026-08-12T06:25:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:28:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:27:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:27:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:31:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:29:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:31:42.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:29:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:08.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:31:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:33:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:31:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:33:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:36:00.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:33:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:38:32.000Z",
          "cancelled": false,
          "causes": [
            {
              "categoryCode": "P",
              "categoryCodeId": 369166410,
              "detailedCategoryCode": "P1",
              "detailedCategoryCodeId": 34996488,
              "thirdCategoryCode": "P105",
              "thirdCategoryCodeId": 84022785
            }
          ],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:35:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:38:53.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:36:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:40:34.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:37:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:40:47.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:38:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:38:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:41:43.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:38:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:42:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:39:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:39.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:39:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:19.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:40:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:40:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:18.000Z",
          "scheduledTime": "2026-08-12T06:43:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:42.000Z",
          "scheduledTime": "2026-08-12T06:44:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:22.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:22.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:05.000Z",
          "scheduledTime": "2026-08-12T06:45:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:29.000Z",
          "scheduledTime": "2026-08-12T06:46:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:13.000Z",
          "scheduledTime": "2026-08-12T06:49:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:13.000Z",
          "scheduledTime": "2026-08-12T06:49:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:42.000Z",
          "scheduledTime": "2026-08-12T06:50:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:06.000Z",
          "scheduledTime": "2026-08-12T06:51:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:01.000Z",
          "scheduledTime": "2026-08-12T06:52:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:25.000Z",
          "scheduledTime": "2026-08-12T06:53:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:45.000Z",
          "scheduledTime": "2026-08-12T06:54:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:09.000Z",
          "scheduledTime": "2026-08-12T06:55:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:31.000Z",
          "scheduledTime": "2026-08-12T06:55:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:57:31.000Z",
          "scheduledTime": "2026-08-12T06:55:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:21.000Z",
          "scheduledTime": "2026-08-12T06:56:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:45.000Z",
          "scheduledTime": "2026-08-12T06:56:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:03.000Z",
          "scheduledTime": "2026-08-12T06:57:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:27.000Z",
          "scheduledTime": "2026-08-12T06:58:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:39.000Z",
          "scheduledTime": "2026-08-12T07:00:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18841,
      "trainType": "HL",
      "version": 293814947759
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:37:24.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "scheduledTime": "2026-08-12T06:36:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainReady": {
            "accepted": true,
            "source": "KUPLA",
            "timestamp": "2026-08-12T06:33:17.000Z"
          },
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:39:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:42:07.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:40:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:43:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:41:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:43:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:41:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:42:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:57.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:13.000Z",
          "scheduledTime": "2026-08-12T06:44:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:46:37.000Z",
          "scheduledTime": "2026-08-12T06:45:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:12.000Z",
          "scheduledTime": "2026-08-12T06:45:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:47:12.000Z",
          "scheduledTime": "2026-08-12T06:45:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:48:41.000Z",
          "scheduledTime": "2026-08-12T06:47:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:05.000Z",
          "scheduledTime": "2026-08-12T06:47:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:50:58.000Z",
          "scheduledTime": "2026-08-12T06:49:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:51:22.000Z",
          "scheduledTime": "2026-08-12T06:49:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:02.000Z",
          "scheduledTime": "2026-08-12T06:51:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:52:26.000Z",
          "scheduledTime": "2026-08-12T06:51:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:53:58.000Z",
          "scheduledTime": "2026-08-12T06:53:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:54:22.000Z",
          "scheduledTime": "2026-08-12T06:53:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:08.000Z",
          "scheduledTime": "2026-08-12T06:55:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:56:32.000Z",
          "scheduledTime": "2026-08-12T06:56:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:04.000Z",
          "scheduledTime": "2026-08-12T06:57:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:58:28.000Z",
          "scheduledTime": "2026-08-12T06:58:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:22.000Z",
          "scheduledTime": "2026-08-12T06:58:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 1,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:59:22.000Z",
          "scheduledTime": "2026-08-12T06:58:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:13.000Z",
          "scheduledTime": "2026-08-12T06:59:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:13.000Z",
          "scheduledTime": "2026-08-12T06:59:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:00:50.000Z",
          "scheduledTime": "2026-08-12T07:00:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:01:14.000Z",
          "scheduledTime": "2026-08-12T07:00:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:09.000Z",
          "scheduledTime": "2026-08-12T07:03:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:04:33.000Z",
          "scheduledTime": "2026-08-12T07:04:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:13.000Z",
          "scheduledTime": "2026-08-12T07:05:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:13.000Z",
          "scheduledTime": "2026-08-12T07:05:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:05:56.000Z",
          "scheduledTime": "2026-08-12T07:05:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:06:20.000Z",
          "scheduledTime": "2026-08-12T07:06:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:04.000Z",
          "scheduledTime": "2026-08-12T07:09:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:09:04.000Z",
          "scheduledTime": "2026-08-12T07:09:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:10:36.000Z",
          "scheduledTime": "2026-08-12T07:10:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:11:00.000Z",
          "scheduledTime": "2026-08-12T07:11:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:12:55.000Z",
          "scheduledTime": "2026-08-12T07:12:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:13:19.000Z",
          "scheduledTime": "2026-08-12T07:13:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:14:39.000Z",
          "scheduledTime": "2026-08-12T07:14:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:15:03.000Z",
          "scheduledTime": "2026-08-12T07:15:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:15:36.000Z",
          "scheduledTime": "2026-08-12T07:15:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:15:36.000Z",
          "scheduledTime": "2026-08-12T07:15:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:16:26.000Z",
          "scheduledTime": "2026-08-12T07:16:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:16:50.000Z",
          "scheduledTime": "2026-08-12T07:16:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:18:08.000Z",
          "scheduledTime": "2026-08-12T07:17:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:18:32.000Z",
          "scheduledTime": "2026-08-12T07:18:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T07:20:00.000Z",
          "scheduledTime": "2026-08-12T07:20:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18844,
      "trainType": "HL",
      "version": 293814947776
    },
    {
      "cancelled": false,
      "commuterLineID": "I",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:56:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:42.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:00:06.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:18.000Z",
          "stationShortCode": "LOP",
          "stationUICCode": 1370,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:36.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:03:00.000Z",
          "stationShortCode": "KÄP",
          "stationUICCode": 977,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:36.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:00.000Z",
          "stationShortCode": "OLK",
          "stationUICCode": 15,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:05:36.000Z",
          "stationShortCode": "VRJ",
          "stationUICCode": 1371,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:06.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:30.000Z",
          "stationShortCode": "PMK",
          "stationUICCode": 551,
          "stopSector": "D4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:06.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:09:30.000Z",
          "stationShortCode": "ML",
          "stationUICCode": 17,
          "stopSector": "C3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:06.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:30.000Z",
          "stationShortCode": "TNA",
          "stationUICCode": 552,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:06.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:13:30.000Z",
          "stationShortCode": "PLA",
          "stationUICCode": 553,
          "stopSector": "C4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:15:36.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "5",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:16:00.000Z",
          "stationShortCode": "TKL",
          "stationUICCode": 18,
          "stopSector": "D2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:36.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "3",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:00.000Z",
          "stationShortCode": "HKH",
          "stationUICCode": 556,
          "stopSector": "D3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:18:42.000Z",
          "stationShortCode": "HVK",
          "stationUICCode": 1334,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:19:48.000Z",
          "stationShortCode": "ASO",
          "stationUICCode": 1340,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:30.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:20:54.000Z",
          "stationShortCode": "LNÄ",
          "stationUICCode": 1333,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:23:54.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:24:18.000Z",
          "stationShortCode": "LEN",
          "stationUICCode": 1332,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:00.000Z",
          "stationShortCode": "VMS",
          "stationUICCode": 1339,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:25:48.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:26:12.000Z",
          "stationShortCode": "AVP",
          "stationUICCode": 1331,
          "stopSector": "A3",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:29:00.000Z",
          "stationShortCode": "RSM",
          "stationUICCode": 1338,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:30:36.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:31:00.000Z",
          "stationShortCode": "KTÖ",
          "stationUICCode": 1330,
          "stopSector": "A4",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:32:54.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:33:18.000Z",
          "stationShortCode": "VEH",
          "stationUICCode": 1337,
          "stopSector": "A2",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:34:36.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:00.000Z",
          "stationShortCode": "VKS",
          "stationUICCode": 839,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:35:36.000Z",
          "stationShortCode": "LAV",
          "stationUICCode": 1341,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:36:18.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:36:42.000Z",
          "stationShortCode": "MRL",
          "stationUICCode": 662,
          "stopSector": "B1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:37:48.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:38:12.000Z",
          "stationShortCode": "LOH",
          "stationUICCode": 661,
          "stopSector": "A1",
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "2",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:40:00.000Z",
          "stationShortCode": "MYR",
          "stationUICCode": 660,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Commuter",
      "trainNumber": 18847,
      "trainType": "HL",
      "version": 293814928801
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:37:09.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "8",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:35:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:45:31.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:44:33.000Z",
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "732",
          "countryCode": "FI",
          "differenceInMinutes": 0,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:55:00.000Z",
          "scheduledTime": "2026-08-12T06:55:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 60274,
      "trainType": "SAA",
      "version": 293814947777
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:47:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "602",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 61002,
      "trainType": "SAA",
      "version": 293814945583
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "10",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:59:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:04:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "710",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:14:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 61062,
      "trainType": "SAA",
      "version": 293814941094
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "7",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:12:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "605",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:27:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 61140,
      "trainType": "SAA",
      "version": 293814947208
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "13",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:53:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:58:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:58:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "721",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:08:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 61946,
      "trainType": "SAA",
      "version": 293814941019
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:15:38.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "13",
          "countryCode": "FI",
          "differenceInMinutes": -3,
          "scheduledTime": "2026-08-12T06:19:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:23:29.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:24:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:25:44.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 2,
          "scheduledTime": "2026-08-12T06:24:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:29:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "804",
          "countryCode": "FI",
          "differenceInMinutes": -4,
          "scheduledTime": "2026-08-12T06:34:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 64007,
      "trainType": "W",
      "version": 293814947533
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "12",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:02:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:07:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "802",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:17:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 64009,
      "trainType": "W",
      "version": 293814943386
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:20:20.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:16:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:27:21.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 6,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:29:52.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 9,
          "scheduledTime": "2026-08-12T06:21:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:33:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "784",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:31:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 64105,
      "trainType": "W",
      "version": 293814947593
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:30:36.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:28:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:35:59.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 3,
          "scheduledTime": "2026-08-12T06:33:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:37:14.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "differenceInMinutes": 4,
          "scheduledTime": "2026-08-12T06:33:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:41:13.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "802",
          "countryCode": "FI",
          "differenceInMinutes": -2,
          "scheduledTime": "2026-08-12T06:43:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 64107,
      "trainType": "W",
      "version": 293814947701
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": false,
      "timeTableRows": [
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "4",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T06:56:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialTrack": "",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:01:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "777",
          "countryCode": "FI",
          "scheduledTime": "2026-08-12T07:11:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 64109,
      "trainType": "W",
      "version": 293814943384
    },
    {
      "cancelled": false,
      "commuterLineID": "",
      "departureDate": "2026-08-12",
      "operatorShortCode": "vr",
      "operatorUICCode": 10,
      "runningCurrently": true,
      "timeTableRows": [
        {
          "actualTime": "2026-08-12T06:41:02.000Z",
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "755",
          "countryCode": "FI",
          "differenceInMinutes": -1,
          "scheduledTime": "2026-08-12T06:42:00.000Z",
          "stationShortCode": "ILR",
          "stationUICCode": 1030,
          "trainStopping": true,
          "type": "DEPARTURE"
        },
        {
          "actualTime": "2026-08-12T06:44:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": -7,
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "ARRIVAL"
        },
        {
          "actualTime": "2026-08-12T06:44:32.000Z",
          "cancelled": false,
          "causes": [],
          "commercialTrack": "7",
          "countryCode": "FI",
          "differenceInMinutes": -7,
          "scheduledTime": "2026-08-12T06:52:00.000Z",
          "stationShortCode": "PSL",
          "stationUICCode": 10,
          "trainStopping": false,
          "type": "DEPARTURE"
        },
        {
          "cancelled": false,
          "causes": [],
          "commercialStop": true,
          "commercialTrack": "11",
          "countryCode": "FI",
          "differenceInMinutes": -7,
          "estimateSource": "LIIKE_AUTOMATIC",
          "liveEstimateTime": "2026-08-12T06:49:40.000Z",
          "scheduledTime": "2026-08-12T06:57:00.000Z",
          "stationShortCode": "HKI",
          "stationUICCode": 1,
          "trainStopping": true,
          "type": "ARRIVAL"
        }
      ],
      "timetableAcceptanceDate": "2026-07-02T05:55:40.000Z",
      "timetableType": "REGULAR",
      "trainCategory": "Shunting",
      "trainNumber": 64408,
      "trainType": "W",
      "version": 293814947772
    }
  ],
  "success": true
}