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=40944
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=40945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40943",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40944,
    "results": [
        {
            "start": 875115065,
            "stop": 875115098
        },
        {
            "start": 875115099,
            "stop": 875115154
        },
        {
            "start": 875115156,
            "stop": 875115157
        },
        {
            "start": 875115158,
            "stop": 875115191
        },
        {
            "start": 875115192,
            "stop": 875115217
        },
        {
            "start": 875115218,
            "stop": 875115252
        },
        {
            "start": 875115253,
            "stop": 875115362
        },
        {
            "start": 875115363,
            "stop": 875115439
        },
        {
            "start": 875115440,
            "stop": 875115447
        },
        {
            "start": 875115448,
            "stop": 875115505
        },
        {
            "start": 875115506,
            "stop": 875115526
        },
        {
            "start": 875115527,
            "stop": 875115550
        },
        {
            "start": 875115551,
            "stop": 875115595
        },
        {
            "start": 875115596,
            "stop": 875115599
        },
        {
            "start": 875115600,
            "stop": 875115661
        },
        {
            "start": 875115662,
            "stop": 875115696
        },
        {
            "start": 875115697,
            "stop": 875115726
        },
        {
            "start": 875115727,
            "stop": 875115743
        },
        {
            "start": 875115745,
            "stop": 875115753
        },
        {
            "start": 875115754,
            "stop": 875115789
        }
    ]
}