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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=81",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 82,
    "results": [
        {
            "start": 823348756,
            "stop": 823350278
        },
        {
            "start": 823350348,
            "stop": 823351240
        },
        {
            "start": 823351354,
            "stop": 823353394
        },
        {
            "start": 823354215,
            "stop": 823354305
        },
        {
            "start": 823398198,
            "stop": 823399580
        },
        {
            "start": 823399715,
            "stop": 823399808
        },
        {
            "start": 823399810,
            "stop": 823414719
        },
        {
            "start": 823417156,
            "stop": 823424433
        },
        {
            "start": 823424436,
            "stop": 823424632
        },
        {
            "start": 823424634,
            "stop": 823424636
        },
        {
            "start": 823424637,
            "stop": 823424640
        },
        {
            "start": 823424643,
            "stop": 823424652
        },
        {
            "start": 823424655,
            "stop": 823424657
        },
        {
            "start": 823424660,
            "stop": 823424667
        },
        {
            "start": 823424671,
            "stop": 823424674
        },
        {
            "start": 823425572,
            "stop": 823438395
        },
        {
            "start": 823438397,
            "stop": 823438444
        },
        {
            "start": 823438448,
            "stop": 823438463
        },
        {
            "start": 823438465,
            "stop": 823440325
        },
        {
            "start": 823440326,
            "stop": 823440358
        }
    ]
}