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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=25",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 26,
    "results": [
        {
            "start": 1238189250,
            "stop": 1238189257
        },
        {
            "start": 1238189259,
            "stop": 1238189266
        },
        {
            "start": 1238189268,
            "stop": 1238189280
        },
        {
            "start": 1238189281,
            "stop": 1238189286
        },
        {
            "start": 1238189287,
            "stop": 1238189292
        },
        {
            "start": 1238189293,
            "stop": 1238189307
        },
        {
            "start": 1238189308,
            "stop": 1238189324
        },
        {
            "start": 1238189325,
            "stop": 1238189359
        },
        {
            "start": 1238189360,
            "stop": 1238189366
        },
        {
            "start": 1238189367,
            "stop": 1238189372
        },
        {
            "start": 1238189373,
            "stop": 1238189376
        },
        {
            "start": 1238189377,
            "stop": 1238189383
        },
        {
            "start": 1238189389,
            "stop": 1238189395
        },
        {
            "start": 1238189396,
            "stop": 1238189402
        },
        {
            "start": 1238189405,
            "stop": 1238189408
        },
        {
            "start": 1238189409,
            "stop": 1238189426
        },
        {
            "start": 1238189427,
            "stop": 1238189429
        },
        {
            "start": 1238189430,
            "stop": 1238189431
        },
        {
            "start": 1238189432,
            "stop": 1238189440
        },
        {
            "start": 1238189444,
            "stop": 1238189449
        }
    ]
}