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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=2",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 3,
    "results": [
        {
            "start": 816229350,
            "stop": 816229355
        },
        {
            "start": 816229359,
            "stop": 816229384
        },
        {
            "start": 816229390,
            "stop": 816229394
        },
        {
            "start": 816229400,
            "stop": 816229427
        },
        {
            "start": 816229431,
            "stop": 816229506
        },
        {
            "start": 816229511,
            "stop": 816229538
        },
        {
            "start": 816229547,
            "stop": 816229592
        },
        {
            "start": 816229595,
            "stop": 816229637
        },
        {
            "start": 816229641,
            "stop": 816229710
        },
        {
            "start": 816229714,
            "stop": 816229825
        },
        {
            "start": 816229833,
            "stop": 816229839
        },
        {
            "start": 816229845,
            "stop": 816229881
        },
        {
            "start": 816229888,
            "stop": 816229917
        },
        {
            "start": 816229921,
            "stop": 816229955
        },
        {
            "start": 816229961,
            "stop": 816230024
        },
        {
            "start": 816230032,
            "stop": 816230065
        },
        {
            "start": 816230070,
            "stop": 816230129
        },
        {
            "start": 816230142,
            "stop": 816230169
        },
        {
            "start": 816230173,
            "stop": 816230183
        },
        {
            "start": 816230187,
            "stop": 816230221
        }
    ]
}