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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15944
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15945", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15943", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15944, "results": [ { "start": 971409504, "stop": 971409505 }, { "start": 971409506, "stop": 971409507 }, { "start": 971409511, "stop": 971409513 }, { "start": 971409514, "stop": 971409515 }, { "start": 971409518, "stop": 971409520 }, { "start": 971409521, "stop": 971409525 }, { "start": 971409527, "stop": 971409530 }, { "start": 971409532, "stop": 971409537 }, { "start": 971409539, "stop": 971409540 }, { "start": 971409542, "stop": 971409549 }, { "start": 971409550, "stop": 971409565 }, { "start": 971409566, "stop": 971409570 }, { "start": 971409574, "stop": 971409575 }, { "start": 971409576, "stop": 971409578 }, { "start": 971409582, "stop": 971409584 }, { "start": 971409586, "stop": 971409587 }, { "start": 971409589, "stop": 971409591 }, { "start": 971409592, "stop": 971409594 }, { "start": 971409597, "stop": 971409602 }, { "start": 971409603, "stop": 971409606 } ] }