Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2940
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=2941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2939",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2940,
    "results": [
        {
            "start": 859221765,
            "stop": 859223444
        },
        {
            "start": 859223685,
            "stop": 859224143
        },
        {
            "start": 859224148,
            "stop": 859225419
        },
        {
            "start": 859225422,
            "stop": 859226340
        },
        {
            "start": 859226460,
            "stop": 859226700
        },
        {
            "start": 859226820,
            "stop": 859228933
        },
        {
            "start": 859228936,
            "stop": 859228973
        },
        {
            "start": 859228976,
            "stop": 859228978
        },
        {
            "start": 859228986,
            "stop": 859228992
        },
        {
            "start": 859228997,
            "stop": 859229202
        },
        {
            "start": 859229210,
            "stop": 859229215
        },
        {
            "start": 859229220,
            "stop": 859230422
        },
        {
            "start": 859230425,
            "stop": 859231890
        },
        {
            "start": 859232391,
            "stop": 859233524
        },
        {
            "start": 859233705,
            "stop": 859235220
        },
        {
            "start": 859235280,
            "stop": 859236120
        },
        {
            "start": 859236180,
            "stop": 859236948
        },
        {
            "start": 859236951,
            "stop": 859237500
        },
        {
            "start": 859237620,
            "stop": 859239300
        },
        {
            "start": 859239360,
            "stop": 859239644
        }
    ]
}