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=6082
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=6083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6081",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6082,
    "results": [
        {
            "start": 873909728,
            "stop": 873909826
        },
        {
            "start": 873909829,
            "stop": 873909838
        },
        {
            "start": 873909841,
            "stop": 873909855
        },
        {
            "start": 873909860,
            "stop": 873909887
        },
        {
            "start": 873909890,
            "stop": 873910035
        },
        {
            "start": 873910038,
            "stop": 873910042
        },
        {
            "start": 873910043,
            "stop": 873910049
        },
        {
            "start": 873910052,
            "stop": 873910132
        },
        {
            "start": 873910137,
            "stop": 873910169
        },
        {
            "start": 873910172,
            "stop": 873910177
        },
        {
            "start": 873910181,
            "stop": 873910349
        },
        {
            "start": 873910352,
            "stop": 873910470
        },
        {
            "start": 873910473,
            "stop": 873910891
        },
        {
            "start": 873910894,
            "stop": 873910909
        },
        {
            "start": 873910915,
            "stop": 873910922
        },
        {
            "start": 873910931,
            "stop": 873910945
        },
        {
            "start": 873910948,
            "stop": 873910949
        },
        {
            "start": 873910954,
            "stop": 873911059
        },
        {
            "start": 873911062,
            "stop": 873911086
        },
        {
            "start": 873911090,
            "stop": 873911092
        }
    ]
}