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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=72",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 73,
    "results": [
        {
            "start": 1126534703,
            "stop": 1126534709
        },
        {
            "start": 1126534711,
            "stop": 1126534859
        },
        {
            "start": 1126534864,
            "stop": 1126534870
        },
        {
            "start": 1126534873,
            "stop": 1126534877
        },
        {
            "start": 1126534879,
            "stop": 1126534880
        },
        {
            "start": 1126534885,
            "stop": 1126534890
        },
        {
            "start": 1126534892,
            "stop": 1126534898
        },
        {
            "start": 1126534899,
            "stop": 1126534902
        },
        {
            "start": 1126534904,
            "stop": 1126534950
        },
        {
            "start": 1126534954,
            "stop": 1126534979
        },
        {
            "start": 1126534982,
            "stop": 1126534984
        },
        {
            "start": 1126534985,
            "stop": 1126534987
        },
        {
            "start": 1126534990,
            "stop": 1126534996
        },
        {
            "start": 1126534997,
            "stop": 1126534998
        },
        {
            "start": 1126535000,
            "stop": 1126535001
        },
        {
            "start": 1126535003,
            "stop": 1126535006
        },
        {
            "start": 1126535008,
            "stop": 1126535046
        },
        {
            "start": 1126535047,
            "stop": 1126535061
        },
        {
            "start": 1126535063,
            "stop": 1126535084
        },
        {
            "start": 1126535086,
            "stop": 1126535092
        }
    ]
}