Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=228
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=227",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 228,
    "results": [
        {
            "start": 821543433,
            "stop": 821543450
        },
        {
            "start": 821543454,
            "stop": 821543653
        },
        {
            "start": 821543656,
            "stop": 821543717
        },
        {
            "start": 821543720,
            "stop": 821543741
        },
        {
            "start": 821545948,
            "stop": 821546074
        },
        {
            "start": 821546077,
            "stop": 821546244
        },
        {
            "start": 821546247,
            "stop": 821546510
        },
        {
            "start": 821546513,
            "stop": 821546651
        },
        {
            "start": 821546654,
            "stop": 821546897
        },
        {
            "start": 821546900,
            "stop": 821547008
        },
        {
            "start": 821547011,
            "stop": 821547141
        },
        {
            "start": 821547145,
            "stop": 821547329
        },
        {
            "start": 821547332,
            "stop": 821547447
        },
        {
            "start": 821547451,
            "stop": 821547472
        },
        {
            "start": 821547476,
            "stop": 821547675
        },
        {
            "start": 821547679,
            "stop": 821547745
        },
        {
            "start": 821547748,
            "stop": 821548196
        },
        {
            "start": 821548199,
            "stop": 821548274
        },
        {
            "start": 821548277,
            "stop": 821548515
        },
        {
            "start": 821548518,
            "stop": 821548589
        }
    ]
}