Hi,
After retreiving 4 records for IBE2623 I notice that the current flight has epoch 0 which is expected and fine however the
previous 3 flights look like this:
"filed_arrival_time": {
"epoch": 1503624600,
"tz": "PDT",
"dow": "Thursday",
"time": "06:30PM",
"date": "24/08/2017",
"localtime": 1503599400
},
"estimated_arrival_time": {
"epoch": 1503625485,
"tz": "PDT",
"dow": "Thursday",
"time": "06:44PM",
"date": "24/08/2017",
"localtime": 1503600285
},
"actual_arrival_time": {
"epoch": 1503625485,
"tz": "PDT",
"dow": "Thursday",
"time": "06:44PM",
"date": "24/08/2017",
"localtime": 1503600285
},
"arrival_delay": 885,
"filed_blockout_time": {
"epoch": 0
},
"estimated_blockout_time": {
"epoch": 0
},
"actual_blockout_time": {
"epoch": 0
},
"filed_blockin_time": {
"epoch": 0
},
"estimated_blockin_time": {
"epoch": 0
},
"actual_blockin_time": {
"epoch": 0
},
"status": "Arrived",
"progress_percent": 100,
These are all flights that have arrived over 3 days yet all their blockin times are 0, gate to gate time is important for us so I was wondering if this is expected behaviour? If so how can I get the gate to gate time?
Thanks