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=120
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=121", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=119", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 120, "results": [ { "start": 816961143, "stop": 816961200 }, { "start": 816961244, "stop": 816961312 }, { "start": 816961334, "stop": 816961344 }, { "start": 816961374, "stop": 816961469 }, { "start": 816961512, "stop": 816961530 }, { "start": 816961549, "stop": 816961584 }, { "start": 816961605, "stop": 816961651 }, { "start": 816961670, "stop": 816961675 }, { "start": 816961695, "stop": 816961696 }, { "start": 816961730, "stop": 816961756 }, { "start": 816961910, "stop": 816961923 }, { "start": 816961976, "stop": 816962093 }, { "start": 816962149, "stop": 816962159 }, { "start": 816962180, "stop": 816962187 }, { "start": 816962345, "stop": 816962363 }, { "start": 816962431, "stop": 816962478 }, { "start": 816962631, "stop": 816962639 }, { "start": 816962708, "stop": 816962726 }, { "start": 816962747, "stop": 816962773 }, { "start": 816962844, "stop": 816962853 } ] }