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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=242",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 243,
    "results": [
        {
            "start": 818216980,
            "stop": 818216986
        },
        {
            "start": 818216996,
            "stop": 818216998
        },
        {
            "start": 818217001,
            "stop": 818217005
        },
        {
            "start": 818217013,
            "stop": 818217016
        },
        {
            "start": 818217034,
            "stop": 818217037
        },
        {
            "start": 818217041,
            "stop": 818217043
        },
        {
            "start": 818217057,
            "stop": 818217059
        },
        {
            "start": 818217066,
            "stop": 818217073
        },
        {
            "start": 818217083,
            "stop": 818217084
        },
        {
            "start": 818217097,
            "stop": 818217100
        },
        {
            "start": 818217105,
            "stop": 818217106
        },
        {
            "start": 818217113,
            "stop": 818217117
        },
        {
            "start": 818217121,
            "stop": 818217123
        },
        {
            "start": 818217150,
            "stop": 818217151
        },
        {
            "start": 818217156,
            "stop": 818217162
        },
        {
            "start": 818217165,
            "stop": 818217166
        },
        {
            "start": 818217173,
            "stop": 818217177
        },
        {
            "start": 818217182,
            "stop": 818217187
        },
        {
            "start": 818217190,
            "stop": 818217192
        },
        {
            "start": 818217208,
            "stop": 818217209
        }
    ]
}