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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=46",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 47,
    "results": [
        {
            "start": 940628850,
            "stop": 940628896
        },
        {
            "start": 940628899,
            "stop": 940628930
        },
        {
            "start": 940628934,
            "stop": 940628936
        },
        {
            "start": 940628941,
            "stop": 940628942
        },
        {
            "start": 940628972,
            "stop": 940629022
        },
        {
            "start": 940629025,
            "stop": 940629032
        },
        {
            "start": 940629042,
            "stop": 940629045
        },
        {
            "start": 940629048,
            "stop": 940629061
        },
        {
            "start": 940629064,
            "stop": 940629065
        },
        {
            "start": 940629070,
            "stop": 940629079
        },
        {
            "start": 940629094,
            "stop": 940629097
        },
        {
            "start": 940629103,
            "stop": 940629106
        },
        {
            "start": 940629111,
            "stop": 940629136
        },
        {
            "start": 940629142,
            "stop": 940629164
        },
        {
            "start": 940629168,
            "stop": 940629227
        },
        {
            "start": 940629230,
            "stop": 940629233
        },
        {
            "start": 940629236,
            "stop": 940629241
        },
        {
            "start": 940629244,
            "stop": 940629291
        },
        {
            "start": 940629310,
            "stop": 940629339
        },
        {
            "start": 940629345,
            "stop": 940629359
        }
    ]
}