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=189
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=190", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=188", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 189, "results": [ { "start": 826190055, "stop": 826190115 }, { "start": 826190540, "stop": 826190660 }, { "start": 826190992, "stop": 826191052 }, { "start": 826191775, "stop": 826191895 }, { "start": 826192047, "stop": 826192287 }, { "start": 826192444, "stop": 826193284 }, { "start": 826193619, "stop": 826193679 }, { "start": 826198946, "stop": 826199246 }, { "start": 826199427, "stop": 826199787 }, { "start": 826200139, "stop": 826200319 }, { "start": 826200640, "stop": 826200760 }, { "start": 826200904, "stop": 826201084 }, { "start": 826201228, "stop": 826201348 }, { "start": 826201502, "stop": 826201562 }, { "start": 826201938, "stop": 826202268 }, { "start": 826202662, "stop": 826202782 }, { "start": 826202949, "stop": 826203069 }, { "start": 826203713, "stop": 826204193 }, { "start": 826204396, "stop": 826204486 }, { "start": 826205267, "stop": 826205447 } ] }