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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=377",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 378,
    "results": [
        {
            "start": 860163030,
            "stop": 860163041
        },
        {
            "start": 860163044,
            "stop": 860163059
        },
        {
            "start": 860163073,
            "stop": 860163101
        },
        {
            "start": 860163105,
            "stop": 860163144
        },
        {
            "start": 860163148,
            "stop": 860163165
        },
        {
            "start": 860163169,
            "stop": 860163187
        },
        {
            "start": 860163191,
            "stop": 860163204
        },
        {
            "start": 860163208,
            "stop": 860163249
        },
        {
            "start": 860163253,
            "stop": 860163262
        },
        {
            "start": 860163447,
            "stop": 860164618
        },
        {
            "start": 860164640,
            "stop": 860164647
        },
        {
            "start": 860164656,
            "stop": 860164690
        },
        {
            "start": 860164695,
            "stop": 860164707
        },
        {
            "start": 860164711,
            "stop": 860165188
        },
        {
            "start": 860165192,
            "stop": 860165555
        },
        {
            "start": 860165559,
            "stop": 860165786
        },
        {
            "start": 860165790,
            "stop": 860166521
        },
        {
            "start": 860166530,
            "stop": 860167553
        },
        {
            "start": 860167557,
            "stop": 860167631
        },
        {
            "start": 860167635,
            "stop": 860167641
        }
    ]
}