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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=80",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 81,
    "results": [
        {
            "start": 834660502,
            "stop": 834660835
        },
        {
            "start": 834662144,
            "stop": 834665167
        },
        {
            "start": 834666136,
            "stop": 834667196
        },
        {
            "start": 834668463,
            "stop": 834676246
        },
        {
            "start": 834677878,
            "stop": 834687750
        },
        {
            "start": 834688912,
            "stop": 834691117
        },
        {
            "start": 834693900,
            "stop": 834707502
        },
        {
            "start": 834709720,
            "stop": 834715926
        },
        {
            "start": 834717324,
            "stop": 834723909
        },
        {
            "start": 834725179,
            "stop": 834727119
        },
        {
            "start": 834728253,
            "stop": 834731727
        },
        {
            "start": 834732621,
            "stop": 834733107
        },
        {
            "start": 834734187,
            "stop": 834744449
        },
        {
            "start": 834745836,
            "stop": 834765467
        },
        {
            "start": 834765577,
            "stop": 834776515
        },
        {
            "start": 834776571,
            "stop": 834777030
        },
        {
            "start": 834777285,
            "stop": 834778658
        },
        {
            "start": 834779704,
            "stop": 834781896
        },
        {
            "start": 834783768,
            "stop": 834787794
        },
        {
            "start": 834788996,
            "stop": 834795925
        }
    ]
}