Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3729
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3728",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3729,
    "results": [
        {
            "start": 872699153,
            "stop": 872699156
        },
        {
            "start": 872699157,
            "stop": 872699158
        },
        {
            "start": 872699162,
            "stop": 872699164
        },
        {
            "start": 872699165,
            "stop": 872699166
        },
        {
            "start": 872699168,
            "stop": 872699182
        },
        {
            "start": 872699183,
            "stop": 872699184
        },
        {
            "start": 872699185,
            "stop": 872699187
        },
        {
            "start": 872699188,
            "stop": 872699189
        },
        {
            "start": 872699194,
            "stop": 872699196
        },
        {
            "start": 872699198,
            "stop": 872699200
        },
        {
            "start": 872699201,
            "stop": 872699204
        },
        {
            "start": 872699207,
            "stop": 872699208
        },
        {
            "start": 872699211,
            "stop": 872699217
        },
        {
            "start": 872699218,
            "stop": 872699219
        },
        {
            "start": 872699221,
            "stop": 872699223
        },
        {
            "start": 872699224,
            "stop": 872699228
        },
        {
            "start": 872699229,
            "stop": 872699232
        },
        {
            "start": 872699233,
            "stop": 872699237
        },
        {
            "start": 872699238,
            "stop": 872699265
        },
        {
            "start": 872699266,
            "stop": 872699276
        }
    ]
}