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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15998
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15999", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15997", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15998, "results": [ { "start": 971525275, "stop": 971525276 }, { "start": 971525277, "stop": 971525292 }, { "start": 971525295, "stop": 971525314 }, { "start": 971525315, "stop": 971525365 }, { "start": 971525366, "stop": 971525422 }, { "start": 971525423, "stop": 971525486 }, { "start": 971525490, "stop": 971525542 }, { "start": 971525543, "stop": 971525659 }, { "start": 971525662, "stop": 971525730 }, { "start": 971525758, "stop": 971525759 }, { "start": 971525766, "stop": 971525769 }, { "start": 971525777, "stop": 971525788 }, { "start": 971525791, "stop": 971525800 }, { "start": 971525803, "stop": 971525805 }, { "start": 971525808, "stop": 971525809 }, { "start": 971525811, "stop": 971525814 }, { "start": 971525816, "stop": 971525824 }, { "start": 971525826, "stop": 971525828 }, { "start": 971525829, "stop": 971525847 }, { "start": 971525849, "stop": 971525854 } ] }