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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=239",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 240,
    "results": [
        {
            "start": 933842452,
            "stop": 933843615
        },
        {
            "start": 933843855,
            "stop": 933844069
        },
        {
            "start": 933844620,
            "stop": 933847215
        },
        {
            "start": 933847455,
            "stop": 933850756
        },
        {
            "start": 933850758,
            "stop": 933850815
        },
        {
            "start": 933851055,
            "stop": 933851228
        },
        {
            "start": 933860664,
            "stop": 933861615
        },
        {
            "start": 933861855,
            "stop": 933865215
        },
        {
            "start": 933865455,
            "stop": 933868181
        },
        {
            "start": 933871738,
            "stop": 933871788
        },
        {
            "start": 933871790,
            "stop": 933872415
        },
        {
            "start": 933872655,
            "stop": 933873046
        },
        {
            "start": 933873051,
            "stop": 933876015
        },
        {
            "start": 933876255,
            "stop": 933876856
        },
        {
            "start": 933880194,
            "stop": 933882354
        },
        {
            "start": 933882359,
            "stop": 933882499
        },
        {
            "start": 933883904,
            "stop": 933885585
        },
        {
            "start": 933885603,
            "stop": 933885790
        },
        {
            "start": 933885795,
            "stop": 933886577
        },
        {
            "start": 933886596,
            "stop": 933886815
        }
    ]
}