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=7481
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=7482",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7480",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7481,
    "results": [
        {
            "start": 970211214,
            "stop": 970211267
        },
        {
            "start": 970211270,
            "stop": 970211272
        },
        {
            "start": 970211275,
            "stop": 970211805
        },
        {
            "start": 970211808,
            "stop": 970211848
        },
        {
            "start": 970211854,
            "stop": 970211923
        },
        {
            "start": 970211926,
            "stop": 970212027
        },
        {
            "start": 970212030,
            "stop": 970212390
        },
        {
            "start": 970212393,
            "stop": 970212990
        },
        {
            "start": 970212993,
            "stop": 970213254
        },
        {
            "start": 970213257,
            "stop": 970213601
        },
        {
            "start": 970213604,
            "stop": 970213640
        },
        {
            "start": 970213643,
            "stop": 970213995
        },
        {
            "start": 970214001,
            "stop": 970214015
        },
        {
            "start": 970214018,
            "stop": 970214036
        },
        {
            "start": 970214039,
            "stop": 970214488
        },
        {
            "start": 970214491,
            "stop": 970214747
        },
        {
            "start": 970214753,
            "stop": 970215257
        },
        {
            "start": 970215260,
            "stop": 970215464
        },
        {
            "start": 970215467,
            "stop": 970215609
        },
        {
            "start": 970215612,
            "stop": 970215837
        }
    ]
}