Historic Live Flight Track Log

I took a look through the API and it looks like you can only retrieve detailed flight track info (TrackStruct) by using GetLastTrack. My application needs to be able to retrieve the altitude data for flights at least a few days in the past.
Is this possible using the FlightXML API? If so, how?