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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=110",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 111,
    "results": [
        {
            "start": 931348718,
            "stop": 931348734
        },
        {
            "start": 931348736,
            "stop": 931348747
        },
        {
            "start": 931348749,
            "stop": 931348753
        },
        {
            "start": 931348755,
            "stop": 931348760
        },
        {
            "start": 931348762,
            "stop": 931348793
        },
        {
            "start": 931348795,
            "stop": 931348797
        },
        {
            "start": 931348799,
            "stop": 931348802
        },
        {
            "start": 931348803,
            "stop": 931348808
        },
        {
            "start": 931348812,
            "stop": 931348813
        },
        {
            "start": 931349175,
            "stop": 931349192
        },
        {
            "start": 931349195,
            "stop": 931349204
        },
        {
            "start": 931349206,
            "stop": 931349209
        },
        {
            "start": 931349212,
            "stop": 931349221
        },
        {
            "start": 931349223,
            "stop": 931349224
        },
        {
            "start": 931349225,
            "stop": 931349228
        },
        {
            "start": 931349229,
            "stop": 931349256
        },
        {
            "start": 931349259,
            "stop": 931349290
        },
        {
            "start": 931349292,
            "stop": 931349303
        },
        {
            "start": 931349304,
            "stop": 931349356
        },
        {
            "start": 931349357,
            "stop": 931349367
        }
    ]
}