Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8122
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8121",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8122,
    "results": [
        {
            "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
        },
        {
            "start": 970849096,
            "stop": 970849293
        },
        {
            "start": 970849296,
            "stop": 970849303
        }
    ]
}