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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=129",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 130,
    "results": [
        {
            "start": 1135047011,
            "stop": 1135047014
        },
        {
            "start": 1135047017,
            "stop": 1135047110
        },
        {
            "start": 1135047113,
            "stop": 1135047115
        },
        {
            "start": 1135047118,
            "stop": 1135047185
        },
        {
            "start": 1135047194,
            "stop": 1135047258
        },
        {
            "start": 1135047262,
            "stop": 1135047357
        },
        {
            "start": 1135047360,
            "stop": 1135047402
        },
        {
            "start": 1135047405,
            "stop": 1135047427
        },
        {
            "start": 1135047430,
            "stop": 1135047469
        },
        {
            "start": 1135047472,
            "stop": 1135047510
        },
        {
            "start": 1135047514,
            "stop": 1135047604
        },
        {
            "start": 1135047607,
            "stop": 1135047651
        },
        {
            "start": 1135047654,
            "stop": 1135047680
        },
        {
            "start": 1135047683,
            "stop": 1135047761
        },
        {
            "start": 1135047764,
            "stop": 1135047869
        },
        {
            "start": 1135047872,
            "stop": 1135047963
        },
        {
            "start": 1135047967,
            "stop": 1135048030
        },
        {
            "start": 1135048033,
            "stop": 1135048120
        },
        {
            "start": 1135048125,
            "stop": 1135048253
        },
        {
            "start": 1135048257,
            "stop": 1135048349
        }
    ]
}