Flight "status" possible result values from API

Hi,

with the status string value in the flights API endpoint response array

get /flights/{ident}

is it possible to get a list of ALL possible values in a list, eg. “En Route and On Time”, etc… ?

flights* [{
   status*: string - Human-readable summary of flight
}]

Thanks