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=634
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=635", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=633", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 634, "results": [ { "start": 851233914, "stop": 851233974 }, { "start": 851234004, "stop": 851234184 }, { "start": 851234214, "stop": 851235414 }, { "start": 851235444, "stop": 851235564 }, { "start": 851235594, "stop": 851235864 }, { "start": 851236045, "stop": 851236615 }, { "start": 851236645, "stop": 851236975 }, { "start": 851240981, "stop": 851242211 }, { "start": 851242241, "stop": 851244011 }, { "start": 851244585, "stop": 851244645 }, { "start": 851244735, "stop": 851244795 }, { "start": 851244825, "stop": 851245245 }, { "start": 851245335, "stop": 851247345 }, { "start": 851251384, "stop": 851253424 }, { "start": 851253544, "stop": 851254354 }, { "start": 851254547, "stop": 851255117 }, { "start": 851255147, "stop": 851255207 }, { "start": 851255267, "stop": 851255747 }, { "start": 851256041, "stop": 851256791 }, { "start": 851256821, "stop": 851257601 } ] }