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/S5/timelines/L1_BURST_CAT2/segments?format=api&page=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=153",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 154,
    "results": [
        {
            "start": 818078000,
            "stop": 818078002
        },
        {
            "start": 818078013,
            "stop": 818078014
        },
        {
            "start": 818078017,
            "stop": 818078018
        },
        {
            "start": 818078027,
            "stop": 818078029
        },
        {
            "start": 818078032,
            "stop": 818078034
        },
        {
            "start": 818078042,
            "stop": 818078048
        },
        {
            "start": 818078059,
            "stop": 818078062
        },
        {
            "start": 818078073,
            "stop": 818078074
        },
        {
            "start": 818078078,
            "stop": 818078081
        },
        {
            "start": 818078096,
            "stop": 818078099
        },
        {
            "start": 818078115,
            "stop": 818078117
        },
        {
            "start": 818078123,
            "stop": 818078127
        },
        {
            "start": 818078134,
            "stop": 818078135
        },
        {
            "start": 818078138,
            "stop": 818078142
        },
        {
            "start": 818078148,
            "stop": 818078151
        },
        {
            "start": 818078157,
            "stop": 818078160
        },
        {
            "start": 818078163,
            "stop": 818078164
        },
        {
            "start": 818078181,
            "stop": 818078190
        },
        {
            "start": 818078196,
            "stop": 818078199
        },
        {
            "start": 818078208,
            "stop": 818078216
        }
    ]
}