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=1678
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=1679",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1677",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1678,
    "results": [
        {
            "start": 1248814665,
            "stop": 1248814668
        },
        {
            "start": 1248814671,
            "stop": 1248815135
        },
        {
            "start": 1248815143,
            "stop": 1248816521
        },
        {
            "start": 1248816524,
            "stop": 1248817266
        },
        {
            "start": 1248817269,
            "stop": 1248817382
        },
        {
            "start": 1248817385,
            "stop": 1248817477
        },
        {
            "start": 1248817480,
            "stop": 1248818122
        },
        {
            "start": 1248818125,
            "stop": 1248819049
        },
        {
            "start": 1248819052,
            "stop": 1248819142
        },
        {
            "start": 1248819145,
            "stop": 1248819675
        },
        {
            "start": 1248819678,
            "stop": 1248820225
        },
        {
            "start": 1248820228,
            "stop": 1248820429
        },
        {
            "start": 1248820431,
            "stop": 1248820685
        },
        {
            "start": 1248820688,
            "stop": 1248820714
        },
        {
            "start": 1248820716,
            "stop": 1248821482
        },
        {
            "start": 1248821484,
            "stop": 1248821921
        },
        {
            "start": 1248821923,
            "stop": 1248824563
        },
        {
            "start": 1248824566,
            "stop": 1248825725
        },
        {
            "start": 1248825728,
            "stop": 1248826660
        },
        {
            "start": 1248826663,
            "stop": 1248827409
        }
    ]
}