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=5110
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=5111",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5109",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5110,
    "results": [
        {
            "start": 1136981394,
            "stop": 1136981396
        },
        {
            "start": 1136981398,
            "stop": 1136981416
        },
        {
            "start": 1136981418,
            "stop": 1136981448
        },
        {
            "start": 1136981449,
            "stop": 1136981450
        },
        {
            "start": 1136981451,
            "stop": 1136981469
        },
        {
            "start": 1136981471,
            "stop": 1136981478
        },
        {
            "start": 1136981482,
            "stop": 1136981491
        },
        {
            "start": 1136981493,
            "stop": 1136981502
        },
        {
            "start": 1136981504,
            "stop": 1136981514
        },
        {
            "start": 1136981516,
            "stop": 1136981527
        },
        {
            "start": 1136981529,
            "stop": 1136981538
        },
        {
            "start": 1136981539,
            "stop": 1136981549
        },
        {
            "start": 1136981551,
            "stop": 1136981564
        },
        {
            "start": 1136981566,
            "stop": 1136981572
        },
        {
            "start": 1136981574,
            "stop": 1136981589
        },
        {
            "start": 1136981591,
            "stop": 1136981615
        },
        {
            "start": 1136981617,
            "stop": 1136981623
        },
        {
            "start": 1136981625,
            "stop": 1136981635
        },
        {
            "start": 1136981637,
            "stop": 1136981646
        },
        {
            "start": 1136981649,
            "stop": 1136981658
        }
    ]
}