Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5233
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5232",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5233,
    "results": [
        {
            "start": 875147217,
            "stop": 875147218
        },
        {
            "start": 875147226,
            "stop": 875147302
        },
        {
            "start": 875147313,
            "stop": 875147408
        },
        {
            "start": 875147415,
            "stop": 875147452
        },
        {
            "start": 875147466,
            "stop": 875147509
        },
        {
            "start": 875147516,
            "stop": 875147521
        },
        {
            "start": 875147528,
            "stop": 875147543
        },
        {
            "start": 875147550,
            "stop": 875147636
        },
        {
            "start": 875147644,
            "stop": 875147674
        },
        {
            "start": 875147681,
            "stop": 875147684
        },
        {
            "start": 875147691,
            "stop": 875147699
        },
        {
            "start": 875147706,
            "stop": 875147732
        },
        {
            "start": 875147744,
            "stop": 875147834
        },
        {
            "start": 875147846,
            "stop": 875147853
        },
        {
            "start": 875147860,
            "stop": 875147902
        },
        {
            "start": 875147915,
            "stop": 875147948
        },
        {
            "start": 875147955,
            "stop": 875147962
        },
        {
            "start": 875147972,
            "stop": 875147994
        },
        {
            "start": 875148013,
            "stop": 875148030
        },
        {
            "start": 875148038,
            "stop": 875148063
        }
    ]
}