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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=255",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 256,
    "results": [
        {
            "start": 1259564003,
            "stop": 1259564314
        },
        {
            "start": 1259564317,
            "stop": 1259565322
        },
        {
            "start": 1259565325,
            "stop": 1259567910
        },
        {
            "start": 1259567913,
            "stop": 1259567917
        },
        {
            "start": 1259567920,
            "stop": 1259568329
        },
        {
            "start": 1259568332,
            "stop": 1259568348
        },
        {
            "start": 1259568350,
            "stop": 1259568394
        },
        {
            "start": 1259568396,
            "stop": 1259568401
        },
        {
            "start": 1259568404,
            "stop": 1259568730
        },
        {
            "start": 1259568732,
            "stop": 1259569007
        },
        {
            "start": 1259569009,
            "stop": 1259569011
        },
        {
            "start": 1259569014,
            "stop": 1259569077
        },
        {
            "start": 1259569080,
            "stop": 1259569352
        },
        {
            "start": 1259569353,
            "stop": 1259569356
        },
        {
            "start": 1259569359,
            "stop": 1259569732
        },
        {
            "start": 1259569735,
            "stop": 1259569737
        },
        {
            "start": 1259569740,
            "stop": 1259569751
        },
        {
            "start": 1259569753,
            "stop": 1259569819
        },
        {
            "start": 1259569822,
            "stop": 1259570538
        },
        {
            "start": 1259570541,
            "stop": 1259571761
        }
    ]
}