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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40629",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40627",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40628,
    "results": [
        {
            "start": 874903828,
            "stop": 874903860
        },
        {
            "start": 874903920,
            "stop": 874904123
        },
        {
            "start": 874904125,
            "stop": 874904160
        },
        {
            "start": 874904162,
            "stop": 874904188
        },
        {
            "start": 874904189,
            "stop": 874904230
        },
        {
            "start": 874904231,
            "stop": 874904251
        },
        {
            "start": 874904253,
            "stop": 874904287
        },
        {
            "start": 874904288,
            "stop": 874904315
        },
        {
            "start": 874904316,
            "stop": 874904336
        },
        {
            "start": 874904338,
            "stop": 874904405
        },
        {
            "start": 874904406,
            "stop": 874904416
        },
        {
            "start": 874904418,
            "stop": 874904461
        },
        {
            "start": 874904462,
            "stop": 874904471
        },
        {
            "start": 874904472,
            "stop": 874904508
        },
        {
            "start": 874904509,
            "stop": 874904534
        },
        {
            "start": 874904535,
            "stop": 874904579
        },
        {
            "start": 874904581,
            "stop": 874904605
        },
        {
            "start": 874904607,
            "stop": 874904692
        },
        {
            "start": 874904694,
            "stop": 874904788
        },
        {
            "start": 874904789,
            "stop": 874904799
        }
    ]
}