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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=6",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 7,
    "results": [
        {
            "start": 1238179441,
            "stop": 1238179462
        },
        {
            "start": 1238179463,
            "stop": 1238179471
        },
        {
            "start": 1238179472,
            "stop": 1238179478
        },
        {
            "start": 1238179481,
            "stop": 1238179509
        },
        {
            "start": 1238179511,
            "stop": 1238179517
        },
        {
            "start": 1238179518,
            "stop": 1238179532
        },
        {
            "start": 1238179533,
            "stop": 1238179537
        },
        {
            "start": 1238179539,
            "stop": 1238179543
        },
        {
            "start": 1238179544,
            "stop": 1238179549
        },
        {
            "start": 1238179551,
            "stop": 1238179555
        },
        {
            "start": 1238179557,
            "stop": 1238179560
        },
        {
            "start": 1238179562,
            "stop": 1238179569
        },
        {
            "start": 1238179570,
            "stop": 1238179575
        },
        {
            "start": 1238179579,
            "stop": 1238179586
        },
        {
            "start": 1238179591,
            "stop": 1238179594
        },
        {
            "start": 1238179599,
            "stop": 1238179603
        },
        {
            "start": 1238179609,
            "stop": 1238179615
        },
        {
            "start": 1238179618,
            "stop": 1238179621
        },
        {
            "start": 1238179624,
            "stop": 1238179630
        },
        {
            "start": 1238179635,
            "stop": 1238179644
        }
    ]
}