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/O1/timelines/H1_BURST_CAT3/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/O1/timelines/H1_BURST_CAT3/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=217",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 218,
    "results": [
        {
            "start": 1126871255,
            "stop": 1126871260
        },
        {
            "start": 1126871267,
            "stop": 1126871269
        },
        {
            "start": 1126871270,
            "stop": 1126871304
        },
        {
            "start": 1126871309,
            "stop": 1126871310
        },
        {
            "start": 1126871312,
            "stop": 1126871317
        },
        {
            "start": 1126871320,
            "stop": 1126871323
        },
        {
            "start": 1126871324,
            "stop": 1126871344
        },
        {
            "start": 1126871345,
            "stop": 1126871347
        },
        {
            "start": 1126871348,
            "stop": 1126871350
        },
        {
            "start": 1126871352,
            "stop": 1126871353
        },
        {
            "start": 1126871355,
            "stop": 1126871391
        },
        {
            "start": 1126871393,
            "stop": 1126871410
        },
        {
            "start": 1126871411,
            "stop": 1126871427
        },
        {
            "start": 1126871429,
            "stop": 1126871447
        },
        {
            "start": 1126871449,
            "stop": 1126871458
        },
        {
            "start": 1126871459,
            "stop": 1126871461
        },
        {
            "start": 1126871462,
            "stop": 1126871463
        },
        {
            "start": 1126871464,
            "stop": 1126871593
        },
        {
            "start": 1126871594,
            "stop": 1126871604
        },
        {
            "start": 1126871606,
            "stop": 1126871612
        }
    ]
}