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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=269",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 270,
    "results": [
        {
            "start": 860166965,
            "stop": 860167143
        },
        {
            "start": 860167443,
            "stop": 860168685
        },
        {
            "start": 860169652,
            "stop": 860169807
        },
        {
            "start": 860170414,
            "stop": 860170439
        },
        {
            "start": 860170781,
            "stop": 860170792
        },
        {
            "start": 860206202,
            "stop": 860252424
        },
        {
            "start": 860269903,
            "stop": 860270895
        },
        {
            "start": 860271195,
            "stop": 860271245
        },
        {
            "start": 860271355,
            "stop": 860271376
        },
        {
            "start": 860271966,
            "stop": 860273108
        },
        {
            "start": 860274924,
            "stop": 860274955
        },
        {
            "start": 860275065,
            "stop": 860276416
        },
        {
            "start": 860276716,
            "stop": 860276730
        },
        {
            "start": 860276840,
            "stop": 860277162
        },
        {
            "start": 860277462,
            "stop": 860280065
        },
        {
            "start": 860281604,
            "stop": 860284160
        },
        {
            "start": 860284460,
            "stop": 860292753
        },
        {
            "start": 860293053,
            "stop": 860330803
        },
        {
            "start": 860330804,
            "stop": 860341468
        },
        {
            "start": 860342259,
            "stop": 860342969
        }
    ]
}