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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=348",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 349,
    "results": [
        {
            "start": 821453501,
            "stop": 821453521
        },
        {
            "start": 821453524,
            "stop": 821453525
        },
        {
            "start": 821453528,
            "stop": 821453532
        },
        {
            "start": 821453536,
            "stop": 821453546
        },
        {
            "start": 821453549,
            "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
        },
        {
            "start": 821454418,
            "stop": 821454426
        },
        {
            "start": 821454429,
            "stop": 821454464
        },
        {
            "start": 821454467,
            "stop": 821454612
        }
    ]
}