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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=284",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 285,
    "results": [
        {
            "start": 1126938219,
            "stop": 1126938458
        },
        {
            "start": 1126938461,
            "stop": 1126938472
        },
        {
            "start": 1126938473,
            "stop": 1126938554
        },
        {
            "start": 1126938556,
            "stop": 1126938714
        },
        {
            "start": 1126938715,
            "stop": 1126938723
        },
        {
            "start": 1126938724,
            "stop": 1126938729
        },
        {
            "start": 1126938730,
            "stop": 1126938912
        },
        {
            "start": 1126938913,
            "stop": 1126938979
        },
        {
            "start": 1126938981,
            "stop": 1126939235
        },
        {
            "start": 1126939236,
            "stop": 1126939305
        },
        {
            "start": 1126939306,
            "stop": 1126939574
        },
        {
            "start": 1126939576,
            "stop": 1126939936
        },
        {
            "start": 1126939937,
            "stop": 1126939996
        },
        {
            "start": 1126939998,
            "stop": 1126940293
        },
        {
            "start": 1126940294,
            "stop": 1126940617
        },
        {
            "start": 1126940619,
            "stop": 1126940943
        },
        {
            "start": 1126940945,
            "stop": 1126941179
        },
        {
            "start": 1126941181,
            "stop": 1126941268
        },
        {
            "start": 1126941269,
            "stop": 1126941445
        },
        {
            "start": 1126941446,
            "stop": 1126941594
        }
    ]
}