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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=136",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 137,
    "results": [
        {
            "start": 1418367799,
            "stop": 1418367836
        },
        {
            "start": 1418367838,
            "stop": 1418367847
        },
        {
            "start": 1418367863,
            "stop": 1418367978
        },
        {
            "start": 1418370758,
            "stop": 1418371084
        },
        {
            "start": 1418374009,
            "stop": 1418374023
        },
        {
            "start": 1418379688,
            "stop": 1418380226
        },
        {
            "start": 1418380235,
            "stop": 1418380758
        },
        {
            "start": 1418383669,
            "stop": 1418401978
        },
        {
            "start": 1418402329,
            "stop": 1418402348
        },
        {
            "start": 1418411883,
            "stop": 1418436448
        },
        {
            "start": 1418447350,
            "stop": 1418454096
        },
        {
            "start": 1418476603,
            "stop": 1418482930
        },
        {
            "start": 1418499765,
            "stop": 1418507935
        },
        {
            "start": 1418511731,
            "stop": 1418512346
        },
        {
            "start": 1418515244,
            "stop": 1418515804
        },
        {
            "start": 1418516023,
            "stop": 1418525502
        },
        {
            "start": 1418525506,
            "stop": 1418529336
        },
        {
            "start": 1418532297,
            "stop": 1418537374
        },
        {
            "start": 1418537376,
            "stop": 1418540016
        },
        {
            "start": 1418540019,
            "stop": 1418540055
        }
    ]
}