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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=215",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 216,
    "results": [
        {
            "start": 818214968,
            "stop": 818214969
        },
        {
            "start": 818214972,
            "stop": 818214974
        },
        {
            "start": 818214989,
            "stop": 818214992
        },
        {
            "start": 818214997,
            "stop": 818215000
        },
        {
            "start": 818215016,
            "stop": 818215018
        },
        {
            "start": 818215052,
            "stop": 818215055
        },
        {
            "start": 818215063,
            "stop": 818215066
        },
        {
            "start": 818215080,
            "stop": 818215081
        },
        {
            "start": 818215084,
            "stop": 818215085
        },
        {
            "start": 818215091,
            "stop": 818215096
        },
        {
            "start": 818215101,
            "stop": 818215103
        },
        {
            "start": 818215115,
            "stop": 818215118
        },
        {
            "start": 818215150,
            "stop": 818215151
        },
        {
            "start": 818215156,
            "stop": 818215157
        },
        {
            "start": 818215165,
            "stop": 818215168
        },
        {
            "start": 818215176,
            "stop": 818215179
        },
        {
            "start": 818215204,
            "stop": 818215207
        },
        {
            "start": 818215237,
            "stop": 818215243
        },
        {
            "start": 818215246,
            "stop": 818215257
        },
        {
            "start": 818215272,
            "stop": 818215274
        }
    ]
}