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=415
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=416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=414",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 415,
    "results": [
        {
            "start": 825092760,
            "stop": 825092779
        },
        {
            "start": 825092782,
            "stop": 825092998
        },
        {
            "start": 825093001,
            "stop": 825093070
        },
        {
            "start": 825093073,
            "stop": 825093208
        },
        {
            "start": 825093318,
            "stop": 825093386
        },
        {
            "start": 825093686,
            "stop": 825093768
        },
        {
            "start": 825093878,
            "stop": 825093998
        },
        {
            "start": 825094298,
            "stop": 825094458
        },
        {
            "start": 825094461,
            "stop": 825094798
        },
        {
            "start": 825094801,
            "stop": 825094983
        },
        {
            "start": 825094986,
            "stop": 825094999
        },
        {
            "start": 825095002,
            "stop": 825095100
        },
        {
            "start": 825095103,
            "stop": 825095255
        },
        {
            "start": 825095258,
            "stop": 825095298
        },
        {
            "start": 825095301,
            "stop": 825095496
        },
        {
            "start": 825095499,
            "stop": 825095537
        },
        {
            "start": 825095540,
            "stop": 825095833
        },
        {
            "start": 825095836,
            "stop": 825095842
        },
        {
            "start": 825095846,
            "stop": 825095870
        },
        {
            "start": 825095873,
            "stop": 825096118
        }
    ]
}