Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=325
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=324",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 325,
    "results": [
        {
            "start": 1240231865,
            "stop": 1240231984
        },
        {
            "start": 1240231985,
            "stop": 1240232104
        },
        {
            "start": 1240232105,
            "stop": 1240232224
        },
        {
            "start": 1240232225,
            "stop": 1240232344
        },
        {
            "start": 1240232345,
            "stop": 1240232464
        },
        {
            "start": 1240232465,
            "stop": 1240232584
        },
        {
            "start": 1240232585,
            "stop": 1240232704
        },
        {
            "start": 1240232705,
            "stop": 1240232824
        },
        {
            "start": 1240232825,
            "stop": 1240232944
        },
        {
            "start": 1240232945,
            "stop": 1240233064
        },
        {
            "start": 1240233065,
            "stop": 1240233184
        },
        {
            "start": 1240233185,
            "stop": 1240233304
        },
        {
            "start": 1240233305,
            "stop": 1240233424
        },
        {
            "start": 1240233425,
            "stop": 1240233541
        },
        {
            "start": 1240233543,
            "stop": 1240233664
        },
        {
            "start": 1240233665,
            "stop": 1240233781
        },
        {
            "start": 1240233785,
            "stop": 1240233904
        },
        {
            "start": 1240233905,
            "stop": 1240234024
        },
        {
            "start": 1240234025,
            "stop": 1240234144
        },
        {
            "start": 1240234145,
            "stop": 1240234264
        }
    ]
}