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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=282",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 283,
    "results": [
        {
            "start": 862410036,
            "stop": 862444498
        },
        {
            "start": 862444744,
            "stop": 862462609
        },
        {
            "start": 862463504,
            "stop": 862466283
        },
        {
            "start": 862466284,
            "stop": 862482707
        },
        {
            "start": 862482709,
            "stop": 862521519
        },
        {
            "start": 862524060,
            "stop": 862524485
        },
        {
            "start": 862525756,
            "stop": 862533171
        },
        {
            "start": 862534185,
            "stop": 862542973
        },
        {
            "start": 862543418,
            "stop": 862555900
        },
        {
            "start": 862557304,
            "stop": 862565809
        },
        {
            "start": 862565919,
            "stop": 862566123
        },
        {
            "start": 862566423,
            "stop": 862566694
        },
        {
            "start": 862567056,
            "stop": 862568015
        },
        {
            "start": 862568125,
            "stop": 862568214
        },
        {
            "start": 862568514,
            "stop": 862583401
        },
        {
            "start": 862583745,
            "stop": 862597450
        },
        {
            "start": 862597985,
            "stop": 862599609
        },
        {
            "start": 862602247,
            "stop": 862605644
        },
        {
            "start": 862605976,
            "stop": 862646157
        },
        {
            "start": 862646517,
            "stop": 862668067
        }
    ]
}