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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=221",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 222,
    "results": [
        {
            "start": 1259261953,
            "stop": 1259261954
        },
        {
            "start": 1259261956,
            "stop": 1259262024
        },
        {
            "start": 1259262027,
            "stop": 1259262030
        },
        {
            "start": 1259262033,
            "stop": 1259262053
        },
        {
            "start": 1259262056,
            "stop": 1259262145
        },
        {
            "start": 1259262148,
            "stop": 1259262190
        },
        {
            "start": 1259262192,
            "stop": 1259262196
        },
        {
            "start": 1259262198,
            "stop": 1259262199
        },
        {
            "start": 1259262204,
            "stop": 1259262211
        },
        {
            "start": 1259262214,
            "stop": 1259262233
        },
        {
            "start": 1259262236,
            "stop": 1259262243
        },
        {
            "start": 1259262246,
            "stop": 1259262305
        },
        {
            "start": 1259262308,
            "stop": 1259262454
        },
        {
            "start": 1259262457,
            "stop": 1259262488
        },
        {
            "start": 1259262497,
            "stop": 1259262517
        },
        {
            "start": 1259262520,
            "stop": 1259262579
        },
        {
            "start": 1259262582,
            "stop": 1259262585
        },
        {
            "start": 1259262588,
            "stop": 1259262709
        },
        {
            "start": 1259262715,
            "stop": 1259262835
        },
        {
            "start": 1259262838,
            "stop": 1259263024
        }
    ]
}