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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=221",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 222,
    "results": [
        {
            "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
        },
        {
            "start": 820208234,
            "stop": 820208346
        },
        {
            "start": 820208349,
            "stop": 820208360
        },
        {
            "start": 820208365,
            "stop": 820208483
        },
        {
            "start": 820208486,
            "stop": 820208490
        },
        {
            "start": 820208493,
            "stop": 820208496
        },
        {
            "start": 820208499,
            "stop": 820208512
        },
        {
            "start": 820208515,
            "stop": 820208520
        },
        {
            "start": 820208523,
            "stop": 820208612
        }
    ]
}