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/H2_CW_CAT1/segments?format=api&page=336
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=337", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=335", "results_count": 7262, "results_per_page": 20, "num_pages": 364, "page_number": 336, "results": [ { "start": 866603789, "stop": 866603953 }, { "start": 866604772, "stop": 866604878 }, { "start": 866604882, "stop": 866604898 }, { "start": 866604902, "stop": 866605033 }, { "start": 866607827, "stop": 866608624 }, { "start": 866608628, "stop": 866651430 }, { "start": 866661142, "stop": 866672683 }, { "start": 866675607, "stop": 866698397 }, { "start": 866699051, "stop": 866711259 }, { "start": 866712245, "stop": 866719758 }, { "start": 866726448, "stop": 866736388 }, { "start": 866738815, "stop": 866741858 }, { "start": 866741865, "stop": 866741867 }, { "start": 866742116, "stop": 866742422 }, { "start": 866742436, "stop": 866760705 }, { "start": 866760708, "stop": 866761741 }, { "start": 866761745, "stop": 866761964 }, { "start": 866761982, "stop": 866762008 }, { "start": 866762012, "stop": 866762018 }, { "start": 866762035, "stop": 866762046 } ] }