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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=34",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 35,
    "results": [
        {
            "start": 1127948029,
            "stop": 1127950267
        },
        {
            "start": 1127950268,
            "stop": 1127952059
        },
        {
            "start": 1127957843,
            "stop": 1127959762
        },
        {
            "start": 1127959764,
            "stop": 1127960091
        },
        {
            "start": 1127960092,
            "stop": 1127963073
        },
        {
            "start": 1127963075,
            "stop": 1127963555
        },
        {
            "start": 1127963557,
            "stop": 1127964953
        },
        {
            "start": 1127966973,
            "stop": 1127968448
        },
        {
            "start": 1127968449,
            "stop": 1127969347
        },
        {
            "start": 1127969349,
            "stop": 1127972991
        },
        {
            "start": 1127972992,
            "stop": 1127984058
        },
        {
            "start": 1127984059,
            "stop": 1127989079
        },
        {
            "start": 1127989080,
            "stop": 1128019576
        },
        {
            "start": 1128019577,
            "stop": 1128021044
        },
        {
            "start": 1128021045,
            "stop": 1128021672
        },
        {
            "start": 1128027892,
            "stop": 1128028980
        },
        {
            "start": 1128028982,
            "stop": 1128029852
        },
        {
            "start": 1128029853,
            "stop": 1128039527
        },
        {
            "start": 1128039528,
            "stop": 1128041847
        },
        {
            "start": 1128041848,
            "stop": 1128047427
        }
    ]
}