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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=226",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 227,
    "results": [
        {
            "start": 850158036,
            "stop": 850161162
        },
        {
            "start": 850161183,
            "stop": 850161283
        },
        {
            "start": 850162544,
            "stop": 850164455
        },
        {
            "start": 850165234,
            "stop": 850166511
        },
        {
            "start": 850166530,
            "stop": 850166532
        },
        {
            "start": 850166567,
            "stop": 850169989
        },
        {
            "start": 850170324,
            "stop": 850172758
        },
        {
            "start": 850173105,
            "stop": 850173194
        },
        {
            "start": 850173494,
            "stop": 850181712
        },
        {
            "start": 850181733,
            "stop": 850181952
        },
        {
            "start": 850182444,
            "stop": 850186634
        },
        {
            "start": 850186673,
            "stop": 850186679
        },
        {
            "start": 850186701,
            "stop": 850187146
        },
        {
            "start": 850240759,
            "stop": 850240970
        },
        {
            "start": 850265413,
            "stop": 850268997
        },
        {
            "start": 850269021,
            "stop": 850271668
        },
        {
            "start": 850272015,
            "stop": 850275876
        },
        {
            "start": 850276176,
            "stop": 850278288
        },
        {
            "start": 850281534,
            "stop": 850282470
        },
        {
            "start": 850284191,
            "stop": 850317030
        }
    ]
}