Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=6",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 7,
    "results": [
        {
            "start": 1127902989,
            "stop": 1127902990
        },
        {
            "start": 1127902992,
            "stop": 1127902993
        },
        {
            "start": 1127902998,
            "stop": 1127903006
        },
        {
            "start": 1127903007,
            "stop": 1127903015
        },
        {
            "start": 1127903016,
            "stop": 1127903099
        },
        {
            "start": 1127906072,
            "stop": 1127913231
        },
        {
            "start": 1127913233,
            "stop": 1127922264
        },
        {
            "start": 1127976803,
            "stop": 1127978194
        },
        {
            "start": 1127978195,
            "stop": 1127979779
        },
        {
            "start": 1127979780,
            "stop": 1127980116
        },
        {
            "start": 1127980117,
            "stop": 1128000259
        },
        {
            "start": 1128000460,
            "stop": 1128005353
        },
        {
            "start": 1128005355,
            "stop": 1128007754
        },
        {
            "start": 1128035545,
            "stop": 1128035610
        },
        {
            "start": 1128036741,
            "stop": 1128037347
        },
        {
            "start": 1128037348,
            "stop": 1128037349
        },
        {
            "start": 1128039919,
            "stop": 1128050338
        },
        {
            "start": 1128050339,
            "stop": 1128050343
        },
        {
            "start": 1128050344,
            "stop": 1128072513
        },
        {
            "start": 1128116549,
            "stop": 1128121872
        }
    ]
}