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=40558
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=40559",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40557",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40558,
    "results": [
        {
            "start": 874835340,
            "stop": 874835378
        },
        {
            "start": 874835380,
            "stop": 874835426
        },
        {
            "start": 874835427,
            "stop": 874835469
        },
        {
            "start": 874835470,
            "stop": 874835497
        },
        {
            "start": 874835499,
            "stop": 874835539
        },
        {
            "start": 874835540,
            "stop": 874835567
        },
        {
            "start": 874835569,
            "stop": 874835594
        },
        {
            "start": 874835595,
            "stop": 874835648
        },
        {
            "start": 874835649,
            "stop": 874835745
        },
        {
            "start": 874835746,
            "stop": 874835793
        },
        {
            "start": 874835794,
            "stop": 874835818
        },
        {
            "start": 874835819,
            "stop": 874835938
        },
        {
            "start": 874835939,
            "stop": 874835980
        },
        {
            "start": 874835982,
            "stop": 874835989
        },
        {
            "start": 874835990,
            "stop": 874836000
        },
        {
            "start": 874836060,
            "stop": 874836163
        },
        {
            "start": 874836165,
            "stop": 874836184
        },
        {
            "start": 874836185,
            "stop": 874836187
        },
        {
            "start": 874836188,
            "stop": 874836248
        },
        {
            "start": 874836249,
            "stop": 874836263
        }
    ]
}