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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=155",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 156,
    "results": [
        {
            "start": 1239971651,
            "stop": 1239971769
        },
        {
            "start": 1239971771,
            "stop": 1239971889
        },
        {
            "start": 1239971891,
            "stop": 1239972009
        },
        {
            "start": 1239972011,
            "stop": 1239972129
        },
        {
            "start": 1239972131,
            "stop": 1239972249
        },
        {
            "start": 1239972251,
            "stop": 1239972369
        },
        {
            "start": 1239972371,
            "stop": 1239972487
        },
        {
            "start": 1239972488,
            "stop": 1239972609
        },
        {
            "start": 1239972611,
            "stop": 1239972729
        },
        {
            "start": 1239972731,
            "stop": 1239972849
        },
        {
            "start": 1239972851,
            "stop": 1239972969
        },
        {
            "start": 1239972971,
            "stop": 1239973089
        },
        {
            "start": 1239973091,
            "stop": 1239973209
        },
        {
            "start": 1239973211,
            "stop": 1239973329
        },
        {
            "start": 1239973331,
            "stop": 1239973449
        },
        {
            "start": 1239973451,
            "stop": 1239973569
        },
        {
            "start": 1239973571,
            "stop": 1239973689
        },
        {
            "start": 1239973691,
            "stop": 1239973809
        },
        {
            "start": 1239973811,
            "stop": 1239973929
        },
        {
            "start": 1239973931,
            "stop": 1239974049
        }
    ]
}