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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=13",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 14,
    "results": [
        {
            "start": 817194212,
            "stop": 817197853
        },
        {
            "start": 817197866,
            "stop": 817214128
        },
        {
            "start": 817214141,
            "stop": 817218352
        },
        {
            "start": 817219167,
            "stop": 817224065
        },
        {
            "start": 817228513,
            "stop": 817229068
        },
        {
            "start": 817229079,
            "stop": 817232025
        },
        {
            "start": 817236172,
            "stop": 817237069
        },
        {
            "start": 817237076,
            "stop": 817237312
        },
        {
            "start": 817237319,
            "stop": 817237683
        },
        {
            "start": 817237690,
            "stop": 817237735
        },
        {
            "start": 817238778,
            "stop": 817238892
        },
        {
            "start": 817239402,
            "stop": 817243367
        },
        {
            "start": 817244187,
            "stop": 817245945
        },
        {
            "start": 817245952,
            "stop": 817246020
        },
        {
            "start": 817247901,
            "stop": 817252455
        },
        {
            "start": 817255379,
            "stop": 817257924
        },
        {
            "start": 817257937,
            "stop": 817259617
        },
        {
            "start": 817259624,
            "stop": 817262054
        },
        {
            "start": 817262116,
            "stop": 817267807
        },
        {
            "start": 817267813,
            "stop": 817267838
        }
    ]
}