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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=125",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 126,
    "results": [
        {
            "start": 953243067,
            "stop": 953243105
        },
        {
            "start": 953243110,
            "stop": 953243254
        },
        {
            "start": 953243264,
            "stop": 953243267
        },
        {
            "start": 953243271,
            "stop": 953243274
        },
        {
            "start": 953243278,
            "stop": 953243298
        },
        {
            "start": 953243302,
            "stop": 953243352
        },
        {
            "start": 953243360,
            "stop": 953243402
        },
        {
            "start": 953243405,
            "stop": 953243406
        },
        {
            "start": 953243412,
            "stop": 953243436
        },
        {
            "start": 953243440,
            "stop": 953243441
        },
        {
            "start": 953243444,
            "stop": 953243455
        },
        {
            "start": 953243460,
            "stop": 953243462
        },
        {
            "start": 953243465,
            "stop": 953243466
        },
        {
            "start": 953243474,
            "stop": 953243477
        },
        {
            "start": 953243482,
            "stop": 953243493
        },
        {
            "start": 953243505,
            "stop": 953243553
        },
        {
            "start": 953243579,
            "stop": 953243589
        },
        {
            "start": 953243595,
            "stop": 953243603
        },
        {
            "start": 953243625,
            "stop": 953243628
        },
        {
            "start": 953243631,
            "stop": 953243648
        }
    ]
}