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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=77",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 78,
    "results": [
        {
            "start": 931452716,
            "stop": 931452827
        },
        {
            "start": 931452833,
            "stop": 931452853
        },
        {
            "start": 931452861,
            "stop": 931452872
        },
        {
            "start": 931452888,
            "stop": 931452893
        },
        {
            "start": 931452899,
            "stop": 931452908
        },
        {
            "start": 931452913,
            "stop": 931452999
        },
        {
            "start": 931453009,
            "stop": 931453014
        },
        {
            "start": 931453025,
            "stop": 931453044
        },
        {
            "start": 931453053,
            "stop": 931453069
        },
        {
            "start": 931453074,
            "stop": 931453100
        },
        {
            "start": 931453111,
            "stop": 931453170
        },
        {
            "start": 931453177,
            "stop": 931453181
        },
        {
            "start": 931453187,
            "stop": 931453188
        },
        {
            "start": 931453199,
            "stop": 931453201
        },
        {
            "start": 931453245,
            "stop": 931453250
        },
        {
            "start": 931453255,
            "stop": 931453286
        },
        {
            "start": 931453292,
            "stop": 931453303
        },
        {
            "start": 931453318,
            "stop": 931453340
        },
        {
            "start": 931453346,
            "stop": 931453359
        },
        {
            "start": 931453365,
            "stop": 931453417
        }
    ]
}