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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=567",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=565",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 566,
    "results": [
        {
            "start": 1186158135,
            "stop": 1186170063
        },
        {
            "start": 1186170066,
            "stop": 1186173582
        },
        {
            "start": 1186173586,
            "stop": 1186178926
        },
        {
            "start": 1186178929,
            "stop": 1186181960
        },
        {
            "start": 1186192128,
            "stop": 1186192196
        },
        {
            "start": 1186192240,
            "stop": 1186202380
        },
        {
            "start": 1186202384,
            "stop": 1186215604
        },
        {
            "start": 1186215608,
            "stop": 1186218772
        },
        {
            "start": 1186218775,
            "stop": 1186222906
        },
        {
            "start": 1186222910,
            "stop": 1186231496
        },
        {
            "start": 1186231499,
            "stop": 1186233378
        },
        {
            "start": 1186233382,
            "stop": 1186235820
        },
        {
            "start": 1186295199,
            "stop": 1186295229
        },
        {
            "start": 1186295255,
            "stop": 1186297711
        },
        {
            "start": 1186297715,
            "stop": 1186298791
        },
        {
            "start": 1186298795,
            "stop": 1186308047
        },
        {
            "start": 1186308051,
            "stop": 1186314890
        },
        {
            "start": 1186314894,
            "stop": 1186317582
        },
        {
            "start": 1186317585,
            "stop": 1186326018
        },
        {
            "start": 1186326022,
            "stop": 1186329783
        }
    ]
}