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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=235",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 236,
    "results": [
        {
            "start": 933712364,
            "stop": 933713231
        },
        {
            "start": 933720060,
            "stop": 933721215
        },
        {
            "start": 933721455,
            "stop": 933721669
        },
        {
            "start": 933721671,
            "stop": 933721945
        },
        {
            "start": 933721948,
            "stop": 933724174
        },
        {
            "start": 933726635,
            "stop": 933728415
        },
        {
            "start": 933728655,
            "stop": 933729341
        },
        {
            "start": 933729343,
            "stop": 933729456
        },
        {
            "start": 933729458,
            "stop": 933729525
        },
        {
            "start": 933729527,
            "stop": 933730224
        },
        {
            "start": 933730226,
            "stop": 933730332
        },
        {
            "start": 933730334,
            "stop": 933730394
        },
        {
            "start": 933730396,
            "stop": 933730399
        },
        {
            "start": 933730401,
            "stop": 933730441
        },
        {
            "start": 933730443,
            "stop": 933732015
        },
        {
            "start": 933732255,
            "stop": 933732710
        },
        {
            "start": 933732715,
            "stop": 933732972
        },
        {
            "start": 933738363,
            "stop": 933738461
        },
        {
            "start": 933738463,
            "stop": 933739215
        },
        {
            "start": 933739455,
            "stop": 933741661
        }
    ]
}