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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=741",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=739",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 740,
    "results": [
        {
            "start": 1267856344,
            "stop": 1267864049
        },
        {
            "start": 1267864052,
            "stop": 1267864326
        },
        {
            "start": 1267864329,
            "stop": 1267864840
        },
        {
            "start": 1267864843,
            "stop": 1267865356
        },
        {
            "start": 1267865359,
            "stop": 1267866913
        },
        {
            "start": 1267866916,
            "stop": 1267867552
        },
        {
            "start": 1267867555,
            "stop": 1267878082
        },
        {
            "start": 1267878091,
            "stop": 1267886368
        },
        {
            "start": 1267909086,
            "stop": 1267909255
        },
        {
            "start": 1267909258,
            "stop": 1267909747
        },
        {
            "start": 1267909750,
            "stop": 1267912932
        },
        {
            "start": 1267919589,
            "stop": 1267923945
        },
        {
            "start": 1267923948,
            "stop": 1267927345
        },
        {
            "start": 1267927346,
            "stop": 1267928792
        },
        {
            "start": 1267928795,
            "stop": 1267929966
        },
        {
            "start": 1267929968,
            "stop": 1267933312
        },
        {
            "start": 1267933315,
            "stop": 1267933434
        },
        {
            "start": 1267933442,
            "stop": 1267934275
        },
        {
            "start": 1267934278,
            "stop": 1267936749
        },
        {
            "start": 1267936752,
            "stop": 1267942153
        }
    ]
}