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=5306
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=5307",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5305",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5306,
    "results": [
        {
            "start": 1136493038,
            "stop": 1136493099
        },
        {
            "start": 1136493101,
            "stop": 1136493120
        },
        {
            "start": 1136493122,
            "stop": 1136493125
        },
        {
            "start": 1136493129,
            "stop": 1136493178
        },
        {
            "start": 1136493180,
            "stop": 1136493293
        },
        {
            "start": 1136493295,
            "stop": 1136493317
        },
        {
            "start": 1136493319,
            "stop": 1136493389
        },
        {
            "start": 1136493391,
            "stop": 1136493399
        },
        {
            "start": 1136493401,
            "stop": 1136493443
        },
        {
            "start": 1136493445,
            "stop": 1136493472
        },
        {
            "start": 1136493474,
            "stop": 1136493476
        },
        {
            "start": 1136493478,
            "stop": 1136493547
        },
        {
            "start": 1136493549,
            "stop": 1136493550
        },
        {
            "start": 1136493552,
            "stop": 1136493567
        },
        {
            "start": 1136493569,
            "stop": 1136493799
        },
        {
            "start": 1136493801,
            "stop": 1136493857
        },
        {
            "start": 1136493859,
            "stop": 1136493993
        },
        {
            "start": 1136493995,
            "stop": 1136494085
        },
        {
            "start": 1136494087,
            "stop": 1136494220
        },
        {
            "start": 1136494221,
            "stop": 1136494227
        }
    ]
}