Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8229
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8230", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8228", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8229, "results": [ { "start": 873729706, "stop": 873729718 }, { "start": 873729744, "stop": 873729768 }, { "start": 873730023, "stop": 873730052 }, { "start": 873730075, "stop": 873730080 }, { "start": 873730102, "stop": 873730114 }, { "start": 873730133, "stop": 873730172 }, { "start": 873730196, "stop": 873730197 }, { "start": 873730215, "stop": 873730235 }, { "start": 873730254, "stop": 873730274 }, { "start": 873730303, "stop": 873730329 }, { "start": 873730368, "stop": 873730379 }, { "start": 873730408, "stop": 873730409 }, { "start": 873730435, "stop": 873730458 }, { "start": 873730478, "stop": 873730515 }, { "start": 873730536, "stop": 873730552 }, { "start": 873730575, "stop": 873730617 }, { "start": 873730636, "stop": 873730718 }, { "start": 873730749, "stop": 873730872 }, { "start": 873730893, "stop": 873730910 }, { "start": 873730929, "stop": 873730938 } ] }