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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=28",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 29,
    "results": [
        {
            "start": 1238189213,
            "stop": 1238189215
        },
        {
            "start": 1238189216,
            "stop": 1238189218
        },
        {
            "start": 1238189220,
            "stop": 1238189226
        },
        {
            "start": 1238189227,
            "stop": 1238189232
        },
        {
            "start": 1238189240,
            "stop": 1238189246
        },
        {
            "start": 1238189248,
            "stop": 1238189249
        },
        {
            "start": 1238189251,
            "stop": 1238189256
        },
        {
            "start": 1238189259,
            "stop": 1238189266
        },
        {
            "start": 1238189268,
            "stop": 1238189280
        },
        {
            "start": 1238189281,
            "stop": 1238189286
        },
        {
            "start": 1238189287,
            "stop": 1238189291
        },
        {
            "start": 1238189293,
            "stop": 1238189303
        },
        {
            "start": 1238189305,
            "stop": 1238189307
        },
        {
            "start": 1238189309,
            "stop": 1238189310
        },
        {
            "start": 1238189318,
            "stop": 1238189323
        },
        {
            "start": 1238189326,
            "stop": 1238189359
        },
        {
            "start": 1238189360,
            "stop": 1238189365
        },
        {
            "start": 1238189368,
            "stop": 1238189372
        },
        {
            "start": 1238189373,
            "stop": 1238189376
        },
        {
            "start": 1238189377,
            "stop": 1238189383
        }
    ]
}