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=14693
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14694", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14692", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14693, "results": [ { "start": 971170751, "stop": 971170752 }, { "start": 971170753, "stop": 971170754 }, { "start": 971170756, "stop": 971170757 }, { "start": 971170765, "stop": 971170767 }, { "start": 971170772, "stop": 971170774 }, { "start": 971170777, "stop": 971170781 }, { "start": 971170782, "stop": 971170784 }, { "start": 971170785, "stop": 971170792 }, { "start": 971170793, "stop": 971170794 }, { "start": 971170796, "stop": 971170799 }, { "start": 971170801, "stop": 971170804 }, { "start": 971170806, "stop": 971170808 }, { "start": 971170810, "stop": 971170812 }, { "start": 971170815, "stop": 971170817 }, { "start": 971170820, "stop": 971170821 }, { "start": 971170822, "stop": 971170823 }, { "start": 971170829, "stop": 971170830 }, { "start": 971170832, "stop": 971170835 }, { "start": 971170839, "stop": 971170841 }, { "start": 971170844, "stop": 971170845 } ] }