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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8111",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8112,
    "results": [
        {
            "start": 970847852,
            "stop": 970847889
        },
        {
            "start": 970847892,
            "stop": 970847894
        },
        {
            "start": 970847897,
            "stop": 970847933
        },
        {
            "start": 970847937,
            "stop": 970847938
        },
        {
            "start": 970847944,
            "stop": 970847970
        },
        {
            "start": 970847973,
            "stop": 970847993
        },
        {
            "start": 970847996,
            "stop": 970848033
        },
        {
            "start": 970848036,
            "stop": 970848348
        },
        {
            "start": 970848352,
            "stop": 970848374
        },
        {
            "start": 970848388,
            "stop": 970848392
        },
        {
            "start": 970848411,
            "stop": 970848415
        },
        {
            "start": 970848419,
            "stop": 970848435
        },
        {
            "start": 970848439,
            "stop": 970848444
        },
        {
            "start": 970848447,
            "stop": 970848457
        },
        {
            "start": 970848465,
            "stop": 970848492
        },
        {
            "start": 970848495,
            "stop": 970848658
        },
        {
            "start": 970848664,
            "stop": 970848685
        },
        {
            "start": 970848710,
            "stop": 970848805
        },
        {
            "start": 970848808,
            "stop": 970848862
        },
        {
            "start": 970848866,
            "stop": 970849093
        }
    ]
}