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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=335",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 336,
    "results": [
        {
            "start": 1182134495,
            "stop": 1182134541
        },
        {
            "start": 1182134542,
            "stop": 1182135211
        },
        {
            "start": 1182135214,
            "stop": 1182135289
        },
        {
            "start": 1182135291,
            "stop": 1182135435
        },
        {
            "start": 1182135437,
            "stop": 1182135474
        },
        {
            "start": 1182135475,
            "stop": 1182135529
        },
        {
            "start": 1182135530,
            "stop": 1182135791
        },
        {
            "start": 1182135793,
            "stop": 1182137304
        },
        {
            "start": 1182137305,
            "stop": 1182137717
        },
        {
            "start": 1182137719,
            "stop": 1182137982
        },
        {
            "start": 1182137984,
            "stop": 1182138007
        },
        {
            "start": 1182138008,
            "stop": 1182138058
        },
        {
            "start": 1182138059,
            "stop": 1182138083
        },
        {
            "start": 1182138087,
            "stop": 1182138090
        },
        {
            "start": 1182138094,
            "stop": 1182138102
        },
        {
            "start": 1182138104,
            "stop": 1182138113
        },
        {
            "start": 1182138115,
            "stop": 1182138361
        },
        {
            "start": 1182138362,
            "stop": 1182138542
        },
        {
            "start": 1182138544,
            "stop": 1182138616
        },
        {
            "start": 1182138617,
            "stop": 1182138699
        }
    ]
}