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=121
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=122", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=120", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 121, "results": [ { "start": 827235234, "stop": 827235269 }, { "start": 827235273, "stop": 827235279 }, { "start": 827235291, "stop": 827235297 }, { "start": 827235301, "stop": 827235330 }, { "start": 827235339, "stop": 827235349 }, { "start": 827235354, "stop": 827235359 }, { "start": 827235363, "stop": 827235384 }, { "start": 827235387, "stop": 827235417 }, { "start": 827235430, "stop": 827235441 }, { "start": 827235444, "stop": 827235450 }, { "start": 827235454, "stop": 827235479 }, { "start": 827235482, "stop": 827235498 }, { "start": 827235502, "stop": 827235508 }, { "start": 827235512, "stop": 827235536 }, { "start": 827235541, "stop": 827235551 }, { "start": 827235570, "stop": 827235580 }, { "start": 827235588, "stop": 827235594 }, { "start": 827235603, "stop": 827235608 }, { "start": 827235612, "stop": 827235632 }, { "start": 827235645, "stop": 827235651 } ] }