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=5215
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=5216",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5214",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5215,
    "results": [
        {
            "start": 1136288187,
            "stop": 1136288203
        },
        {
            "start": 1136288205,
            "stop": 1136288291
        },
        {
            "start": 1136288293,
            "stop": 1136288301
        },
        {
            "start": 1136288303,
            "stop": 1136288317
        },
        {
            "start": 1136288319,
            "stop": 1136288329
        },
        {
            "start": 1136288331,
            "stop": 1136288344
        },
        {
            "start": 1136288346,
            "stop": 1136288358
        },
        {
            "start": 1136288360,
            "stop": 1136288379
        },
        {
            "start": 1136288383,
            "stop": 1136288391
        },
        {
            "start": 1136288393,
            "stop": 1136288400
        },
        {
            "start": 1136288402,
            "stop": 1136288404
        },
        {
            "start": 1136288406,
            "stop": 1136288421
        },
        {
            "start": 1136288423,
            "stop": 1136288430
        },
        {
            "start": 1136288432,
            "stop": 1136288434
        },
        {
            "start": 1136288436,
            "stop": 1136288443
        },
        {
            "start": 1136288445,
            "stop": 1136288447
        },
        {
            "start": 1136288449,
            "stop": 1136288460
        },
        {
            "start": 1136288462,
            "stop": 1136288471
        },
        {
            "start": 1136288473,
            "stop": 1136288480
        },
        {
            "start": 1136288482,
            "stop": 1136288513
        }
    ]
}