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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=194",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 195,
    "results": [
        {
            "start": 817653635,
            "stop": 817653807
        },
        {
            "start": 817653824,
            "stop": 817653946
        },
        {
            "start": 817653965,
            "stop": 817654318
        },
        {
            "start": 817654338,
            "stop": 817654357
        },
        {
            "start": 817654387,
            "stop": 817654478
        },
        {
            "start": 817654509,
            "stop": 817654544
        },
        {
            "start": 817654607,
            "stop": 817654674
        },
        {
            "start": 817654695,
            "stop": 817654785
        },
        {
            "start": 817654813,
            "stop": 817654844
        },
        {
            "start": 817654890,
            "stop": 817654913
        },
        {
            "start": 817654957,
            "stop": 817654980
        },
        {
            "start": 817655002,
            "stop": 817655017
        },
        {
            "start": 817655065,
            "stop": 817655069
        },
        {
            "start": 817655129,
            "stop": 817655153
        },
        {
            "start": 817655196,
            "stop": 817655295
        },
        {
            "start": 817655316,
            "stop": 817655323
        },
        {
            "start": 817655370,
            "stop": 817655371
        },
        {
            "start": 817655394,
            "stop": 817655421
        },
        {
            "start": 817655465,
            "stop": 817655479
        },
        {
            "start": 817655512,
            "stop": 817655527
        }
    ]
}