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_CAT2/segments?format=api&page=1175
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1176", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1174", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1175, "results": [ { "start": 952447608, "stop": 952448766 }, { "start": 952448768, "stop": 952448887 }, { "start": 952448888, "stop": 952448944 }, { "start": 952448946, "stop": 952449064 }, { "start": 952449066, "stop": 952449116 }, { "start": 952449118, "stop": 952449301 }, { "start": 952449303, "stop": 952449306 }, { "start": 952449308, "stop": 952449348 }, { "start": 952449833, "stop": 952450005 }, { "start": 952450006, "stop": 952450024 }, { "start": 952450026, "stop": 952452275 }, { "start": 952452277, "stop": 952452326 }, { "start": 952452328, "stop": 952452690 }, { "start": 952452692, "stop": 952453505 }, { "start": 952453507, "stop": 952453770 }, { "start": 952453772, "stop": 952453807 }, { "start": 952453809, "stop": 952454320 }, { "start": 952454322, "stop": 952454619 }, { "start": 952454621, "stop": 952454681 }, { "start": 952454683, "stop": 952455142 } ] }