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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=59",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 60,
    "results": [
        {
            "start": 1131056034,
            "stop": 1131056035
        },
        {
            "start": 1131056037,
            "stop": 1131056044
        },
        {
            "start": 1131056045,
            "stop": 1131056050
        },
        {
            "start": 1131056051,
            "stop": 1131056062
        },
        {
            "start": 1131056063,
            "stop": 1131056065
        },
        {
            "start": 1131056066,
            "stop": 1131056067
        },
        {
            "start": 1131056068,
            "stop": 1131056076
        },
        {
            "start": 1131056077,
            "stop": 1131056078
        },
        {
            "start": 1131056079,
            "stop": 1131056090
        },
        {
            "start": 1131056093,
            "stop": 1131056143
        },
        {
            "start": 1131056144,
            "stop": 1131056147
        },
        {
            "start": 1131056149,
            "stop": 1131056185
        },
        {
            "start": 1131056187,
            "stop": 1131056191
        },
        {
            "start": 1131056192,
            "stop": 1131056322
        },
        {
            "start": 1131056323,
            "stop": 1131056324
        },
        {
            "start": 1131056326,
            "stop": 1131056327
        },
        {
            "start": 1131056328,
            "stop": 1131056329
        },
        {
            "start": 1131056330,
            "stop": 1131056348
        },
        {
            "start": 1131056349,
            "stop": 1131056355
        },
        {
            "start": 1131056356,
            "stop": 1131056361
        }
    ]
}