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=3764
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=3765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3763",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3764,
    "results": [
        {
            "start": 873016585,
            "stop": 873016600
        },
        {
            "start": 873016603,
            "stop": 873016754
        },
        {
            "start": 873016757,
            "stop": 873016774
        },
        {
            "start": 873016777,
            "stop": 873016880
        },
        {
            "start": 873016883,
            "stop": 873016885
        },
        {
            "start": 873016888,
            "stop": 873016909
        },
        {
            "start": 873016913,
            "stop": 873016984
        },
        {
            "start": 873016987,
            "stop": 873016993
        },
        {
            "start": 873016996,
            "stop": 873017010
        },
        {
            "start": 873017013,
            "stop": 873017132
        },
        {
            "start": 873017135,
            "stop": 873017136
        },
        {
            "start": 873017140,
            "stop": 873017181
        },
        {
            "start": 873017184,
            "stop": 873017215
        },
        {
            "start": 873017218,
            "stop": 873017240
        },
        {
            "start": 873017243,
            "stop": 873017255
        },
        {
            "start": 873017258,
            "stop": 873017347
        },
        {
            "start": 873017350,
            "stop": 873017892
        },
        {
            "start": 873017895,
            "stop": 873018285
        },
        {
            "start": 873018288,
            "stop": 873018292
        },
        {
            "start": 873018295,
            "stop": 873018312
        }
    ]
}