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_CAT4/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_CAT4/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=76",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 77,
    "results": [
        {
            "start": 931288942,
            "stop": 931288943
        },
        {
            "start": 931288946,
            "stop": 931288949
        },
        {
            "start": 931288954,
            "stop": 931288956
        },
        {
            "start": 931288966,
            "stop": 931288967
        },
        {
            "start": 931288973,
            "stop": 931288974
        },
        {
            "start": 931288976,
            "stop": 931288978
        },
        {
            "start": 931288993,
            "stop": 931288994
        },
        {
            "start": 931288998,
            "stop": 931288999
        },
        {
            "start": 931289005,
            "stop": 931289006
        },
        {
            "start": 931289021,
            "stop": 931289022
        },
        {
            "start": 931289029,
            "stop": 931289031
        },
        {
            "start": 931289040,
            "stop": 931289044
        },
        {
            "start": 931289047,
            "stop": 931289049
        },
        {
            "start": 931289059,
            "stop": 931289064
        },
        {
            "start": 931289068,
            "stop": 931289070
        },
        {
            "start": 931289075,
            "stop": 931289076
        },
        {
            "start": 931289080,
            "stop": 931289081
        },
        {
            "start": 931289083,
            "stop": 931289084
        },
        {
            "start": 931289090,
            "stop": 931289092
        },
        {
            "start": 931289095,
            "stop": 931289097
        }
    ]
}