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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=117",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 118,
    "results": [
        {
            "start": 825703883,
            "stop": 825703936
        },
        {
            "start": 825704236,
            "stop": 825707995
        },
        {
            "start": 825708000,
            "stop": 825708012
        },
        {
            "start": 825708018,
            "stop": 825711345
        },
        {
            "start": 825711455,
            "stop": 825711567
        },
        {
            "start": 825711867,
            "stop": 825712020
        },
        {
            "start": 825712130,
            "stop": 825712188
        },
        {
            "start": 825712488,
            "stop": 825714000
        },
        {
            "start": 825714003,
            "stop": 825714044
        },
        {
            "start": 825714052,
            "stop": 825714054
        },
        {
            "start": 825714060,
            "stop": 825714076
        },
        {
            "start": 825714080,
            "stop": 825714350
        },
        {
            "start": 825714355,
            "stop": 825714377
        },
        {
            "start": 825714388,
            "stop": 825714407
        },
        {
            "start": 825714413,
            "stop": 825714832
        },
        {
            "start": 825714838,
            "stop": 825719670
        },
        {
            "start": 825719730,
            "stop": 825720226
        },
        {
            "start": 825720346,
            "stop": 825722259
        },
        {
            "start": 825722407,
            "stop": 825723704
        },
        {
            "start": 825723706,
            "stop": 825724029
        }
    ]
}