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/O2/timelines/H1_BURST_CAT2/segments?format=api&page=351
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=350",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 351,
    "results": [
        {
            "start": 1181622155,
            "stop": 1181622156
        },
        {
            "start": 1181622160,
            "stop": 1181622731
        },
        {
            "start": 1181622732,
            "stop": 1181622947
        },
        {
            "start": 1181622948,
            "stop": 1181622949
        },
        {
            "start": 1181622950,
            "stop": 1181623044
        },
        {
            "start": 1181623045,
            "stop": 1181623480
        },
        {
            "start": 1181623481,
            "stop": 1181623483
        },
        {
            "start": 1181623485,
            "stop": 1181623489
        },
        {
            "start": 1181623491,
            "stop": 1181623495
        },
        {
            "start": 1181623497,
            "stop": 1181623498
        },
        {
            "start": 1181623501,
            "stop": 1181623502
        },
        {
            "start": 1181623503,
            "stop": 1181623504
        },
        {
            "start": 1181623508,
            "stop": 1181623829
        },
        {
            "start": 1181623830,
            "stop": 1181623924
        },
        {
            "start": 1181623925,
            "stop": 1181623967
        },
        {
            "start": 1181623968,
            "stop": 1181624292
        },
        {
            "start": 1181624293,
            "stop": 1181624310
        },
        {
            "start": 1181624311,
            "stop": 1181624321
        },
        {
            "start": 1181624322,
            "stop": 1181624378
        },
        {
            "start": 1181624381,
            "stop": 1181624548
        }
    ]
}