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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=73",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 74,
    "results": [
        {
            "start": 1175280393,
            "stop": 1175280395
        },
        {
            "start": 1175280396,
            "stop": 1175280489
        },
        {
            "start": 1175280490,
            "stop": 1175280491
        },
        {
            "start": 1175280494,
            "stop": 1175280495
        },
        {
            "start": 1175280497,
            "stop": 1175280504
        },
        {
            "start": 1175280505,
            "stop": 1175280507
        },
        {
            "start": 1175280523,
            "stop": 1175280991
        },
        {
            "start": 1175287062,
            "stop": 1175287078
        },
        {
            "start": 1175287081,
            "stop": 1175287151
        },
        {
            "start": 1175287152,
            "stop": 1175287761
        },
        {
            "start": 1175287763,
            "stop": 1175287764
        },
        {
            "start": 1175287765,
            "stop": 1175287777
        },
        {
            "start": 1175287778,
            "stop": 1175287910
        },
        {
            "start": 1175288000,
            "stop": 1175288030
        },
        {
            "start": 1175288080,
            "stop": 1175288100
        },
        {
            "start": 1175288110,
            "stop": 1175288139
        },
        {
            "start": 1175288140,
            "stop": 1175288236
        },
        {
            "start": 1175288237,
            "stop": 1175288339
        },
        {
            "start": 1175288340,
            "stop": 1175288392
        },
        {
            "start": 1175288393,
            "stop": 1175290225
        }
    ]
}