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=2062
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=2063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2061",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2062,
    "results": [
        {
            "start": 861647223,
            "stop": 861647321
        },
        {
            "start": 861647844,
            "stop": 861650100
        },
        {
            "start": 861650105,
            "stop": 861650107
        },
        {
            "start": 861650422,
            "stop": 861651672
        },
        {
            "start": 861651678,
            "stop": 861652892
        },
        {
            "start": 861653676,
            "stop": 861654470
        },
        {
            "start": 861654770,
            "stop": 861662267
        },
        {
            "start": 861662269,
            "stop": 861663160
        },
        {
            "start": 861663165,
            "stop": 861666827
        },
        {
            "start": 861666833,
            "stop": 861667285
        },
        {
            "start": 861667290,
            "stop": 861670203
        },
        {
            "start": 861670205,
            "stop": 861685301
        },
        {
            "start": 861685304,
            "stop": 861693093
        },
        {
            "start": 861693562,
            "stop": 861708137
        },
        {
            "start": 861708143,
            "stop": 861708155
        },
        {
            "start": 861708160,
            "stop": 861713029
        },
        {
            "start": 861713030,
            "stop": 861718887
        },
        {
            "start": 861719258,
            "stop": 861726763
        },
        {
            "start": 861726764,
            "stop": 861726765
        },
        {
            "start": 861726770,
            "stop": 861726787
        }
    ]
}