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_CBC_CAT3/segments?format=api&page=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=178",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 179,
    "results": [
        {
            "start": 1176910395,
            "stop": 1176910397
        },
        {
            "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": 1176926962,
            "stop": 1176926963
        },
        {
            "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
        }
    ]
}