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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=168",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 169,
    "results": [
        {
            "start": 1131183953,
            "stop": 1131184062
        },
        {
            "start": 1131184063,
            "stop": 1131184078
        },
        {
            "start": 1131184079,
            "stop": 1131184107
        },
        {
            "start": 1131184108,
            "stop": 1131184139
        },
        {
            "start": 1131184140,
            "stop": 1131184233
        },
        {
            "start": 1131184234,
            "stop": 1131184247
        },
        {
            "start": 1131184248,
            "stop": 1131184259
        },
        {
            "start": 1131184260,
            "stop": 1131184277
        },
        {
            "start": 1131184279,
            "stop": 1131184305
        },
        {
            "start": 1131184306,
            "stop": 1131184313
        },
        {
            "start": 1131184314,
            "stop": 1131184359
        },
        {
            "start": 1131184360,
            "stop": 1131184361
        },
        {
            "start": 1131184362,
            "stop": 1131184383
        },
        {
            "start": 1131184384,
            "stop": 1131184407
        },
        {
            "start": 1131184408,
            "stop": 1131184441
        },
        {
            "start": 1131184442,
            "stop": 1131184538
        },
        {
            "start": 1131184539,
            "stop": 1131184540
        },
        {
            "start": 1131184541,
            "stop": 1131184544
        },
        {
            "start": 1131184545,
            "stop": 1131184550
        },
        {
            "start": 1131184551,
            "stop": 1131184554
        }
    ]
}