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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4696",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4697,
    "results": [
        {
            "start": 874380954,
            "stop": 874381080
        },
        {
            "start": 874381169,
            "stop": 874381203
        },
        {
            "start": 874381330,
            "stop": 874381346
        },
        {
            "start": 874381365,
            "stop": 874381380
        },
        {
            "start": 874381440,
            "stop": 874381457
        },
        {
            "start": 874381476,
            "stop": 874381500
        },
        {
            "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": 874382160
        },
        {
            "start": 874382251,
            "stop": 874382337
        },
        {
            "start": 874382356,
            "stop": 874382405
        },
        {
            "start": 874382424,
            "stop": 874382444
        },
        {
            "start": 874382464,
            "stop": 874382546
        },
        {
            "start": 874382565,
            "stop": 874382580
        },
        {
            "start": 874382640,
            "stop": 874382667
        },
        {
            "start": 874382693,
            "stop": 874382694
        }
    ]
}