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=400
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=401",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=399",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 400,
    "results": [
        {
            "start": 1261086630,
            "stop": 1261088102
        },
        {
            "start": 1261088104,
            "stop": 1261088364
        },
        {
            "start": 1261088372,
            "stop": 1261089254
        },
        {
            "start": 1261089257,
            "stop": 1261090941
        },
        {
            "start": 1261090944,
            "stop": 1261091063
        },
        {
            "start": 1261091066,
            "stop": 1261091284
        },
        {
            "start": 1261091287,
            "stop": 1261096809
        },
        {
            "start": 1261096812,
            "stop": 1261097460
        },
        {
            "start": 1261097463,
            "stop": 1261098222
        },
        {
            "start": 1261098225,
            "stop": 1261100968
        },
        {
            "start": 1261100971,
            "stop": 1261101309
        },
        {
            "start": 1261101311,
            "stop": 1261101332
        },
        {
            "start": 1261101335,
            "stop": 1261101403
        },
        {
            "start": 1261101406,
            "stop": 1261106333
        },
        {
            "start": 1261106336,
            "stop": 1261106356
        },
        {
            "start": 1261106359,
            "stop": 1261106361
        },
        {
            "start": 1261106364,
            "stop": 1261106413
        },
        {
            "start": 1261106416,
            "stop": 1261106421
        },
        {
            "start": 1261106424,
            "stop": 1261106472
        },
        {
            "start": 1261106475,
            "stop": 1261106482
        }
    ]
}