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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=17",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 18,
    "results": [
        {
            "start": 816253400,
            "stop": 816265989
        },
        {
            "start": 816265992,
            "stop": 816271632
        },
        {
            "start": 816272062,
            "stop": 816272183
        },
        {
            "start": 816272747,
            "stop": 816276877
        },
        {
            "start": 816277410,
            "stop": 816280384
        },
        {
            "start": 816281864,
            "stop": 816283899
        },
        {
            "start": 816283902,
            "stop": 816284934
        },
        {
            "start": 816285355,
            "stop": 816285491
        },
        {
            "start": 816285891,
            "stop": 816285902
        },
        {
            "start": 816286329,
            "stop": 816286548
        },
        {
            "start": 816286868,
            "stop": 816287175
        },
        {
            "start": 816287992,
            "stop": 816289149
        },
        {
            "start": 816289745,
            "stop": 816290458
        },
        {
            "start": 816303630,
            "stop": 816303768
        },
        {
            "start": 816303771,
            "stop": 816304428
        },
        {
            "start": 816304431,
            "stop": 816304658
        },
        {
            "start": 816306715,
            "stop": 816307410
        },
        {
            "start": 816308112,
            "stop": 816311597
        },
        {
            "start": 816312622,
            "stop": 816312687
        },
        {
            "start": 816313007,
            "stop": 816313295
        }
    ]
}