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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=111",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 112,
    "results": [
        {
            "start": 821453313,
            "stop": 821453367
        },
        {
            "start": 821453371,
            "stop": 821453415
        },
        {
            "start": 821453418,
            "stop": 821453479
        },
        {
            "start": 821453482,
            "stop": 821453493
        },
        {
            "start": 821453496,
            "stop": 821453498
        },
        {
            "start": 821453501,
            "stop": 821453521
        },
        {
            "start": 821453524,
            "stop": 821453525
        },
        {
            "start": 821453528,
            "stop": 821453558
        },
        {
            "start": 821453561,
            "stop": 821453572
        },
        {
            "start": 821453575,
            "stop": 821453589
        },
        {
            "start": 821453592,
            "stop": 821453631
        },
        {
            "start": 821453634,
            "stop": 821453647
        },
        {
            "start": 821453650,
            "stop": 821453683
        },
        {
            "start": 821453687,
            "stop": 821453690
        },
        {
            "start": 821453693,
            "stop": 821453696
        },
        {
            "start": 821454269,
            "stop": 821454368
        },
        {
            "start": 821454371,
            "stop": 821454378
        },
        {
            "start": 821454381,
            "stop": 821454382
        },
        {
            "start": 821454385,
            "stop": 821454386
        },
        {
            "start": 821454389,
            "stop": 821454415
        }
    ]
}