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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=32",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 33,
    "results": [
        {
            "start": 1244253301,
            "stop": 1244260830
        },
        {
            "start": 1244296204,
            "stop": 1244296688
        },
        {
            "start": 1244296689,
            "stop": 1244327118
        },
        {
            "start": 1244329357,
            "stop": 1244351609
        },
        {
            "start": 1244355985,
            "stop": 1244363440
        },
        {
            "start": 1244363560,
            "stop": 1244377540
        },
        {
            "start": 1244382126,
            "stop": 1244382399
        },
        {
            "start": 1244382870,
            "stop": 1244386828
        },
        {
            "start": 1244400384,
            "stop": 1244426900
        },
        {
            "start": 1244428911,
            "stop": 1244442123
        },
        {
            "start": 1244443658,
            "stop": 1244445112
        },
        {
            "start": 1244467107,
            "stop": 1244468393
        },
        {
            "start": 1244468409,
            "stop": 1244495049
        },
        {
            "start": 1244497367,
            "stop": 1244502741
        },
        {
            "start": 1244504687,
            "stop": 1244508088
        },
        {
            "start": 1244509290,
            "stop": 1244510580
        },
        {
            "start": 1244511057,
            "stop": 1244511929
        },
        {
            "start": 1244519771,
            "stop": 1244522099
        },
        {
            "start": 1244524541,
            "stop": 1244524665
        },
        {
            "start": 1244526349,
            "stop": 1244541677
        }
    ]
}