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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=115",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 116,
    "results": [
        {
            "start": 818703600,
            "stop": 818703720
        },
        {
            "start": 818703840,
            "stop": 818704140
        },
        {
            "start": 818704200,
            "stop": 818704500
        },
        {
            "start": 818704560,
            "stop": 818704680
        },
        {
            "start": 818704740,
            "stop": 818704930
        },
        {
            "start": 818705174,
            "stop": 818705580
        },
        {
            "start": 818705640,
            "stop": 818705880
        },
        {
            "start": 818705940,
            "stop": 818706240
        },
        {
            "start": 818706300,
            "stop": 818706540
        },
        {
            "start": 818706600,
            "stop": 818706780
        },
        {
            "start": 818706840,
            "stop": 818707440
        },
        {
            "start": 818707560,
            "stop": 818708298
        },
        {
            "start": 818708315,
            "stop": 818708700
        },
        {
            "start": 818708760,
            "stop": 818709420
        },
        {
            "start": 818709540,
            "stop": 818711443
        },
        {
            "start": 818711563,
            "stop": 818712013
        },
        {
            "start": 818712375,
            "stop": 818713140
        },
        {
            "start": 818713200,
            "stop": 818713500
        },
        {
            "start": 818713560,
            "stop": 818713952
        },
        {
            "start": 818713970,
            "stop": 818714220
        }
    ]
}