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=459
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=460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=458",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 459,
    "results": [
        {
            "start": 818827925,
            "stop": 818831784
        },
        {
            "start": 818839467,
            "stop": 818840006
        },
        {
            "start": 818840787,
            "stop": 818843277
        },
        {
            "start": 818843279,
            "stop": 818843371
        },
        {
            "start": 818843373,
            "stop": 818843439
        },
        {
            "start": 818843441,
            "stop": 818843548
        },
        {
            "start": 818843550,
            "stop": 818843563
        },
        {
            "start": 818843565,
            "stop": 818843591
        },
        {
            "start": 818843594,
            "stop": 818843597
        },
        {
            "start": 818843602,
            "stop": 818843666
        },
        {
            "start": 818843699,
            "stop": 818843700
        },
        {
            "start": 818844608,
            "stop": 818848601
        },
        {
            "start": 818848604,
            "stop": 818852392
        },
        {
            "start": 818852394,
            "stop": 818853105
        },
        {
            "start": 818853108,
            "stop": 818856264
        },
        {
            "start": 818856266,
            "stop": 818866888
        },
        {
            "start": 818866889,
            "stop": 818866921
        },
        {
            "start": 818866923,
            "stop": 818867149
        },
        {
            "start": 818867151,
            "stop": 818867155
        },
        {
            "start": 818867156,
            "stop": 818867159
        }
    ]
}