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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 163,
    "results": [
        {
            "start": 820417244,
            "stop": 820417283
        },
        {
            "start": 820417286,
            "stop": 820417587
        },
        {
            "start": 820417591,
            "stop": 820418220
        },
        {
            "start": 820418280,
            "stop": 820418349
        },
        {
            "start": 820418352,
            "stop": 820418478
        },
        {
            "start": 820418482,
            "stop": 820418498
        },
        {
            "start": 820418502,
            "stop": 820418978
        },
        {
            "start": 820418981,
            "stop": 820419054
        },
        {
            "start": 820419057,
            "stop": 820419194
        },
        {
            "start": 820419197,
            "stop": 820419258
        },
        {
            "start": 820419261,
            "stop": 820419685
        },
        {
            "start": 820419689,
            "stop": 820419860
        },
        {
            "start": 820419863,
            "stop": 820420079
        },
        {
            "start": 820420083,
            "stop": 820420086
        },
        {
            "start": 820420090,
            "stop": 820420094
        },
        {
            "start": 820420098,
            "stop": 820420200
        },
        {
            "start": 820420260,
            "stop": 820420350
        },
        {
            "start": 820420354,
            "stop": 820420358
        },
        {
            "start": 820420363,
            "stop": 820420366
        },
        {
            "start": 820420370,
            "stop": 820420457
        }
    ]
}