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=5157
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=5158",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5156",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5157,
    "results": [
        {
            "start": 1136213419,
            "stop": 1136213481
        },
        {
            "start": 1136213483,
            "stop": 1136213522
        },
        {
            "start": 1136213524,
            "stop": 1136213540
        },
        {
            "start": 1136213542,
            "stop": 1136213548
        },
        {
            "start": 1136213550,
            "stop": 1136213609
        },
        {
            "start": 1136213611,
            "stop": 1136213631
        },
        {
            "start": 1136213633,
            "stop": 1136213694
        },
        {
            "start": 1136213696,
            "stop": 1136213900
        },
        {
            "start": 1136213902,
            "stop": 1136213953
        },
        {
            "start": 1136213955,
            "stop": 1136213961
        },
        {
            "start": 1136213963,
            "stop": 1136214009
        },
        {
            "start": 1136214013,
            "stop": 1136214095
        },
        {
            "start": 1136214097,
            "stop": 1136214098
        },
        {
            "start": 1136214100,
            "stop": 1136214121
        },
        {
            "start": 1136214123,
            "stop": 1136214269
        },
        {
            "start": 1136214271,
            "stop": 1136214349
        },
        {
            "start": 1136214351,
            "stop": 1136214439
        },
        {
            "start": 1136214441,
            "stop": 1136214459
        },
        {
            "start": 1136214461,
            "stop": 1136214462
        },
        {
            "start": 1136214464,
            "stop": 1136214709
        }
    ]
}