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=33150
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=33151",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33149",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33150,
    "results": [
        {
            "start": 970602095,
            "stop": 970602114
        },
        {
            "start": 970602116,
            "stop": 970602119
        },
        {
            "start": 970602122,
            "stop": 970602141
        },
        {
            "start": 970602143,
            "stop": 970602151
        },
        {
            "start": 970602152,
            "stop": 970602157
        },
        {
            "start": 970602159,
            "stop": 970602170
        },
        {
            "start": 970602172,
            "stop": 970602175
        },
        {
            "start": 970602178,
            "stop": 970602182
        },
        {
            "start": 970602183,
            "stop": 970602206
        },
        {
            "start": 970602208,
            "stop": 970602209
        },
        {
            "start": 970602213,
            "stop": 970602240
        },
        {
            "start": 970602243,
            "stop": 970602249
        },
        {
            "start": 970602252,
            "stop": 970602259
        },
        {
            "start": 970602262,
            "stop": 970602267
        },
        {
            "start": 970602271,
            "stop": 970602285
        },
        {
            "start": 970602288,
            "stop": 970602300
        },
        {
            "start": 970602302,
            "stop": 970602304
        },
        {
            "start": 970602307,
            "stop": 970602315
        },
        {
            "start": 970602316,
            "stop": 970602326
        },
        {
            "start": 970602330,
            "stop": 970602351
        }
    ]
}