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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=384",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 385,
    "results": [
        {
            "start": 821445701,
            "stop": 821445840
        },
        {
            "start": 821445859,
            "stop": 821445872
        },
        {
            "start": 821445891,
            "stop": 821445965
        },
        {
            "start": 821446021,
            "stop": 821446069
        },
        {
            "start": 821446105,
            "stop": 821446188
        },
        {
            "start": 821446207,
            "stop": 821446208
        },
        {
            "start": 821446227,
            "stop": 821446265
        },
        {
            "start": 821446284,
            "stop": 821446355
        },
        {
            "start": 821446374,
            "stop": 821446406
        },
        {
            "start": 821446425,
            "stop": 821446468
        },
        {
            "start": 821446487,
            "stop": 821446501
        },
        {
            "start": 821446520,
            "stop": 821446557
        },
        {
            "start": 821446576,
            "stop": 821446605
        },
        {
            "start": 821446624,
            "stop": 821446702
        },
        {
            "start": 821446726,
            "stop": 821446764
        },
        {
            "start": 821446783,
            "stop": 821446794
        },
        {
            "start": 821446813,
            "stop": 821446861
        },
        {
            "start": 821446894,
            "stop": 821446948
        },
        {
            "start": 821446972,
            "stop": 821447056
        },
        {
            "start": 821447075,
            "stop": 821447091
        }
    ]
}