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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=94",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 95,
    "results": [
        {
            "start": 1239080941,
            "stop": 1239083006
        },
        {
            "start": 1239087140,
            "stop": 1239088260
        },
        {
            "start": 1239088263,
            "stop": 1239089369
        },
        {
            "start": 1239089372,
            "stop": 1239089886
        },
        {
            "start": 1239089889,
            "stop": 1239090465
        },
        {
            "start": 1239090467,
            "stop": 1239090535
        },
        {
            "start": 1239090538,
            "stop": 1239091109
        },
        {
            "start": 1239091112,
            "stop": 1239091210
        },
        {
            "start": 1239091213,
            "stop": 1239092966
        },
        {
            "start": 1239092969,
            "stop": 1239095615
        },
        {
            "start": 1239095616,
            "stop": 1239096956
        },
        {
            "start": 1239096959,
            "stop": 1239097658
        },
        {
            "start": 1239097661,
            "stop": 1239098031
        },
        {
            "start": 1239098034,
            "stop": 1239098408
        },
        {
            "start": 1239098411,
            "stop": 1239098813
        },
        {
            "start": 1239098816,
            "stop": 1239102201
        },
        {
            "start": 1239102204,
            "stop": 1239102463
        },
        {
            "start": 1239102465,
            "stop": 1239103228
        },
        {
            "start": 1239103364,
            "stop": 1239103620
        },
        {
            "start": 1239103623,
            "stop": 1239104921
        }
    ]
}