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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=497",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=495",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 496,
    "results": [
        {
            "start": 822852013,
            "stop": 822852461
        },
        {
            "start": 822852462,
            "stop": 822852683
        },
        {
            "start": 822852685,
            "stop": 822853273
        },
        {
            "start": 822854173,
            "stop": 822856043
        },
        {
            "start": 822856045,
            "stop": 822857339
        },
        {
            "start": 822857340,
            "stop": 822857878
        },
        {
            "start": 822857879,
            "stop": 822858770
        },
        {
            "start": 822858771,
            "stop": 822858884
        },
        {
            "start": 822858888,
            "stop": 822859333
        },
        {
            "start": 822859963,
            "stop": 822860711
        },
        {
            "start": 822860712,
            "stop": 822861998
        },
        {
            "start": 822861999,
            "stop": 822862250
        },
        {
            "start": 822867253,
            "stop": 822867880
        },
        {
            "start": 822867881,
            "stop": 822872946
        },
        {
            "start": 822875266,
            "stop": 822875332
        },
        {
            "start": 822875732,
            "stop": 822890250
        },
        {
            "start": 822891641,
            "stop": 822892095
        },
        {
            "start": 822892645,
            "stop": 822914631
        },
        {
            "start": 822916062,
            "stop": 822916307
        },
        {
            "start": 822916708,
            "stop": 822920031
        }
    ]
}