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_CAT2/segments?format=api&page=114
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=115", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=113", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 114, "results": [ { "start": 818063128, "stop": 818063131 }, { "start": 818063134, "stop": 818063147 }, { "start": 818063151, "stop": 818063156 }, { "start": 818063162, "stop": 818063182 }, { "start": 818063187, "stop": 818063188 }, { "start": 818063191, "stop": 818063196 }, { "start": 818063199, "stop": 818063200 }, { "start": 818063212, "stop": 818063218 }, { "start": 818063221, "stop": 818063223 }, { "start": 818063226, "stop": 818063261 }, { "start": 818063267, "stop": 818063273 }, { "start": 818063276, "stop": 818063284 }, { "start": 818063289, "stop": 818063302 }, { "start": 818063307, "stop": 818063318 }, { "start": 818063326, "stop": 818063328 }, { "start": 818063332, "stop": 818063338 }, { "start": 818063341, "stop": 818063350 }, { "start": 818063355, "stop": 818063357 }, { "start": 818063369, "stop": 818063373 }, { "start": 818063383, "stop": 818063391 } ] }