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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=205",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 206,
    "results": [
        {
            "start": 1176995357,
            "stop": 1176996033
        },
        {
            "start": 1176996035,
            "stop": 1176996059
        },
        {
            "start": 1176996064,
            "stop": 1176996072
        },
        {
            "start": 1176996074,
            "stop": 1176996075
        },
        {
            "start": 1176996079,
            "stop": 1176996130
        },
        {
            "start": 1176996132,
            "stop": 1176996230
        },
        {
            "start": 1176996232,
            "stop": 1177005917
        },
        {
            "start": 1177005918,
            "stop": 1177006622
        },
        {
            "start": 1177006625,
            "stop": 1177007794
        },
        {
            "start": 1177007795,
            "stop": 1177007880
        },
        {
            "start": 1177007884,
            "stop": 1177007892
        },
        {
            "start": 1177007894,
            "stop": 1177008066
        },
        {
            "start": 1177008074,
            "stop": 1177008803
        },
        {
            "start": 1177008804,
            "stop": 1177011018
        },
        {
            "start": 1177011019,
            "stop": 1177011096
        },
        {
            "start": 1177011097,
            "stop": 1177011100
        },
        {
            "start": 1177011101,
            "stop": 1177011104
        },
        {
            "start": 1177011107,
            "stop": 1177011108
        },
        {
            "start": 1177011110,
            "stop": 1177011185
        },
        {
            "start": 1177011186,
            "stop": 1177011190
        }
    ]
}