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/S6/timelines/H1_CW_CAT1/segments?format=api&page=250
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=251", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=249", "results_count": 6331, "results_per_page": 20, "num_pages": 317, "page_number": 250, "results": [ { "start": 961438805, "stop": 961442581 }, { "start": 961444561, "stop": 961450835 }, { "start": 961454469, "stop": 961454476 }, { "start": 961456142, "stop": 961480446 }, { "start": 961482706, "stop": 961497699 }, { "start": 961501108, "stop": 961510097 }, { "start": 961515804, "stop": 961516318 }, { "start": 961521270, "stop": 961522660 }, { "start": 961524606, "stop": 961525536 }, { "start": 961528948, "stop": 961535703 }, { "start": 961537381, "stop": 961556130 }, { "start": 961559720, "stop": 961562561 }, { "start": 961562571, "stop": 961562696 }, { "start": 961562699, "stop": 961562719 }, { "start": 961562725, "stop": 961562746 }, { "start": 961562749, "stop": 961562787 }, { "start": 961562790, "stop": 961562800 }, { "start": 961562803, "stop": 961562842 }, { "start": 961562845, "stop": 961562871 }, { "start": 961562874, "stop": 961562921 } ] }