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_CAT2/segments?format=api&page=86
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=87", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=85", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 86, "results": [ { "start": 817993937, "stop": 817993945 }, { "start": 817993953, "stop": 817993992 }, { "start": 817993995, "stop": 817994006 }, { "start": 817994016, "stop": 817994072 }, { "start": 817994075, "stop": 817994079 }, { "start": 817994082, "stop": 817994094 }, { "start": 817994097, "stop": 817994193 }, { "start": 817994196, "stop": 817994218 }, { "start": 817994221, "stop": 817994246 }, { "start": 817994249, "stop": 817994295 }, { "start": 817994298, "stop": 817994422 }, { "start": 817994425, "stop": 817994459 }, { "start": 817994462, "stop": 817994706 }, { "start": 817994709, "stop": 817994717 }, { "start": 817994753, "stop": 817994761 }, { "start": 817994764, "stop": 817994772 }, { "start": 817994782, "stop": 817994958 }, { "start": 817994961, "stop": 817995145 }, { "start": 817995148, "stop": 817995212 }, { "start": 817995215, "stop": 817995305 } ] }