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=6154
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=6155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6153",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6154,
    "results": [
        {
            "start": 874331640,
            "stop": 874331645
        },
        {
            "start": 874331646,
            "stop": 874331647
        },
        {
            "start": 874331648,
            "stop": 874331650
        },
        {
            "start": 874331651,
            "stop": 874331658
        },
        {
            "start": 874331659,
            "stop": 874331676
        },
        {
            "start": 874331677,
            "stop": 874331784
        },
        {
            "start": 874331785,
            "stop": 874331866
        },
        {
            "start": 874331867,
            "stop": 874331896
        },
        {
            "start": 874331897,
            "stop": 874333442
        },
        {
            "start": 874333443,
            "stop": 874333938
        },
        {
            "start": 874333939,
            "stop": 874333980
        },
        {
            "start": 874334040,
            "stop": 874334283
        },
        {
            "start": 874334284,
            "stop": 874334285
        },
        {
            "start": 874334286,
            "stop": 874334448
        },
        {
            "start": 874334449,
            "stop": 874334595
        },
        {
            "start": 874334934,
            "stop": 874336395
        },
        {
            "start": 874336396,
            "stop": 874337095
        },
        {
            "start": 874337096,
            "stop": 874337940
        },
        {
            "start": 874338060,
            "stop": 874338080
        },
        {
            "start": 874338084,
            "stop": 874338201
        }
    ]
}