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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3224",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3225,
    "results": [
        {
            "start": 871803614,
            "stop": 871807244
        },
        {
            "start": 871807425,
            "stop": 871814280
        },
        {
            "start": 871814400,
            "stop": 871818780
        },
        {
            "start": 871819050,
            "stop": 871826880
        },
        {
            "start": 871826884,
            "stop": 871831620
        },
        {
            "start": 871831740,
            "stop": 871831800
        },
        {
            "start": 871831920,
            "stop": 871832115
        },
        {
            "start": 871832123,
            "stop": 871832135
        },
        {
            "start": 871832143,
            "stop": 871833960
        },
        {
            "start": 871834020,
            "stop": 871834392
        },
        {
            "start": 871834395,
            "stop": 871836300
        },
        {
            "start": 871836360,
            "stop": 871836600
        },
        {
            "start": 871836660,
            "stop": 871837500
        },
        {
            "start": 871837560,
            "stop": 871837571
        },
        {
            "start": 871837576,
            "stop": 871837580
        },
        {
            "start": 871837584,
            "stop": 871837595
        },
        {
            "start": 871837603,
            "stop": 871838217
        },
        {
            "start": 871838223,
            "stop": 871838312
        },
        {
            "start": 871838316,
            "stop": 871839334
        },
        {
            "start": 871839338,
            "stop": 871839398
        }
    ]
}