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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=412",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 413,
    "results": [
        {
            "start": 1267582128,
            "stop": 1267582131
        },
        {
            "start": 1267582133,
            "stop": 1267582134
        },
        {
            "start": 1267582135,
            "stop": 1267582136
        },
        {
            "start": 1267582138,
            "stop": 1267582214
        },
        {
            "start": 1267582215,
            "stop": 1267582226
        },
        {
            "start": 1267582227,
            "stop": 1267582235
        },
        {
            "start": 1267582236,
            "stop": 1267582238
        },
        {
            "start": 1267582240,
            "stop": 1267582321
        },
        {
            "start": 1267582325,
            "stop": 1267582326
        },
        {
            "start": 1267582329,
            "stop": 1267582355
        },
        {
            "start": 1267582359,
            "stop": 1267582361
        },
        {
            "start": 1267582364,
            "stop": 1267582365
        },
        {
            "start": 1267582370,
            "stop": 1267582371
        },
        {
            "start": 1267582374,
            "stop": 1267582388
        },
        {
            "start": 1267582389,
            "stop": 1267582411
        },
        {
            "start": 1267582412,
            "stop": 1267582413
        },
        {
            "start": 1267582417,
            "stop": 1267582418
        },
        {
            "start": 1267582420,
            "stop": 1267582522
        },
        {
            "start": 1267582525,
            "stop": 1267582526
        },
        {
            "start": 1267582528,
            "stop": 1267582530
        }
    ]
}