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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=294",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 295,
    "results": [
        {
            "start": 864353415,
            "stop": 864353531
        },
        {
            "start": 864353831,
            "stop": 864354018
        },
        {
            "start": 864354406,
            "stop": 864363194
        },
        {
            "start": 864363196,
            "stop": 864415959
        },
        {
            "start": 864416325,
            "stop": 864416329
        },
        {
            "start": 864416439,
            "stop": 864416700
        },
        {
            "start": 864417230,
            "stop": 864418222
        },
        {
            "start": 864418375,
            "stop": 864433800
        },
        {
            "start": 864435507,
            "stop": 864436597
        },
        {
            "start": 864436994,
            "stop": 864437144
        },
        {
            "start": 864437444,
            "stop": 864463863
        },
        {
            "start": 864464497,
            "stop": 864486082
        },
        {
            "start": 864506081,
            "stop": 864506246
        },
        {
            "start": 864506546,
            "stop": 864507622
        },
        {
            "start": 864507902,
            "stop": 864510479
        },
        {
            "start": 864510779,
            "stop": 864577330
        },
        {
            "start": 864577477,
            "stop": 864585096
        },
        {
            "start": 864585396,
            "stop": 864585769
        },
        {
            "start": 864586439,
            "stop": 864592254
        },
        {
            "start": 864593820,
            "stop": 864593952
        }
    ]
}