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=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=309",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 310,
    "results": [
        {
            "start": 818244455,
            "stop": 818244456
        },
        {
            "start": 818244464,
            "stop": 818244465
        },
        {
            "start": 818244477,
            "stop": 818244478
        },
        {
            "start": 818244485,
            "stop": 818244490
        },
        {
            "start": 818244534,
            "stop": 818244535
        },
        {
            "start": 818244538,
            "stop": 818244540
        },
        {
            "start": 818244543,
            "stop": 818244544
        },
        {
            "start": 818244553,
            "stop": 818244555
        },
        {
            "start": 818244569,
            "stop": 818244570
        },
        {
            "start": 818244573,
            "stop": 818244574
        },
        {
            "start": 818244577,
            "stop": 818244584
        },
        {
            "start": 818244591,
            "stop": 818244592
        },
        {
            "start": 818244600,
            "stop": 818244602
        },
        {
            "start": 818244609,
            "stop": 818244614
        },
        {
            "start": 818244617,
            "stop": 818244619
        },
        {
            "start": 818244625,
            "stop": 818244626
        },
        {
            "start": 818244631,
            "stop": 818244632
        },
        {
            "start": 818244641,
            "stop": 818244642
        },
        {
            "start": 818244655,
            "stop": 818244656
        },
        {
            "start": 818244668,
            "stop": 818244672
        }
    ]
}