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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=161",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 162,
    "results": [
        {
            "start": 1131177928,
            "stop": 1131177934
        },
        {
            "start": 1131177935,
            "stop": 1131177942
        },
        {
            "start": 1131177943,
            "stop": 1131177967
        },
        {
            "start": 1131177968,
            "stop": 1131178009
        },
        {
            "start": 1131178010,
            "stop": 1131178052
        },
        {
            "start": 1131178053,
            "stop": 1131178090
        },
        {
            "start": 1131178091,
            "stop": 1131178093
        },
        {
            "start": 1131178094,
            "stop": 1131178101
        },
        {
            "start": 1131178102,
            "stop": 1131178117
        },
        {
            "start": 1131178118,
            "stop": 1131178158
        },
        {
            "start": 1131178159,
            "stop": 1131178228
        },
        {
            "start": 1131178229,
            "stop": 1131178246
        },
        {
            "start": 1131178247,
            "stop": 1131178258
        },
        {
            "start": 1131178259,
            "stop": 1131178263
        },
        {
            "start": 1131178264,
            "stop": 1131178306
        },
        {
            "start": 1131178307,
            "stop": 1131178308
        },
        {
            "start": 1131178309,
            "stop": 1131178316
        },
        {
            "start": 1131178317,
            "stop": 1131178365
        },
        {
            "start": 1131178366,
            "stop": 1131178373
        },
        {
            "start": 1131178374,
            "stop": 1131178391
        }
    ]
}