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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=341",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 342,
    "results": [
        {
            "start": 829238154,
            "stop": 829238155
        },
        {
            "start": 829238157,
            "stop": 829238158
        },
        {
            "start": 829238160,
            "stop": 829238167
        },
        {
            "start": 829238171,
            "stop": 829238179
        },
        {
            "start": 829238180,
            "stop": 829238189
        },
        {
            "start": 829238191,
            "stop": 829238198
        },
        {
            "start": 829238202,
            "stop": 829238203
        },
        {
            "start": 829238208,
            "stop": 829238211
        },
        {
            "start": 829238217,
            "stop": 829238218
        },
        {
            "start": 829238222,
            "stop": 829238226
        },
        {
            "start": 829238230,
            "stop": 829238232
        },
        {
            "start": 829238235,
            "stop": 829238246
        },
        {
            "start": 829238248,
            "stop": 829238255
        },
        {
            "start": 829238257,
            "stop": 829238259
        },
        {
            "start": 829238261,
            "stop": 829238262
        },
        {
            "start": 829238264,
            "stop": 829238267
        },
        {
            "start": 829238269,
            "stop": 829238273
        },
        {
            "start": 829238278,
            "stop": 829238281
        },
        {
            "start": 829238283,
            "stop": 829238289
        },
        {
            "start": 829238291,
            "stop": 829238293
        }
    ]
}