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=5122
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=5123",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5121",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5122,
    "results": [
        {
            "start": 1136985877,
            "stop": 1136985884
        },
        {
            "start": 1136985886,
            "stop": 1136985899
        },
        {
            "start": 1136985901,
            "stop": 1136985907
        },
        {
            "start": 1136985911,
            "stop": 1136985922
        },
        {
            "start": 1136985924,
            "stop": 1136985930
        },
        {
            "start": 1136985932,
            "stop": 1136985942
        },
        {
            "start": 1136985944,
            "stop": 1136985954
        },
        {
            "start": 1136985956,
            "stop": 1136985963
        },
        {
            "start": 1136985965,
            "stop": 1136985967
        },
        {
            "start": 1136985969,
            "stop": 1136986018
        },
        {
            "start": 1136986020,
            "stop": 1136986024
        },
        {
            "start": 1136986026,
            "stop": 1136986075
        },
        {
            "start": 1136986077,
            "stop": 1136986097
        },
        {
            "start": 1136986098,
            "stop": 1136986112
        },
        {
            "start": 1136986114,
            "stop": 1136986116
        },
        {
            "start": 1136986118,
            "stop": 1136986133
        },
        {
            "start": 1136986138,
            "stop": 1136986170
        },
        {
            "start": 1136986172,
            "stop": 1136986188
        },
        {
            "start": 1136986190,
            "stop": 1136986210
        },
        {
            "start": 1136986212,
            "stop": 1136986217
        }
    ]
}