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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=755",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 756,
    "results": [
        {
            "start": 859069657,
            "stop": 859074313
        },
        {
            "start": 859074316,
            "stop": 859074835
        },
        {
            "start": 859074837,
            "stop": 859074847
        },
        {
            "start": 859074849,
            "stop": 859075077
        },
        {
            "start": 859075079,
            "stop": 859075139
        },
        {
            "start": 859081588,
            "stop": 859082310
        },
        {
            "start": 859082770,
            "stop": 859082800
        },
        {
            "start": 859084013,
            "stop": 859084050
        },
        {
            "start": 859084110,
            "stop": 859084590
        },
        {
            "start": 859084650,
            "stop": 859084684
        },
        {
            "start": 859084686,
            "stop": 859084720
        },
        {
            "start": 859092694,
            "stop": 859093691
        },
        {
            "start": 859094893,
            "stop": 859094910
        },
        {
            "start": 859095570,
            "stop": 859095810
        },
        {
            "start": 859095870,
            "stop": 859095892
        },
        {
            "start": 859098081,
            "stop": 859123623
        },
        {
            "start": 859125095,
            "stop": 859126200
        },
        {
            "start": 859126202,
            "stop": 859127269
        },
        {
            "start": 859129866,
            "stop": 859140900
        },
        {
            "start": 859141292,
            "stop": 859145866
        }
    ]
}