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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=47",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 48,
    "results": [
        {
            "start": 931975202,
            "stop": 931975224
        },
        {
            "start": 931975259,
            "stop": 931975271
        },
        {
            "start": 931975309,
            "stop": 931975334
        },
        {
            "start": 931975362,
            "stop": 931975364
        },
        {
            "start": 931975388,
            "stop": 931975393
        },
        {
            "start": 931975427,
            "stop": 931975431
        },
        {
            "start": 931975461,
            "stop": 931975466
        },
        {
            "start": 931975536,
            "stop": 931975560
        },
        {
            "start": 931977361,
            "stop": 931978775
        },
        {
            "start": 931978915,
            "stop": 931981588
        },
        {
            "start": 931981607,
            "stop": 931987446
        },
        {
            "start": 931987464,
            "stop": 931990431
        },
        {
            "start": 931990450,
            "stop": 931992999
        },
        {
            "start": 931993017,
            "stop": 931993370
        },
        {
            "start": 931993390,
            "stop": 931993962
        },
        {
            "start": 931993981,
            "stop": 932001215
        },
        {
            "start": 932010384,
            "stop": 932014514
        },
        {
            "start": 932014533,
            "stop": 932016625
        },
        {
            "start": 932018706,
            "stop": 932025119
        },
        {
            "start": 932034026,
            "stop": 932037734
        }
    ]
}