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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=217",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 218,
    "results": [
        {
            "start": 1176910398,
            "stop": 1176918301
        },
        {
            "start": 1176918303,
            "stop": 1176918304
        },
        {
            "start": 1176918307,
            "stop": 1176922099
        },
        {
            "start": 1176922101,
            "stop": 1176922936
        },
        {
            "start": 1176922937,
            "stop": 1176925601
        },
        {
            "start": 1176925603,
            "stop": 1176925615
        },
        {
            "start": 1176925616,
            "stop": 1176926185
        },
        {
            "start": 1176926186,
            "stop": 1176926960
        },
        {
            "start": 1176926967,
            "stop": 1176931695
        },
        {
            "start": 1176931696,
            "stop": 1176932231
        },
        {
            "start": 1176932237,
            "stop": 1176932252
        },
        {
            "start": 1176932253,
            "stop": 1176934399
        },
        {
            "start": 1176934400,
            "stop": 1176938169
        },
        {
            "start": 1176938171,
            "stop": 1176943733
        },
        {
            "start": 1176943739,
            "stop": 1176944106
        },
        {
            "start": 1176944116,
            "stop": 1176944117
        },
        {
            "start": 1176944118,
            "stop": 1176944119
        },
        {
            "start": 1176944125,
            "stop": 1176944133
        },
        {
            "start": 1176944138,
            "stop": 1176944139
        },
        {
            "start": 1176944141,
            "stop": 1176944218
        }
    ]
}