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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=275",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 276,
    "results": [
        {
            "start": 820690870,
            "stop": 820691168
        },
        {
            "start": 820691288,
            "stop": 820692221
        },
        {
            "start": 820692341,
            "stop": 820693921
        },
        {
            "start": 820694041,
            "stop": 820694496
        },
        {
            "start": 820694528,
            "stop": 820695018
        },
        {
            "start": 820695138,
            "stop": 820695472
        },
        {
            "start": 820695985,
            "stop": 820698130
        },
        {
            "start": 820698133,
            "stop": 820700096
        },
        {
            "start": 820700496,
            "stop": 820701664
        },
        {
            "start": 820701696,
            "stop": 820703967
        },
        {
            "start": 820703971,
            "stop": 820704331
        },
        {
            "start": 820704451,
            "stop": 820711712
        },
        {
            "start": 820711744,
            "stop": 820712893
        },
        {
            "start": 820713379,
            "stop": 820713526
        },
        {
            "start": 820713527,
            "stop": 820715577
        },
        {
            "start": 820715697,
            "stop": 820716056
        },
        {
            "start": 820716073,
            "stop": 820716180
        },
        {
            "start": 820717121,
            "stop": 820717530
        },
        {
            "start": 820717590,
            "stop": 820717650
        },
        {
            "start": 820717710,
            "stop": 820718310
        }
    ]
}