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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=352",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 353,
    "results": [
        {
            "start": 824872009,
            "stop": 824872063
        },
        {
            "start": 824872066,
            "stop": 824872118
        },
        {
            "start": 824872121,
            "stop": 824872299
        },
        {
            "start": 824872302,
            "stop": 824872303
        },
        {
            "start": 824872306,
            "stop": 824872483
        },
        {
            "start": 824877444,
            "stop": 824877569
        },
        {
            "start": 824878627,
            "stop": 824879088
        },
        {
            "start": 824879565,
            "stop": 824879755
        },
        {
            "start": 824880055,
            "stop": 824880578
        },
        {
            "start": 824880878,
            "stop": 824881072
        },
        {
            "start": 824881527,
            "stop": 824882336
        },
        {
            "start": 824882636,
            "stop": 824882638
        },
        {
            "start": 824882644,
            "stop": 824882729
        },
        {
            "start": 824882732,
            "stop": 824882888
        },
        {
            "start": 824882891,
            "stop": 824882926
        },
        {
            "start": 824882929,
            "stop": 824882992
        },
        {
            "start": 824882995,
            "stop": 824883011
        },
        {
            "start": 824883014,
            "stop": 824883081
        },
        {
            "start": 824883084,
            "stop": 824883096
        },
        {
            "start": 824883099,
            "stop": 824883230
        }
    ]
}