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_CAT3E/segments?format=api&page=46790
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=46791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46789",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46790,
    "results": [
        {
            "start": 875112039,
            "stop": 875112042
        },
        {
            "start": 875112043,
            "stop": 875112064
        },
        {
            "start": 875112065,
            "stop": 875112096
        },
        {
            "start": 875112097,
            "stop": 875112135
        },
        {
            "start": 875112136,
            "stop": 875112152
        },
        {
            "start": 875112154,
            "stop": 875112157
        },
        {
            "start": 875112158,
            "stop": 875112194
        },
        {
            "start": 875112195,
            "stop": 875112244
        },
        {
            "start": 875112245,
            "stop": 875112278
        },
        {
            "start": 875112279,
            "stop": 875112294
        },
        {
            "start": 875112296,
            "stop": 875112322
        },
        {
            "start": 875112324,
            "stop": 875112325
        },
        {
            "start": 875112326,
            "stop": 875112328
        },
        {
            "start": 875112329,
            "stop": 875112333
        },
        {
            "start": 875112334,
            "stop": 875112350
        },
        {
            "start": 875112351,
            "stop": 875112370
        },
        {
            "start": 875112371,
            "stop": 875112374
        },
        {
            "start": 875112375,
            "stop": 875112390
        },
        {
            "start": 875112392,
            "stop": 875112417
        },
        {
            "start": 875112419,
            "stop": 875112424
        }
    ]
}