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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=9",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 10,
    "results": [
        {
            "start": 817874685,
            "stop": 817879126
        },
        {
            "start": 817881058,
            "stop": 817890898
        },
        {
            "start": 817892173,
            "stop": 817900472
        },
        {
            "start": 817901092,
            "stop": 817901526
        },
        {
            "start": 817902729,
            "stop": 817908755
        },
        {
            "start": 817909481,
            "stop": 817909664
        },
        {
            "start": 817981689,
            "stop": 817995502
        },
        {
            "start": 818049731,
            "stop": 818054478
        },
        {
            "start": 818059500,
            "stop": 818060419
        },
        {
            "start": 818061390,
            "stop": 818065034
        },
        {
            "start": 818066420,
            "stop": 818071088
        },
        {
            "start": 818075386,
            "stop": 818079770
        },
        {
            "start": 818080534,
            "stop": 818082567
        },
        {
            "start": 818160753,
            "stop": 818161274
        },
        {
            "start": 818167494,
            "stop": 818170028
        },
        {
            "start": 818205685,
            "stop": 818226268
        },
        {
            "start": 818229819,
            "stop": 818234089
        },
        {
            "start": 818234465,
            "stop": 818239508
        },
        {
            "start": 818239521,
            "stop": 818239678
        },
        {
            "start": 818240975,
            "stop": 818242454
        }
    ]
}