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=7461
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=7462",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7460",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7461,
    "results": [
        {
            "start": 970082075,
            "stop": 970082080
        },
        {
            "start": 970082083,
            "stop": 970082142
        },
        {
            "start": 970082148,
            "stop": 970082753
        },
        {
            "start": 970082756,
            "stop": 970083397
        },
        {
            "start": 970083400,
            "stop": 970083733
        },
        {
            "start": 970085607,
            "stop": 970085813
        },
        {
            "start": 970085816,
            "stop": 970085834
        },
        {
            "start": 970085837,
            "stop": 970085848
        },
        {
            "start": 970085851,
            "stop": 970085886
        },
        {
            "start": 970085889,
            "stop": 970087650
        },
        {
            "start": 970087653,
            "stop": 970087884
        },
        {
            "start": 970087885,
            "stop": 970088217
        },
        {
            "start": 970088224,
            "stop": 970088230
        },
        {
            "start": 970088233,
            "stop": 970088314
        },
        {
            "start": 970088324,
            "stop": 970088329
        },
        {
            "start": 970088335,
            "stop": 970088338
        },
        {
            "start": 970088374,
            "stop": 970088379
        },
        {
            "start": 970088395,
            "stop": 970088401
        },
        {
            "start": 970088407,
            "stop": 970088408
        },
        {
            "start": 970088414,
            "stop": 970088418
        }
    ]
}