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=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=340",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 341,
    "results": [
        {
            "start": 1182142446,
            "stop": 1182142449
        },
        {
            "start": 1182142450,
            "stop": 1182142451
        },
        {
            "start": 1182142454,
            "stop": 1182142568
        },
        {
            "start": 1182142569,
            "stop": 1182142756
        },
        {
            "start": 1182142757,
            "stop": 1182142809
        },
        {
            "start": 1182142810,
            "stop": 1182142903
        },
        {
            "start": 1182142904,
            "stop": 1182142979
        },
        {
            "start": 1182142981,
            "stop": 1182143015
        },
        {
            "start": 1182143018,
            "stop": 1182143026
        },
        {
            "start": 1182143028,
            "stop": 1182143037
        },
        {
            "start": 1182143038,
            "stop": 1182143063
        },
        {
            "start": 1182143064,
            "stop": 1182143309
        },
        {
            "start": 1182143311,
            "stop": 1182143378
        },
        {
            "start": 1182143379,
            "stop": 1182143389
        },
        {
            "start": 1182143391,
            "stop": 1182143524
        },
        {
            "start": 1182143526,
            "stop": 1182143577
        },
        {
            "start": 1182143578,
            "stop": 1182143645
        },
        {
            "start": 1182143646,
            "stop": 1182143840
        },
        {
            "start": 1182143842,
            "stop": 1182143935
        },
        {
            "start": 1182143937,
            "stop": 1182143989
        }
    ]
}