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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "previous": null,
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 1,
    "results": [
        {
            "start": 815402953,
            "stop": 815402978
        },
        {
            "start": 815402981,
            "stop": 815403033
        },
        {
            "start": 815410873,
            "stop": 815410993
        },
        {
            "start": 815410996,
            "stop": 815411321
        },
        {
            "start": 815411324,
            "stop": 815411412
        },
        {
            "start": 815411415,
            "stop": 815411419
        },
        {
            "start": 815411422,
            "stop": 815411505
        },
        {
            "start": 815411508,
            "stop": 815411807
        },
        {
            "start": 815411810,
            "stop": 815411834
        },
        {
            "start": 815411838,
            "stop": 815411841
        },
        {
            "start": 815411845,
            "stop": 815411876
        },
        {
            "start": 815411880,
            "stop": 815411910
        },
        {
            "start": 815411913,
            "stop": 815411941
        },
        {
            "start": 815411944,
            "stop": 815412052
        },
        {
            "start": 815412055,
            "stop": 815412157
        },
        {
            "start": 815412161,
            "stop": 815412184
        },
        {
            "start": 815412188,
            "stop": 815412211
        },
        {
            "start": 815412214,
            "stop": 815412222
        },
        {
            "start": 815412225,
            "stop": 815412333
        },
        {
            "start": 815412336,
            "stop": 815412359
        }
    ]
}