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_CAT2/segments?format=api&page=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 5,
    "results": [
        {
            "start": 816272225,
            "stop": 816272226
        },
        {
            "start": 816272229,
            "stop": 816272234
        },
        {
            "start": 816272236,
            "stop": 816272243
        },
        {
            "start": 816272246,
            "stop": 816272267
        },
        {
            "start": 816272270,
            "stop": 816272407
        },
        {
            "start": 816272410,
            "stop": 816272459
        },
        {
            "start": 816272461,
            "stop": 816273229
        },
        {
            "start": 816273234,
            "stop": 816274211
        },
        {
            "start": 816274214,
            "stop": 816274674
        },
        {
            "start": 816274676,
            "stop": 816275740
        },
        {
            "start": 816275742,
            "stop": 816275776
        },
        {
            "start": 816275779,
            "stop": 816276853
        },
        {
            "start": 816287178,
            "stop": 816288553
        },
        {
            "start": 816289750,
            "stop": 816290891
        },
        {
            "start": 816303755,
            "stop": 816305443
        },
        {
            "start": 816306983,
            "stop": 816308876
        },
        {
            "start": 816310655,
            "stop": 816311473
        },
        {
            "start": 816311986,
            "stop": 816314382
        },
        {
            "start": 816314942,
            "stop": 816318231
        },
        {
            "start": 816321073,
            "stop": 816323952
        }
    ]
}