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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40630",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40628",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40629,
    "results": [
        {
            "start": 874904800,
            "stop": 874904874
        },
        {
            "start": 874904876,
            "stop": 874904971
        },
        {
            "start": 874904972,
            "stop": 874904981
        },
        {
            "start": 874904982,
            "stop": 874905045
        },
        {
            "start": 874905046,
            "stop": 874905154
        },
        {
            "start": 874905155,
            "stop": 874905188
        },
        {
            "start": 874905189,
            "stop": 874905270
        },
        {
            "start": 874905271,
            "stop": 874905277
        },
        {
            "start": 874905278,
            "stop": 874905315
        },
        {
            "start": 874905316,
            "stop": 874905321
        },
        {
            "start": 874905322,
            "stop": 874905383
        },
        {
            "start": 874905384,
            "stop": 874905437
        },
        {
            "start": 874905438,
            "stop": 874905452
        },
        {
            "start": 874905454,
            "stop": 874905488
        },
        {
            "start": 874905490,
            "stop": 874905525
        },
        {
            "start": 874905527,
            "stop": 874905537
        },
        {
            "start": 874905538,
            "stop": 874905548
        },
        {
            "start": 874905550,
            "stop": 874905613
        },
        {
            "start": 874905614,
            "stop": 874905719
        },
        {
            "start": 874905720,
            "stop": 874905763
        }
    ]
}