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=6972
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=6973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6971",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6972,
    "results": [
        {
            "start": 873808036,
            "stop": 873808127
        },
        {
            "start": 873808132,
            "stop": 873808210
        },
        {
            "start": 873808214,
            "stop": 873808225
        },
        {
            "start": 873808231,
            "stop": 873808297
        },
        {
            "start": 873808299,
            "stop": 873808332
        },
        {
            "start": 873808336,
            "stop": 873808505
        },
        {
            "start": 873808509,
            "stop": 873808628
        },
        {
            "start": 873808629,
            "stop": 873809043
        },
        {
            "start": 873809047,
            "stop": 873809061
        },
        {
            "start": 873809065,
            "stop": 873809233
        },
        {
            "start": 873809236,
            "stop": 873809240
        },
        {
            "start": 873809243,
            "stop": 873809296
        },
        {
            "start": 873809303,
            "stop": 873809304
        },
        {
            "start": 873809308,
            "stop": 873809335
        },
        {
            "start": 873809338,
            "stop": 873809523
        },
        {
            "start": 873809530,
            "stop": 873809640
        },
        {
            "start": 873809644,
            "stop": 873809938
        },
        {
            "start": 873809948,
            "stop": 873810184
        },
        {
            "start": 873810188,
            "stop": 873810250
        },
        {
            "start": 873810254,
            "stop": 873810258
        }
    ]
}