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=7490
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=7491",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7489",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7490,
    "results": [
        {
            "start": 970245885,
            "stop": 970245976
        },
        {
            "start": 970246099,
            "stop": 970246271
        },
        {
            "start": 970246274,
            "stop": 970246416
        },
        {
            "start": 970246461,
            "stop": 970246462
        },
        {
            "start": 970246465,
            "stop": 970246515
        },
        {
            "start": 970246521,
            "stop": 970246536
        },
        {
            "start": 970246636,
            "stop": 970246688
        },
        {
            "start": 970246691,
            "stop": 970246740
        },
        {
            "start": 970246744,
            "stop": 970246816
        },
        {
            "start": 970246936,
            "stop": 970246968
        },
        {
            "start": 970246971,
            "stop": 970246972
        },
        {
            "start": 970246975,
            "stop": 970247099
        },
        {
            "start": 970247139,
            "stop": 970247176
        },
        {
            "start": 970247259,
            "stop": 970247379
        },
        {
            "start": 970247778,
            "stop": 970247814
        },
        {
            "start": 970247817,
            "stop": 970247871
        },
        {
            "start": 970247874,
            "stop": 970247896
        },
        {
            "start": 970248076,
            "stop": 970248105
        },
        {
            "start": 970248108,
            "stop": 970248136
        },
        {
            "start": 970248496,
            "stop": 970248517
        }
    ]
}