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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3032",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3033,
    "results": [
        {
            "start": 863992749,
            "stop": 863993557
        },
        {
            "start": 863993859,
            "stop": 863995980
        },
        {
            "start": 863996040,
            "stop": 863996362
        },
        {
            "start": 863996366,
            "stop": 863996945
        },
        {
            "start": 863996950,
            "stop": 863997014
        },
        {
            "start": 863997017,
            "stop": 864004004
        },
        {
            "start": 864004185,
            "stop": 864004544
        },
        {
            "start": 864004785,
            "stop": 864010724
        },
        {
            "start": 864010905,
            "stop": 864011324
        },
        {
            "start": 864011505,
            "stop": 864014610
        },
        {
            "start": 864015219,
            "stop": 864015265
        },
        {
            "start": 864016065,
            "stop": 864044220
        },
        {
            "start": 864044280,
            "stop": 864046093
        },
        {
            "start": 864046096,
            "stop": 864046113
        },
        {
            "start": 864046117,
            "stop": 864047040
        },
        {
            "start": 864047580,
            "stop": 864052182
        },
        {
            "start": 864052188,
            "stop": 864052200
        },
        {
            "start": 864052320,
            "stop": 864057360
        },
        {
            "start": 864057480,
            "stop": 864057902
        },
        {
            "start": 864057906,
            "stop": 864058700
        }
    ]
}