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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1932",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1930",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1931,
    "results": [
        {
            "start": 1252392467,
            "stop": 1252392538
        },
        {
            "start": 1252392546,
            "stop": 1252395212
        },
        {
            "start": 1252395220,
            "stop": 1252395758
        },
        {
            "start": 1252395761,
            "stop": 1252396644
        },
        {
            "start": 1252396647,
            "stop": 1252397801
        },
        {
            "start": 1252397804,
            "stop": 1252401850
        },
        {
            "start": 1252401853,
            "stop": 1252402081
        },
        {
            "start": 1252402084,
            "stop": 1252403503
        },
        {
            "start": 1252403506,
            "stop": 1252404275
        },
        {
            "start": 1252404278,
            "stop": 1252405645
        },
        {
            "start": 1252405648,
            "stop": 1252410013
        },
        {
            "start": 1252410016,
            "stop": 1252410150
        },
        {
            "start": 1252410153,
            "stop": 1252410283
        },
        {
            "start": 1252410286,
            "stop": 1252411900
        },
        {
            "start": 1252411903,
            "stop": 1252411953
        },
        {
            "start": 1252424078,
            "stop": 1252425093
        },
        {
            "start": 1252425096,
            "stop": 1252427178
        },
        {
            "start": 1252427180,
            "stop": 1252427672
        },
        {
            "start": 1252427680,
            "stop": 1252428926
        },
        {
            "start": 1252428927,
            "stop": 1252429248
        }
    ]
}