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=1067
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=1068",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1066",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1067,
    "results": [
        {
            "start": 1136382802,
            "stop": 1136382949
        },
        {
            "start": 1136382952,
            "stop": 1136383028
        },
        {
            "start": 1136383031,
            "stop": 1136383056
        },
        {
            "start": 1136383059,
            "stop": 1136383088
        },
        {
            "start": 1136383091,
            "stop": 1136383114
        },
        {
            "start": 1136383117,
            "stop": 1136383123
        },
        {
            "start": 1136383126,
            "stop": 1136383134
        },
        {
            "start": 1136383137,
            "stop": 1136383168
        },
        {
            "start": 1136383171,
            "stop": 1136383195
        },
        {
            "start": 1136383198,
            "stop": 1136383222
        },
        {
            "start": 1136383225,
            "stop": 1136383263
        },
        {
            "start": 1136383266,
            "stop": 1136383270
        },
        {
            "start": 1136383273,
            "stop": 1136383285
        },
        {
            "start": 1136383288,
            "stop": 1136383322
        },
        {
            "start": 1136383325,
            "stop": 1136383388
        },
        {
            "start": 1136383391,
            "stop": 1136383404
        },
        {
            "start": 1136383407,
            "stop": 1136383432
        },
        {
            "start": 1136383435,
            "stop": 1136383468
        },
        {
            "start": 1136383471,
            "stop": 1136383503
        },
        {
            "start": 1136383506,
            "stop": 1136383520
        }
    ]
}