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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=9",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 10,
    "results": [
        {
            "start": 1262833726,
            "stop": 1262899765
        },
        {
            "start": 1262908706,
            "stop": 1262944534
        },
        {
            "start": 1262947448,
            "stop": 1262972491
        },
        {
            "start": 1262973087,
            "stop": 1263049216
        },
        {
            "start": 1263077149,
            "stop": 1263083381
        },
        {
            "start": 1263084917,
            "stop": 1263160133
        },
        {
            "start": 1263164625,
            "stop": 1263181869
        },
        {
            "start": 1263184089,
            "stop": 1263233351
        },
        {
            "start": 1263235820,
            "stop": 1263245308
        },
        {
            "start": 1263245572,
            "stop": 1263249495
        },
        {
            "start": 1263254173,
            "stop": 1263287036
        },
        {
            "start": 1263288960,
            "stop": 1263330551
        },
        {
            "start": 1263333826,
            "stop": 1263368221
        },
        {
            "start": 1263588386,
            "stop": 1263594319
        },
        {
            "start": 1263597982,
            "stop": 1263599374
        },
        {
            "start": 1263601587,
            "stop": 1263601875
        },
        {
            "start": 1263612488,
            "stop": 1263616279
        },
        {
            "start": 1263618943,
            "stop": 1263634588
        },
        {
            "start": 1263637798,
            "stop": 1263652909
        },
        {
            "start": 1263674773,
            "stop": 1263680830
        }
    ]
}