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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=297",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 298,
    "results": [
        {
            "start": 865046287,
            "stop": 865055715
        },
        {
            "start": 865056075,
            "stop": 865057134
        },
        {
            "start": 865057920,
            "stop": 865062755
        },
        {
            "start": 865062756,
            "stop": 865077926
        },
        {
            "start": 865078057,
            "stop": 865079282
        },
        {
            "start": 865112470,
            "stop": 865112635
        },
        {
            "start": 865114884,
            "stop": 865115026
        },
        {
            "start": 865116577,
            "stop": 865129351
        },
        {
            "start": 865130017,
            "stop": 865130286
        },
        {
            "start": 865130472,
            "stop": 865134178
        },
        {
            "start": 865134288,
            "stop": 865135720
        },
        {
            "start": 865136020,
            "stop": 865163824
        },
        {
            "start": 865163826,
            "stop": 865172572
        },
        {
            "start": 865172774,
            "stop": 865180060
        },
        {
            "start": 865180062,
            "stop": 865181809
        },
        {
            "start": 865181919,
            "stop": 865182126
        },
        {
            "start": 865182426,
            "stop": 865183437
        },
        {
            "start": 865183547,
            "stop": 865184305
        },
        {
            "start": 865184605,
            "stop": 865184644
        },
        {
            "start": 865184944,
            "stop": 865184984
        }
    ]
}