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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=313",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 314,
    "results": [
        {
            "start": 861263310,
            "stop": 861288307
        },
        {
            "start": 861289414,
            "stop": 861295233
        },
        {
            "start": 861295695,
            "stop": 861301341
        },
        {
            "start": 861303500,
            "stop": 861303843
        },
        {
            "start": 861304282,
            "stop": 861309166
        },
        {
            "start": 861309354,
            "stop": 861316335
        },
        {
            "start": 861316336,
            "stop": 861316354
        },
        {
            "start": 861316355,
            "stop": 861316415
        },
        {
            "start": 861316416,
            "stop": 861318938
        },
        {
            "start": 861318939,
            "stop": 861318944
        },
        {
            "start": 861318945,
            "stop": 861344361
        },
        {
            "start": 861345696,
            "stop": 861355180
        },
        {
            "start": 861356062,
            "stop": 861356095
        },
        {
            "start": 861356096,
            "stop": 861361892
        },
        {
            "start": 861363256,
            "stop": 861363707
        },
        {
            "start": 861364893,
            "stop": 861372301
        },
        {
            "start": 861373425,
            "stop": 861373857
        },
        {
            "start": 861373961,
            "stop": 861379443
        },
        {
            "start": 861379695,
            "stop": 861381786
        },
        {
            "start": 861381989,
            "stop": 861383401
        }
    ]
}