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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=342",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 343,
    "results": [
        {
            "start": 1250879208,
            "stop": 1250879211
        },
        {
            "start": 1250879213,
            "stop": 1250879217
        },
        {
            "start": 1250879218,
            "stop": 1250879222
        },
        {
            "start": 1250879224,
            "stop": 1250879225
        },
        {
            "start": 1250879227,
            "stop": 1250879276
        },
        {
            "start": 1250879277,
            "stop": 1250879278
        },
        {
            "start": 1250879279,
            "stop": 1250879281
        },
        {
            "start": 1250879282,
            "stop": 1250879286
        },
        {
            "start": 1250879288,
            "stop": 1250879289
        },
        {
            "start": 1250879290,
            "stop": 1250879374
        },
        {
            "start": 1250879375,
            "stop": 1250879376
        },
        {
            "start": 1250879378,
            "stop": 1250879382
        },
        {
            "start": 1250879383,
            "stop": 1250879385
        },
        {
            "start": 1250879390,
            "stop": 1250879553
        },
        {
            "start": 1250879554,
            "stop": 1250879557
        },
        {
            "start": 1250879559,
            "stop": 1250879564
        },
        {
            "start": 1250879565,
            "stop": 1250879714
        },
        {
            "start": 1250879715,
            "stop": 1250879721
        },
        {
            "start": 1250879724,
            "stop": 1250879732
        },
        {
            "start": 1250879734,
            "stop": 1250879736
        }
    ]
}