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=3747
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=3748",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3746",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3747,
    "results": [
        {
            "start": 872920181,
            "stop": 872920201
        },
        {
            "start": 872920204,
            "stop": 872920207
        },
        {
            "start": 872920225,
            "stop": 872920276
        },
        {
            "start": 872920279,
            "stop": 872920280
        },
        {
            "start": 872920286,
            "stop": 872920287
        },
        {
            "start": 872920290,
            "stop": 872920330
        },
        {
            "start": 872920333,
            "stop": 872920465
        },
        {
            "start": 872920469,
            "stop": 872920472
        },
        {
            "start": 872920475,
            "stop": 872920610
        },
        {
            "start": 872920614,
            "stop": 872920623
        },
        {
            "start": 872920628,
            "stop": 872920701
        },
        {
            "start": 872920708,
            "stop": 872920709
        },
        {
            "start": 872920714,
            "stop": 872920865
        },
        {
            "start": 872920871,
            "stop": 872920932
        },
        {
            "start": 872920942,
            "stop": 872920982
        },
        {
            "start": 872920992,
            "stop": 872925801
        },
        {
            "start": 872927126,
            "stop": 872933666
        },
        {
            "start": 872933669,
            "stop": 872938335
        },
        {
            "start": 872939457,
            "stop": 872941440
        },
        {
            "start": 872941560,
            "stop": 872944441
        }
    ]
}