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=8232
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=8233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8231",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8232,
    "results": [
        {
            "start": 873735087,
            "stop": 873735096
        },
        {
            "start": 873735123,
            "stop": 873735126
        },
        {
            "start": 873735145,
            "stop": 873735167
        },
        {
            "start": 873735188,
            "stop": 873735193
        },
        {
            "start": 873735212,
            "stop": 873735301
        },
        {
            "start": 873735333,
            "stop": 873735348
        },
        {
            "start": 873735370,
            "stop": 873735388
        },
        {
            "start": 873735415,
            "stop": 873735430
        },
        {
            "start": 873735451,
            "stop": 873735469
        },
        {
            "start": 873735492,
            "stop": 873735518
        },
        {
            "start": 873735537,
            "stop": 873735585
        },
        {
            "start": 873735764,
            "stop": 873735808
        },
        {
            "start": 873735828,
            "stop": 873735837
        },
        {
            "start": 873735856,
            "stop": 873735902
        },
        {
            "start": 873735922,
            "stop": 873735986
        },
        {
            "start": 873736033,
            "stop": 873736059
        },
        {
            "start": 873736078,
            "stop": 873736105
        },
        {
            "start": 873736125,
            "stop": 873736134
        },
        {
            "start": 873736160,
            "stop": 873736163
        },
        {
            "start": 873736182,
            "stop": 873736193
        }
    ]
}