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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT2/segments?format=api&page=20",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 21,
    "results": [
        {
            "start": 1399522595,
            "stop": 1399529488
        },
        {
            "start": 1399529489,
            "stop": 1399543870
        },
        {
            "start": 1399543891,
            "stop": 1399551812
        },
        {
            "start": 1399555054,
            "stop": 1399557360
        },
        {
            "start": 1399560510,
            "stop": 1399614752
        },
        {
            "start": 1399614753,
            "stop": 1399620924
        },
        {
            "start": 1399620925,
            "stop": 1399648983
        },
        {
            "start": 1399648987,
            "stop": 1399650767
        },
        {
            "start": 1399650771,
            "stop": 1399657943
        },
        {
            "start": 1399657951,
            "stop": 1399701659
        },
        {
            "start": 1399718732,
            "stop": 1399725664
        },
        {
            "start": 1399725665,
            "stop": 1399725671
        },
        {
            "start": 1399725672,
            "stop": 1399729987
        },
        {
            "start": 1399729991,
            "stop": 1399730660
        },
        {
            "start": 1399748515,
            "stop": 1399748602
        },
        {
            "start": 1399748603,
            "stop": 1399755036
        },
        {
            "start": 1399755038,
            "stop": 1399783161
        },
        {
            "start": 1399783163,
            "stop": 1399812043
        },
        {
            "start": 1399812047,
            "stop": 1399817372
        },
        {
            "start": 1399817373,
            "stop": 1399817531
        }
    ]
}