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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=161",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 162,
    "results": [
        {
            "start": 818062972,
            "stop": 818062973
        },
        {
            "start": 818062976,
            "stop": 818062980
        },
        {
            "start": 818063040,
            "stop": 818063044
        },
        {
            "start": 818063048,
            "stop": 818063050
        },
        {
            "start": 818063053,
            "stop": 818063056
        },
        {
            "start": 818063059,
            "stop": 818063061
        },
        {
            "start": 818063065,
            "stop": 818063071
        },
        {
            "start": 818063079,
            "stop": 818063080
        },
        {
            "start": 818063083,
            "stop": 818063086
        },
        {
            "start": 818063090,
            "stop": 818063096
        },
        {
            "start": 818063099,
            "stop": 818063111
        },
        {
            "start": 818063114,
            "stop": 818063118
        },
        {
            "start": 818063121,
            "stop": 818063124
        },
        {
            "start": 818063128,
            "stop": 818063131
        },
        {
            "start": 818063134,
            "stop": 818063147
        },
        {
            "start": 818063151,
            "stop": 818063156
        },
        {
            "start": 818063162,
            "stop": 818063182
        },
        {
            "start": 818063187,
            "stop": 818063188
        },
        {
            "start": 818063191,
            "stop": 818063196
        },
        {
            "start": 818063199,
            "stop": 818063200
        }
    ]
}