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/L1_CBCHIGH_CAT4/segments?format=api&page=8154
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8155", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8153", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8154, "results": [ { "start": 873172707, "stop": 873173633 }, { "start": 873173655, "stop": 873174896 }, { "start": 873174913, "stop": 873175435 }, { "start": 873175454, "stop": 873176695 }, { "start": 873176713, "stop": 873176903 }, { "start": 873176920, "stop": 873177256 }, { "start": 873177273, "stop": 873178380 }, { "start": 873178560, "stop": 873178988 }, { "start": 873179005, "stop": 873179298 }, { "start": 873179315, "stop": 873179451 }, { "start": 873179468, "stop": 873181452 }, { "start": 873181472, "stop": 873181860 }, { "start": 873181877, "stop": 873184033 }, { "start": 873184050, "stop": 873184223 }, { "start": 873186251, "stop": 873186280 }, { "start": 873186304, "stop": 873186334 }, { "start": 873186351, "stop": 873186411 }, { "start": 873186428, "stop": 873188070 }, { "start": 873189876, "stop": 873190954 }, { "start": 873190971, "stop": 873192402 } ] }