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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40661",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40659",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40660,
    "results": [
        {
            "start": 874919997,
            "stop": 874920026
        },
        {
            "start": 874920028,
            "stop": 874920037
        },
        {
            "start": 874920038,
            "stop": 874920044
        },
        {
            "start": 874920045,
            "stop": 874920051
        },
        {
            "start": 874920053,
            "stop": 874920058
        },
        {
            "start": 874920060,
            "stop": 874920118
        },
        {
            "start": 874920120,
            "stop": 874920173
        },
        {
            "start": 874920174,
            "stop": 874920192
        },
        {
            "start": 874920193,
            "stop": 874920278
        },
        {
            "start": 874920279,
            "stop": 874920292
        },
        {
            "start": 874920293,
            "stop": 874920313
        },
        {
            "start": 874920314,
            "stop": 874920319
        },
        {
            "start": 874920320,
            "stop": 874920321
        },
        {
            "start": 874920323,
            "stop": 874920348
        },
        {
            "start": 874920349,
            "stop": 874920386
        },
        {
            "start": 874920389,
            "stop": 874920434
        },
        {
            "start": 874920435,
            "stop": 874920442
        },
        {
            "start": 874920443,
            "stop": 874920461
        },
        {
            "start": 874920462,
            "stop": 874920485
        },
        {
            "start": 874920487,
            "stop": 874920514
        }
    ]
}