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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=94",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 95,
    "results": [
        {
            "start": 1239549731,
            "stop": 1239553330
        },
        {
            "start": 1239553331,
            "stop": 1239556930
        },
        {
            "start": 1239556931,
            "stop": 1239560530
        },
        {
            "start": 1239560531,
            "stop": 1239564129
        },
        {
            "start": 1239564131,
            "stop": 1239566417
        },
        {
            "start": 1239587090,
            "stop": 1239587108
        },
        {
            "start": 1239587109,
            "stop": 1239587728
        },
        {
            "start": 1239587729,
            "stop": 1239588328
        },
        {
            "start": 1239588329,
            "stop": 1239588928
        },
        {
            "start": 1239588929,
            "stop": 1239589508
        },
        {
            "start": 1239589509,
            "stop": 1239590128
        },
        {
            "start": 1239590129,
            "stop": 1239590728
        },
        {
            "start": 1239590729,
            "stop": 1239591328
        },
        {
            "start": 1239591329,
            "stop": 1239591908
        },
        {
            "start": 1239591909,
            "stop": 1239592527
        },
        {
            "start": 1239592529,
            "stop": 1239593127
        },
        {
            "start": 1239593129,
            "stop": 1239593707
        },
        {
            "start": 1239593709,
            "stop": 1239594327
        },
        {
            "start": 1239594329,
            "stop": 1239594927
        },
        {
            "start": 1239594929,
            "stop": 1239595527
        }
    ]
}