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=5186
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=5187",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5185",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5186,
    "results": [
        {
            "start": 1137025508,
            "stop": 1137025510
        },
        {
            "start": 1137025512,
            "stop": 1137025515
        },
        {
            "start": 1137025516,
            "stop": 1137025517
        },
        {
            "start": 1137025519,
            "stop": 1137025528
        },
        {
            "start": 1137025530,
            "stop": 1137025536
        },
        {
            "start": 1137025540,
            "stop": 1137025548
        },
        {
            "start": 1137025550,
            "stop": 1137025554
        },
        {
            "start": 1137025558,
            "stop": 1137025559
        },
        {
            "start": 1137025561,
            "stop": 1137025565
        },
        {
            "start": 1137025567,
            "stop": 1137025568
        },
        {
            "start": 1137025571,
            "stop": 1137025572
        },
        {
            "start": 1137025574,
            "stop": 1137025575
        },
        {
            "start": 1137025577,
            "stop": 1137025578
        },
        {
            "start": 1137025580,
            "stop": 1137025589
        },
        {
            "start": 1137025595,
            "stop": 1137025596
        },
        {
            "start": 1137025598,
            "stop": 1137025640
        },
        {
            "start": 1137025642,
            "stop": 1137025643
        },
        {
            "start": 1137025645,
            "stop": 1137025656
        },
        {
            "start": 1137025658,
            "stop": 1137025666
        },
        {
            "start": 1137025668,
            "stop": 1137025675
        }
    ]
}