Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=223
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=222",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 223,
    "results": [
        {
            "start": 1421326291,
            "stop": 1421326545
        },
        {
            "start": 1421326546,
            "stop": 1421326555
        },
        {
            "start": 1421326556,
            "stop": 1421327203
        },
        {
            "start": 1421327207,
            "stop": 1421327208
        },
        {
            "start": 1421327209,
            "stop": 1421327211
        },
        {
            "start": 1421327215,
            "stop": 1421328171
        },
        {
            "start": 1421328175,
            "stop": 1421329063
        },
        {
            "start": 1421329067,
            "stop": 1421332287
        },
        {
            "start": 1421332291,
            "stop": 1421333855
        },
        {
            "start": 1421333859,
            "stop": 1421333863
        },
        {
            "start": 1421333867,
            "stop": 1421333895
        },
        {
            "start": 1421333899,
            "stop": 1421336147
        },
        {
            "start": 1421336151,
            "stop": 1421338298
        },
        {
            "start": 1421338299,
            "stop": 1421339227
        },
        {
            "start": 1421339231,
            "stop": 1421347587
        },
        {
            "start": 1421347599,
            "stop": 1421347639
        },
        {
            "start": 1421347643,
            "stop": 1421351311
        },
        {
            "start": 1421351315,
            "stop": 1421351319
        },
        {
            "start": 1421351323,
            "stop": 1421359191
        },
        {
            "start": 1421359199,
            "stop": 1421362695
        }
    ]
}