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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=216",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 217,
    "results": [
        {
            "start": 933823769,
            "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": 933851123
        },
        {
            "start": 933860664,
            "stop": 933861615
        },
        {
            "start": 933861855,
            "stop": 933861897
        },
        {
            "start": 933862143,
            "stop": 933864456
        },
        {
            "start": 933864714,
            "stop": 933865215
        },
        {
            "start": 933865455,
            "stop": 933866859
        },
        {
            "start": 933866979,
            "stop": 933868181
        }
    ]
}