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=8143
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=8144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8142",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8143,
    "results": [
        {
            "start": 970929857,
            "stop": 970929867
        },
        {
            "start": 970929878,
            "stop": 970929884
        },
        {
            "start": 970929893,
            "stop": 970929900
        },
        {
            "start": 970929903,
            "stop": 970929956
        },
        {
            "start": 970929959,
            "stop": 970930010
        },
        {
            "start": 970930013,
            "stop": 970930015
        },
        {
            "start": 970930018,
            "stop": 970930025
        },
        {
            "start": 970930028,
            "stop": 970930041
        },
        {
            "start": 970930044,
            "stop": 970930065
        },
        {
            "start": 970930068,
            "stop": 970930104
        },
        {
            "start": 970930107,
            "stop": 970930108
        },
        {
            "start": 970930113,
            "stop": 970930151
        },
        {
            "start": 970930171,
            "stop": 970930175
        },
        {
            "start": 970930180,
            "stop": 970930229
        },
        {
            "start": 970930232,
            "stop": 970930338
        },
        {
            "start": 970930349,
            "stop": 970930407
        },
        {
            "start": 970930410,
            "stop": 970930416
        },
        {
            "start": 970930419,
            "stop": 970930466
        },
        {
            "start": 970930470,
            "stop": 970930488
        },
        {
            "start": 970930491,
            "stop": 970930535
        }
    ]
}