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=96
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=97", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=95", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 96, "results": [ { "start": 825750502, "stop": 825764349 }, { "start": 825766094, "stop": 825770400 }, { "start": 825772269, "stop": 825782408 }, { "start": 825821123, "stop": 825822791 }, { "start": 825824272, "stop": 825824669 }, { "start": 825824783, "stop": 825873733 }, { "start": 825877604, "stop": 825877640 }, { "start": 825877657, "stop": 825877663 }, { "start": 825877686, "stop": 825877705 }, { "start": 825877709, "stop": 825878296 }, { "start": 825878300, "stop": 825878583 }, { "start": 825878587, "stop": 825878693 }, { "start": 825878697, "stop": 825878853 }, { "start": 825878857, "stop": 825879002 }, { "start": 825879006, "stop": 825879049 }, { "start": 825879053, "stop": 825879130 }, { "start": 825879139, "stop": 825880103 }, { "start": 825880107, "stop": 825880223 }, { "start": 825880236, "stop": 825880519 }, { "start": 825880528, "stop": 825880577 } ] }