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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=328",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 329,
    "results": [
        {
            "start": 861240540,
            "stop": 861278708
        },
        {
            "start": 861279796,
            "stop": 861279968
        },
        {
            "start": 861280078,
            "stop": 861280222
        },
        {
            "start": 861282388,
            "stop": 861282682
        },
        {
            "start": 861282982,
            "stop": 861306367
        },
        {
            "start": 861306385,
            "stop": 861306866
        },
        {
            "start": 861307078,
            "stop": 861309618
        },
        {
            "start": 861309918,
            "stop": 861310029
        },
        {
            "start": 861310139,
            "stop": 861310505
        },
        {
            "start": 861310805,
            "stop": 861315510
        },
        {
            "start": 861316536,
            "stop": 861320409
        },
        {
            "start": 861321219,
            "stop": 861326700
        },
        {
            "start": 861326820,
            "stop": 861330504
        },
        {
            "start": 861331474,
            "stop": 861357111
        },
        {
            "start": 861358987,
            "stop": 861369634
        },
        {
            "start": 861370441,
            "stop": 861377688
        },
        {
            "start": 861377873,
            "stop": 861379635
        },
        {
            "start": 861379952,
            "stop": 861386362
        },
        {
            "start": 861386764,
            "stop": 861388494
        },
        {
            "start": 861388912,
            "stop": 861389467
        }
    ]
}