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=3047
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=3048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3046",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3047,
    "results": [
        {
            "start": 864734340,
            "stop": 864740216
        },
        {
            "start": 864740220,
            "stop": 864741742
        },
        {
            "start": 864741748,
            "stop": 864741765
        },
        {
            "start": 864741770,
            "stop": 864743220
        },
        {
            "start": 864743280,
            "stop": 864745400
        },
        {
            "start": 864745405,
            "stop": 864745940
        },
        {
            "start": 864745944,
            "stop": 864745956
        },
        {
            "start": 864745960,
            "stop": 864746095
        },
        {
            "start": 864746100,
            "stop": 864746120
        },
        {
            "start": 864746125,
            "stop": 864746130
        },
        {
            "start": 864746135,
            "stop": 864746160
        },
        {
            "start": 864746220,
            "stop": 864746562
        },
        {
            "start": 864746754,
            "stop": 864747180
        },
        {
            "start": 864747240,
            "stop": 864748740
        },
        {
            "start": 864748800,
            "stop": 864750060
        },
        {
            "start": 864750120,
            "stop": 864750887
        },
        {
            "start": 864753327,
            "stop": 864753332
        },
        {
            "start": 864754103,
            "stop": 864754122
        },
        {
            "start": 864754422,
            "stop": 864754434
        },
        {
            "start": 864754800,
            "stop": 864755858
        }
    ]
}