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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=114",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 115,
    "results": [
        {
            "start": 818063397,
            "stop": 818063402
        },
        {
            "start": 818063409,
            "stop": 818063415
        },
        {
            "start": 818063418,
            "stop": 818063420
        },
        {
            "start": 818063426,
            "stop": 818063430
        },
        {
            "start": 818063433,
            "stop": 818063436
        },
        {
            "start": 818063441,
            "stop": 818063445
        },
        {
            "start": 818063448,
            "stop": 818063451
        },
        {
            "start": 818063454,
            "stop": 818063456
        },
        {
            "start": 818063461,
            "stop": 818063467
        },
        {
            "start": 818063477,
            "stop": 818063479
        },
        {
            "start": 818063494,
            "stop": 818063495
        },
        {
            "start": 818063498,
            "stop": 818063504
        },
        {
            "start": 818063507,
            "stop": 818063519
        },
        {
            "start": 818063528,
            "stop": 818063537
        },
        {
            "start": 818063542,
            "stop": 818063550
        },
        {
            "start": 818063554,
            "stop": 818063557
        },
        {
            "start": 818063561,
            "stop": 818063568
        },
        {
            "start": 818063572,
            "stop": 818063574
        },
        {
            "start": 818063578,
            "stop": 818063588
        },
        {
            "start": 818063591,
            "stop": 818063603
        }
    ]
}