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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=70",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 71,
    "results": [
        {
            "start": 821271010,
            "stop": 821271159
        },
        {
            "start": 821271162,
            "stop": 821271229
        },
        {
            "start": 821271232,
            "stop": 821271311
        },
        {
            "start": 821271314,
            "stop": 821271360
        },
        {
            "start": 821271363,
            "stop": 821272282
        },
        {
            "start": 821272285,
            "stop": 821272289
        },
        {
            "start": 821272293,
            "stop": 821272294
        },
        {
            "start": 821272297,
            "stop": 821272408
        },
        {
            "start": 821272411,
            "stop": 821272862
        },
        {
            "start": 821272865,
            "stop": 821273065
        },
        {
            "start": 821273068,
            "stop": 821273114
        },
        {
            "start": 821273149,
            "stop": 821273181
        },
        {
            "start": 821273184,
            "stop": 821273216
        },
        {
            "start": 821273220,
            "stop": 821273273
        },
        {
            "start": 821273276,
            "stop": 821273410
        },
        {
            "start": 821273413,
            "stop": 821273452
        },
        {
            "start": 821273455,
            "stop": 821273540
        },
        {
            "start": 821273543,
            "stop": 821273770
        },
        {
            "start": 821273773,
            "stop": 821274036
        },
        {
            "start": 821274039,
            "stop": 821274414
        }
    ]
}