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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=307",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 308,
    "results": [
        {
            "start": 860151116,
            "stop": 860151122
        },
        {
            "start": 860151126,
            "stop": 860151185
        },
        {
            "start": 860151189,
            "stop": 860151223
        },
        {
            "start": 860151228,
            "stop": 860151233
        },
        {
            "start": 860151237,
            "stop": 860151286
        },
        {
            "start": 860151295,
            "stop": 860151369
        },
        {
            "start": 860151373,
            "stop": 860151616
        },
        {
            "start": 860151620,
            "stop": 860152312
        },
        {
            "start": 860152316,
            "stop": 860159516
        },
        {
            "start": 860159519,
            "stop": 860159918
        },
        {
            "start": 860159931,
            "stop": 860159937
        },
        {
            "start": 860159951,
            "stop": 860159956
        },
        {
            "start": 860159960,
            "stop": 860160148
        },
        {
            "start": 860160157,
            "stop": 860160168
        },
        {
            "start": 860160172,
            "stop": 860160331
        },
        {
            "start": 860161958,
            "stop": 860162112
        },
        {
            "start": 860162116,
            "stop": 860162174
        },
        {
            "start": 860162179,
            "stop": 860162219
        },
        {
            "start": 860162228,
            "stop": 860162299
        },
        {
            "start": 860162303,
            "stop": 860162336
        }
    ]
}