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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=275",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 276,
    "results": [
        {
            "start": 1240118588,
            "stop": 1240118706
        },
        {
            "start": 1240118708,
            "stop": 1240118826
        },
        {
            "start": 1240118828,
            "stop": 1240118946
        },
        {
            "start": 1240118948,
            "stop": 1240119066
        },
        {
            "start": 1240119068,
            "stop": 1240119186
        },
        {
            "start": 1240119188,
            "stop": 1240119306
        },
        {
            "start": 1240119308,
            "stop": 1240119426
        },
        {
            "start": 1240119428,
            "stop": 1240119546
        },
        {
            "start": 1240119548,
            "stop": 1240119666
        },
        {
            "start": 1240119668,
            "stop": 1240119786
        },
        {
            "start": 1240119788,
            "stop": 1240119901
        },
        {
            "start": 1240119905,
            "stop": 1240119906
        },
        {
            "start": 1240119908,
            "stop": 1240120026
        },
        {
            "start": 1240120028,
            "stop": 1240120146
        },
        {
            "start": 1240120148,
            "stop": 1240120246
        },
        {
            "start": 1240120248,
            "stop": 1240120386
        },
        {
            "start": 1240120388,
            "stop": 1240120506
        },
        {
            "start": 1240120508,
            "stop": 1240120626
        },
        {
            "start": 1240120628,
            "stop": 1240120746
        },
        {
            "start": 1240120748,
            "stop": 1240120866
        }
    ]
}