Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=539
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=540",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=538",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 539,
    "results": [
        {
            "start": 870715269,
            "stop": 870716818
        },
        {
            "start": 870720207,
            "stop": 870721607
        },
        {
            "start": 870723773,
            "stop": 870726279
        },
        {
            "start": 870726692,
            "stop": 870727070
        },
        {
            "start": 870727445,
            "stop": 870727927
        },
        {
            "start": 870729845,
            "stop": 870730639
        },
        {
            "start": 870730641,
            "stop": 870735377
        },
        {
            "start": 870736990,
            "stop": 870743598
        },
        {
            "start": 870743932,
            "stop": 870749644
        },
        {
            "start": 870749646,
            "stop": 870754510
        },
        {
            "start": 870754601,
            "stop": 870769721
        },
        {
            "start": 870771075,
            "stop": 870782218
        },
        {
            "start": 870782308,
            "stop": 870786402
        },
        {
            "start": 870786506,
            "stop": 870787097
        },
        {
            "start": 870787967,
            "stop": 870796527
        },
        {
            "start": 870796739,
            "stop": 870801457
        },
        {
            "start": 870802555,
            "stop": 870810049
        },
        {
            "start": 870810255,
            "stop": 870811467
        },
        {
            "start": 870811507,
            "stop": 870837186
        },
        {
            "start": 870837188,
            "stop": 870857471
        }
    ]
}