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=15921
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15922", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15920", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15921, "results": [ { "start": 971398460, "stop": 971398477 }, { "start": 971398478, "stop": 971398497 }, { "start": 971398501, "stop": 971398514 }, { "start": 971398516, "stop": 971398540 }, { "start": 971398541, "stop": 971398543 }, { "start": 971398545, "stop": 971398557 }, { "start": 971398558, "stop": 971398563 }, { "start": 971398565, "stop": 971398570 }, { "start": 971398571, "stop": 971398578 }, { "start": 971398579, "stop": 971398599 }, { "start": 971398600, "stop": 971398605 }, { "start": 971398606, "stop": 971398613 }, { "start": 971398614, "stop": 971398617 }, { "start": 971398619, "stop": 971398626 }, { "start": 971398628, "stop": 971398631 }, { "start": 971398632, "stop": 971398663 }, { "start": 971398665, "stop": 971398675 }, { "start": 971398677, "stop": 971398679 }, { "start": 971398680, "stop": 971398692 }, { "start": 971398693, "stop": 971398697 } ] }