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_BURST_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_BURST_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT1/segments?format=api&page=6",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 7,
    "results": [
        {
            "start": 931418986,
            "stop": 931429778
        },
        {
            "start": 931432658,
            "stop": 931435448
        },
        {
            "start": 931436894,
            "stop": 931454209
        },
        {
            "start": 931457512,
            "stop": 931470474
        },
        {
            "start": 931471964,
            "stop": 931477059
        },
        {
            "start": 931481939,
            "stop": 931484345
        },
        {
            "start": 931497184,
            "stop": 931513913
        },
        {
            "start": 931527621,
            "stop": 931528608
        },
        {
            "start": 931530408,
            "stop": 931531363
        },
        {
            "start": 931533169,
            "stop": 931533173
        },
        {
            "start": 931533278,
            "stop": 931533936
        },
        {
            "start": 931533986,
            "stop": 931534701
        },
        {
            "start": 931539619,
            "stop": 931542032
        },
        {
            "start": 931543466,
            "stop": 931544810
        },
        {
            "start": 931564298,
            "stop": 931566331
        },
        {
            "start": 931589668,
            "stop": 931604002
        },
        {
            "start": 931612014,
            "stop": 931613415
        },
        {
            "start": 931644305,
            "stop": 931651129
        },
        {
            "start": 931661297,
            "stop": 931663386
        },
        {
            "start": 931665054,
            "stop": 931665224
        }
    ]
}