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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=492",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=490",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 491,
    "results": [
        {
            "start": 822529857,
            "stop": 822529962
        },
        {
            "start": 822529965,
            "stop": 822530117
        },
        {
            "start": 822530119,
            "stop": 822530390
        },
        {
            "start": 822530392,
            "stop": 822530593
        },
        {
            "start": 822531426,
            "stop": 822534946
        },
        {
            "start": 822536239,
            "stop": 822541506
        },
        {
            "start": 822541507,
            "stop": 822544513
        },
        {
            "start": 822545044,
            "stop": 822546083
        },
        {
            "start": 822546086,
            "stop": 822546603
        },
        {
            "start": 822546923,
            "stop": 822547473
        },
        {
            "start": 822547873,
            "stop": 822553286
        },
        {
            "start": 822553287,
            "stop": 822554204
        },
        {
            "start": 822554687,
            "stop": 822567043
        },
        {
            "start": 822567443,
            "stop": 822576550
        },
        {
            "start": 822577421,
            "stop": 822578825
        },
        {
            "start": 822579651,
            "stop": 822579966
        },
        {
            "start": 822580732,
            "stop": 822584044
        },
        {
            "start": 822584878,
            "stop": 822597070
        },
        {
            "start": 822597073,
            "stop": 822600553
        },
        {
            "start": 822600579,
            "stop": 822600581
        }
    ]
}