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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=171",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 172,
    "results": [
        {
            "start": 836169989,
            "stop": 836169996
        },
        {
            "start": 836169998,
            "stop": 836170065
        },
        {
            "start": 836171038,
            "stop": 836172369
        },
        {
            "start": 836173306,
            "stop": 836179052
        },
        {
            "start": 836179054,
            "stop": 836183833
        },
        {
            "start": 836185290,
            "stop": 836188378
        },
        {
            "start": 836189582,
            "stop": 836191570
        },
        {
            "start": 836191572,
            "stop": 836197381
        },
        {
            "start": 836198465,
            "stop": 836198742
        },
        {
            "start": 836200045,
            "stop": 836202409
        },
        {
            "start": 836203336,
            "stop": 836213613
        },
        {
            "start": 836213615,
            "stop": 836215619
        },
        {
            "start": 836215620,
            "stop": 836221933
        },
        {
            "start": 836223587,
            "stop": 836233424
        },
        {
            "start": 836233427,
            "stop": 836233739
        },
        {
            "start": 836233741,
            "stop": 836234580
        },
        {
            "start": 836235694,
            "stop": 836243533
        },
        {
            "start": 836243538,
            "stop": 836243539
        },
        {
            "start": 836243694,
            "stop": 836247482
        },
        {
            "start": 836248859,
            "stop": 836252925
        }
    ]
}