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_CBCLOW_CAT2/segments?format=api&page=206
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=205",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 206,
    "results": [
        {
            "start": 820902918,
            "stop": 820902947
        },
        {
            "start": 820902955,
            "stop": 820902958
        },
        {
            "start": 820902966,
            "stop": 820903073
        },
        {
            "start": 820903083,
            "stop": 820903086
        },
        {
            "start": 820903094,
            "stop": 820904889
        },
        {
            "start": 820904902,
            "stop": 820905951
        },
        {
            "start": 820905959,
            "stop": 820905989
        },
        {
            "start": 820906981,
            "stop": 820909621
        },
        {
            "start": 820909629,
            "stop": 820909658
        },
        {
            "start": 820909669,
            "stop": 820909674
        },
        {
            "start": 820909682,
            "stop": 820909706
        },
        {
            "start": 820909723,
            "stop": 820911004
        },
        {
            "start": 820911017,
            "stop": 820911018
        },
        {
            "start": 820911581,
            "stop": 820911849
        },
        {
            "start": 820911857,
            "stop": 820911863
        },
        {
            "start": 820911876,
            "stop": 820911883
        },
        {
            "start": 820911891,
            "stop": 820911912
        },
        {
            "start": 820911927,
            "stop": 820911928
        },
        {
            "start": 820911943,
            "stop": 820911950
        },
        {
            "start": 820911958,
            "stop": 820911982
        }
    ]
}