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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=59",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 60,
    "results": [
        {
            "start": 817725921,
            "stop": 817725997
        },
        {
            "start": 817726000,
            "stop": 817726006
        },
        {
            "start": 817726012,
            "stop": 817726458
        },
        {
            "start": 817726466,
            "stop": 817726627
        },
        {
            "start": 817726631,
            "stop": 817726671
        },
        {
            "start": 817726674,
            "stop": 817726675
        },
        {
            "start": 817726681,
            "stop": 817726683
        },
        {
            "start": 817726686,
            "stop": 817726698
        },
        {
            "start": 817726701,
            "stop": 817726711
        },
        {
            "start": 817726714,
            "stop": 817726751
        },
        {
            "start": 817726754,
            "stop": 817727653
        },
        {
            "start": 817727656,
            "stop": 817727698
        },
        {
            "start": 817727701,
            "stop": 817727725
        },
        {
            "start": 817727729,
            "stop": 817729541
        },
        {
            "start": 817729544,
            "stop": 817729566
        },
        {
            "start": 817729569,
            "stop": 817736840
        },
        {
            "start": 817736845,
            "stop": 817736883
        },
        {
            "start": 817736887,
            "stop": 817737222
        },
        {
            "start": 817737225,
            "stop": 817737229
        },
        {
            "start": 817737233,
            "stop": 817737236
        }
    ]
}