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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=183",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 184,
    "results": [
        {
            "start": 820218604,
            "stop": 820218651
        },
        {
            "start": 820218658,
            "stop": 820218663
        },
        {
            "start": 820228454,
            "stop": 820228470
        },
        {
            "start": 820228485,
            "stop": 820228530
        },
        {
            "start": 820228538,
            "stop": 820228692
        },
        {
            "start": 820228699,
            "stop": 820228963
        },
        {
            "start": 820228970,
            "stop": 820229050
        },
        {
            "start": 820229063,
            "stop": 820229072
        },
        {
            "start": 820229079,
            "stop": 820229151
        },
        {
            "start": 820229158,
            "stop": 820229177
        },
        {
            "start": 820229184,
            "stop": 820229252
        },
        {
            "start": 820229260,
            "stop": 820229298
        },
        {
            "start": 820229311,
            "stop": 820229395
        },
        {
            "start": 820229403,
            "stop": 820229605
        },
        {
            "start": 820229612,
            "stop": 820229636
        },
        {
            "start": 820229657,
            "stop": 820229746
        },
        {
            "start": 820229753,
            "stop": 820229772
        },
        {
            "start": 820229786,
            "stop": 820229852
        },
        {
            "start": 820229866,
            "stop": 820230037
        },
        {
            "start": 820230044,
            "stop": 820230225
        }
    ]
}