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=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=278",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 279,
    "results": [
        {
            "start": 1240125068,
            "stop": 1240125181
        },
        {
            "start": 1240125183,
            "stop": 1240125186
        },
        {
            "start": 1240125188,
            "stop": 1240125306
        },
        {
            "start": 1240125308,
            "stop": 1240125426
        },
        {
            "start": 1240125428,
            "stop": 1240125546
        },
        {
            "start": 1240125548,
            "stop": 1240125666
        },
        {
            "start": 1240125668,
            "stop": 1240125786
        },
        {
            "start": 1240125788,
            "stop": 1240125906
        },
        {
            "start": 1240125908,
            "stop": 1240126018
        },
        {
            "start": 1240126021,
            "stop": 1240126026
        },
        {
            "start": 1240126028,
            "stop": 1240126146
        },
        {
            "start": 1240126148,
            "stop": 1240126266
        },
        {
            "start": 1240126268,
            "stop": 1240126386
        },
        {
            "start": 1240126388,
            "stop": 1240126506
        },
        {
            "start": 1240126508,
            "stop": 1240126626
        },
        {
            "start": 1240126628,
            "stop": 1240126746
        },
        {
            "start": 1240126748,
            "stop": 1240126866
        },
        {
            "start": 1240126868,
            "stop": 1240126986
        },
        {
            "start": 1240126987,
            "stop": 1240127106
        },
        {
            "start": 1240127107,
            "stop": 1240127226
        }
    ]
}