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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=198",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 199,
    "results": [
        {
            "start": 1126829966,
            "stop": 1126829976
        },
        {
            "start": 1126829978,
            "stop": 1126829987
        },
        {
            "start": 1126829989,
            "stop": 1126830000
        },
        {
            "start": 1126830002,
            "stop": 1126830048
        },
        {
            "start": 1126830050,
            "stop": 1126830066
        },
        {
            "start": 1126830068,
            "stop": 1126830100
        },
        {
            "start": 1126830102,
            "stop": 1126830105
        },
        {
            "start": 1126830107,
            "stop": 1126830137
        },
        {
            "start": 1126830197,
            "stop": 1126830317
        },
        {
            "start": 1126830319,
            "stop": 1126830323
        },
        {
            "start": 1126830325,
            "stop": 1126830526
        },
        {
            "start": 1126830527,
            "stop": 1126830604
        },
        {
            "start": 1126830607,
            "stop": 1126830608
        },
        {
            "start": 1126830610,
            "stop": 1126830617
        },
        {
            "start": 1126830619,
            "stop": 1126830757
        },
        {
            "start": 1126830759,
            "stop": 1126830829
        },
        {
            "start": 1126830830,
            "stop": 1126830851
        },
        {
            "start": 1126830853,
            "stop": 1126830857
        },
        {
            "start": 1126830917,
            "stop": 1126830941
        },
        {
            "start": 1126830943,
            "stop": 1126830991
        }
    ]
}