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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=13",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 14,
    "results": [
        {
            "start": 1241768240,
            "stop": 1241769132
        },
        {
            "start": 1241769140,
            "stop": 1241769439
        },
        {
            "start": 1241769441,
            "stop": 1241769444
        },
        {
            "start": 1241769452,
            "stop": 1241769455
        },
        {
            "start": 1241794679,
            "stop": 1241796657
        },
        {
            "start": 1241797894,
            "stop": 1241800706
        },
        {
            "start": 1241800730,
            "stop": 1241815296
        },
        {
            "start": 1241815329,
            "stop": 1241840113
        },
        {
            "start": 1241867385,
            "stop": 1241869389
        },
        {
            "start": 1241869397,
            "stop": 1241872157
        },
        {
            "start": 1241872165,
            "stop": 1241874590
        },
        {
            "start": 1241885762,
            "stop": 1241888838
        },
        {
            "start": 1241888846,
            "stop": 1241896941
        },
        {
            "start": 1241899734,
            "stop": 1241900082
        },
        {
            "start": 1241902603,
            "stop": 1241903815
        },
        {
            "start": 1241906391,
            "stop": 1241906475
        },
        {
            "start": 1241906483,
            "stop": 1241907067
        },
        {
            "start": 1241907075,
            "stop": 1241909323
        },
        {
            "start": 1241909331,
            "stop": 1241910763
        },
        {
            "start": 1241910771,
            "stop": 1241916947
        }
    ]
}