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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=142",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 143,
    "results": [
        {
            "start": 836158630,
            "stop": 836159865
        },
        {
            "start": 836160141,
            "stop": 836163625
        },
        {
            "start": 836164545,
            "stop": 836165670
        },
        {
            "start": 836166799,
            "stop": 836169987
        },
        {
            "start": 836169989,
            "stop": 836169996
        },
        {
            "start": 836169998,
            "stop": 836170065
        },
        {
            "start": 836171038,
            "stop": 836172369
        },
        {
            "start": 836173306,
            "stop": 836179052
        },
        {
            "start": 836179054,
            "stop": 836183844
        },
        {
            "start": 836185290,
            "stop": 836188378
        },
        {
            "start": 836189582,
            "stop": 836191570
        },
        {
            "start": 836191572,
            "stop": 836197381
        },
        {
            "start": 836198465,
            "stop": 836198742
        },
        {
            "start": 836200045,
            "stop": 836202409
        },
        {
            "start": 836203336,
            "stop": 836221947
        },
        {
            "start": 836223587,
            "stop": 836233739
        },
        {
            "start": 836233741,
            "stop": 836234580
        },
        {
            "start": 836235694,
            "stop": 836243540
        },
        {
            "start": 836243694,
            "stop": 836247482
        },
        {
            "start": 836248859,
            "stop": 836259700
        }
    ]
}