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_CAT1/segments?format=api&page=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=105",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 106,
    "results": [
        {
            "start": 830190094,
            "stop": 830191133
        },
        {
            "start": 830191135,
            "stop": 830191969
        },
        {
            "start": 830192079,
            "stop": 830192246
        },
        {
            "start": 830192546,
            "stop": 830194153
        },
        {
            "start": 830194585,
            "stop": 830196076
        },
        {
            "start": 830197705,
            "stop": 830197812
        },
        {
            "start": 830197814,
            "stop": 830200391
        },
        {
            "start": 830201838,
            "stop": 830203419
        },
        {
            "start": 830203531,
            "stop": 830204581
        },
        {
            "start": 830206309,
            "stop": 830210482
        },
        {
            "start": 830210792,
            "stop": 830273065
        },
        {
            "start": 830273503,
            "stop": 830277677
        },
        {
            "start": 830277762,
            "stop": 830280032
        },
        {
            "start": 830280332,
            "stop": 830294056
        },
        {
            "start": 830294386,
            "stop": 830295628
        },
        {
            "start": 830295630,
            "stop": 830324395
        },
        {
            "start": 830324695,
            "stop": 830331297
        },
        {
            "start": 830331299,
            "stop": 830334784
        },
        {
            "start": 830334894,
            "stop": 830335014
        },
        {
            "start": 830335314,
            "stop": 830342792
        }
    ]
}