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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=130",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 131,
    "results": [
        {
            "start": 819768252,
            "stop": 819768850
        },
        {
            "start": 819768857,
            "stop": 819769892
        },
        {
            "start": 819769899,
            "stop": 819769910
        },
        {
            "start": 819769990,
            "stop": 819770115
        },
        {
            "start": 819770122,
            "stop": 819770169
        },
        {
            "start": 819770177,
            "stop": 819771627
        },
        {
            "start": 819771634,
            "stop": 819771971
        },
        {
            "start": 819771978,
            "stop": 819772580
        },
        {
            "start": 819772587,
            "stop": 819772854
        },
        {
            "start": 819772862,
            "stop": 819772970
        },
        {
            "start": 819773050,
            "stop": 819773151
        },
        {
            "start": 819773158,
            "stop": 819773523
        },
        {
            "start": 819773530,
            "stop": 819774230
        },
        {
            "start": 819774370,
            "stop": 819776565
        },
        {
            "start": 819776572,
            "stop": 819776609
        },
        {
            "start": 819776616,
            "stop": 819776899
        },
        {
            "start": 819776907,
            "stop": 819777170
        },
        {
            "start": 819777250,
            "stop": 819777683
        },
        {
            "start": 819777690,
            "stop": 819777875
        },
        {
            "start": 819777882,
            "stop": 819778781
        }
    ]
}