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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=395",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 396,
    "results": [
        {
            "start": 821765265,
            "stop": 821765269
        },
        {
            "start": 821765276,
            "stop": 821765279
        },
        {
            "start": 821765282,
            "stop": 821765283
        },
        {
            "start": 821765286,
            "stop": 821765295
        },
        {
            "start": 821765306,
            "stop": 821765308
        },
        {
            "start": 821765311,
            "stop": 821765318
        },
        {
            "start": 821765321,
            "stop": 821765322
        },
        {
            "start": 821765325,
            "stop": 821765327
        },
        {
            "start": 821765338,
            "stop": 821765341
        },
        {
            "start": 821765350,
            "stop": 821765355
        },
        {
            "start": 821765358,
            "stop": 821765365
        },
        {
            "start": 821765374,
            "stop": 821765378
        },
        {
            "start": 821765381,
            "stop": 821765387
        },
        {
            "start": 821765390,
            "stop": 821765391
        },
        {
            "start": 821765394,
            "stop": 821765398
        },
        {
            "start": 821765401,
            "stop": 821765437
        },
        {
            "start": 821765441,
            "stop": 821765444
        },
        {
            "start": 821765447,
            "stop": 821765452
        },
        {
            "start": 821765455,
            "stop": 821765457
        },
        {
            "start": 821765460,
            "stop": 821765463
        }
    ]
}