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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=242",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 243,
    "results": [
        {
            "start": 1240252985,
            "stop": 1240253104
        },
        {
            "start": 1240253105,
            "stop": 1240253224
        },
        {
            "start": 1240253225,
            "stop": 1240253344
        },
        {
            "start": 1240253345,
            "stop": 1240253464
        },
        {
            "start": 1240253465,
            "stop": 1240253475
        },
        {
            "start": 1240253476,
            "stop": 1240253584
        },
        {
            "start": 1240253585,
            "stop": 1240253704
        },
        {
            "start": 1240253705,
            "stop": 1240253824
        },
        {
            "start": 1240253825,
            "stop": 1240253944
        },
        {
            "start": 1240253945,
            "stop": 1240254064
        },
        {
            "start": 1240254065,
            "stop": 1240254184
        },
        {
            "start": 1240254185,
            "stop": 1240254304
        },
        {
            "start": 1240254305,
            "stop": 1240254424
        },
        {
            "start": 1240254425,
            "stop": 1240254544
        },
        {
            "start": 1240254545,
            "stop": 1240254661
        },
        {
            "start": 1240254662,
            "stop": 1240254784
        },
        {
            "start": 1240254785,
            "stop": 1240254904
        },
        {
            "start": 1240254905,
            "stop": 1240255024
        },
        {
            "start": 1240255025,
            "stop": 1240255144
        },
        {
            "start": 1240255145,
            "stop": 1240255264
        }
    ]
}