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_STOCH_CAT2_H2L1/segments?format=api&page=316
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=317", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=315", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 316, "results": [ { "start": 833278142, "stop": 833285402 }, { "start": 833285634, "stop": 833286084 }, { "start": 833286234, "stop": 833287974 }, { "start": 833288152, "stop": 833289592 }, { "start": 833290663, "stop": 833290783 }, { "start": 833291070, "stop": 833291250 }, { "start": 833291556, "stop": 833292156 }, { "start": 833301384, "stop": 833301624 }, { "start": 833301787, "stop": 833301847 }, { "start": 833302255, "stop": 833302375 }, { "start": 833302405, "stop": 833302645 }, { "start": 833302765, "stop": 833303305 }, { "start": 833303581, "stop": 833303761 }, { "start": 833304237, "stop": 833304357 }, { "start": 833304494, "stop": 833304614 }, { "start": 833304674, "stop": 833304734 }, { "start": 833304884, "stop": 833305154 }, { "start": 833305341, "stop": 833306181 }, { "start": 833306551, "stop": 833307151 }, { "start": 833308111, "stop": 833309791 } ] }