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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=405",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 406,
    "results": [
        {
            "start": 1185383726,
            "stop": 1185383727
        },
        {
            "start": 1185383731,
            "stop": 1185387143
        },
        {
            "start": 1185387148,
            "stop": 1185389354
        },
        {
            "start": 1185389372,
            "stop": 1185389379
        },
        {
            "start": 1185389386,
            "stop": 1185392858
        },
        {
            "start": 1185392871,
            "stop": 1185392873
        },
        {
            "start": 1185392880,
            "stop": 1185395109
        },
        {
            "start": 1185422901,
            "stop": 1185434506
        },
        {
            "start": 1185434508,
            "stop": 1185439744
        },
        {
            "start": 1185439796,
            "stop": 1185464555
        },
        {
            "start": 1185464557,
            "stop": 1185468575
        },
        {
            "start": 1185468577,
            "stop": 1185469532
        },
        {
            "start": 1185469536,
            "stop": 1185473868
        },
        {
            "start": 1185473870,
            "stop": 1185480149
        },
        {
            "start": 1185502747,
            "stop": 1185524523
        },
        {
            "start": 1185524528,
            "stop": 1185550191
        },
        {
            "start": 1185550193,
            "stop": 1185552675
        },
        {
            "start": 1185552677,
            "stop": 1185552680
        },
        {
            "start": 1185552682,
            "stop": 1185556458
        },
        {
            "start": 1185556460,
            "stop": 1185558387
        }
    ]
}