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=41022
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=41023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41021",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41022,
    "results": [
        {
            "start": 875180096,
            "stop": 875180104
        },
        {
            "start": 875180105,
            "stop": 875180107
        },
        {
            "start": 875180108,
            "stop": 875180134
        },
        {
            "start": 875180135,
            "stop": 875180177
        },
        {
            "start": 875180179,
            "stop": 875180186
        },
        {
            "start": 875180188,
            "stop": 875180189
        },
        {
            "start": 875180190,
            "stop": 875180219
        },
        {
            "start": 875180220,
            "stop": 875180240
        },
        {
            "start": 875180244,
            "stop": 875180273
        },
        {
            "start": 875180274,
            "stop": 875180275
        },
        {
            "start": 875180276,
            "stop": 875180294
        },
        {
            "start": 875180295,
            "stop": 875180326
        },
        {
            "start": 875180327,
            "stop": 875180335
        },
        {
            "start": 875180336,
            "stop": 875180345
        },
        {
            "start": 875180347,
            "stop": 875180372
        },
        {
            "start": 875180373,
            "stop": 875180420
        },
        {
            "start": 875180421,
            "stop": 875180436
        },
        {
            "start": 875180437,
            "stop": 875180456
        },
        {
            "start": 875180458,
            "stop": 875180490
        },
        {
            "start": 875180491,
            "stop": 875180554
        }
    ]
}