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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 151,
    "results": [
        {
            "start": 820239122,
            "stop": 820239125
        },
        {
            "start": 820239128,
            "stop": 820239337
        },
        {
            "start": 820239340,
            "stop": 820239356
        },
        {
            "start": 820239359,
            "stop": 820239483
        },
        {
            "start": 820239486,
            "stop": 820239647
        },
        {
            "start": 820239650,
            "stop": 820240009
        },
        {
            "start": 820240013,
            "stop": 820240550
        },
        {
            "start": 820240553,
            "stop": 820240602
        },
        {
            "start": 820240605,
            "stop": 820240820
        },
        {
            "start": 820240823,
            "stop": 820240887
        },
        {
            "start": 820240891,
            "stop": 820240997
        },
        {
            "start": 820241001,
            "stop": 820241650
        },
        {
            "start": 820241653,
            "stop": 820241748
        },
        {
            "start": 820241751,
            "stop": 820242011
        },
        {
            "start": 820242014,
            "stop": 820242761
        },
        {
            "start": 820242765,
            "stop": 820242775
        },
        {
            "start": 820242779,
            "stop": 820242842
        },
        {
            "start": 820242845,
            "stop": 820243121
        },
        {
            "start": 820243125,
            "stop": 820243207
        },
        {
            "start": 820243210,
            "stop": 820243240
        }
    ]
}