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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=26",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 27,
    "results": [
        {
            "start": 1238189450,
            "stop": 1238189456
        },
        {
            "start": 1238189457,
            "stop": 1238189460
        },
        {
            "start": 1238189463,
            "stop": 1238189473
        },
        {
            "start": 1238189474,
            "stop": 1238189480
        },
        {
            "start": 1238189481,
            "stop": 1238189489
        },
        {
            "start": 1238189490,
            "stop": 1238189500
        },
        {
            "start": 1238189501,
            "stop": 1238189505
        },
        {
            "start": 1238189508,
            "stop": 1238189509
        },
        {
            "start": 1238189510,
            "stop": 1238189515
        },
        {
            "start": 1238189519,
            "stop": 1238189522
        },
        {
            "start": 1238189524,
            "stop": 1238189526
        },
        {
            "start": 1238189527,
            "stop": 1238189532
        },
        {
            "start": 1238189535,
            "stop": 1238189537
        },
        {
            "start": 1238189540,
            "stop": 1238189546
        },
        {
            "start": 1238189547,
            "stop": 1238189553
        },
        {
            "start": 1238189555,
            "stop": 1238189558
        },
        {
            "start": 1238189559,
            "stop": 1238189562
        },
        {
            "start": 1238189566,
            "stop": 1238189569
        },
        {
            "start": 1238189574,
            "stop": 1238189582
        },
        {
            "start": 1238189588,
            "stop": 1238189592
        }
    ]
}