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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5260",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5258",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5259,
    "results": [
        {
            "start": 1136392064,
            "stop": 1136392077
        },
        {
            "start": 1136392079,
            "stop": 1136392089
        },
        {
            "start": 1136392091,
            "stop": 1136392092
        },
        {
            "start": 1136392094,
            "stop": 1136392119
        },
        {
            "start": 1136392121,
            "stop": 1136392143
        },
        {
            "start": 1136392145,
            "stop": 1136392148
        },
        {
            "start": 1136392150,
            "stop": 1136392183
        },
        {
            "start": 1136392185,
            "stop": 1136392253
        },
        {
            "start": 1136392255,
            "stop": 1136392261
        },
        {
            "start": 1136392263,
            "stop": 1136392278
        },
        {
            "start": 1136392280,
            "stop": 1136392287
        },
        {
            "start": 1136392289,
            "stop": 1136392295
        },
        {
            "start": 1136392297,
            "stop": 1136392305
        },
        {
            "start": 1136392307,
            "stop": 1136392333
        },
        {
            "start": 1136392336,
            "stop": 1136392348
        },
        {
            "start": 1136392352,
            "stop": 1136392369
        },
        {
            "start": 1136392371,
            "stop": 1136392375
        },
        {
            "start": 1136392379,
            "stop": 1136392382
        },
        {
            "start": 1136392386,
            "stop": 1136392390
        },
        {
            "start": 1136392392,
            "stop": 1136392404
        }
    ]
}