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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=281",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 282,
    "results": [
        {
            "start": 818235382,
            "stop": 818235383
        },
        {
            "start": 818235386,
            "stop": 818235395
        },
        {
            "start": 818235406,
            "stop": 818235411
        },
        {
            "start": 818235416,
            "stop": 818235420
        },
        {
            "start": 818235423,
            "stop": 818235424
        },
        {
            "start": 818235434,
            "stop": 818235438
        },
        {
            "start": 818235443,
            "stop": 818235446
        },
        {
            "start": 818235450,
            "stop": 818235452
        },
        {
            "start": 818235466,
            "stop": 818235469
        },
        {
            "start": 818235474,
            "stop": 818235478
        },
        {
            "start": 818235492,
            "stop": 818235498
        },
        {
            "start": 818235503,
            "stop": 818235507
        },
        {
            "start": 818235514,
            "stop": 818235521
        },
        {
            "start": 818235527,
            "stop": 818235529
        },
        {
            "start": 818235535,
            "stop": 818235536
        },
        {
            "start": 818235541,
            "stop": 818235543
        },
        {
            "start": 818235552,
            "stop": 818235553
        },
        {
            "start": 818235559,
            "stop": 818235561
        },
        {
            "start": 818235564,
            "stop": 818235568
        },
        {
            "start": 818235575,
            "stop": 818235579
        }
    ]
}