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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=220",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 221,
    "results": [
        {
            "start": 934233378,
            "stop": 934233392
        },
        {
            "start": 934233397,
            "stop": 934236167
        },
        {
            "start": 934236169,
            "stop": 934236184
        },
        {
            "start": 934236186,
            "stop": 934236191
        },
        {
            "start": 934236193,
            "stop": 934236210
        },
        {
            "start": 934236212,
            "stop": 934236218
        },
        {
            "start": 934236220,
            "stop": 934236234
        },
        {
            "start": 934236237,
            "stop": 934239754
        },
        {
            "start": 934239756,
            "stop": 934239757
        },
        {
            "start": 934239759,
            "stop": 934239764
        },
        {
            "start": 934239766,
            "stop": 934239783
        },
        {
            "start": 934239786,
            "stop": 934239815
        },
        {
            "start": 934239818,
            "stop": 934239832
        },
        {
            "start": 934239837,
            "stop": 934243334
        },
        {
            "start": 934243337,
            "stop": 934243357
        },
        {
            "start": 934243360,
            "stop": 934243366
        },
        {
            "start": 934243369,
            "stop": 934243384
        },
        {
            "start": 934243386,
            "stop": 934243390
        },
        {
            "start": 934243393,
            "stop": 934243410
        },
        {
            "start": 934243412,
            "stop": 934243418
        }
    ]
}