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/S6/timelines/L1_CW_CAT1/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/S6/timelines/L1_CW_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=6",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 7,
    "results": [
        {
            "start": 931432658,
            "stop": 931435343
        },
        {
            "start": 931436894,
            "stop": 931454104
        },
        {
            "start": 931457512,
            "stop": 931470369
        },
        {
            "start": 931471964,
            "stop": 931477059
        },
        {
            "start": 931481939,
            "stop": 931484345
        },
        {
            "start": 931497184,
            "stop": 931513808
        },
        {
            "start": 931527621,
            "stop": 931528503
        },
        {
            "start": 931530408,
            "stop": 931531258
        },
        {
            "start": 931533169,
            "stop": 931533173
        },
        {
            "start": 931533278,
            "stop": 931533936
        },
        {
            "start": 931533986,
            "stop": 931534596
        },
        {
            "start": 931539619,
            "stop": 931541927
        },
        {
            "start": 931543466,
            "stop": 931544705
        },
        {
            "start": 931564298,
            "stop": 931566331
        },
        {
            "start": 931589668,
            "stop": 931603897
        },
        {
            "start": 931612014,
            "stop": 931613310
        },
        {
            "start": 931644305,
            "stop": 931651129
        },
        {
            "start": 931661297,
            "stop": 931663386
        },
        {
            "start": 931665054,
            "stop": 931665224
        },
        {
            "start": 931667881,
            "stop": 931677493
        }
    ]
}