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=3944
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3945", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3943", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3944, "results": [ { "start": 874294372, "stop": 874294434 }, { "start": 874294439, "stop": 874294930 }, { "start": 874294933, "stop": 874295073 }, { "start": 874295076, "stop": 874295090 }, { "start": 874295093, "stop": 874295097 }, { "start": 874295100, "stop": 874295101 }, { "start": 874295104, "stop": 874295109 }, { "start": 874295112, "stop": 874295115 }, { "start": 874295118, "stop": 874295121 }, { "start": 874295125, "stop": 874295148 }, { "start": 874295151, "stop": 874295153 }, { "start": 874295156, "stop": 874295164 }, { "start": 874295167, "stop": 874295171 }, { "start": 874295175, "stop": 874296186 }, { "start": 874296189, "stop": 874296199 }, { "start": 874296202, "stop": 874296328 }, { "start": 874296331, "stop": 874297177 }, { "start": 874297180, "stop": 874297181 }, { "start": 874297184, "stop": 874297208 }, { "start": 874297214, "stop": 874298036 } ] }