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=7502
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=7503",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7501",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7502,
    "results": [
        {
            "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
        },
        {
            "start": 970238412,
            "stop": 970238538
        },
        {
            "start": 970238559,
            "stop": 970238560
        },
        {
            "start": 970238564,
            "stop": 970238565
        },
        {
            "start": 970238568,
            "stop": 970238702
        },
        {
            "start": 970238724,
            "stop": 970238758
        }
    ]
}