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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=180",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 181,
    "results": [
        {
            "start": 836358409,
            "stop": 836361824
        },
        {
            "start": 836363150,
            "stop": 836375203
        },
        {
            "start": 836377081,
            "stop": 836379062
        },
        {
            "start": 836380618,
            "stop": 836391253
        },
        {
            "start": 836393051,
            "stop": 836395933
        },
        {
            "start": 836397463,
            "stop": 836412493
        },
        {
            "start": 836413952,
            "stop": 836426833
        },
        {
            "start": 836432247,
            "stop": 836453893
        },
        {
            "start": 836454959,
            "stop": 836459653
        },
        {
            "start": 836460610,
            "stop": 836461547
        },
        {
            "start": 836462434,
            "stop": 836465099
        },
        {
            "start": 836466453,
            "stop": 836468293
        },
        {
            "start": 836471012,
            "stop": 836472300
        },
        {
            "start": 836474116,
            "stop": 836478282
        },
        {
            "start": 836479880,
            "stop": 836485033
        },
        {
            "start": 836487042,
            "stop": 836502286
        },
        {
            "start": 836503674,
            "stop": 836513995
        },
        {
            "start": 836515291,
            "stop": 836542070
        },
        {
            "start": 836542838,
            "stop": 836578690
        },
        {
            "start": 836580914,
            "stop": 836583427
        }
    ]
}