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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 24,
    "results": [
        {
            "start": 818462869,
            "stop": 818471452
        },
        {
            "start": 818471614,
            "stop": 818479436
        },
        {
            "start": 818485616,
            "stop": 818507471
        },
        {
            "start": 818507472,
            "stop": 818511506
        },
        {
            "start": 818511508,
            "stop": 818515502
        },
        {
            "start": 818515504,
            "stop": 818522047
        },
        {
            "start": 818522049,
            "stop": 818522050
        },
        {
            "start": 818522294,
            "stop": 818524753
        },
        {
            "start": 818547092,
            "stop": 818548593
        },
        {
            "start": 818550111,
            "stop": 818550741
        },
        {
            "start": 818552070,
            "stop": 818552292
        },
        {
            "start": 818552592,
            "stop": 818552601
        },
        {
            "start": 818552711,
            "stop": 818557533
        },
        {
            "start": 818557833,
            "stop": 818557919
        },
        {
            "start": 818558029,
            "stop": 818558115
        },
        {
            "start": 818558415,
            "stop": 818558627
        },
        {
            "start": 818558737,
            "stop": 818559369
        },
        {
            "start": 818559669,
            "stop": 818561285
        },
        {
            "start": 818561932,
            "stop": 818564684
        },
        {
            "start": 818564984,
            "stop": 818569770
        }
    ]
}