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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=181",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 182,
    "results": [
        {
            "start": 931602055,
            "stop": 931602064
        },
        {
            "start": 931602069,
            "stop": 931602070
        },
        {
            "start": 931602075,
            "stop": 931602084
        },
        {
            "start": 931602090,
            "stop": 931602093
        },
        {
            "start": 931602105,
            "stop": 931602111
        },
        {
            "start": 931602119,
            "stop": 931602129
        },
        {
            "start": 931602132,
            "stop": 931602141
        },
        {
            "start": 931602144,
            "stop": 931602153
        },
        {
            "start": 931602158,
            "stop": 931602163
        },
        {
            "start": 931602168,
            "stop": 931602171
        },
        {
            "start": 931602174,
            "stop": 931602177
        },
        {
            "start": 931602180,
            "stop": 931602184
        },
        {
            "start": 931602186,
            "stop": 931602190
        },
        {
            "start": 931602195,
            "stop": 931602196
        },
        {
            "start": 931602199,
            "stop": 931602201
        },
        {
            "start": 931602204,
            "stop": 931602215
        },
        {
            "start": 931602218,
            "stop": 931602222
        },
        {
            "start": 931602227,
            "stop": 931602229
        },
        {
            "start": 931602232,
            "stop": 931602241
        },
        {
            "start": 931602245,
            "stop": 931602246
        }
    ]
}