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=8089
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8090", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8088", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8089, "results": [ { "start": 872485001, "stop": 872485105 }, { "start": 872485155, "stop": 872485194 }, { "start": 872485222, "stop": 872485242 }, { "start": 872485298, "stop": 872485321 }, { "start": 872485354, "stop": 872485500 }, { "start": 872485542, "stop": 872485554 }, { "start": 872485605, "stop": 872485616 }, { "start": 872485635, "stop": 872485695 }, { "start": 872485717, "stop": 872485847 }, { "start": 872485864, "stop": 872486420 }, { "start": 872486439, "stop": 872486499 }, { "start": 872486518, "stop": 872486590 }, { "start": 872486610, "stop": 872486831 }, { "start": 872486850, "stop": 872486862 }, { "start": 872486881, "stop": 872488601 }, { "start": 872488618, "stop": 872490683 }, { "start": 872490706, "stop": 872490952 }, { "start": 872490969, "stop": 872491168 }, { "start": 872491216, "stop": 872491260 }, { "start": 872491281, "stop": 872492042 } ] }