Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=17",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 18,
    "results": [
        {
            "start": 1260023114,
            "stop": 1260024074
        },
        {
            "start": 1260024075,
            "stop": 1260024417
        },
        {
            "start": 1260024418,
            "stop": 1260024747
        },
        {
            "start": 1260024749,
            "stop": 1260025073
        },
        {
            "start": 1260025074,
            "stop": 1260025304
        },
        {
            "start": 1260025351,
            "stop": 1260025439
        },
        {
            "start": 1260087386,
            "stop": 1260087621
        },
        {
            "start": 1260088004,
            "stop": 1260092021
        },
        {
            "start": 1260092022,
            "stop": 1260092526
        },
        {
            "start": 1260092527,
            "stop": 1260109451
        },
        {
            "start": 1260109452,
            "stop": 1260109711
        },
        {
            "start": 1260109712,
            "stop": 1260110324
        },
        {
            "start": 1260110325,
            "stop": 1260110567
        },
        {
            "start": 1260110569,
            "stop": 1260112361
        },
        {
            "start": 1260112362,
            "stop": 1260114353
        },
        {
            "start": 1260114354,
            "stop": 1260115348
        },
        {
            "start": 1260115349,
            "stop": 1260116036
        },
        {
            "start": 1260116037,
            "stop": 1260117756
        },
        {
            "start": 1260117757,
            "stop": 1260118030
        },
        {
            "start": 1260118031,
            "stop": 1260119613
        }
    ]
}