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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=150",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 151,
    "results": [
        {
            "start": 818851553,
            "stop": 818851557
        },
        {
            "start": 818851565,
            "stop": 818851588
        },
        {
            "start": 818851595,
            "stop": 818851679
        },
        {
            "start": 818851693,
            "stop": 818852045
        },
        {
            "start": 818852052,
            "stop": 818852087
        },
        {
            "start": 818852094,
            "stop": 818852100
        },
        {
            "start": 818852107,
            "stop": 818852233
        },
        {
            "start": 818852241,
            "stop": 818852304
        },
        {
            "start": 818852313,
            "stop": 818852350
        },
        {
            "start": 818852370,
            "stop": 818852375
        },
        {
            "start": 818852419,
            "stop": 818852842
        },
        {
            "start": 818852849,
            "stop": 818852854
        },
        {
            "start": 818852861,
            "stop": 818853097
        },
        {
            "start": 818853133,
            "stop": 818853255
        },
        {
            "start": 818853262,
            "stop": 818853536
        },
        {
            "start": 818853543,
            "stop": 818853905
        },
        {
            "start": 818853912,
            "stop": 818854347
        },
        {
            "start": 818854355,
            "stop": 818856263
        },
        {
            "start": 818856291,
            "stop": 818856343
        },
        {
            "start": 818856350,
            "stop": 818856576
        }
    ]
}