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=14730
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14731", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14729", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14730, "results": [ { "start": 971177623, "stop": 971177625 }, { "start": 971177626, "stop": 971177627 }, { "start": 971177629, "stop": 971177630 }, { "start": 971177631, "stop": 971177637 }, { "start": 971177641, "stop": 971177642 }, { "start": 971177644, "stop": 971177645 }, { "start": 971177646, "stop": 971177652 }, { "start": 971177653, "stop": 971177654 }, { "start": 971177655, "stop": 971177667 }, { "start": 971177669, "stop": 971177674 }, { "start": 971177676, "stop": 971177680 }, { "start": 971177681, "stop": 971177684 }, { "start": 971177686, "stop": 971177687 }, { "start": 971177688, "stop": 971177698 }, { "start": 971177699, "stop": 971177700 }, { "start": 971177701, "stop": 971177702 }, { "start": 971177706, "stop": 971177711 }, { "start": 971177715, "stop": 971177716 }, { "start": 971177719, "stop": 971177724 }, { "start": 971177725, "stop": 971177727 } ] }