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=14757
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14758", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14756", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14757, "results": [ { "start": 971180708, "stop": 971180712 }, { "start": 971180714, "stop": 971180716 }, { "start": 971180720, "stop": 971180723 }, { "start": 971180725, "stop": 971180730 }, { "start": 971180736, "stop": 971180737 }, { "start": 971180740, "stop": 971180747 }, { "start": 971180748, "stop": 971180749 }, { "start": 971180751, "stop": 971180752 }, { "start": 971180754, "stop": 971180757 }, { "start": 971180762, "stop": 971180763 }, { "start": 971180770, "stop": 971180772 }, { "start": 971180775, "stop": 971180778 }, { "start": 971180780, "stop": 971180781 }, { "start": 971180783, "stop": 971180785 }, { "start": 971180789, "stop": 971180791 }, { "start": 971180794, "stop": 971180796 }, { "start": 971180801, "stop": 971180803 }, { "start": 971180807, "stop": 971180809 }, { "start": 971180812, "stop": 971180814 }, { "start": 971180816, "stop": 971180817 } ] }