Displaying results of a custom action in a list

Hey!
I have a custom action which retrieve train schedules be two train station on a specific day (API call to interrogate a GTFS file). I would like to display these train schedules in a list without storing them in a database. Any idea how to do that?
Thanks!