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=120
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=121", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=119", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 120, "results": [ { "start": 830143932, "stop": 830143990 }, { "start": 830145054, "stop": 830145333 }, { "start": 830145999, "stop": 830187226 }, { "start": 830187227, "stop": 830187348 }, { "start": 830189505, "stop": 830191933 }, { "start": 830193419, "stop": 830194130 }, { "start": 830194993, "stop": 830200494 }, { "start": 830201315, "stop": 830202554 }, { "start": 830202642, "stop": 830204558 }, { "start": 830206691, "stop": 830210459 }, { "start": 830211315, "stop": 830211971 }, { "start": 830212034, "stop": 830273042 }, { "start": 830274210, "stop": 830277627 }, { "start": 830277760, "stop": 830280073 }, { "start": 830281250, "stop": 830283433 }, { "start": 830283478, "stop": 830283479 }, { "start": 830283553, "stop": 830291808 }, { "start": 830291881, "stop": 830294033 }, { "start": 830294968, "stop": 830297173 }, { "start": 830297320, "stop": 830298146 } ] }