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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=430",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=428",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 429,
    "results": [
        {
            "start": 932828329,
            "stop": 932828337
        },
        {
            "start": 932828340,
            "stop": 932828413
        },
        {
            "start": 932935560,
            "stop": 932936370
        },
        {
            "start": 932939605,
            "stop": 932940015
        },
        {
            "start": 932940375,
            "stop": 932940589
        },
        {
            "start": 932940593,
            "stop": 932940603
        },
        {
            "start": 932940606,
            "stop": 932943615
        },
        {
            "start": 932943975,
            "stop": 932947215
        },
        {
            "start": 932947575,
            "stop": 932948405
        },
        {
            "start": 932958826,
            "stop": 932958994
        },
        {
            "start": 932958996,
            "stop": 932959406
        },
        {
            "start": 932960498,
            "stop": 932961615
        },
        {
            "start": 932961975,
            "stop": 932961995
        },
        {
            "start": 932961997,
            "stop": 932961998
        },
        {
            "start": 932962000,
            "stop": 932962451
        },
        {
            "start": 932962453,
            "stop": 932964544
        },
        {
            "start": 932964545,
            "stop": 932964546
        },
        {
            "start": 932964548,
            "stop": 932964551
        },
        {
            "start": 932964553,
            "stop": 932964565
        },
        {
            "start": 932964567,
            "stop": 932964578
        }
    ]
}