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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=54",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 55,
    "results": [
        {
            "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": 816191630
        },
        {
            "start": 816191634,
            "stop": 816191731
        },
        {
            "start": 816191734,
            "stop": 816192038
        },
        {
            "start": 816192042,
            "stop": 816192095
        },
        {
            "start": 816192098,
            "stop": 816192130
        },
        {
            "start": 816192133,
            "stop": 816192143
        },
        {
            "start": 816192146,
            "stop": 816192150
        },
        {
            "start": 816192153,
            "stop": 816192181
        }
    ]
}