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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=157",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 158,
    "results": [
        {
            "start": 820207445,
            "stop": 820207447
        },
        {
            "start": 820207450,
            "stop": 820207477
        },
        {
            "start": 820207481,
            "stop": 820207553
        },
        {
            "start": 820207556,
            "stop": 820207619
        },
        {
            "start": 820207623,
            "stop": 820207678
        },
        {
            "start": 820207681,
            "stop": 820207707
        },
        {
            "start": 820207711,
            "stop": 820207723
        },
        {
            "start": 820207726,
            "stop": 820207870
        },
        {
            "start": 820207873,
            "stop": 820207876
        },
        {
            "start": 820207879,
            "stop": 820207883
        },
        {
            "start": 820207886,
            "stop": 820207889
        },
        {
            "start": 820207892,
            "stop": 820207921
        },
        {
            "start": 820207924,
            "stop": 820207994
        },
        {
            "start": 820207998,
            "stop": 820208109
        },
        {
            "start": 820208112,
            "stop": 820208116
        },
        {
            "start": 820208119,
            "stop": 820208170
        },
        {
            "start": 820208173,
            "stop": 820208189
        },
        {
            "start": 820208192,
            "stop": 820208216
        },
        {
            "start": 820208220,
            "stop": 820208223
        },
        {
            "start": 820208226,
            "stop": 820208231
        }
    ]
}