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=711
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=712",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=710",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 711,
    "results": [
        {
            "start": 1266727399,
            "stop": 1266727440
        },
        {
            "start": 1266727443,
            "stop": 1266728396
        },
        {
            "start": 1266728399,
            "stop": 1266730179
        },
        {
            "start": 1266730182,
            "stop": 1266731975
        },
        {
            "start": 1266731978,
            "stop": 1266733105
        },
        {
            "start": 1266733108,
            "stop": 1266733263
        },
        {
            "start": 1266733266,
            "stop": 1266733333
        },
        {
            "start": 1266733336,
            "stop": 1266738088
        },
        {
            "start": 1266738091,
            "stop": 1266738411
        },
        {
            "start": 1266738414,
            "stop": 1266739258
        },
        {
            "start": 1266739278,
            "stop": 1266740307
        },
        {
            "start": 1266740310,
            "stop": 1266744387
        },
        {
            "start": 1266744390,
            "stop": 1266746979
        },
        {
            "start": 1266746982,
            "stop": 1266747755
        },
        {
            "start": 1266747758,
            "stop": 1266749888
        },
        {
            "start": 1266749891,
            "stop": 1266750239
        },
        {
            "start": 1266750242,
            "stop": 1266753328
        },
        {
            "start": 1266753336,
            "stop": 1266755414
        },
        {
            "start": 1266755422,
            "stop": 1266756549
        },
        {
            "start": 1266756552,
            "stop": 1266762903
        }
    ]
}