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=122
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=123", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=121", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 122, "results": [ { "start": 827235665, "stop": 827235675 }, { "start": 827235679, "stop": 827235743 }, { "start": 827235752, "stop": 827235757 }, { "start": 827235776, "stop": 827235782 }, { "start": 827235795, "stop": 827235801 }, { "start": 827235805, "stop": 827235821 }, { "start": 827235825, "stop": 827235870 }, { "start": 827235888, "stop": 827235913 }, { "start": 827235926, "stop": 827235932 }, { "start": 827235936, "stop": 827235989 }, { "start": 827235994, "stop": 827236043 }, { "start": 827236071, "stop": 827236076 }, { "start": 827236090, "stop": 827236096 }, { "start": 827236171, "stop": 827236186 }, { "start": 827236195, "stop": 827236205 }, { "start": 827236214, "stop": 827236234 }, { "start": 827236309, "stop": 827236315 }, { "start": 827236352, "stop": 827236358 }, { "start": 827236381, "stop": 827236387 }, { "start": 827236434, "stop": 827236439 } ] }