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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=435",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 436,
    "results": [
        {
            "start": 825711455,
            "stop": 825711499
        },
        {
            "start": 825711502,
            "stop": 825711567
        },
        {
            "start": 825711867,
            "stop": 825712020
        },
        {
            "start": 825712130,
            "stop": 825712171
        },
        {
            "start": 825712174,
            "stop": 825712188
        },
        {
            "start": 825712488,
            "stop": 825713992
        },
        {
            "start": 825714011,
            "stop": 825714036
        },
        {
            "start": 825714088,
            "stop": 825714342
        },
        {
            "start": 825714421,
            "stop": 825714824
        },
        {
            "start": 825714846,
            "stop": 825716881
        },
        {
            "start": 825716899,
            "stop": 825717405
        },
        {
            "start": 825717422,
            "stop": 825719640
        },
        {
            "start": 825719730,
            "stop": 825720193
        },
        {
            "start": 825720346,
            "stop": 825722090
        },
        {
            "start": 825722093,
            "stop": 825722259
        },
        {
            "start": 825722407,
            "stop": 825723695
        },
        {
            "start": 825723714,
            "stop": 825724020
        },
        {
            "start": 825724039,
            "stop": 825725616
        },
        {
            "start": 825725619,
            "stop": 825729866
        },
        {
            "start": 825729869,
            "stop": 825734913
        }
    ]
}