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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40888",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40886",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40887,
    "results": [
        {
            "start": 875071146,
            "stop": 875071212
        },
        {
            "start": 875071213,
            "stop": 875071216
        },
        {
            "start": 875071218,
            "stop": 875071341
        },
        {
            "start": 875071343,
            "stop": 875071430
        },
        {
            "start": 875071432,
            "stop": 875071494
        },
        {
            "start": 875071496,
            "stop": 875071748
        },
        {
            "start": 875071749,
            "stop": 875071771
        },
        {
            "start": 875071772,
            "stop": 875071803
        },
        {
            "start": 875071804,
            "stop": 875071844
        },
        {
            "start": 875071847,
            "stop": 875071988
        },
        {
            "start": 875071990,
            "stop": 875071993
        },
        {
            "start": 875071994,
            "stop": 875072036
        },
        {
            "start": 875072037,
            "stop": 875072047
        },
        {
            "start": 875072048,
            "stop": 875072090
        },
        {
            "start": 875072091,
            "stop": 875072151
        },
        {
            "start": 875072153,
            "stop": 875072168
        },
        {
            "start": 875072169,
            "stop": 875072517
        },
        {
            "start": 875072519,
            "stop": 875072537
        },
        {
            "start": 875072540,
            "stop": 875072604
        },
        {
            "start": 875072605,
            "stop": 875072650
        }
    ]
}