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=3169
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=3170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3168",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3169,
    "results": [
        {
            "start": 869608350,
            "stop": 869608380
        },
        {
            "start": 869608560,
            "stop": 869609100
        },
        {
            "start": 869609220,
            "stop": 869613600
        },
        {
            "start": 869615351,
            "stop": 869616210
        },
        {
            "start": 869616938,
            "stop": 869617081
        },
        {
            "start": 869619199,
            "stop": 869621640
        },
        {
            "start": 869621700,
            "stop": 869625060
        },
        {
            "start": 869625120,
            "stop": 869648699
        },
        {
            "start": 869649019,
            "stop": 869661184
        },
        {
            "start": 869662199,
            "stop": 869662500
        },
        {
            "start": 869662560,
            "stop": 869665320
        },
        {
            "start": 869665380,
            "stop": 869667742
        },
        {
            "start": 869667748,
            "stop": 869667988
        },
        {
            "start": 869668288,
            "stop": 869669705
        },
        {
            "start": 869669710,
            "stop": 869672700
        },
        {
            "start": 869672760,
            "stop": 869677977
        },
        {
            "start": 869677981,
            "stop": 869682022
        },
        {
            "start": 869682028,
            "stop": 869682060
        },
        {
            "start": 869682120,
            "stop": 869683530
        },
        {
            "start": 869683620,
            "stop": 869685380
        }
    ]
}