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_CAT1/segments?format=api&page=451
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=452",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=450",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 451,
    "results": [
        {
            "start": 859752969,
            "stop": 859756212
        },
        {
            "start": 859756214,
            "stop": 859781658
        },
        {
            "start": 859787084,
            "stop": 859791013
        },
        {
            "start": 859792776,
            "stop": 859811189
        },
        {
            "start": 859812758,
            "stop": 859818756
        },
        {
            "start": 859819717,
            "stop": 859819719
        },
        {
            "start": 859822360,
            "stop": 859822372
        },
        {
            "start": 859822374,
            "stop": 859822879
        },
        {
            "start": 859825786,
            "stop": 859826044
        },
        {
            "start": 859827066,
            "stop": 859831265
        },
        {
            "start": 859832412,
            "stop": 859833013
        },
        {
            "start": 859836647,
            "stop": 859841557
        },
        {
            "start": 859841688,
            "stop": 859842645
        },
        {
            "start": 859844119,
            "stop": 859844908
        },
        {
            "start": 859845468,
            "stop": 859859927
        },
        {
            "start": 859859929,
            "stop": 859871800
        },
        {
            "start": 859871802,
            "stop": 859879387
        },
        {
            "start": 859880956,
            "stop": 859894715
        },
        {
            "start": 859894717,
            "stop": 859894824
        },
        {
            "start": 859895850,
            "stop": 859897867
        }
    ]
}