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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=115",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 116,
    "results": [
        {
            "start": 1131155238,
            "stop": 1131155241
        },
        {
            "start": 1131155242,
            "stop": 1131155259
        },
        {
            "start": 1131155260,
            "stop": 1131155284
        },
        {
            "start": 1131155285,
            "stop": 1131155338
        },
        {
            "start": 1131155339,
            "stop": 1131155363
        },
        {
            "start": 1131155364,
            "stop": 1131155388
        },
        {
            "start": 1131155389,
            "stop": 1131155408
        },
        {
            "start": 1131155409,
            "stop": 1131155410
        },
        {
            "start": 1131155411,
            "stop": 1131155445
        },
        {
            "start": 1131155446,
            "stop": 1131155451
        },
        {
            "start": 1131155452,
            "stop": 1131155464
        },
        {
            "start": 1131155465,
            "stop": 1131155473
        },
        {
            "start": 1131155474,
            "stop": 1131155487
        },
        {
            "start": 1131155488,
            "stop": 1131155497
        },
        {
            "start": 1131155498,
            "stop": 1131155512
        },
        {
            "start": 1131155513,
            "stop": 1131155516
        },
        {
            "start": 1131155517,
            "stop": 1131155521
        },
        {
            "start": 1131155522,
            "stop": 1131155527
        },
        {
            "start": 1131155528,
            "stop": 1131155542
        },
        {
            "start": 1131155543,
            "stop": 1131155551
        }
    ]
}