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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=300",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 301,
    "results": [
        {
            "start": 820920691,
            "stop": 820921144
        },
        {
            "start": 820921149,
            "stop": 820921155
        },
        {
            "start": 820921158,
            "stop": 820921273
        },
        {
            "start": 820923558,
            "stop": 820923696
        },
        {
            "start": 820923699,
            "stop": 820923712
        },
        {
            "start": 820923717,
            "stop": 820923799
        },
        {
            "start": 820923802,
            "stop": 820923956
        },
        {
            "start": 820923959,
            "stop": 820924602
        },
        {
            "start": 820924606,
            "stop": 820924748
        },
        {
            "start": 820924751,
            "stop": 820925000
        },
        {
            "start": 820925004,
            "stop": 820926240
        },
        {
            "start": 820926300,
            "stop": 820926584
        },
        {
            "start": 820926765,
            "stop": 820926879
        },
        {
            "start": 820926882,
            "stop": 820927045
        },
        {
            "start": 820927062,
            "stop": 820929344
        },
        {
            "start": 820929525,
            "stop": 820929540
        },
        {
            "start": 820929600,
            "stop": 820929764
        },
        {
            "start": 820930065,
            "stop": 820930589
        },
        {
            "start": 820930592,
            "stop": 820930828
        },
        {
            "start": 820930845,
            "stop": 820930934
        }
    ]
}