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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33073",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33071",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33072,
    "results": [
        {
            "start": 970468225,
            "stop": 970468226
        },
        {
            "start": 970468264,
            "stop": 970468265
        },
        {
            "start": 970468278,
            "stop": 970468279
        },
        {
            "start": 970468281,
            "stop": 970468282
        },
        {
            "start": 970468322,
            "stop": 970468323
        },
        {
            "start": 970468326,
            "stop": 970468327
        },
        {
            "start": 970468339,
            "stop": 970468340
        },
        {
            "start": 970468350,
            "stop": 970468351
        },
        {
            "start": 970468373,
            "stop": 970468374
        },
        {
            "start": 970468419,
            "stop": 970468420
        },
        {
            "start": 970468448,
            "stop": 970468449
        },
        {
            "start": 970468505,
            "stop": 970468506
        },
        {
            "start": 970468512,
            "stop": 970468513
        },
        {
            "start": 970468560,
            "stop": 970468561
        },
        {
            "start": 970468566,
            "stop": 970468567
        },
        {
            "start": 970468624,
            "stop": 970468625
        },
        {
            "start": 970468630,
            "stop": 970468631
        },
        {
            "start": 970468635,
            "stop": 970468637
        },
        {
            "start": 970468661,
            "stop": 970468662
        },
        {
            "start": 970468669,
            "stop": 970468670
        }
    ]
}