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/L1_CBCHIGH_CAT3/segments?format=api&page=14692
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14693", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14691", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14692, "results": [ { "start": 971170598, "stop": 971170601 }, { "start": 971170607, "stop": 971170611 }, { "start": 971170655, "stop": 971170656 }, { "start": 971170661, "stop": 971170666 }, { "start": 971170668, "stop": 971170669 }, { "start": 971170671, "stop": 971170674 }, { "start": 971170676, "stop": 971170677 }, { "start": 971170678, "stop": 971170679 }, { "start": 971170681, "stop": 971170684 }, { "start": 971170686, "stop": 971170690 }, { "start": 971170691, "stop": 971170697 }, { "start": 971170698, "stop": 971170699 }, { "start": 971170701, "stop": 971170702 }, { "start": 971170703, "stop": 971170707 }, { "start": 971170709, "stop": 971170710 }, { "start": 971170711, "stop": 971170713 }, { "start": 971170717, "stop": 971170720 }, { "start": 971170721, "stop": 971170727 }, { "start": 971170728, "stop": 971170737 }, { "start": 971170738, "stop": 971170748 } ] }