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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=2",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 3,
    "results": [
        {
            "start": 1238178310,
            "stop": 1238178318
        },
        {
            "start": 1238178319,
            "stop": 1238178322
        },
        {
            "start": 1238178324,
            "stop": 1238178337
        },
        {
            "start": 1238178338,
            "stop": 1238178341
        },
        {
            "start": 1238178343,
            "stop": 1238178349
        },
        {
            "start": 1238178350,
            "stop": 1238178373
        },
        {
            "start": 1238178374,
            "stop": 1238178382
        },
        {
            "start": 1238178383,
            "stop": 1238178391
        },
        {
            "start": 1238178392,
            "stop": 1238178412
        },
        {
            "start": 1238178413,
            "stop": 1238178419
        },
        {
            "start": 1238178420,
            "stop": 1238178427
        },
        {
            "start": 1238178429,
            "stop": 1238178440
        },
        {
            "start": 1238178441,
            "stop": 1238178447
        },
        {
            "start": 1238178449,
            "stop": 1238178454
        },
        {
            "start": 1238178455,
            "stop": 1238178462
        },
        {
            "start": 1238178463,
            "stop": 1238178502
        },
        {
            "start": 1238178503,
            "stop": 1238178524
        },
        {
            "start": 1238178531,
            "stop": 1238178544
        },
        {
            "start": 1238178547,
            "stop": 1238178550
        },
        {
            "start": 1238178553,
            "stop": 1238178562
        }
    ]
}