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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=137",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 138,
    "results": [
        {
            "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
        },
        {
            "start": 820161902,
            "stop": 820161954
        },
        {
            "start": 820161971,
            "stop": 820163199
        },
        {
            "start": 820163202,
            "stop": 820163786
        },
        {
            "start": 820163789,
            "stop": 820164374
        },
        {
            "start": 820164377,
            "stop": 820164768
        },
        {
            "start": 820164771,
            "stop": 820165133
        },
        {
            "start": 820165136,
            "stop": 820165139
        },
        {
            "start": 820165142,
            "stop": 820165177
        },
        {
            "start": 820165180,
            "stop": 820165570
        },
        {
            "start": 820165573,
            "stop": 820165789
        },
        {
            "start": 820165792,
            "stop": 820166357
        },
        {
            "start": 820166360,
            "stop": 820166522
        }
    ]
}