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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=117",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 118,
    "results": [
        {
            "start": 831872468,
            "stop": 831872490
        },
        {
            "start": 831872790,
            "stop": 831883979
        },
        {
            "start": 831883981,
            "stop": 831911441
        },
        {
            "start": 831911551,
            "stop": 831911966
        },
        {
            "start": 831912266,
            "stop": 831923480
        },
        {
            "start": 831923590,
            "stop": 831924064
        },
        {
            "start": 831924143,
            "stop": 831925811
        },
        {
            "start": 831925914,
            "stop": 831929431
        },
        {
            "start": 831929731,
            "stop": 831933748
        },
        {
            "start": 831937048,
            "stop": 831938833
        },
        {
            "start": 831938943,
            "stop": 831939304
        },
        {
            "start": 831939604,
            "stop": 831944030
        },
        {
            "start": 831944522,
            "stop": 831956305
        },
        {
            "start": 831957439,
            "stop": 831982703
        },
        {
            "start": 831984451,
            "stop": 832001414
        },
        {
            "start": 832001524,
            "stop": 832003703
        },
        {
            "start": 832004003,
            "stop": 832008614
        },
        {
            "start": 832011329,
            "stop": 832012680
        },
        {
            "start": 832013287,
            "stop": 832017441
        },
        {
            "start": 832018610,
            "stop": 832018769
        }
    ]
}