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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=217",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 218,
    "results": [
        {
            "start": 931458077,
            "stop": 931458078
        },
        {
            "start": 931458083,
            "stop": 931458084
        },
        {
            "start": 931458098,
            "stop": 931458100
        },
        {
            "start": 931458104,
            "stop": 931458105
        },
        {
            "start": 931458109,
            "stop": 931458113
        },
        {
            "start": 931458115,
            "stop": 931458116
        },
        {
            "start": 931458120,
            "stop": 931458121
        },
        {
            "start": 931458127,
            "stop": 931458129
        },
        {
            "start": 931458131,
            "stop": 931458132
        },
        {
            "start": 931458138,
            "stop": 931458143
        },
        {
            "start": 931458145,
            "stop": 931458146
        },
        {
            "start": 931458155,
            "stop": 931458156
        },
        {
            "start": 931458161,
            "stop": 931458162
        },
        {
            "start": 931458197,
            "stop": 931458199
        },
        {
            "start": 931458227,
            "stop": 931458228
        },
        {
            "start": 931458232,
            "stop": 931458233
        },
        {
            "start": 931458244,
            "stop": 931458246
        },
        {
            "start": 931458255,
            "stop": 931458258
        },
        {
            "start": 931458260,
            "stop": 931458262
        },
        {
            "start": 931458264,
            "stop": 931458267
        }
    ]
}