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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=55",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 56,
    "results": [
        {
            "start": 821049243,
            "stop": 821049249
        },
        {
            "start": 821049263,
            "stop": 821049273
        },
        {
            "start": 821049277,
            "stop": 821049288
        },
        {
            "start": 821049291,
            "stop": 821049326
        },
        {
            "start": 821049330,
            "stop": 821049336
        },
        {
            "start": 821049359,
            "stop": 821049370
        },
        {
            "start": 821049375,
            "stop": 821049384
        },
        {
            "start": 821049393,
            "stop": 821049398
        },
        {
            "start": 821049448,
            "stop": 821049452
        },
        {
            "start": 821049462,
            "stop": 821049466
        },
        {
            "start": 821049474,
            "stop": 821049480
        },
        {
            "start": 821049493,
            "stop": 821049527
        },
        {
            "start": 821049530,
            "stop": 821049533
        },
        {
            "start": 821049545,
            "stop": 821049555
        },
        {
            "start": 821049565,
            "stop": 821049570
        },
        {
            "start": 821049580,
            "stop": 821049586
        },
        {
            "start": 821049590,
            "stop": 821049604
        },
        {
            "start": 821049617,
            "stop": 821049620
        },
        {
            "start": 821049666,
            "stop": 821049672
        },
        {
            "start": 821049681,
            "stop": 821049686
        }
    ]
}