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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 168,
    "results": [
        {
            "start": 1419945148,
            "stop": 1419952141
        },
        {
            "start": 1419952414,
            "stop": 1419953495
        },
        {
            "start": 1419953500,
            "stop": 1419954040
        },
        {
            "start": 1419954045,
            "stop": 1419954672
        },
        {
            "start": 1419954677,
            "stop": 1419961119
        },
        {
            "start": 1419961124,
            "stop": 1419963675
        },
        {
            "start": 1419963680,
            "stop": 1419969771
        },
        {
            "start": 1419969776,
            "stop": 1419971075
        },
        {
            "start": 1419971080,
            "stop": 1419971394
        },
        {
            "start": 1419971399,
            "stop": 1419981847
        },
        {
            "start": 1419981852,
            "stop": 1419991825
        },
        {
            "start": 1419991830,
            "stop": 1419992111
        },
        {
            "start": 1419999796,
            "stop": 1420000231
        },
        {
            "start": 1420000236,
            "stop": 1420003556
        },
        {
            "start": 1420003561,
            "stop": 1420005428
        },
        {
            "start": 1420005433,
            "stop": 1420011914
        },
        {
            "start": 1420011919,
            "stop": 1420013047
        },
        {
            "start": 1420013052,
            "stop": 1420016887
        },
        {
            "start": 1420016892,
            "stop": 1420017992
        },
        {
            "start": 1420017997,
            "stop": 1420024960
        }
    ]
}