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=5972
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=5973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5971",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5972,
    "results": [
        {
            "start": 873287607,
            "stop": 873287636
        },
        {
            "start": 873287639,
            "stop": 873287648
        },
        {
            "start": 873287651,
            "stop": 873287680
        },
        {
            "start": 873287683,
            "stop": 873287719
        },
        {
            "start": 873287723,
            "stop": 873288595
        },
        {
            "start": 873288597,
            "stop": 873288714
        },
        {
            "start": 873288717,
            "stop": 873289657
        },
        {
            "start": 873289658,
            "stop": 873289719
        },
        {
            "start": 873289720,
            "stop": 873290118
        },
        {
            "start": 873290119,
            "stop": 873290931
        },
        {
            "start": 873290937,
            "stop": 873291017
        },
        {
            "start": 873291020,
            "stop": 873291108
        },
        {
            "start": 873291111,
            "stop": 873291354
        },
        {
            "start": 873291355,
            "stop": 873291359
        },
        {
            "start": 873292626,
            "stop": 873292636
        },
        {
            "start": 873292637,
            "stop": 873292659
        },
        {
            "start": 873292662,
            "stop": 873292690
        },
        {
            "start": 873292691,
            "stop": 873292693
        },
        {
            "start": 873292694,
            "stop": 873292713
        },
        {
            "start": 873292715,
            "stop": 873292744
        }
    ]
}