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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=209",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 210,
    "results": [
        {
            "start": 820188980,
            "stop": 820189050
        },
        {
            "start": 820189054,
            "stop": 820189103
        },
        {
            "start": 820189106,
            "stop": 820189259
        },
        {
            "start": 820189262,
            "stop": 820189387
        },
        {
            "start": 820189391,
            "stop": 820189436
        },
        {
            "start": 820189439,
            "stop": 820189462
        },
        {
            "start": 820189465,
            "stop": 820189502
        },
        {
            "start": 820189506,
            "stop": 820189507
        },
        {
            "start": 820189512,
            "stop": 820189594
        },
        {
            "start": 820189598,
            "stop": 820189600
        },
        {
            "start": 820189604,
            "stop": 820189608
        },
        {
            "start": 820189611,
            "stop": 820189642
        },
        {
            "start": 820189660,
            "stop": 820189675
        },
        {
            "start": 820189678,
            "stop": 820189731
        },
        {
            "start": 820189734,
            "stop": 820190165
        },
        {
            "start": 820190168,
            "stop": 820190249
        },
        {
            "start": 820190252,
            "stop": 820190279
        },
        {
            "start": 820190282,
            "stop": 820190348
        },
        {
            "start": 820190352,
            "stop": 820190483
        },
        {
            "start": 820190486,
            "stop": 820190555
        }
    ]
}