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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=111",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 112,
    "results": [
        {
            "start": 834668944,
            "stop": 834676245
        },
        {
            "start": 834677878,
            "stop": 834687749
        },
        {
            "start": 834688912,
            "stop": 834691115
        },
        {
            "start": 834693900,
            "stop": 834707501
        },
        {
            "start": 834709720,
            "stop": 834715925
        },
        {
            "start": 834717324,
            "stop": 834723908
        },
        {
            "start": 834725179,
            "stop": 834727119
        },
        {
            "start": 834728253,
            "stop": 834731725
        },
        {
            "start": 834732621,
            "stop": 834733106
        },
        {
            "start": 834734187,
            "stop": 834741094
        },
        {
            "start": 834741100,
            "stop": 834744444
        },
        {
            "start": 834745836,
            "stop": 834765452
        },
        {
            "start": 834765577,
            "stop": 834776514
        },
        {
            "start": 834776571,
            "stop": 834777005
        },
        {
            "start": 834777006,
            "stop": 834777010
        },
        {
            "start": 834777011,
            "stop": 834777029
        },
        {
            "start": 834777285,
            "stop": 834778657
        },
        {
            "start": 834779704,
            "stop": 834779960
        },
        {
            "start": 834779972,
            "stop": 834781893
        },
        {
            "start": 834783768,
            "stop": 834786248
        }
    ]
}