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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=125",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 126,
    "results": [
        {
            "start": 827620359,
            "stop": 827687653
        },
        {
            "start": 827689355,
            "stop": 827711916
        },
        {
            "start": 827711920,
            "stop": 827711935
        },
        {
            "start": 827711939,
            "stop": 827711964
        },
        {
            "start": 827711968,
            "stop": 827712003
        },
        {
            "start": 827712021,
            "stop": 827712027
        },
        {
            "start": 827712031,
            "stop": 827712036
        },
        {
            "start": 827712054,
            "stop": 827712123
        },
        {
            "start": 827712126,
            "stop": 827712132
        },
        {
            "start": 827712141,
            "stop": 827712147
        },
        {
            "start": 827712165,
            "stop": 827712171
        },
        {
            "start": 827712174,
            "stop": 827712399
        },
        {
            "start": 827712413,
            "stop": 827712443
        },
        {
            "start": 827712446,
            "stop": 827712466
        },
        {
            "start": 827712470,
            "stop": 827712482
        },
        {
            "start": 827712491,
            "stop": 827712507
        },
        {
            "start": 827712511,
            "stop": 827712530
        },
        {
            "start": 827712544,
            "stop": 827712559
        },
        {
            "start": 827712568,
            "stop": 827712641
        },
        {
            "start": 827712659,
            "stop": 827712665
        }
    ]
}