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=14372
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=14373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14371",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14372,
    "results": [
        {
            "start": 971408926,
            "stop": 971408929
        },
        {
            "start": 971408930,
            "stop": 971408934
        },
        {
            "start": 971408935,
            "stop": 971408947
        },
        {
            "start": 971408949,
            "stop": 971408952
        },
        {
            "start": 971408953,
            "stop": 971408954
        },
        {
            "start": 971408955,
            "stop": 971408957
        },
        {
            "start": 971408961,
            "stop": 971408962
        },
        {
            "start": 971408964,
            "stop": 971408981
        },
        {
            "start": 971408983,
            "stop": 971408993
        },
        {
            "start": 971408996,
            "stop": 971409008
        },
        {
            "start": 971409009,
            "stop": 971409011
        },
        {
            "start": 971409013,
            "stop": 971409016
        },
        {
            "start": 971409017,
            "stop": 971409019
        },
        {
            "start": 971409023,
            "stop": 971409025
        },
        {
            "start": 971409027,
            "stop": 971409030
        },
        {
            "start": 971409031,
            "stop": 971409037
        },
        {
            "start": 971409043,
            "stop": 971409046
        },
        {
            "start": 971409048,
            "stop": 971409050
        },
        {
            "start": 971409052,
            "stop": 971409054
        },
        {
            "start": 971409056,
            "stop": 971409064
        }
    ]
}