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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=151",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 152,
    "results": [
        {
            "start": 819800110,
            "stop": 819801837
        },
        {
            "start": 819801844,
            "stop": 819801955
        },
        {
            "start": 819801962,
            "stop": 819801987
        },
        {
            "start": 819802211,
            "stop": 819802245
        },
        {
            "start": 819802253,
            "stop": 819802433
        },
        {
            "start": 819802440,
            "stop": 819802626
        },
        {
            "start": 819802633,
            "stop": 819802830
        },
        {
            "start": 819803074,
            "stop": 819803854
        },
        {
            "start": 819803861,
            "stop": 819806554
        },
        {
            "start": 819806561,
            "stop": 819806595
        },
        {
            "start": 819806602,
            "stop": 819807327
        },
        {
            "start": 819807334,
            "stop": 819808266
        },
        {
            "start": 819808273,
            "stop": 819811540
        },
        {
            "start": 819811547,
            "stop": 819811863
        },
        {
            "start": 819811871,
            "stop": 819812693
        },
        {
            "start": 819812701,
            "stop": 819812925
        },
        {
            "start": 819812932,
            "stop": 819813270
        },
        {
            "start": 819813278,
            "stop": 819813474
        },
        {
            "start": 819813481,
            "stop": 819816256
        },
        {
            "start": 819816263,
            "stop": 819817129
        }
    ]
}