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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7487",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7485",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7486,
    "results": [
        {
            "start": 970234536,
            "stop": 970234560
        },
        {
            "start": 970234563,
            "stop": 970234607
        },
        {
            "start": 970234610,
            "stop": 970234657
        },
        {
            "start": 970234660,
            "stop": 970234727
        },
        {
            "start": 970234733,
            "stop": 970234903
        },
        {
            "start": 970236856,
            "stop": 970236897
        },
        {
            "start": 970236900,
            "stop": 970236904
        },
        {
            "start": 970236907,
            "stop": 970236976
        },
        {
            "start": 970237036,
            "stop": 970237055
        },
        {
            "start": 970237065,
            "stop": 970237069
        },
        {
            "start": 970237081,
            "stop": 970237096
        },
        {
            "start": 970237276,
            "stop": 970237336
        },
        {
            "start": 970237696,
            "stop": 970237706
        },
        {
            "start": 970237709,
            "stop": 970237724
        },
        {
            "start": 970237730,
            "stop": 970237756
        },
        {
            "start": 970238116,
            "stop": 970238193
        },
        {
            "start": 970238196,
            "stop": 970238236
        },
        {
            "start": 970238356,
            "stop": 970238371
        },
        {
            "start": 970238377,
            "stop": 970238385
        },
        {
            "start": 970238391,
            "stop": 970238406
        }
    ]
}