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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=319",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 320,
    "results": [
        {
            "start": 852416160,
            "stop": 852416307
        },
        {
            "start": 852416417,
            "stop": 852416543
        },
        {
            "start": 852417075,
            "stop": 852417491
        },
        {
            "start": 852417505,
            "stop": 852417508
        },
        {
            "start": 852417511,
            "stop": 852417548
        },
        {
            "start": 852417554,
            "stop": 852417980
        },
        {
            "start": 852418090,
            "stop": 852418325
        },
        {
            "start": 852418625,
            "stop": 852418651
        },
        {
            "start": 852419203,
            "stop": 852419298
        },
        {
            "start": 852419598,
            "stop": 852419767
        },
        {
            "start": 852420067,
            "stop": 852420244
        },
        {
            "start": 852420247,
            "stop": 852420639
        },
        {
            "start": 852420644,
            "stop": 852421658
        },
        {
            "start": 852421958,
            "stop": 852421990
        },
        {
            "start": 852422290,
            "stop": 852422341
        },
        {
            "start": 852422644,
            "stop": 852422811
        },
        {
            "start": 852423297,
            "stop": 852423726
        },
        {
            "start": 852425426,
            "stop": 852426207
        },
        {
            "start": 852426209,
            "stop": 852426212
        },
        {
            "start": 852426213,
            "stop": 852426214
        }
    ]
}