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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=83",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 84,
    "results": [
        {
            "start": 1166435563,
            "stop": 1166435597
        },
        {
            "start": 1166435598,
            "stop": 1166435603
        },
        {
            "start": 1166435604,
            "stop": 1166435764
        },
        {
            "start": 1166435765,
            "stop": 1166435766
        },
        {
            "start": 1166435767,
            "stop": 1166435772
        },
        {
            "start": 1166435773,
            "stop": 1166435887
        },
        {
            "start": 1166435888,
            "stop": 1166435980
        },
        {
            "start": 1166435981,
            "stop": 1166436307
        },
        {
            "start": 1166436308,
            "stop": 1166436343
        },
        {
            "start": 1166436344,
            "stop": 1166436431
        },
        {
            "start": 1166436432,
            "stop": 1166436549
        },
        {
            "start": 1166436550,
            "stop": 1166436552
        },
        {
            "start": 1166436553,
            "stop": 1166436617
        },
        {
            "start": 1166436619,
            "stop": 1166436696
        },
        {
            "start": 1166436697,
            "stop": 1166436745
        },
        {
            "start": 1166436746,
            "stop": 1166436749
        },
        {
            "start": 1166436750,
            "stop": 1166436764
        },
        {
            "start": 1166436765,
            "stop": 1166436788
        },
        {
            "start": 1166436789,
            "stop": 1166436794
        },
        {
            "start": 1166436795,
            "stop": 1166436894
        }
    ]
}