Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=107
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 107,
    "results": [
        {
            "start": 1257833817,
            "stop": 1257833821
        },
        {
            "start": 1257833824,
            "stop": 1257833926
        },
        {
            "start": 1257833929,
            "stop": 1257833962
        },
        {
            "start": 1257833965,
            "stop": 1257833980
        },
        {
            "start": 1257833983,
            "stop": 1257833986
        },
        {
            "start": 1257833989,
            "stop": 1257834019
        },
        {
            "start": 1257834025,
            "stop": 1257834108
        },
        {
            "start": 1257834111,
            "stop": 1257834117
        },
        {
            "start": 1257834123,
            "stop": 1257834129
        },
        {
            "start": 1257834132,
            "stop": 1257834228
        },
        {
            "start": 1257834231,
            "stop": 1257834234
        },
        {
            "start": 1257834237,
            "stop": 1257834240
        },
        {
            "start": 1257834246,
            "stop": 1257834253
        },
        {
            "start": 1257834256,
            "stop": 1257834261
        },
        {
            "start": 1257834264,
            "stop": 1257834320
        },
        {
            "start": 1257834323,
            "stop": 1257834329
        },
        {
            "start": 1257834332,
            "stop": 1257834333
        },
        {
            "start": 1257834336,
            "stop": 1257834365
        },
        {
            "start": 1257834371,
            "stop": 1257834386
        },
        {
            "start": 1257834392,
            "stop": 1257834408
        }
    ]
}