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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=90",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 91,
    "results": [
        {
            "start": 1175464763,
            "stop": 1175464767
        },
        {
            "start": 1175464768,
            "stop": 1175464772
        },
        {
            "start": 1175464776,
            "stop": 1175464787
        },
        {
            "start": 1175464788,
            "stop": 1175464812
        },
        {
            "start": 1175464813,
            "stop": 1175464868
        },
        {
            "start": 1175464870,
            "stop": 1175465048
        },
        {
            "start": 1175465051,
            "stop": 1175465073
        },
        {
            "start": 1175465075,
            "stop": 1175466483
        },
        {
            "start": 1175466485,
            "stop": 1175467655
        },
        {
            "start": 1175467657,
            "stop": 1175472764
        },
        {
            "start": 1175472769,
            "stop": 1175472780
        },
        {
            "start": 1175472781,
            "stop": 1175474437
        },
        {
            "start": 1175474438,
            "stop": 1175474440
        },
        {
            "start": 1175474441,
            "stop": 1175476210
        },
        {
            "start": 1175476212,
            "stop": 1175476351
        },
        {
            "start": 1175476352,
            "stop": 1175476358
        },
        {
            "start": 1175476359,
            "stop": 1175476361
        },
        {
            "start": 1175476362,
            "stop": 1175478251
        },
        {
            "start": 1175478252,
            "stop": 1175478640
        },
        {
            "start": 1175478641,
            "stop": 1175478644
        }
    ]
}