Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=388
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=387",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 388,
    "results": [
        {
            "start": 1183152362,
            "stop": 1183152465
        },
        {
            "start": 1183152468,
            "stop": 1183152524
        },
        {
            "start": 1183152527,
            "stop": 1183152532
        },
        {
            "start": 1183152535,
            "stop": 1183152537
        },
        {
            "start": 1183152538,
            "stop": 1183153392
        },
        {
            "start": 1183153393,
            "stop": 1183153407
        },
        {
            "start": 1183153412,
            "stop": 1183153416
        },
        {
            "start": 1183153417,
            "stop": 1183153418
        },
        {
            "start": 1183153420,
            "stop": 1183153449
        },
        {
            "start": 1183153455,
            "stop": 1183153462
        },
        {
            "start": 1183153464,
            "stop": 1183153507
        },
        {
            "start": 1183153509,
            "stop": 1183154583
        },
        {
            "start": 1183154587,
            "stop": 1183154633
        },
        {
            "start": 1183154637,
            "stop": 1183155368
        },
        {
            "start": 1183155369,
            "stop": 1183155442
        },
        {
            "start": 1183155446,
            "stop": 1183155459
        },
        {
            "start": 1183155465,
            "stop": 1183157390
        },
        {
            "start": 1183157396,
            "stop": 1183158132
        },
        {
            "start": 1183158138,
            "stop": 1183158391
        },
        {
            "start": 1183158394,
            "stop": 1183158399
        }
    ]
}