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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29267",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29268,
    "results": [
        {
            "start": 971177179,
            "stop": 971177182
        },
        {
            "start": 971177183,
            "stop": 971177186
        },
        {
            "start": 971177189,
            "stop": 971177202
        },
        {
            "start": 971177207,
            "stop": 971177213
        },
        {
            "start": 971177217,
            "stop": 971177222
        },
        {
            "start": 971177223,
            "stop": 971177229
        },
        {
            "start": 971177231,
            "stop": 971177239
        },
        {
            "start": 971177241,
            "stop": 971177248
        },
        {
            "start": 971177251,
            "stop": 971177252
        },
        {
            "start": 971177253,
            "stop": 971177256
        },
        {
            "start": 971177258,
            "stop": 971177273
        },
        {
            "start": 971177276,
            "stop": 971177279
        },
        {
            "start": 971177281,
            "stop": 971177287
        },
        {
            "start": 971177289,
            "stop": 971177290
        },
        {
            "start": 971177291,
            "stop": 971177296
        },
        {
            "start": 971177298,
            "stop": 971177299
        },
        {
            "start": 971177301,
            "stop": 971177307
        },
        {
            "start": 971177309,
            "stop": 971177312
        },
        {
            "start": 971177313,
            "stop": 971177314
        },
        {
            "start": 971177317,
            "stop": 971177318
        }
    ]
}