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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=98",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 99,
    "results": [
        {
            "start": 931329989,
            "stop": 931329993
        },
        {
            "start": 931329995,
            "stop": 931329996
        },
        {
            "start": 931330001,
            "stop": 931330005
        },
        {
            "start": 931330007,
            "stop": 931330010
        },
        {
            "start": 931330016,
            "stop": 931330017
        },
        {
            "start": 931330027,
            "stop": 931330030
        },
        {
            "start": 931330038,
            "stop": 931330042
        },
        {
            "start": 931330046,
            "stop": 931330047
        },
        {
            "start": 931330052,
            "stop": 931330053
        },
        {
            "start": 931330063,
            "stop": 931330065
        },
        {
            "start": 931330069,
            "stop": 931330070
        },
        {
            "start": 931330074,
            "stop": 931330075
        },
        {
            "start": 931330080,
            "stop": 931330083
        },
        {
            "start": 931330085,
            "stop": 931330087
        },
        {
            "start": 931330090,
            "stop": 931330091
        },
        {
            "start": 931330094,
            "stop": 931330101
        },
        {
            "start": 931330104,
            "stop": 931330109
        },
        {
            "start": 931330113,
            "stop": 931330114
        },
        {
            "start": 931330121,
            "stop": 931330125
        },
        {
            "start": 931330127,
            "stop": 931330129
        }
    ]
}