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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=701",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=699",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 700,
    "results": [
        {
            "start": 858379360,
            "stop": 858390331
        },
        {
            "start": 858391097,
            "stop": 858429004
        },
        {
            "start": 858429006,
            "stop": 858429014
        },
        {
            "start": 858429016,
            "stop": 858429017
        },
        {
            "start": 858429018,
            "stop": 858438016
        },
        {
            "start": 858457346,
            "stop": 858461927
        },
        {
            "start": 858464035,
            "stop": 858465374
        },
        {
            "start": 858466900,
            "stop": 858467802
        },
        {
            "start": 858468478,
            "stop": 858469471
        },
        {
            "start": 858469474,
            "stop": 858470010
        },
        {
            "start": 858471314,
            "stop": 858489746
        },
        {
            "start": 858490325,
            "stop": 858514641
        },
        {
            "start": 858514643,
            "stop": 858518383
        },
        {
            "start": 858518386,
            "stop": 858518387
        },
        {
            "start": 858518393,
            "stop": 858528382
        },
        {
            "start": 858530522,
            "stop": 858532022
        },
        {
            "start": 858532918,
            "stop": 858535232
        },
        {
            "start": 858536022,
            "stop": 858540054
        },
        {
            "start": 858540057,
            "stop": 858541511
        },
        {
            "start": 858541516,
            "stop": 858551067
        }
    ]
}