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_CAT2/segments?format=api&page=290
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=289",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 290,
    "results": [
        {
            "start": 848846772,
            "stop": 848850493
        },
        {
            "start": 848850793,
            "stop": 848853167
        },
        {
            "start": 848853503,
            "stop": 848855465
        },
        {
            "start": 848859992,
            "stop": 848865075
        },
        {
            "start": 848867140,
            "stop": 848868890
        },
        {
            "start": 848869249,
            "stop": 848875110
        },
        {
            "start": 848875118,
            "stop": 848875150
        },
        {
            "start": 848875163,
            "stop": 848875180
        },
        {
            "start": 848875185,
            "stop": 848876234
        },
        {
            "start": 848876657,
            "stop": 848876669
        },
        {
            "start": 848876969,
            "stop": 848877002
        },
        {
            "start": 848877672,
            "stop": 848878273
        },
        {
            "start": 848884452,
            "stop": 848896545
        },
        {
            "start": 848898696,
            "stop": 848918401
        },
        {
            "start": 848919079,
            "stop": 848922190
        },
        {
            "start": 848923694,
            "stop": 848941989
        },
        {
            "start": 848942289,
            "stop": 848943885
        },
        {
            "start": 848943890,
            "stop": 848943932
        },
        {
            "start": 848943938,
            "stop": 848944026
        },
        {
            "start": 848946095,
            "stop": 848946897
        }
    ]
}