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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=98",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 99,
    "results": [
        {
            "start": 931398803,
            "stop": 931398826
        },
        {
            "start": 931398828,
            "stop": 931398852
        },
        {
            "start": 931398853,
            "stop": 931398918
        },
        {
            "start": 931398920,
            "stop": 931398928
        },
        {
            "start": 931398930,
            "stop": 931398936
        },
        {
            "start": 931398939,
            "stop": 931398950
        },
        {
            "start": 931398952,
            "stop": 931398960
        },
        {
            "start": 931398961,
            "stop": 931399004
        },
        {
            "start": 931399006,
            "stop": 931399029
        },
        {
            "start": 931399033,
            "stop": 931399038
        },
        {
            "start": 931399040,
            "stop": 931399041
        },
        {
            "start": 931399045,
            "stop": 931399046
        },
        {
            "start": 931399048,
            "stop": 931399068
        },
        {
            "start": 931399069,
            "stop": 931399102
        },
        {
            "start": 931399103,
            "stop": 931399114
        },
        {
            "start": 931399116,
            "stop": 931399129
        },
        {
            "start": 931399131,
            "stop": 931399135
        },
        {
            "start": 931399137,
            "stop": 931399176
        },
        {
            "start": 931399179,
            "stop": 931399213
        },
        {
            "start": 931399215,
            "stop": 931399231
        }
    ]
}