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_CAT3/segments?format=api&page=14838
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14839", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14837", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14838, "results": [ { "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 }, { "start": 971398699, "stop": 971398715 }, { "start": 971398718, "stop": 971398722 }, { "start": 971398723, "stop": 971398724 }, { "start": 971398726, "stop": 971398727 }, { "start": 971398730, "stop": 971398731 } ] }