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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=213",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 214,
    "results": [
        {
            "start": 933823175,
            "stop": 933824055
        },
        {
            "start": 933824880,
            "stop": 933825615
        },
        {
            "start": 933825855,
            "stop": 933826215
        },
        {
            "start": 933829024,
            "stop": 933829215
        },
        {
            "start": 933829455,
            "stop": 933830015
        },
        {
            "start": 933830020,
            "stop": 933832815
        },
        {
            "start": 933833055,
            "stop": 933836415
        },
        {
            "start": 933836655,
            "stop": 933837421
        },
        {
            "start": 933837426,
            "stop": 933840015
        },
        {
            "start": 933840255,
            "stop": 933843615
        },
        {
            "start": 933843855,
            "stop": 933844069
        },
        {
            "start": 933844620,
            "stop": 933847215
        },
        {
            "start": 933847455,
            "stop": 933850815
        },
        {
            "start": 933851055,
            "stop": 933851228
        },
        {
            "start": 933860664,
            "stop": 933861615
        },
        {
            "start": 933861855,
            "stop": 933865215
        },
        {
            "start": 933865455,
            "stop": 933868181
        },
        {
            "start": 933871738,
            "stop": 933872415
        },
        {
            "start": 933872655,
            "stop": 933873046
        },
        {
            "start": 933873051,
            "stop": 933876015
        }
    ]
}