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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=19",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 20,
    "results": [
        {
            "start": 817944849,
            "stop": 817953005
        },
        {
            "start": 817959916,
            "stop": 817978570
        },
        {
            "start": 817978577,
            "stop": 818003647
        },
        {
            "start": 818003706,
            "stop": 818006473
        },
        {
            "start": 818006754,
            "stop": 818012261
        },
        {
            "start": 818030252,
            "stop": 818034385
        },
        {
            "start": 818035322,
            "stop": 818037016
        },
        {
            "start": 818037193,
            "stop": 818059294
        },
        {
            "start": 818060899,
            "stop": 818068489
        },
        {
            "start": 818069157,
            "stop": 818073843
        },
        {
            "start": 818073848,
            "stop": 818077211
        },
        {
            "start": 818077748,
            "stop": 818093541
        },
        {
            "start": 818094671,
            "stop": 818096085
        },
        {
            "start": 818097973,
            "stop": 818098615
        },
        {
            "start": 818098844,
            "stop": 818106566
        },
        {
            "start": 818106573,
            "stop": 818112841
        },
        {
            "start": 818120524,
            "stop": 818130342
        },
        {
            "start": 818130581,
            "stop": 818145094
        },
        {
            "start": 818146101,
            "stop": 818159113
        },
        {
            "start": 818159118,
            "stop": 818161429
        }
    ]
}