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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=352",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 353,
    "results": [
        {
            "start": 821756239,
            "stop": 821756251
        },
        {
            "start": 821756254,
            "stop": 821756258
        },
        {
            "start": 821756261,
            "stop": 821756263
        },
        {
            "start": 821756268,
            "stop": 821756271
        },
        {
            "start": 821756274,
            "stop": 821756275
        },
        {
            "start": 821756278,
            "stop": 821756285
        },
        {
            "start": 821756288,
            "stop": 821756295
        },
        {
            "start": 821756301,
            "stop": 821756314
        },
        {
            "start": 821756317,
            "stop": 821756328
        },
        {
            "start": 821756331,
            "stop": 821756341
        },
        {
            "start": 821756344,
            "stop": 821756366
        },
        {
            "start": 821756369,
            "stop": 821756381
        },
        {
            "start": 821756384,
            "stop": 821756399
        },
        {
            "start": 821756404,
            "stop": 821756405
        },
        {
            "start": 821756408,
            "stop": 821756415
        },
        {
            "start": 821756422,
            "stop": 821756423
        },
        {
            "start": 821756426,
            "stop": 821756428
        },
        {
            "start": 821756431,
            "stop": 821756433
        },
        {
            "start": 821756441,
            "stop": 821756442
        },
        {
            "start": 821756449,
            "stop": 821756453
        }
    ]
}