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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=30",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 31,
    "results": [
        {
            "start": 1238190026,
            "stop": 1238190035
        },
        {
            "start": 1238190037,
            "stop": 1238190038
        },
        {
            "start": 1238190043,
            "stop": 1238190046
        },
        {
            "start": 1238190047,
            "stop": 1238190060
        },
        {
            "start": 1238190062,
            "stop": 1238190063
        },
        {
            "start": 1238190064,
            "stop": 1238190067
        },
        {
            "start": 1238190068,
            "stop": 1238190072
        },
        {
            "start": 1238190076,
            "stop": 1238190086
        },
        {
            "start": 1238190087,
            "stop": 1238190093
        },
        {
            "start": 1238190094,
            "stop": 1238190097
        },
        {
            "start": 1238190098,
            "stop": 1238190102
        },
        {
            "start": 1238190106,
            "stop": 1238190109
        },
        {
            "start": 1238190115,
            "stop": 1238190118
        },
        {
            "start": 1238190122,
            "stop": 1238190124
        },
        {
            "start": 1238190129,
            "stop": 1238190132
        },
        {
            "start": 1238190136,
            "stop": 1238190160
        },
        {
            "start": 1238190175,
            "stop": 1238190178
        },
        {
            "start": 1238190182,
            "stop": 1238190185
        },
        {
            "start": 1238190188,
            "stop": 1238190190
        },
        {
            "start": 1238190194,
            "stop": 1238190196
        }
    ]
}