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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=673",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=671",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 672,
    "results": [
        {
            "start": 859039837,
            "stop": 859042797
        },
        {
            "start": 859059899,
            "stop": 859068986
        },
        {
            "start": 859069657,
            "stop": 859074305
        },
        {
            "start": 859074324,
            "stop": 859074827
        },
        {
            "start": 859074857,
            "stop": 859075069
        },
        {
            "start": 859075087,
            "stop": 859075131
        },
        {
            "start": 859081588,
            "stop": 859082310
        },
        {
            "start": 859082770,
            "stop": 859082792
        },
        {
            "start": 859084013,
            "stop": 859084050
        },
        {
            "start": 859084110,
            "stop": 859084590
        },
        {
            "start": 859084650,
            "stop": 859084676
        },
        {
            "start": 859084694,
            "stop": 859084712
        },
        {
            "start": 859092694,
            "stop": 859093683
        },
        {
            "start": 859094893,
            "stop": 859094910
        },
        {
            "start": 859095570,
            "stop": 859095810
        },
        {
            "start": 859095870,
            "stop": 859095884
        },
        {
            "start": 859098081,
            "stop": 859123615
        },
        {
            "start": 859125095,
            "stop": 859126200
        },
        {
            "start": 859126206,
            "stop": 859127269
        },
        {
            "start": 859129866,
            "stop": 859140892
        }
    ]
}