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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=83",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 84,
    "results": [
        {
            "start": 931532775,
            "stop": 931532890
        },
        {
            "start": 931532908,
            "stop": 931532959
        },
        {
            "start": 931532977,
            "stop": 931533045
        },
        {
            "start": 931533063,
            "stop": 931533071
        },
        {
            "start": 931533088,
            "stop": 931533102
        },
        {
            "start": 931533132,
            "stop": 931533147
        },
        {
            "start": 931533229,
            "stop": 931533231
        },
        {
            "start": 931533276,
            "stop": 931533303
        },
        {
            "start": 931533305,
            "stop": 931533308
        },
        {
            "start": 931533326,
            "stop": 931533383
        },
        {
            "start": 931533400,
            "stop": 931533418
        },
        {
            "start": 931533437,
            "stop": 931533473
        },
        {
            "start": 931533491,
            "stop": 931533500
        },
        {
            "start": 931533576,
            "stop": 931533644
        },
        {
            "start": 931533669,
            "stop": 931533739
        },
        {
            "start": 931533786,
            "stop": 931533802
        },
        {
            "start": 931533820,
            "stop": 931533822
        },
        {
            "start": 931533865,
            "stop": 931533884
        },
        {
            "start": 931533902,
            "stop": 931533969
        },
        {
            "start": 931533987,
            "stop": 931534118
        }
    ]
}