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=3054
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=3055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3053",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3054,
    "results": [
        {
            "start": 865056127,
            "stop": 865056143
        },
        {
            "start": 865056146,
            "stop": 865056516
        },
        {
            "start": 865056518,
            "stop": 865056884
        },
        {
            "start": 865057920,
            "stop": 865058160
        },
        {
            "start": 865058220,
            "stop": 865058340
        },
        {
            "start": 865058460,
            "stop": 865058984
        },
        {
            "start": 865059165,
            "stop": 865059824
        },
        {
            "start": 865060005,
            "stop": 865062753
        },
        {
            "start": 865062756,
            "stop": 865064040
        },
        {
            "start": 865064100,
            "stop": 865072025
        },
        {
            "start": 865072029,
            "stop": 865076580
        },
        {
            "start": 865076640,
            "stop": 865077926
        },
        {
            "start": 865078057,
            "stop": 865079192
        },
        {
            "start": 865112470,
            "stop": 865112473
        },
        {
            "start": 865112474,
            "stop": 865112482
        },
        {
            "start": 865112487,
            "stop": 865112497
        },
        {
            "start": 865112500,
            "stop": 865112612
        },
        {
            "start": 865112614,
            "stop": 865112635
        },
        {
            "start": 865114905,
            "stop": 865114936
        },
        {
            "start": 865116577,
            "stop": 865119240
        }
    ]
}