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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=306",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 307,
    "results": [
        {
            "start": 822869281,
            "stop": 822869330
        },
        {
            "start": 822869333,
            "stop": 822869472
        },
        {
            "start": 822869475,
            "stop": 822869551
        },
        {
            "start": 822869555,
            "stop": 822869588
        },
        {
            "start": 822869592,
            "stop": 822869901
        },
        {
            "start": 822869904,
            "stop": 822869917
        },
        {
            "start": 822871937,
            "stop": 822872116
        },
        {
            "start": 822872119,
            "stop": 822872168
        },
        {
            "start": 822872172,
            "stop": 822872213
        },
        {
            "start": 822872353,
            "stop": 822872365
        },
        {
            "start": 822872368,
            "stop": 822872420
        },
        {
            "start": 822872424,
            "stop": 822872427
        },
        {
            "start": 822872432,
            "stop": 822872434
        },
        {
            "start": 822872438,
            "stop": 822872527
        },
        {
            "start": 822872531,
            "stop": 822872577
        },
        {
            "start": 822872582,
            "stop": 822872638
        },
        {
            "start": 822872641,
            "stop": 822872757
        },
        {
            "start": 822872760,
            "stop": 822872853
        },
        {
            "start": 822872856,
            "stop": 822872891
        },
        {
            "start": 822872894,
            "stop": 822873213
        }
    ]
}