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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=68",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 69,
    "results": [
        {
            "start": 817390287,
            "stop": 817390425
        },
        {
            "start": 817390428,
            "stop": 817390777
        },
        {
            "start": 817390780,
            "stop": 817391722
        },
        {
            "start": 817391725,
            "stop": 817391792
        },
        {
            "start": 817391795,
            "stop": 817392081
        },
        {
            "start": 817392084,
            "stop": 817392290
        },
        {
            "start": 817392293,
            "stop": 817392985
        },
        {
            "start": 817392988,
            "stop": 817393293
        },
        {
            "start": 817393296,
            "stop": 817393388
        },
        {
            "start": 817393391,
            "stop": 817394098
        },
        {
            "start": 817394101,
            "stop": 817394261
        },
        {
            "start": 817394264,
            "stop": 817394389
        },
        {
            "start": 817394392,
            "stop": 817394843
        },
        {
            "start": 817394846,
            "stop": 817395074
        },
        {
            "start": 817399812,
            "stop": 817400862
        },
        {
            "start": 817400865,
            "stop": 817401411
        },
        {
            "start": 817401416,
            "stop": 817401421
        },
        {
            "start": 817403029,
            "stop": 817403030
        },
        {
            "start": 817403035,
            "stop": 817403036
        },
        {
            "start": 817403050,
            "stop": 817403051
        }
    ]
}