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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=268",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 269,
    "results": [
        {
            "start": 820925933,
            "stop": 820925951
        },
        {
            "start": 820925958,
            "stop": 820925972
        },
        {
            "start": 820925976,
            "stop": 820926003
        },
        {
            "start": 820926006,
            "stop": 820926031
        },
        {
            "start": 820926034,
            "stop": 820926095
        },
        {
            "start": 820926098,
            "stop": 820926139
        },
        {
            "start": 820926142,
            "stop": 820926170
        },
        {
            "start": 820926173,
            "stop": 820926307
        },
        {
            "start": 820926310,
            "stop": 820926376
        },
        {
            "start": 820926380,
            "stop": 820926462
        },
        {
            "start": 820926465,
            "stop": 820926501
        },
        {
            "start": 820926504,
            "stop": 820926630
        },
        {
            "start": 820926633,
            "stop": 820926814
        },
        {
            "start": 820926817,
            "stop": 820926838
        },
        {
            "start": 820926841,
            "stop": 820926881
        },
        {
            "start": 820926885,
            "stop": 820926945
        },
        {
            "start": 820926948,
            "stop": 820926997
        },
        {
            "start": 820927001,
            "stop": 820927200
        },
        {
            "start": 820927203,
            "stop": 820927344
        },
        {
            "start": 820927348,
            "stop": 820927537
        }
    ]
}