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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3016",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3017,
    "results": [
        {
            "start": 863262960,
            "stop": 863263939
        },
        {
            "start": 863263943,
            "stop": 863263976
        },
        {
            "start": 863263980,
            "stop": 863269260
        },
        {
            "start": 863269380,
            "stop": 863275680
        },
        {
            "start": 863275740,
            "stop": 863276421
        },
        {
            "start": 863294172,
            "stop": 863294400
        },
        {
            "start": 863294460,
            "stop": 863294487
        },
        {
            "start": 863294490,
            "stop": 863295402
        },
        {
            "start": 863296795,
            "stop": 863301517
        },
        {
            "start": 863302793,
            "stop": 863303160
        },
        {
            "start": 863303220,
            "stop": 863311294
        },
        {
            "start": 863311304,
            "stop": 863311365
        },
        {
            "start": 863311578,
            "stop": 863316562
        },
        {
            "start": 863316814,
            "stop": 863317378
        },
        {
            "start": 863318455,
            "stop": 863322300
        },
        {
            "start": 863322360,
            "stop": 863325960
        },
        {
            "start": 863326020,
            "stop": 863343540
        },
        {
            "start": 863343600,
            "stop": 863344080
        },
        {
            "start": 863346730,
            "stop": 863350922
        },
        {
            "start": 863350928,
            "stop": 863352360
        }
    ]
}