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=4959
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=4960",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4958",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4959,
    "results": [
        {
            "start": 874381268,
            "stop": 874381311
        },
        {
            "start": 874381330,
            "stop": 874381346
        },
        {
            "start": 874381365,
            "stop": 874381383
        },
        {
            "start": 874381402,
            "stop": 874381457
        },
        {
            "start": 874381476,
            "stop": 874381545
        },
        {
            "start": 874381564,
            "stop": 874381576
        },
        {
            "start": 874381596,
            "stop": 874381656
        },
        {
            "start": 874381675,
            "stop": 874381799
        },
        {
            "start": 874381818,
            "stop": 874381929
        },
        {
            "start": 874381948,
            "stop": 874382044
        },
        {
            "start": 874382063,
            "stop": 874382134
        },
        {
            "start": 874382159,
            "stop": 874382213
        },
        {
            "start": 874382251,
            "stop": 874382337
        },
        {
            "start": 874382356,
            "stop": 874382405
        },
        {
            "start": 874382424,
            "stop": 874382444
        },
        {
            "start": 874382464,
            "stop": 874382546
        },
        {
            "start": 874382565,
            "stop": 874382601
        },
        {
            "start": 874382629,
            "stop": 874382667
        },
        {
            "start": 874382693,
            "stop": 874382694
        },
        {
            "start": 874382713,
            "stop": 874382800
        }
    ]
}