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=932
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=933",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=931",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 932,
    "results": [
        {
            "start": 1251543138,
            "stop": 1251543143
        },
        {
            "start": 1251543147,
            "stop": 1251543182
        },
        {
            "start": 1251543187,
            "stop": 1251543190
        },
        {
            "start": 1251543195,
            "stop": 1251543199
        },
        {
            "start": 1251543204,
            "stop": 1251543229
        },
        {
            "start": 1251543233,
            "stop": 1251543252
        },
        {
            "start": 1251543257,
            "stop": 1251543279
        },
        {
            "start": 1251543283,
            "stop": 1251543285
        },
        {
            "start": 1251543290,
            "stop": 1251543291
        },
        {
            "start": 1251543294,
            "stop": 1251543377
        },
        {
            "start": 1251543381,
            "stop": 1251543422
        },
        {
            "start": 1251543426,
            "stop": 1251544955
        },
        {
            "start": 1251544958,
            "stop": 1251545440
        },
        {
            "start": 1251545444,
            "stop": 1251545534
        },
        {
            "start": 1251545541,
            "stop": 1251545556
        },
        {
            "start": 1251545557,
            "stop": 1251545564
        },
        {
            "start": 1251545568,
            "stop": 1251545569
        },
        {
            "start": 1251545573,
            "stop": 1251545580
        },
        {
            "start": 1251545584,
            "stop": 1251545603
        },
        {
            "start": 1251545607,
            "stop": 1251545656
        }
    ]
}