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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 120,
    "results": [
        {
            "start": 820148520,
            "stop": 820148533
        },
        {
            "start": 820148562,
            "stop": 820148563
        },
        {
            "start": 820148760,
            "stop": 820148765
        },
        {
            "start": 820149460,
            "stop": 820150254
        },
        {
            "start": 820150263,
            "stop": 820150470
        },
        {
            "start": 820150473,
            "stop": 820150880
        },
        {
            "start": 820152273,
            "stop": 820152621
        },
        {
            "start": 820152624,
            "stop": 820154306
        },
        {
            "start": 820154309,
            "stop": 820154786
        },
        {
            "start": 820154789,
            "stop": 820156134
        },
        {
            "start": 820156137,
            "stop": 820156994
        },
        {
            "start": 820157670,
            "stop": 820158355
        },
        {
            "start": 820158358,
            "stop": 820158745
        },
        {
            "start": 820158748,
            "stop": 820160138
        },
        {
            "start": 820160141,
            "stop": 820160440
        },
        {
            "start": 820160443,
            "stop": 820160476
        },
        {
            "start": 820160479,
            "stop": 820160583
        },
        {
            "start": 820160586,
            "stop": 820161446
        },
        {
            "start": 820161449,
            "stop": 820161613
        },
        {
            "start": 820161616,
            "stop": 820161899
        }
    ]
}