Python Solution:
vResultSet= trino.history(start=1712620800, stop=1712685600, bounds=( 0.201989, 50.95292, 0.247171, 50.98188), limit=100)
To make this work the Lon, Lat co-ordinates provided to describe the required 1 mile square airspace were; LonMin, LatMin, LonMax, LatMax
It appears this Python function has been extended to include both a start and stop parameter, which makes the function much more useful.
Returns a populated Pandas dataframe.
Richard.