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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=76",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 77,
    "results": [
        {
            "start": 932075707,
            "stop": 932075746
        },
        {
            "start": 932075749,
            "stop": 932075754
        },
        {
            "start": 932075755,
            "stop": 932075756
        },
        {
            "start": 932075758,
            "stop": 932075767
        },
        {
            "start": 932075768,
            "stop": 932075839
        },
        {
            "start": 932075843,
            "stop": 932075847
        },
        {
            "start": 932075848,
            "stop": 932075849
        },
        {
            "start": 932075850,
            "stop": 932075853
        },
        {
            "start": 932075855,
            "stop": 932075874
        },
        {
            "start": 932075875,
            "stop": 932075886
        },
        {
            "start": 932075888,
            "stop": 932075904
        },
        {
            "start": 932075908,
            "stop": 932075949
        },
        {
            "start": 932075952,
            "stop": 932075972
        },
        {
            "start": 932075973,
            "stop": 932075985
        },
        {
            "start": 932075986,
            "stop": 932075994
        },
        {
            "start": 932075995,
            "stop": 932075997
        },
        {
            "start": 932075998,
            "stop": 932076004
        },
        {
            "start": 932076005,
            "stop": 932076014
        },
        {
            "start": 932076017,
            "stop": 932076034
        },
        {
            "start": 932076035,
            "stop": 932076040
        }
    ]
}