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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8072",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8073,
    "results": [
        {
            "start": 872379665,
            "stop": 872379707
        },
        {
            "start": 872379726,
            "stop": 872379728
        },
        {
            "start": 872379764,
            "stop": 872379840
        },
        {
            "start": 872379909,
            "stop": 872380013
        },
        {
            "start": 872380046,
            "stop": 872380428
        },
        {
            "start": 872380445,
            "stop": 872380461
        },
        {
            "start": 872380478,
            "stop": 872380523
        },
        {
            "start": 872380542,
            "stop": 872380682
        },
        {
            "start": 872380701,
            "stop": 872380867
        },
        {
            "start": 872380890,
            "stop": 872380909
        },
        {
            "start": 872380926,
            "stop": 872381287
        },
        {
            "start": 872381306,
            "stop": 872381341
        },
        {
            "start": 872381404,
            "stop": 872381525
        },
        {
            "start": 872381544,
            "stop": 872381800
        },
        {
            "start": 872381819,
            "stop": 872381984
        },
        {
            "start": 872382003,
            "stop": 872382274
        },
        {
            "start": 872382294,
            "stop": 872382675
        },
        {
            "start": 872382692,
            "stop": 872382836
        },
        {
            "start": 872382858,
            "stop": 872382927
        },
        {
            "start": 872382946,
            "stop": 872383105
        }
    ]
}