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=692
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=693", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=691", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 692, "results": [ { "start": 855565361, "stop": 855574841 }, { "start": 855575050, "stop": 855579310 }, { "start": 855579572, "stop": 855581492 }, { "start": 855622655, "stop": 855623375 }, { "start": 855623526, "stop": 855623586 }, { "start": 855624428, "stop": 855625148 }, { "start": 855625238, "stop": 855625508 }, { "start": 855625738, "stop": 855627778 }, { "start": 855628048, "stop": 855629968 }, { "start": 855630134, "stop": 855631154 }, { "start": 855631244, "stop": 855632354 }, { "start": 855632564, "stop": 855642944 }, { "start": 855643242, "stop": 855648342 }, { "start": 855652885, "stop": 855662965 }, { "start": 855663907, "stop": 855669367 }, { "start": 855669708, "stop": 855670968 }, { "start": 855672487, "stop": 855676027 }, { "start": 855676494, "stop": 855676614 }, { "start": 855676644, "stop": 855676704 }, { "start": 855696285, "stop": 855698805 } ] }