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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=15",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 16,
    "results": [
        {
            "start": 1165133063,
            "stop": 1165133076
        },
        {
            "start": 1165133077,
            "stop": 1165133104
        },
        {
            "start": 1165133105,
            "stop": 1165133128
        },
        {
            "start": 1165133131,
            "stop": 1165133132
        },
        {
            "start": 1165133133,
            "stop": 1165133215
        },
        {
            "start": 1165133217,
            "stop": 1165133268
        },
        {
            "start": 1165133269,
            "stop": 1165133275
        },
        {
            "start": 1165133276,
            "stop": 1165133281
        },
        {
            "start": 1165133282,
            "stop": 1165133283
        },
        {
            "start": 1165133284,
            "stop": 1165133300
        },
        {
            "start": 1165133301,
            "stop": 1165133314
        },
        {
            "start": 1165133315,
            "stop": 1165133326
        },
        {
            "start": 1165133327,
            "stop": 1165133342
        },
        {
            "start": 1165133343,
            "stop": 1165133389
        },
        {
            "start": 1165133390,
            "stop": 1165133408
        },
        {
            "start": 1165133409,
            "stop": 1165133438
        },
        {
            "start": 1165133440,
            "stop": 1165133462
        },
        {
            "start": 1165133463,
            "stop": 1165133553
        },
        {
            "start": 1165133554,
            "stop": 1165133581
        },
        {
            "start": 1165133583,
            "stop": 1165133595
        }
    ]
}