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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=108",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 109,
    "results": [
        {
            "start": 931538859,
            "stop": 931538871
        },
        {
            "start": 931538882,
            "stop": 931538895
        },
        {
            "start": 931538900,
            "stop": 931538911
        },
        {
            "start": 931538920,
            "stop": 931538922
        },
        {
            "start": 931538929,
            "stop": 931538942
        },
        {
            "start": 931538950,
            "stop": 931538987
        },
        {
            "start": 931538993,
            "stop": 931538995
        },
        {
            "start": 931539000,
            "stop": 931539009
        },
        {
            "start": 931539015,
            "stop": 931539021
        },
        {
            "start": 931539027,
            "stop": 931539037
        },
        {
            "start": 931539045,
            "stop": 931539164
        },
        {
            "start": 931539170,
            "stop": 931539247
        },
        {
            "start": 931539257,
            "stop": 931539264
        },
        {
            "start": 931539270,
            "stop": 931539300
        },
        {
            "start": 931539306,
            "stop": 931539311
        },
        {
            "start": 931539338,
            "stop": 931539341
        },
        {
            "start": 931539347,
            "stop": 931539352
        },
        {
            "start": 931539358,
            "stop": 931539373
        },
        {
            "start": 931539384,
            "stop": 931539406
        },
        {
            "start": 931539412,
            "stop": 931539436
        }
    ]
}