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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=47",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 48,
    "results": [
        {
            "start": 1248728803,
            "stop": 1248758144
        },
        {
            "start": 1248758160,
            "stop": 1248784280
        },
        {
            "start": 1248796404,
            "stop": 1248802483
        },
        {
            "start": 1248805102,
            "stop": 1248843548
        },
        {
            "start": 1248843556,
            "stop": 1248870166
        },
        {
            "start": 1248870176,
            "stop": 1248903765
        },
        {
            "start": 1248903776,
            "stop": 1248905191
        },
        {
            "start": 1248908850,
            "stop": 1248925764
        },
        {
            "start": 1248927897,
            "stop": 1248951548
        },
        {
            "start": 1248954821,
            "stop": 1248978537
        },
        {
            "start": 1248980086,
            "stop": 1249021850
        },
        {
            "start": 1249045974,
            "stop": 1249104019
        },
        {
            "start": 1249124172,
            "stop": 1249125984
        },
        {
            "start": 1249128042,
            "stop": 1249219181
        },
        {
            "start": 1249219754,
            "stop": 1249221493
        },
        {
            "start": 1249240330,
            "stop": 1249251331
        },
        {
            "start": 1249252886,
            "stop": 1249253510
        },
        {
            "start": 1249253906,
            "stop": 1249259004
        },
        {
            "start": 1249262209,
            "stop": 1249265010
        },
        {
            "start": 1249268389,
            "stop": 1249268414
        }
    ]
}