Successful response's body contains a serialized object with number of all user's trips, and basic information for each trip (name, start & end times).
GET /developer_api/trips/get_summary.json?access_token=4f94921198f219f4bdd894fa69021d319175ccfdf3d31612e4a5c5c723e83d2f 200 { "trip_count": 3, "trips": [ { "name": "asd", "start_time_utc": "2013-10-16T20:24:00Z", "end_time_utc": "2013-10-17T22:00:00Z" }, { "name": "veh-air", "start_time_utc": "2013-10-16T14:15:50Z", "end_time_utc": "2013-10-16T23:00:00Z" }, { "name": "phx roundtrip", "start_time_utc": "2013-11-10T12:00:00Z", "end_time_utc": "2013-11-11T20:00:00Z" } ] }