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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=238",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 239,
    "results": [
        {
            "start": 1376424990,
            "stop": 1376425671
        },
        {
            "start": 1376425673,
            "stop": 1376426352
        },
        {
            "start": 1376426355,
            "stop": 1376426661
        },
        {
            "start": 1376426662,
            "stop": 1376427487
        },
        {
            "start": 1376427489,
            "stop": 1376428262
        },
        {
            "start": 1376428263,
            "stop": 1376429129
        },
        {
            "start": 1376429130,
            "stop": 1376429925
        },
        {
            "start": 1376429927,
            "stop": 1376430832
        },
        {
            "start": 1376430834,
            "stop": 1376431638
        },
        {
            "start": 1376431639,
            "stop": 1376432275
        },
        {
            "start": 1376432278,
            "stop": 1376432536
        },
        {
            "start": 1376432537,
            "stop": 1376433369
        },
        {
            "start": 1376433371,
            "stop": 1376433392
        },
        {
            "start": 1376433394,
            "stop": 1376434260
        },
        {
            "start": 1376434261,
            "stop": 1376435137
        },
        {
            "start": 1376435138,
            "stop": 1376436095
        },
        {
            "start": 1376436097,
            "stop": 1376436993
        },
        {
            "start": 1376436995,
            "stop": 1376437870
        },
        {
            "start": 1376437872,
            "stop": 1376438889
        },
        {
            "start": 1376438890,
            "stop": 1376439796
        }
    ]
}