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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=237",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 238,
    "results": [
        {
            "start": 931676008,
            "stop": 931676015
        },
        {
            "start": 931676020,
            "stop": 931676046
        },
        {
            "start": 931676049,
            "stop": 931676051
        },
        {
            "start": 931676054,
            "stop": 931676056
        },
        {
            "start": 931676059,
            "stop": 931676083
        },
        {
            "start": 931676086,
            "stop": 931676095
        },
        {
            "start": 931676098,
            "stop": 931676099
        },
        {
            "start": 931676102,
            "stop": 931676122
        },
        {
            "start": 931676125,
            "stop": 931676133
        },
        {
            "start": 931676136,
            "stop": 931676140
        },
        {
            "start": 931676143,
            "stop": 931676155
        },
        {
            "start": 931676158,
            "stop": 931676162
        },
        {
            "start": 931676166,
            "stop": 931676190
        },
        {
            "start": 931676192,
            "stop": 931676205
        },
        {
            "start": 931676208,
            "stop": 931676211
        },
        {
            "start": 931676214,
            "stop": 931676233
        },
        {
            "start": 931676240,
            "stop": 931676259
        },
        {
            "start": 931676263,
            "stop": 931676268
        },
        {
            "start": 931676272,
            "stop": 931676277
        },
        {
            "start": 931676280,
            "stop": 931676291
        }
    ]
}