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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7184",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7185,
    "results": [
        {
            "start": 874537759,
            "stop": 874537763
        },
        {
            "start": 874537765,
            "stop": 874537779
        },
        {
            "start": 874537781,
            "stop": 874537786
        },
        {
            "start": 874537788,
            "stop": 874537789
        },
        {
            "start": 874537791,
            "stop": 874537793
        },
        {
            "start": 874537795,
            "stop": 874537796
        },
        {
            "start": 874537798,
            "stop": 874537799
        },
        {
            "start": 874537801,
            "stop": 874537829
        },
        {
            "start": 874537830,
            "stop": 874537873
        },
        {
            "start": 874537874,
            "stop": 874537915
        },
        {
            "start": 874537916,
            "stop": 874538020
        },
        {
            "start": 874538021,
            "stop": 874538298
        },
        {
            "start": 874538300,
            "stop": 874538591
        },
        {
            "start": 874538592,
            "stop": 874538641
        },
        {
            "start": 874538642,
            "stop": 874538995
        },
        {
            "start": 874538996,
            "stop": 874540104
        },
        {
            "start": 874540105,
            "stop": 874540243
        },
        {
            "start": 874540244,
            "stop": 874540547
        },
        {
            "start": 874540548,
            "stop": 874540613
        },
        {
            "start": 874540614,
            "stop": 874541273
        }
    ]
}