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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 156,
    "results": [
        {
            "start": 1126677294,
            "stop": 1126677295
        },
        {
            "start": 1126677297,
            "stop": 1126677299
        },
        {
            "start": 1126677303,
            "stop": 1126677305
        },
        {
            "start": 1126677307,
            "stop": 1126677313
        },
        {
            "start": 1126677316,
            "stop": 1126677317
        },
        {
            "start": 1126682744,
            "stop": 1126682929
        },
        {
            "start": 1126682930,
            "stop": 1126682969
        },
        {
            "start": 1126682970,
            "stop": 1126683254
        },
        {
            "start": 1126683255,
            "stop": 1126683536
        },
        {
            "start": 1126683541,
            "stop": 1126683557
        },
        {
            "start": 1126683558,
            "stop": 1126683771
        },
        {
            "start": 1126683773,
            "stop": 1126683825
        },
        {
            "start": 1126683827,
            "stop": 1126683829
        },
        {
            "start": 1126683831,
            "stop": 1126683832
        },
        {
            "start": 1126683834,
            "stop": 1126683875
        },
        {
            "start": 1126683876,
            "stop": 1126683893
        },
        {
            "start": 1126683896,
            "stop": 1126683983
        },
        {
            "start": 1126683985,
            "stop": 1126684180
        },
        {
            "start": 1126684182,
            "stop": 1126684503
        },
        {
            "start": 1126684504,
            "stop": 1126684805
        }
    ]
}