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=6001
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=6002",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6000",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6001,
    "results": [
        {
            "start": 873458949,
            "stop": 873458996
        },
        {
            "start": 873458999,
            "stop": 873459119
        },
        {
            "start": 873459124,
            "stop": 873459251
        },
        {
            "start": 873459254,
            "stop": 873459771
        },
        {
            "start": 873459773,
            "stop": 873459963
        },
        {
            "start": 873459966,
            "stop": 873460217
        },
        {
            "start": 873460219,
            "stop": 873460233
        },
        {
            "start": 873460699,
            "stop": 873460736
        },
        {
            "start": 873460737,
            "stop": 873460761
        },
        {
            "start": 873460762,
            "stop": 873460824
        },
        {
            "start": 873460825,
            "stop": 873460832
        },
        {
            "start": 873460834,
            "stop": 873460840
        },
        {
            "start": 873460842,
            "stop": 873460859
        },
        {
            "start": 873460860,
            "stop": 873460861
        },
        {
            "start": 873460862,
            "stop": 873460867
        },
        {
            "start": 873460869,
            "stop": 873460876
        },
        {
            "start": 873463582,
            "stop": 873463583
        },
        {
            "start": 873463600,
            "stop": 873463601
        },
        {
            "start": 873463604,
            "stop": 873463606
        },
        {
            "start": 873463611,
            "stop": 873463612
        }
    ]
}