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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=63",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 64,
    "results": [
        {
            "start": 816188284,
            "stop": 816188402
        },
        {
            "start": 816188406,
            "stop": 816188445
        },
        {
            "start": 816188448,
            "stop": 816188450
        },
        {
            "start": 816188453,
            "stop": 816188558
        },
        {
            "start": 816188562,
            "stop": 816189258
        },
        {
            "start": 816189261,
            "stop": 816189384
        },
        {
            "start": 816189387,
            "stop": 816189391
        },
        {
            "start": 816189395,
            "stop": 816189401
        },
        {
            "start": 816189404,
            "stop": 816189556
        },
        {
            "start": 816190122,
            "stop": 816190187
        },
        {
            "start": 816190190,
            "stop": 816190593
        },
        {
            "start": 816190596,
            "stop": 816190858
        },
        {
            "start": 816190861,
            "stop": 816190873
        },
        {
            "start": 816190876,
            "stop": 816190937
        },
        {
            "start": 816190941,
            "stop": 816190978
        },
        {
            "start": 816190981,
            "stop": 816191323
        },
        {
            "start": 816191326,
            "stop": 816191457
        },
        {
            "start": 816191460,
            "stop": 816191522
        },
        {
            "start": 816191884,
            "stop": 816192038
        },
        {
            "start": 816192042,
            "stop": 816192095
        }
    ]
}