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=40886
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=40887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40885",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40886,
    "results": [
        {
            "start": 875069853,
            "stop": 875069874
        },
        {
            "start": 875069875,
            "stop": 875069894
        },
        {
            "start": 875069896,
            "stop": 875069920
        },
        {
            "start": 875069921,
            "stop": 875069937
        },
        {
            "start": 875069938,
            "stop": 875069959
        },
        {
            "start": 875069960,
            "stop": 875069980
        },
        {
            "start": 875069981,
            "stop": 875070032
        },
        {
            "start": 875070033,
            "stop": 875070066
        },
        {
            "start": 875070067,
            "stop": 875070074
        },
        {
            "start": 875070075,
            "stop": 875070105
        },
        {
            "start": 875070107,
            "stop": 875070128
        },
        {
            "start": 875070130,
            "stop": 875070246
        },
        {
            "start": 875070248,
            "stop": 875070291
        },
        {
            "start": 875070292,
            "stop": 875070547
        },
        {
            "start": 875070548,
            "stop": 875070669
        },
        {
            "start": 875070671,
            "stop": 875070678
        },
        {
            "start": 875070679,
            "stop": 875070833
        },
        {
            "start": 875070834,
            "stop": 875070903
        },
        {
            "start": 875070905,
            "stop": 875071138
        },
        {
            "start": 875071139,
            "stop": 875071145
        }
    ]
}