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/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4035
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=4036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4034",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4035,
    "results": [
        {
            "start": 875007372,
            "stop": 875007399
        },
        {
            "start": 875007402,
            "stop": 875007404
        },
        {
            "start": 875007407,
            "stop": 875007498
        },
        {
            "start": 875007501,
            "stop": 875007748
        },
        {
            "start": 875007766,
            "stop": 875007767
        },
        {
            "start": 875007770,
            "stop": 875007776
        },
        {
            "start": 875007783,
            "stop": 875007784
        },
        {
            "start": 875007787,
            "stop": 875008015
        },
        {
            "start": 875008018,
            "stop": 875008187
        },
        {
            "start": 875008190,
            "stop": 875008194
        },
        {
            "start": 875008199,
            "stop": 875008202
        },
        {
            "start": 875008205,
            "stop": 875008206
        },
        {
            "start": 875008219,
            "stop": 875008228
        },
        {
            "start": 875008231,
            "stop": 875008232
        },
        {
            "start": 875008248,
            "stop": 875008255
        },
        {
            "start": 875008260,
            "stop": 875008266
        },
        {
            "start": 875008276,
            "stop": 875008280
        },
        {
            "start": 875008283,
            "stop": 875008290
        },
        {
            "start": 875008297,
            "stop": 875008501
        },
        {
            "start": 875008504,
            "stop": 875008599
        }
    ]
}