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=41012
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=41013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41011",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41012,
    "results": [
        {
            "start": 875165098,
            "stop": 875165099
        },
        {
            "start": 875165100,
            "stop": 875165119
        },
        {
            "start": 875165120,
            "stop": 875165122
        },
        {
            "start": 875165123,
            "stop": 875165147
        },
        {
            "start": 875165150,
            "stop": 875165184
        },
        {
            "start": 875165185,
            "stop": 875165266
        },
        {
            "start": 875165267,
            "stop": 875165401
        },
        {
            "start": 875165402,
            "stop": 875165410
        },
        {
            "start": 875165412,
            "stop": 875165485
        },
        {
            "start": 875165486,
            "stop": 875165550
        },
        {
            "start": 875165551,
            "stop": 875165554
        },
        {
            "start": 875165555,
            "stop": 875165604
        },
        {
            "start": 875165605,
            "stop": 875165612
        },
        {
            "start": 875165613,
            "stop": 875165641
        },
        {
            "start": 875165642,
            "stop": 875165657
        },
        {
            "start": 875165658,
            "stop": 875165699
        },
        {
            "start": 875165701,
            "stop": 875165817
        },
        {
            "start": 875165818,
            "stop": 875165840
        },
        {
            "start": 875165841,
            "stop": 875165887
        },
        {
            "start": 875165888,
            "stop": 875165936
        }
    ]
}