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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=85",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 86,
    "results": [
        {
            "start": 1131059087,
            "stop": 1131059112
        },
        {
            "start": 1131059113,
            "stop": 1131059115
        },
        {
            "start": 1131059118,
            "stop": 1131059127
        },
        {
            "start": 1131059128,
            "stop": 1131059135
        },
        {
            "start": 1131059136,
            "stop": 1131059140
        },
        {
            "start": 1131059141,
            "stop": 1131059142
        },
        {
            "start": 1131059144,
            "stop": 1131059160
        },
        {
            "start": 1131059161,
            "stop": 1131059182
        },
        {
            "start": 1131059184,
            "stop": 1131059192
        },
        {
            "start": 1131059195,
            "stop": 1131059196
        },
        {
            "start": 1131059197,
            "stop": 1131059251
        },
        {
            "start": 1131059252,
            "stop": 1131059253
        },
        {
            "start": 1131059254,
            "stop": 1131059283
        },
        {
            "start": 1131059284,
            "stop": 1131059286
        },
        {
            "start": 1131059289,
            "stop": 1131059295
        },
        {
            "start": 1131059298,
            "stop": 1131059303
        },
        {
            "start": 1131059304,
            "stop": 1131059309
        },
        {
            "start": 1131059311,
            "stop": 1131059313
        },
        {
            "start": 1131059314,
            "stop": 1131059316
        },
        {
            "start": 1131059317,
            "stop": 1131059354
        }
    ]
}