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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=30",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 31,
    "results": [
        {
            "start": 819300229,
            "stop": 819308235
        },
        {
            "start": 819311777,
            "stop": 819316741
        },
        {
            "start": 819318066,
            "stop": 819318249
        },
        {
            "start": 819318783,
            "stop": 819318836
        },
        {
            "start": 819319236,
            "stop": 819322230
        },
        {
            "start": 819322630,
            "stop": 819325363
        },
        {
            "start": 819326651,
            "stop": 819347977
        },
        {
            "start": 819351752,
            "stop": 819355866
        },
        {
            "start": 819356150,
            "stop": 819362364
        },
        {
            "start": 819363215,
            "stop": 819370147
        },
        {
            "start": 819370829,
            "stop": 819377708
        },
        {
            "start": 819378235,
            "stop": 819380129
        },
        {
            "start": 819380557,
            "stop": 819392236
        },
        {
            "start": 819392680,
            "stop": 819395250
        },
        {
            "start": 819396505,
            "stop": 819400494
        },
        {
            "start": 819401070,
            "stop": 819401228
        },
        {
            "start": 819403058,
            "stop": 819404447
        },
        {
            "start": 819405017,
            "stop": 819408849
        },
        {
            "start": 819411369,
            "stop": 819418531
        },
        {
            "start": 819419244,
            "stop": 819423834
        }
    ]
}