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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=192",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 193,
    "results": [
        {
            "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
        },
        {
            "start": 1240127227,
            "stop": 1240127346
        },
        {
            "start": 1240127347,
            "stop": 1240127466
        },
        {
            "start": 1240127468,
            "stop": 1240127586
        },
        {
            "start": 1240127588,
            "stop": 1240127706
        },
        {
            "start": 1240127708,
            "stop": 1240127826
        },
        {
            "start": 1240127828,
            "stop": 1240127946
        },
        {
            "start": 1240127948,
            "stop": 1240128066
        },
        {
            "start": 1240128068,
            "stop": 1240128186
        },
        {
            "start": 1240128188,
            "stop": 1240128306
        },
        {
            "start": 1240128307,
            "stop": 1240128426
        },
        {
            "start": 1240128427,
            "stop": 1240128546
        }
    ]
}