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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3052",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3053,
    "results": [
        {
            "start": 865031749,
            "stop": 865032095
        },
        {
            "start": 865032108,
            "stop": 865032120
        },
        {
            "start": 865032180,
            "stop": 865033364
        },
        {
            "start": 865033545,
            "stop": 865034874
        },
        {
            "start": 865037349,
            "stop": 865044562
        },
        {
            "start": 865044563,
            "stop": 865044716
        },
        {
            "start": 865044718,
            "stop": 865045190
        },
        {
            "start": 865045192,
            "stop": 865045793
        },
        {
            "start": 865045794,
            "stop": 865046284
        },
        {
            "start": 865046287,
            "stop": 865046302
        },
        {
            "start": 865046304,
            "stop": 865047987
        },
        {
            "start": 865047989,
            "stop": 865048064
        },
        {
            "start": 865048245,
            "stop": 865049084
        },
        {
            "start": 865049265,
            "stop": 865051604
        },
        {
            "start": 865051785,
            "stop": 865052024
        },
        {
            "start": 865052205,
            "stop": 865052924
        },
        {
            "start": 865053105,
            "stop": 865055474
        },
        {
            "start": 865055476,
            "stop": 865055715
        },
        {
            "start": 865056075,
            "stop": 865056095
        },
        {
            "start": 865056099,
            "stop": 865056124
        }
    ]
}