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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=231",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 232,
    "results": [
        {
            "start": 931730323,
            "stop": 931730348
        },
        {
            "start": 931730349,
            "stop": 931730383
        },
        {
            "start": 931730385,
            "stop": 931730395
        },
        {
            "start": 931730396,
            "stop": 931730400
        },
        {
            "start": 931730402,
            "stop": 931730407
        },
        {
            "start": 931730409,
            "stop": 931730411
        },
        {
            "start": 931730414,
            "stop": 931730415
        },
        {
            "start": 931730416,
            "stop": 931730418
        },
        {
            "start": 931730421,
            "stop": 931730422
        },
        {
            "start": 931730424,
            "stop": 931730425
        },
        {
            "start": 931730427,
            "stop": 931730428
        },
        {
            "start": 931730430,
            "stop": 931730433
        },
        {
            "start": 931730436,
            "stop": 931730437
        },
        {
            "start": 931730442,
            "stop": 931730445
        },
        {
            "start": 931730447,
            "stop": 931730467
        },
        {
            "start": 931730470,
            "stop": 931730471
        },
        {
            "start": 931730475,
            "stop": 931730479
        },
        {
            "start": 931730483,
            "stop": 931730488
        },
        {
            "start": 931730492,
            "stop": 931730493
        },
        {
            "start": 931730494,
            "stop": 931730499
        }
    ]
}