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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=255",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 256,
    "results": [
        {
            "start": 934380729,
            "stop": 934381258
        },
        {
            "start": 934381263,
            "stop": 934381520
        },
        {
            "start": 934381522,
            "stop": 934381536
        },
        {
            "start": 934381540,
            "stop": 934383615
        },
        {
            "start": 934383855,
            "stop": 934384295
        },
        {
            "start": 934384297,
            "stop": 934384566
        },
        {
            "start": 934384568,
            "stop": 934384607
        },
        {
            "start": 934384609,
            "stop": 934384823
        },
        {
            "start": 934384826,
            "stop": 934386173
        },
        {
            "start": 934386177,
            "stop": 934386426
        },
        {
            "start": 934386428,
            "stop": 934387215
        },
        {
            "start": 934387455,
            "stop": 934387731
        },
        {
            "start": 934387733,
            "stop": 934389981
        },
        {
            "start": 934389983,
            "stop": 934390815
        },
        {
            "start": 934391055,
            "stop": 934391271
        },
        {
            "start": 934391275,
            "stop": 934391286
        },
        {
            "start": 934391289,
            "stop": 934391302
        },
        {
            "start": 934391304,
            "stop": 934391317
        },
        {
            "start": 934391320,
            "stop": 934391331
        },
        {
            "start": 934391334,
            "stop": 934391602
        }
    ]
}