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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33246",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33247,
    "results": [
        {
            "start": 970986079,
            "stop": 970986109
        },
        {
            "start": 970986110,
            "stop": 970986142
        },
        {
            "start": 970986144,
            "stop": 970986167
        },
        {
            "start": 970986170,
            "stop": 970986193
        },
        {
            "start": 970986194,
            "stop": 970986227
        },
        {
            "start": 970986230,
            "stop": 970986232
        },
        {
            "start": 970986235,
            "stop": 970986244
        },
        {
            "start": 970986245,
            "stop": 970986250
        },
        {
            "start": 970986251,
            "stop": 970986254
        },
        {
            "start": 970986256,
            "stop": 970986260
        },
        {
            "start": 970986261,
            "stop": 970986282
        },
        {
            "start": 970986283,
            "stop": 970986307
        },
        {
            "start": 970986308,
            "stop": 970986346
        },
        {
            "start": 970986349,
            "stop": 970986369
        },
        {
            "start": 970986370,
            "stop": 970986381
        },
        {
            "start": 970986382,
            "stop": 970986390
        },
        {
            "start": 970986391,
            "stop": 970986392
        },
        {
            "start": 970986395,
            "stop": 970986427
        },
        {
            "start": 970986430,
            "stop": 970986452
        },
        {
            "start": 970986454,
            "stop": 970986470
        }
    ]
}