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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=78",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 79,
    "results": [
        {
            "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": 931533790
        },
        {
            "start": 931533865,
            "stop": 931533884
        },
        {
            "start": 931533902,
            "stop": 931533969
        },
        {
            "start": 931534030,
            "stop": 931534090
        },
        {
            "start": 931534150,
            "stop": 931534217
        },
        {
            "start": 931534249,
            "stop": 931534311
        },
        {
            "start": 931534333,
            "stop": 931534368
        },
        {
            "start": 931534385,
            "stop": 931534503
        },
        {
            "start": 931534554,
            "stop": 931534578
        }
    ]
}