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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5037",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5038,
    "results": [
        {
            "start": 874586147,
            "stop": 874586204
        },
        {
            "start": 874586211,
            "stop": 874586217
        },
        {
            "start": 874586224,
            "stop": 874586236
        },
        {
            "start": 874586245,
            "stop": 874586268
        },
        {
            "start": 874586275,
            "stop": 874586285
        },
        {
            "start": 874586292,
            "stop": 874586437
        },
        {
            "start": 874586445,
            "stop": 874586461
        },
        {
            "start": 874586468,
            "stop": 874586534
        },
        {
            "start": 874586541,
            "stop": 874586550
        },
        {
            "start": 874586561,
            "stop": 874586639
        },
        {
            "start": 874586646,
            "stop": 874586712
        },
        {
            "start": 874586719,
            "stop": 874586843
        },
        {
            "start": 874586850,
            "stop": 874586925
        },
        {
            "start": 874586932,
            "stop": 874587020
        },
        {
            "start": 874587027,
            "stop": 874587047
        },
        {
            "start": 874587054,
            "stop": 874587063
        },
        {
            "start": 874587073,
            "stop": 874587139
        },
        {
            "start": 874587148,
            "stop": 874587304
        },
        {
            "start": 874587311,
            "stop": 874587407
        },
        {
            "start": 874587414,
            "stop": 874587542
        }
    ]
}