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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=264",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 265,
    "results": [
        {
            "start": 934370346,
            "stop": 934370659
        },
        {
            "start": 934370661,
            "stop": 934372815
        },
        {
            "start": 934373055,
            "stop": 934373632
        },
        {
            "start": 934373810,
            "stop": 934373868
        },
        {
            "start": 934373871,
            "stop": 934374121
        },
        {
            "start": 934374124,
            "stop": 934374417
        },
        {
            "start": 934380729,
            "stop": 934381015
        },
        {
            "start": 934381177,
            "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": 934385485
        },
        {
            "start": 934385605,
            "stop": 934386173
        },
        {
            "start": 934386177,
            "stop": 934386426
        },
        {
            "start": 934386428,
            "stop": 934387209
        },
        {
            "start": 934387455,
            "stop": 934387731
        }
    ]
}