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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=47",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 48,
    "results": [
        {
            "start": 816936540,
            "stop": 816936543
        },
        {
            "start": 816936546,
            "stop": 816936592
        },
        {
            "start": 816936595,
            "stop": 816936752
        },
        {
            "start": 816936756,
            "stop": 816936770
        },
        {
            "start": 816936775,
            "stop": 816936927
        },
        {
            "start": 816936930,
            "stop": 816937200
        },
        {
            "start": 816937260,
            "stop": 816937334
        },
        {
            "start": 816937338,
            "stop": 816937455
        },
        {
            "start": 816937459,
            "stop": 816937470
        },
        {
            "start": 816937474,
            "stop": 816937682
        },
        {
            "start": 816937685,
            "stop": 816940288
        },
        {
            "start": 816940291,
            "stop": 816941310
        },
        {
            "start": 816942270,
            "stop": 816942273
        },
        {
            "start": 816942277,
            "stop": 816942298
        },
        {
            "start": 816942301,
            "stop": 816942346
        },
        {
            "start": 816942349,
            "stop": 816942351
        },
        {
            "start": 816942356,
            "stop": 816942361
        },
        {
            "start": 816942364,
            "stop": 816942369
        },
        {
            "start": 816942372,
            "stop": 816942391
        },
        {
            "start": 816942394,
            "stop": 816943103
        }
    ]
}