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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=229",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 230,
    "results": [
        {
            "start": 852422290,
            "stop": 852422341
        },
        {
            "start": 852422644,
            "stop": 852422811
        },
        {
            "start": 852423297,
            "stop": 852423726
        },
        {
            "start": 852425426,
            "stop": 852427008
        },
        {
            "start": 852427371,
            "stop": 852427799
        },
        {
            "start": 852430257,
            "stop": 852430258
        },
        {
            "start": 852430562,
            "stop": 852435981
        },
        {
            "start": 852436091,
            "stop": 852436456
        },
        {
            "start": 852436756,
            "stop": 852439796
        },
        {
            "start": 852442901,
            "stop": 852458870
        },
        {
            "start": 852459170,
            "stop": 852487564
        },
        {
            "start": 852487567,
            "stop": 852489585
        },
        {
            "start": 852489906,
            "stop": 852490443
        },
        {
            "start": 852490757,
            "stop": 852492987
        },
        {
            "start": 852494303,
            "stop": 852497245
        },
        {
            "start": 852497355,
            "stop": 852498014
        },
        {
            "start": 852498314,
            "stop": 852502329
        },
        {
            "start": 852502629,
            "stop": 852503840
        },
        {
            "start": 852504322,
            "stop": 852504336
        },
        {
            "start": 852504446,
            "stop": 852505893
        }
    ]
}