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=188
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=189", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=187", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 188, "results": [ { "start": 933003829, "stop": 933003855 }, { "start": 933003874, "stop": 933004003 }, { "start": 933004028, "stop": 933004062 }, { "start": 933004081, "stop": 933004114 }, { "start": 933004133, "stop": 933004155 }, { "start": 933004185, "stop": 933004312 }, { "start": 933004331, "stop": 933004365 }, { "start": 933004370, "stop": 933004371 }, { "start": 933004402, "stop": 933004410 }, { "start": 933004415, "stop": 933004694 }, { "start": 933004699, "stop": 933004747 }, { "start": 933004766, "stop": 933005140 }, { "start": 933005145, "stop": 933005154 }, { "start": 933005159, "stop": 933005336 }, { "start": 933005357, "stop": 933005365 }, { "start": 933005384, "stop": 933005416 }, { "start": 933005435, "stop": 933005436 }, { "start": 933005455, "stop": 933005745 }, { "start": 933005750, "stop": 933005785 }, { "start": 933006710, "stop": 933006794 } ] }