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=8272
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8273", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8271", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8272, "results": [ { "start": 873890158, "stop": 873890159 }, { "start": 873890212, "stop": 873890234 }, { "start": 873890263, "stop": 873890408 }, { "start": 873890425, "stop": 873890443 }, { "start": 873890467, "stop": 873890645 }, { "start": 873890666, "stop": 873890790 }, { "start": 873890807, "stop": 873890812 }, { "start": 873890829, "stop": 873891141 }, { "start": 873891196, "stop": 873891246 }, { "start": 873891265, "stop": 873891322 }, { "start": 873891348, "stop": 873891410 }, { "start": 873891433, "stop": 873891564 }, { "start": 873891593, "stop": 873891605 }, { "start": 873891633, "stop": 873892093 }, { "start": 873892110, "stop": 873892145 }, { "start": 873892164, "stop": 873893786 }, { "start": 873893803, "stop": 873894832 }, { "start": 873895200, "stop": 873895320 }, { "start": 873895440, "stop": 873895560 }, { "start": 873895620, "stop": 873895673 } ] }