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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 44,
    "results": [
        {
            "start": 1129161272,
            "stop": 1129172181
        },
        {
            "start": 1129172188,
            "stop": 1129173658
        },
        {
            "start": 1129173659,
            "stop": 1129182419
        },
        {
            "start": 1129182427,
            "stop": 1129186905
        },
        {
            "start": 1129186906,
            "stop": 1129191534
        },
        {
            "start": 1129191541,
            "stop": 1129191567
        },
        {
            "start": 1129191568,
            "stop": 1129196740
        },
        {
            "start": 1129196747,
            "stop": 1129199450
        },
        {
            "start": 1129199457,
            "stop": 1129199762
        },
        {
            "start": 1129199769,
            "stop": 1129216699
        },
        {
            "start": 1129216706,
            "stop": 1129221675
        },
        {
            "start": 1129221677,
            "stop": 1129222394
        },
        {
            "start": 1129230007,
            "stop": 1129233144
        },
        {
            "start": 1129233145,
            "stop": 1129233700
        },
        {
            "start": 1129233707,
            "stop": 1129240719
        },
        {
            "start": 1129240727,
            "stop": 1129257316
        },
        {
            "start": 1129257324,
            "stop": 1129259985
        },
        {
            "start": 1129259992,
            "stop": 1129260383
        },
        {
            "start": 1129265646,
            "stop": 1129269491
        },
        {
            "start": 1129269498,
            "stop": 1129271718
        }
    ]
}