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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8792",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8793,
    "results": [
        {
            "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
        },
        {
            "start": 872383122,
            "stop": 872383147
        },
        {
            "start": 872383166,
            "stop": 872383341
        },
        {
            "start": 872383360,
            "stop": 872383871
        },
        {
            "start": 872383888,
            "stop": 872383896
        },
        {
            "start": 872383913,
            "stop": 872383996
        },
        {
            "start": 872384013,
            "stop": 872384109
        },
        {
            "start": 872384126,
            "stop": 872384594
        },
        {
            "start": 872384616,
            "stop": 872384688
        },
        {
            "start": 872384707,
            "stop": 872384749
        },
        {
            "start": 872384770,
            "stop": 872384781
        }
    ]
}