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=15695
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15696", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15694", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15695, "results": [ { "start": 971162105, "stop": 971162106 }, { "start": 971162107, "stop": 971162109 }, { "start": 971162115, "stop": 971162117 }, { "start": 971162118, "stop": 971162119 }, { "start": 971162127, "stop": 971162130 }, { "start": 971162131, "stop": 971162132 }, { "start": 971162139, "stop": 971162140 }, { "start": 971162142, "stop": 971162145 }, { "start": 971162146, "stop": 971162147 }, { "start": 971162148, "stop": 971162149 }, { "start": 971162151, "stop": 971162152 }, { "start": 971162155, "stop": 971162158 }, { "start": 971162160, "stop": 971162162 }, { "start": 971162164, "stop": 971162165 }, { "start": 971162166, "stop": 971162168 }, { "start": 971162170, "stop": 971162173 }, { "start": 971162175, "stop": 971162176 }, { "start": 971162177, "stop": 971162179 }, { "start": 971162181, "stop": 971162183 }, { "start": 971162184, "stop": 971162185 } ] }