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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=32",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 33,
    "results": [
        {
            "start": 820123892,
            "stop": 820139451
        },
        {
            "start": 820139822,
            "stop": 820141600
        },
        {
            "start": 820142783,
            "stop": 820143653
        },
        {
            "start": 820144096,
            "stop": 820144404
        },
        {
            "start": 820144497,
            "stop": 820147257
        },
        {
            "start": 820148015,
            "stop": 820148564
        },
        {
            "start": 820148760,
            "stop": 820148766
        },
        {
            "start": 820149460,
            "stop": 820150970
        },
        {
            "start": 820152273,
            "stop": 820157084
        },
        {
            "start": 820157670,
            "stop": 820171977
        },
        {
            "start": 820173625,
            "stop": 820173981
        },
        {
            "start": 820174486,
            "stop": 820175691
        },
        {
            "start": 820177368,
            "stop": 820194235
        },
        {
            "start": 820196007,
            "stop": 820196299
        },
        {
            "start": 820196839,
            "stop": 820199379
        },
        {
            "start": 820204001,
            "stop": 820210521
        },
        {
            "start": 820216753,
            "stop": 820218380
        },
        {
            "start": 820228454,
            "stop": 820231366
        },
        {
            "start": 820231621,
            "stop": 820250460
        },
        {
            "start": 820251634,
            "stop": 820251643
        }
    ]
}