Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33302
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33301",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33302,
    "results": [
        {
            "start": 971009164,
            "stop": 971009171
        },
        {
            "start": 971009174,
            "stop": 971009176
        },
        {
            "start": 971009179,
            "stop": 971009191
        },
        {
            "start": 971009194,
            "stop": 971009201
        },
        {
            "start": 971009202,
            "stop": 971009229
        },
        {
            "start": 971009230,
            "stop": 971009232
        },
        {
            "start": 971009235,
            "stop": 971009261
        },
        {
            "start": 971009267,
            "stop": 971009288
        },
        {
            "start": 971009289,
            "stop": 971009291
        },
        {
            "start": 971009292,
            "stop": 971009305
        },
        {
            "start": 971009308,
            "stop": 971009318
        },
        {
            "start": 971009323,
            "stop": 971009333
        },
        {
            "start": 971009336,
            "stop": 971009359
        },
        {
            "start": 971009363,
            "stop": 971009366
        },
        {
            "start": 971009367,
            "stop": 971009369
        },
        {
            "start": 971009372,
            "stop": 971009401
        },
        {
            "start": 971009405,
            "stop": 971009409
        },
        {
            "start": 971009413,
            "stop": 971009427
        },
        {
            "start": 971009428,
            "stop": 971009442
        },
        {
            "start": 971009443,
            "stop": 971009444
        }
    ]
}