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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=224",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 225,
    "results": [
        {
            "start": 851661166,
            "stop": 851662587
        },
        {
            "start": 851662887,
            "stop": 851665982
        },
        {
            "start": 851666092,
            "stop": 851666134
        },
        {
            "start": 851669462,
            "stop": 851670200
        },
        {
            "start": 851670500,
            "stop": 851673872
        },
        {
            "start": 851674217,
            "stop": 851674233
        },
        {
            "start": 851674343,
            "stop": 851674673
        },
        {
            "start": 851677734,
            "stop": 851697956
        },
        {
            "start": 851699585,
            "stop": 851703781
        },
        {
            "start": 851703783,
            "stop": 851729314
        },
        {
            "start": 851729614,
            "stop": 851778335
        },
        {
            "start": 851778445,
            "stop": 851778675
        },
        {
            "start": 851780244,
            "stop": 851780791
        },
        {
            "start": 851782098,
            "stop": 851784430
        },
        {
            "start": 851784747,
            "stop": 851785188
        },
        {
            "start": 851786839,
            "stop": 851787680
        },
        {
            "start": 851805974,
            "stop": 851864192
        },
        {
            "start": 851867117,
            "stop": 851872173
        },
        {
            "start": 851872196,
            "stop": 851872197
        },
        {
            "start": 851872286,
            "stop": 851921393
        }
    ]
}