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=48
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=49", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=47", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 48, "results": [ { "start": 817418147, "stop": 817418151 }, { "start": 817418157, "stop": 817419093 }, { "start": 817419096, "stop": 817419253 }, { "start": 817419719, "stop": 817419768 }, { "start": 817419771, "stop": 817421251 }, { "start": 817421254, "stop": 817421260 }, { "start": 817421263, "stop": 817421946 }, { "start": 817421949, "stop": 817421983 }, { "start": 817421986, "stop": 817422083 }, { "start": 817422086, "stop": 817422087 }, { "start": 817422090, "stop": 817422313 }, { "start": 817422316, "stop": 817422770 }, { "start": 817422773, "stop": 817423069 }, { "start": 817423072, "stop": 817423924 }, { "start": 817423934, "stop": 817423977 }, { "start": 817423980, "stop": 817424061 }, { "start": 817424064, "stop": 817424101 }, { "start": 817424106, "stop": 817425217 }, { "start": 817425220, "stop": 817425718 }, { "start": 817425721, "stop": 817425779 } ] }