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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5312",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5310",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5311,
    "results": [
        {
            "start": 1136499858,
            "stop": 1136499901
        },
        {
            "start": 1136499904,
            "stop": 1136499922
        },
        {
            "start": 1136499924,
            "stop": 1136499945
        },
        {
            "start": 1136499947,
            "stop": 1136500061
        },
        {
            "start": 1136500063,
            "stop": 1136500085
        },
        {
            "start": 1136500089,
            "stop": 1136500212
        },
        {
            "start": 1136500214,
            "stop": 1136500292
        },
        {
            "start": 1136500294,
            "stop": 1136500335
        },
        {
            "start": 1136500337,
            "stop": 1136500338
        },
        {
            "start": 1136500340,
            "stop": 1136500381
        },
        {
            "start": 1136500383,
            "stop": 1136500390
        },
        {
            "start": 1136500392,
            "stop": 1136500410
        },
        {
            "start": 1136500412,
            "stop": 1136500436
        },
        {
            "start": 1136500438,
            "stop": 1136500443
        },
        {
            "start": 1136500445,
            "stop": 1136500505
        },
        {
            "start": 1136500507,
            "stop": 1136500518
        },
        {
            "start": 1136500520,
            "stop": 1136500525
        },
        {
            "start": 1136500527,
            "stop": 1136500621
        },
        {
            "start": 1136500623,
            "stop": 1136500652
        },
        {
            "start": 1136500654,
            "stop": 1136500821
        }
    ]
}