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=332
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=333", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=331", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 332, "results": [ { "start": 834046265, "stop": 834046325 }, { "start": 834047178, "stop": 834051618 }, { "start": 834051836, "stop": 834051896 }, { "start": 834052069, "stop": 834071509 }, { "start": 834071599, "stop": 834078949 }, { "start": 834079351, "stop": 834087391 }, { "start": 834087540, "stop": 834088440 }, { "start": 834088597, "stop": 834089437 }, { "start": 834089701, "stop": 834089941 }, { "start": 834090207, "stop": 834090747 }, { "start": 834090921, "stop": 834091041 }, { "start": 834091264, "stop": 834091324 }, { "start": 834091489, "stop": 834091549 }, { "start": 834099897, "stop": 834100017 }, { "start": 834101970, "stop": 834102120 }, { "start": 834102332, "stop": 834102452 }, { "start": 834102622, "stop": 834102982 }, { "start": 834103506, "stop": 834103926 }, { "start": 834104089, "stop": 834104209 }, { "start": 834105233, "stop": 834105473 } ] }