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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1680",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1678",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1679,
    "results": [
        {
            "start": 1248827411,
            "stop": 1248827596
        },
        {
            "start": 1248827599,
            "stop": 1248827953
        },
        {
            "start": 1248827955,
            "stop": 1248829023
        },
        {
            "start": 1248829026,
            "stop": 1248829995
        },
        {
            "start": 1248830128,
            "stop": 1248830498
        },
        {
            "start": 1248830500,
            "stop": 1248830811
        },
        {
            "start": 1248830815,
            "stop": 1248831127
        },
        {
            "start": 1248831130,
            "stop": 1248831144
        },
        {
            "start": 1248831147,
            "stop": 1248831556
        },
        {
            "start": 1248831559,
            "stop": 1248831831
        },
        {
            "start": 1248831834,
            "stop": 1248832627
        },
        {
            "start": 1248832630,
            "stop": 1248832910
        },
        {
            "start": 1248832911,
            "stop": 1248833634
        },
        {
            "start": 1248833637,
            "stop": 1248834040
        },
        {
            "start": 1248834043,
            "stop": 1248834231
        },
        {
            "start": 1248834234,
            "stop": 1248834266
        },
        {
            "start": 1248834269,
            "stop": 1248834276
        },
        {
            "start": 1248834279,
            "stop": 1248834376
        },
        {
            "start": 1248834379,
            "stop": 1248835024
        },
        {
            "start": 1248835027,
            "stop": 1248835739
        }
    ]
}