Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=383
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=384",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=382",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 383,
    "results": [
        {
            "start": 960964054,
            "stop": 960977158
        },
        {
            "start": 960979509,
            "stop": 960983379
        },
        {
            "start": 960985012,
            "stop": 961001561
        },
        {
            "start": 961002961,
            "stop": 961028120
        },
        {
            "start": 961050819,
            "stop": 961058702
        },
        {
            "start": 961210060,
            "stop": 961214375
        },
        {
            "start": 961217923,
            "stop": 961230401
        },
        {
            "start": 961234000,
            "stop": 961243864
        },
        {
            "start": 961245960,
            "stop": 961251171
        },
        {
            "start": 961251177,
            "stop": 961252219
        },
        {
            "start": 961252248,
            "stop": 961252283
        },
        {
            "start": 961252300,
            "stop": 961252308
        },
        {
            "start": 961279939,
            "stop": 961288242
        },
        {
            "start": 961289713,
            "stop": 961294404
        },
        {
            "start": 961311060,
            "stop": 961312329
        },
        {
            "start": 961312569,
            "stop": 961325869
        },
        {
            "start": 961327423,
            "stop": 961346486
        },
        {
            "start": 961346492,
            "stop": 961350298
        },
        {
            "start": 961357797,
            "stop": 961358603
        },
        {
            "start": 961360864,
            "stop": 961361267
        }
    ]
}