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=423
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=424", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=422", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 423, "results": [ { "start": 838690613, "stop": 838693853 }, { "start": 838694237, "stop": 838694477 }, { "start": 838694567, "stop": 838697297 }, { "start": 838697538, "stop": 838707738 }, { "start": 838707885, "stop": 838709445 }, { "start": 838709604, "stop": 838711344 }, { "start": 838711521, "stop": 838713141 }, { "start": 838718167, "stop": 838724857 }, { "start": 838724917, "stop": 838725547 }, { "start": 838725774, "stop": 838733634 }, { "start": 838733856, "stop": 838734036 }, { "start": 838735014, "stop": 838735494 }, { "start": 838735811, "stop": 838736441 }, { "start": 838736471, "stop": 838737281 }, { "start": 838737431, "stop": 838739531 }, { "start": 838740892, "stop": 838741792 }, { "start": 838745120, "stop": 838748480 }, { "start": 838766983, "stop": 838767343 }, { "start": 838769013, "stop": 838774803 }, { "start": 838774953, "stop": 838779453 } ] }