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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=194",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 195,
    "results": [
        {
            "start": 819868801,
            "stop": 819869115
        },
        {
            "start": 819869118,
            "stop": 819875014
        },
        {
            "start": 819875017,
            "stop": 819880645
        },
        {
            "start": 819880765,
            "stop": 819880946
        },
        {
            "start": 819881776,
            "stop": 819884837
        },
        {
            "start": 819884840,
            "stop": 819886644
        },
        {
            "start": 819886647,
            "stop": 819887026
        },
        {
            "start": 819888431,
            "stop": 819893758
        },
        {
            "start": 819893761,
            "stop": 819895810
        },
        {
            "start": 819895814,
            "stop": 819897125
        },
        {
            "start": 819897129,
            "stop": 819897196
        },
        {
            "start": 819897316,
            "stop": 819900460
        },
        {
            "start": 819900463,
            "stop": 819901116
        },
        {
            "start": 819901119,
            "stop": 819901444
        },
        {
            "start": 819901445,
            "stop": 819901537
        },
        {
            "start": 819902055,
            "stop": 819904951
        },
        {
            "start": 819904954,
            "stop": 819906008
        },
        {
            "start": 819906128,
            "stop": 819906671
        },
        {
            "start": 819906675,
            "stop": 819907026
        },
        {
            "start": 819907146,
            "stop": 819909392
        }
    ]
}