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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=2",
    "previous": null,
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 1,
    "results": [
        {
            "start": 816061324,
            "stop": 816061326
        },
        {
            "start": 816061359,
            "stop": 816061427
        },
        {
            "start": 816062271,
            "stop": 816062345
        },
        {
            "start": 816062364,
            "stop": 816062499
        },
        {
            "start": 816062537,
            "stop": 816062620
        },
        {
            "start": 816062643,
            "stop": 816062796
        },
        {
            "start": 816062819,
            "stop": 816062820
        },
        {
            "start": 816062848,
            "stop": 816062987
        },
        {
            "start": 816064374,
            "stop": 816064389
        },
        {
            "start": 816064565,
            "stop": 816064567
        },
        {
            "start": 816064794,
            "stop": 816064823
        },
        {
            "start": 816064844,
            "stop": 816064854
        },
        {
            "start": 816064910,
            "stop": 816064946
        },
        {
            "start": 816065013,
            "stop": 816065025
        },
        {
            "start": 816065503,
            "stop": 816065547
        },
        {
            "start": 816065582,
            "stop": 816065602
        },
        {
            "start": 816065629,
            "stop": 816065646
        },
        {
            "start": 816065667,
            "stop": 816065957
        },
        {
            "start": 816065991,
            "stop": 816066035
        },
        {
            "start": 816066056,
            "stop": 816066168
        }
    ]
}