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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=242",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 243,
    "results": [
        {
            "start": 820522941,
            "stop": 820523253
        },
        {
            "start": 820523256,
            "stop": 820523482
        },
        {
            "start": 820525093,
            "stop": 820525495
        },
        {
            "start": 820525498,
            "stop": 820525530
        },
        {
            "start": 820525533,
            "stop": 820525833
        },
        {
            "start": 820525836,
            "stop": 820525883
        },
        {
            "start": 820525887,
            "stop": 820526094
        },
        {
            "start": 820526097,
            "stop": 820526911
        },
        {
            "start": 820526915,
            "stop": 820527019
        },
        {
            "start": 820527023,
            "stop": 820527131
        },
        {
            "start": 820527134,
            "stop": 820527235
        },
        {
            "start": 820527238,
            "stop": 820527757
        },
        {
            "start": 820527760,
            "stop": 820527825
        },
        {
            "start": 820527830,
            "stop": 820527869
        },
        {
            "start": 820527872,
            "stop": 820527875
        },
        {
            "start": 820527878,
            "stop": 820528181
        },
        {
            "start": 820528185,
            "stop": 820528357
        },
        {
            "start": 820528360,
            "stop": 820528421
        },
        {
            "start": 820528424,
            "stop": 820528710
        },
        {
            "start": 820529066,
            "stop": 820529092
        }
    ]
}