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/H2_STOCH_CAT1/segments?format=api&page=253
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=254", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=252", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 253, "results": [ { "start": 860760863, "stop": 860772340 }, { "start": 860772343, "stop": 860789278 }, { "start": 860790958, "stop": 860796772 }, { "start": 860797659, "stop": 860827370 }, { "start": 860827691, "stop": 860857355 }, { "start": 860877290, "stop": 860877307 }, { "start": 860877331, "stop": 860878999 }, { "start": 860879689, "stop": 860887642 }, { "start": 860888436, "stop": 860894415 }, { "start": 860895350, "stop": 860921047 }, { "start": 860924028, "stop": 860944674 }, { "start": 860945660, "stop": 860947964 }, { "start": 860948777, "stop": 860970685 }, { "start": 860971334, "stop": 860975198 }, { "start": 860975202, "stop": 860989188 }, { "start": 860989264, "stop": 860989622 }, { "start": 860991346, "stop": 861026033 }, { "start": 861026270, "stop": 861035406 }, { "start": 861035419, "stop": 861035420 }, { "start": 861035431, "stop": 861035441 } ] }