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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2057",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2058,
    "results": [
        {
            "start": 861310805,
            "stop": 861315510
        },
        {
            "start": 861316536,
            "stop": 861320417
        },
        {
            "start": 861321219,
            "stop": 861326700
        },
        {
            "start": 861326820,
            "stop": 861330512
        },
        {
            "start": 861331474,
            "stop": 861357119
        },
        {
            "start": 861358987,
            "stop": 861369642
        },
        {
            "start": 861370441,
            "stop": 861377696
        },
        {
            "start": 861377873,
            "stop": 861379643
        },
        {
            "start": 861379952,
            "stop": 861386370
        },
        {
            "start": 861386545,
            "stop": 861386547
        },
        {
            "start": 861386764,
            "stop": 861388502
        },
        {
            "start": 861388912,
            "stop": 861389475
        },
        {
            "start": 861389483,
            "stop": 861390674
        },
        {
            "start": 861392481,
            "stop": 861398479
        },
        {
            "start": 861398823,
            "stop": 861400870
        },
        {
            "start": 861400875,
            "stop": 861405060
        },
        {
            "start": 861405120,
            "stop": 861405122
        },
        {
            "start": 861405128,
            "stop": 861405142
        },
        {
            "start": 861405148,
            "stop": 861405182
        },
        {
            "start": 861405188,
            "stop": 861407775
        }
    ]
}