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=40751
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=40752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40750",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40751,
    "results": [
        {
            "start": 874973096,
            "stop": 874973100
        },
        {
            "start": 874973102,
            "stop": 874973137
        },
        {
            "start": 874973139,
            "stop": 874973143
        },
        {
            "start": 874973144,
            "stop": 874973159
        },
        {
            "start": 874973160,
            "stop": 874973202
        },
        {
            "start": 874973203,
            "stop": 874973218
        },
        {
            "start": 874973219,
            "stop": 874973224
        },
        {
            "start": 874973225,
            "stop": 874973242
        },
        {
            "start": 874973244,
            "stop": 874973245
        },
        {
            "start": 874973246,
            "stop": 874973248
        },
        {
            "start": 874973249,
            "stop": 874973279
        },
        {
            "start": 874973280,
            "stop": 874973287
        },
        {
            "start": 874973288,
            "stop": 874973308
        },
        {
            "start": 874973309,
            "stop": 874973323
        },
        {
            "start": 874973324,
            "stop": 874973330
        },
        {
            "start": 874973331,
            "stop": 874973335
        },
        {
            "start": 874973337,
            "stop": 874973340
        },
        {
            "start": 874973400,
            "stop": 874973427
        },
        {
            "start": 874973429,
            "stop": 874973502
        },
        {
            "start": 874973503,
            "stop": 874973543
        }
    ]
}