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=41031
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=41032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41030",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41031,
    "results": [
        {
            "start": 875187067,
            "stop": 875187098
        },
        {
            "start": 875187100,
            "stop": 875187120
        },
        {
            "start": 875187780,
            "stop": 875187845
        },
        {
            "start": 875187846,
            "stop": 875187854
        },
        {
            "start": 875187855,
            "stop": 875187865
        },
        {
            "start": 875187867,
            "stop": 875187900
        },
        {
            "start": 875187901,
            "stop": 875187908
        },
        {
            "start": 875187909,
            "stop": 875187959
        },
        {
            "start": 875188020,
            "stop": 875188027
        },
        {
            "start": 875188028,
            "stop": 875188071
        },
        {
            "start": 875188073,
            "stop": 875188081
        },
        {
            "start": 875188082,
            "stop": 875188092
        },
        {
            "start": 875188093,
            "stop": 875188124
        },
        {
            "start": 875188125,
            "stop": 875188186
        },
        {
            "start": 875188187,
            "stop": 875188222
        },
        {
            "start": 875188223,
            "stop": 875188257
        },
        {
            "start": 875188258,
            "stop": 875188270
        },
        {
            "start": 875188271,
            "stop": 875188309
        },
        {
            "start": 875188310,
            "stop": 875188320
        },
        {
            "start": 875188800,
            "stop": 875188915
        }
    ]
}