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=6156
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=6157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6155",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6156,
    "results": [
        {
            "start": 874345680,
            "stop": 874345681
        },
        {
            "start": 874345682,
            "stop": 874345683
        },
        {
            "start": 874345684,
            "stop": 874345685
        },
        {
            "start": 874345688,
            "stop": 874345690
        },
        {
            "start": 874345693,
            "stop": 874345696
        },
        {
            "start": 874345703,
            "stop": 874345704
        },
        {
            "start": 874345709,
            "stop": 874345710
        },
        {
            "start": 874345712,
            "stop": 874345713
        },
        {
            "start": 874345715,
            "stop": 874345716
        },
        {
            "start": 874345717,
            "stop": 874345723
        },
        {
            "start": 874345730,
            "stop": 874345734
        },
        {
            "start": 874345735,
            "stop": 874345743
        },
        {
            "start": 874345747,
            "stop": 874345748
        },
        {
            "start": 874345749,
            "stop": 874345752
        },
        {
            "start": 874345754,
            "stop": 874345758
        },
        {
            "start": 874345759,
            "stop": 874345767
        },
        {
            "start": 874345768,
            "stop": 874345770
        },
        {
            "start": 874345771,
            "stop": 874345780
        },
        {
            "start": 874345781,
            "stop": 874345782
        },
        {
            "start": 874345784,
            "stop": 874345786
        }
    ]
}