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_STOCH_CAT2_H2L1/segments?format=api&page=688
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=689", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=687", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 688, "results": [ { "start": 855244671, "stop": 855247041 }, { "start": 855248082, "stop": 855254262 }, { "start": 855254542, "stop": 855258262 }, { "start": 855259267, "stop": 855265927 }, { "start": 855266076, "stop": 855267996 }, { "start": 855268845, "stop": 855276885 }, { "start": 855277084, "stop": 855302104 }, { "start": 855303771, "stop": 855308271 }, { "start": 855308521, "stop": 855309181 }, { "start": 855309418, "stop": 855312358 }, { "start": 855313639, "stop": 855313699 }, { "start": 855316840, "stop": 855317020 }, { "start": 855318391, "stop": 855321031 }, { "start": 855321311, "stop": 855322691 }, { "start": 855322844, "stop": 855323564 }, { "start": 855323894, "stop": 855323954 }, { "start": 855324122, "stop": 855326342 }, { "start": 855326561, "stop": 855328541 }, { "start": 855328691, "stop": 855335321 }, { "start": 855335604, "stop": 855336624 } ] }