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=334
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=335", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=333", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 334, "results": [ { "start": 931917449, "stop": 931917460 }, { "start": 931917464, "stop": 931917466 }, { "start": 931917468, "stop": 931917472 }, { "start": 931917474, "stop": 931917483 }, { "start": 931917485, "stop": 931917519 }, { "start": 931917521, "stop": 931917536 }, { "start": 931917538, "stop": 931917540 }, { "start": 931917542, "stop": 931917543 }, { "start": 931917545, "stop": 931917546 }, { "start": 931917549, "stop": 931917553 }, { "start": 931917556, "stop": 931917568 }, { "start": 931917572, "stop": 931917617 }, { "start": 931917619, "stop": 931917625 }, { "start": 931917627, "stop": 931917629 }, { "start": 931917631, "stop": 931917638 }, { "start": 931917641, "stop": 931917653 }, { "start": 931917656, "stop": 931917680 }, { "start": 931917682, "stop": 931917694 }, { "start": 931917696, "stop": 931917701 }, { "start": 931917703, "stop": 931917704 } ] }