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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=114",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 115,
    "results": [
        {
            "start": 1134909894,
            "stop": 1134909898
        },
        {
            "start": 1134909905,
            "stop": 1134910019
        },
        {
            "start": 1134910023,
            "stop": 1134910028
        },
        {
            "start": 1134910034,
            "stop": 1134910229
        },
        {
            "start": 1134910232,
            "stop": 1134910233
        },
        {
            "start": 1134910237,
            "stop": 1134910244
        },
        {
            "start": 1134910248,
            "stop": 1134910280
        },
        {
            "start": 1134910283,
            "stop": 1134910376
        },
        {
            "start": 1134910381,
            "stop": 1134910470
        },
        {
            "start": 1134910475,
            "stop": 1134910480
        },
        {
            "start": 1134910483,
            "stop": 1134910501
        },
        {
            "start": 1134910504,
            "stop": 1134910537
        },
        {
            "start": 1134910554,
            "stop": 1134910579
        },
        {
            "start": 1134910582,
            "stop": 1134910585
        },
        {
            "start": 1134910606,
            "stop": 1134910655
        },
        {
            "start": 1134910659,
            "stop": 1134910662
        },
        {
            "start": 1134910713,
            "stop": 1134910726
        },
        {
            "start": 1134910732,
            "stop": 1134910817
        },
        {
            "start": 1134910827,
            "stop": 1134910830
        },
        {
            "start": 1134910850,
            "stop": 1134910868
        }
    ]
}