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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=293",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 294,
    "results": [
        {
            "start": 822725145,
            "stop": 822725728
        },
        {
            "start": 822726028,
            "stop": 822726461
        },
        {
            "start": 822726464,
            "stop": 822727220
        },
        {
            "start": 822727223,
            "stop": 822728580
        },
        {
            "start": 822728640,
            "stop": 822730105
        },
        {
            "start": 822730109,
            "stop": 822730179
        },
        {
            "start": 822730182,
            "stop": 822730897
        },
        {
            "start": 822730901,
            "stop": 822730925
        },
        {
            "start": 822730928,
            "stop": 822731183
        },
        {
            "start": 822731187,
            "stop": 822731232
        },
        {
            "start": 822731282,
            "stop": 822731289
        },
        {
            "start": 822731340,
            "stop": 822731411
        },
        {
            "start": 822731415,
            "stop": 822732636
        },
        {
            "start": 822732936,
            "stop": 822733380
        },
        {
            "start": 822733440,
            "stop": 822734966
        },
        {
            "start": 822736447,
            "stop": 822737655
        },
        {
            "start": 822740790,
            "stop": 822742484
        },
        {
            "start": 822742665,
            "stop": 822743113
        },
        {
            "start": 822743147,
            "stop": 822743148
        },
        {
            "start": 822743204,
            "stop": 822745333
        }
    ]
}