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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5630",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5628",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5629,
    "results": [
        {
            "start": 874491965,
            "stop": 874492148
        },
        {
            "start": 874492151,
            "stop": 874492153
        },
        {
            "start": 874492156,
            "stop": 874492237
        },
        {
            "start": 874492240,
            "stop": 874492256
        },
        {
            "start": 874492259,
            "stop": 874492266
        },
        {
            "start": 874492270,
            "stop": 874492986
        },
        {
            "start": 874492989,
            "stop": 874493344
        },
        {
            "start": 874493347,
            "stop": 874493839
        },
        {
            "start": 874493842,
            "stop": 874493909
        },
        {
            "start": 874493912,
            "stop": 874493984
        },
        {
            "start": 874493988,
            "stop": 874494736
        },
        {
            "start": 874494739,
            "stop": 874494803
        },
        {
            "start": 874494806,
            "stop": 874495093
        },
        {
            "start": 874495096,
            "stop": 874495129
        },
        {
            "start": 874495132,
            "stop": 874495161
        },
        {
            "start": 874495164,
            "stop": 874495359
        },
        {
            "start": 874495362,
            "stop": 874496030
        },
        {
            "start": 874496033,
            "stop": 874496169
        },
        {
            "start": 874496172,
            "stop": 874496175
        },
        {
            "start": 874496178,
            "stop": 874496188
        }
    ]
}