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/L1_CBCHIGH_CAT2/segments?format=api&page=3996
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3997", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3995", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3996, "results": [ { "start": 874655586, "stop": 874655721 }, { "start": 874655724, "stop": 874656041 }, { "start": 874656044, "stop": 874656938 }, { "start": 874656941, "stop": 874657011 }, { "start": 874657015, "stop": 874657295 }, { "start": 874657298, "stop": 874657789 }, { "start": 874657792, "stop": 874657816 }, { "start": 874657819, "stop": 874658075 }, { "start": 874658079, "stop": 874658175 }, { "start": 874658179, "stop": 874658590 }, { "start": 874658591, "stop": 874658666 }, { "start": 874658668, "stop": 874658693 }, { "start": 874658695, "stop": 874658707 }, { "start": 874658709, "stop": 874658722 }, { "start": 874658723, "stop": 874658731 }, { "start": 874658732, "stop": 874658764 }, { "start": 874658765, "stop": 874658829 }, { "start": 874658830, "stop": 874658842 }, { "start": 874658843, "stop": 874658847 }, { "start": 874658849, "stop": 874658863 } ] }