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_CW_CAT1/segments?format=api&page=146
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=147", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=145", "results_count": 7262, "results_per_page": 20, "num_pages": 364, "page_number": 146, "results": [ { "start": 830143932, "stop": 830143990 }, { "start": 830145054, "stop": 830145334 }, { "start": 830145999, "stop": 830187348 }, { "start": 830189505, "stop": 830191933 }, { "start": 830193419, "stop": 830194130 }, { "start": 830194993, "stop": 830200494 }, { "start": 830201315, "stop": 830202555 }, { "start": 830202642, "stop": 830204558 }, { "start": 830206691, "stop": 830210459 }, { "start": 830211315, "stop": 830211972 }, { "start": 830212034, "stop": 830273042 }, { "start": 830274210, "stop": 830277628 }, { "start": 830277760, "stop": 830280073 }, { "start": 830281250, "stop": 830283433 }, { "start": 830283478, "stop": 830283480 }, { "start": 830283553, "stop": 830291809 }, { "start": 830291881, "stop": 830294033 }, { "start": 830294968, "stop": 830297173 }, { "start": 830297186, "stop": 830297187 }, { "start": 830297320, "stop": 830308739 } ] }