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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=149",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 150,
    "results": [
        {
            "start": 1264336979,
            "stop": 1264336980
        },
        {
            "start": 1264336981,
            "stop": 1264336990
        },
        {
            "start": 1264336996,
            "stop": 1264336997
        },
        {
            "start": 1264336999,
            "stop": 1264337081
        },
        {
            "start": 1264337082,
            "stop": 1264337153
        },
        {
            "start": 1264337154,
            "stop": 1264337156
        },
        {
            "start": 1264337157,
            "stop": 1264337172
        },
        {
            "start": 1264337173,
            "stop": 1264337174
        },
        {
            "start": 1264337177,
            "stop": 1264337179
        },
        {
            "start": 1264337183,
            "stop": 1264337186
        },
        {
            "start": 1264337194,
            "stop": 1264337195
        },
        {
            "start": 1264337196,
            "stop": 1264337197
        },
        {
            "start": 1264337198,
            "stop": 1264337199
        },
        {
            "start": 1264337201,
            "stop": 1264337230
        },
        {
            "start": 1264337231,
            "stop": 1264337234
        },
        {
            "start": 1264337239,
            "stop": 1264337252
        },
        {
            "start": 1264337264,
            "stop": 1264337284
        },
        {
            "start": 1264337285,
            "stop": 1264337286
        },
        {
            "start": 1264337290,
            "stop": 1264337302
        },
        {
            "start": 1264337303,
            "stop": 1264337304
        }
    ]
}