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/H1_CW_CAT1/segments?format=api&page=69
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=70", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=68", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 69, "results": [ { "start": 822793497, "stop": 822799784 }, { "start": 822799838, "stop": 822800054 }, { "start": 822800154, "stop": 822800719 }, { "start": 822800786, "stop": 822800841 }, { "start": 822800948, "stop": 822801913 }, { "start": 822801924, "stop": 822801925 }, { "start": 822801974, "stop": 822804445 }, { "start": 822804489, "stop": 822805716 }, { "start": 822805725, "stop": 822805753 }, { "start": 822805775, "stop": 822805776 }, { "start": 822805818, "stop": 822805866 }, { "start": 822805870, "stop": 822805929 }, { "start": 822805933, "stop": 822805953 }, { "start": 822805957, "stop": 822805962 }, { "start": 822805966, "stop": 822805982 }, { "start": 822805986, "stop": 822805992 }, { "start": 822806015, "stop": 822806045 }, { "start": 822806054, "stop": 822806060 }, { "start": 822806064, "stop": 822806114 }, { "start": 822806183, "stop": 822806184 } ] }