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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=201",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 202,
    "results": [
        {
            "start": 820152273,
            "stop": 820152621
        },
        {
            "start": 820152624,
            "stop": 820154306
        },
        {
            "start": 820154309,
            "stop": 820154786
        },
        {
            "start": 820154789,
            "stop": 820155480
        },
        {
            "start": 820155540,
            "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
        },
        {
            "start": 820161902,
            "stop": 820161954
        },
        {
            "start": 820161971,
            "stop": 820163199
        },
        {
            "start": 820163202,
            "stop": 820163786
        },
        {
            "start": 820163789,
            "stop": 820164374
        },
        {
            "start": 820164377,
            "stop": 820164768
        }
    ]
}