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=349
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=350",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=348",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 349,
    "results": [
        {
            "start": 1182393608,
            "stop": 1182393610
        },
        {
            "start": 1182393612,
            "stop": 1182394962
        },
        {
            "start": 1182394963,
            "stop": 1182395290
        },
        {
            "start": 1182395291,
            "stop": 1182396043
        },
        {
            "start": 1182396044,
            "stop": 1182396463
        },
        {
            "start": 1182396464,
            "stop": 1182396481
        },
        {
            "start": 1182396482,
            "stop": 1182396511
        },
        {
            "start": 1182396512,
            "stop": 1182396802
        },
        {
            "start": 1182396803,
            "stop": 1182397176
        },
        {
            "start": 1182397177,
            "stop": 1182397179
        },
        {
            "start": 1182397180,
            "stop": 1182397745
        },
        {
            "start": 1182397746,
            "stop": 1182397748
        },
        {
            "start": 1182397750,
            "stop": 1182399432
        },
        {
            "start": 1182399433,
            "stop": 1182399766
        },
        {
            "start": 1182399767,
            "stop": 1182399768
        },
        {
            "start": 1182399769,
            "stop": 1182400738
        },
        {
            "start": 1182400739,
            "stop": 1182400740
        },
        {
            "start": 1182400742,
            "stop": 1182401808
        },
        {
            "start": 1182401809,
            "stop": 1182402133
        },
        {
            "start": 1182402134,
            "stop": 1182402145
        }
    ]
}