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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=60",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 61,
    "results": [
        {
            "start": 1372708511,
            "stop": 1372712040
        },
        {
            "start": 1372712045,
            "stop": 1372715314
        },
        {
            "start": 1372715319,
            "stop": 1372715414
        },
        {
            "start": 1372715419,
            "stop": 1372715566
        },
        {
            "start": 1372715571,
            "stop": 1372715681
        },
        {
            "start": 1372715686,
            "stop": 1372723478
        },
        {
            "start": 1372723874,
            "stop": 1372725409
        },
        {
            "start": 1372725414,
            "stop": 1372732237
        },
        {
            "start": 1372732242,
            "stop": 1372737705
        },
        {
            "start": 1372746355,
            "stop": 1372752496
        },
        {
            "start": 1372752499,
            "stop": 1372757982
        },
        {
            "start": 1372757985,
            "stop": 1372762140
        },
        {
            "start": 1372762145,
            "stop": 1372773188
        },
        {
            "start": 1372773193,
            "stop": 1372777022
        },
        {
            "start": 1372777027,
            "stop": 1372781574
        },
        {
            "start": 1372781579,
            "stop": 1372790086
        },
        {
            "start": 1372790091,
            "stop": 1372793916
        },
        {
            "start": 1372793921,
            "stop": 1372797738
        },
        {
            "start": 1372797773,
            "stop": 1372798942
        },
        {
            "start": 1372807866,
            "stop": 1372811174
        }
    ]
}