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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=72",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 73,
    "results": [
        {
            "start": 821276455,
            "stop": 821276480
        },
        {
            "start": 821276483,
            "stop": 821276490
        },
        {
            "start": 821276493,
            "stop": 821276579
        },
        {
            "start": 821276582,
            "stop": 821276629
        },
        {
            "start": 821276632,
            "stop": 821276687
        },
        {
            "start": 821276690,
            "stop": 821276841
        },
        {
            "start": 821276844,
            "stop": 821276962
        },
        {
            "start": 821276965,
            "stop": 821277125
        },
        {
            "start": 821277128,
            "stop": 821277144
        },
        {
            "start": 821277147,
            "stop": 821277223
        },
        {
            "start": 821277226,
            "stop": 821277229
        },
        {
            "start": 821277233,
            "stop": 821277571
        },
        {
            "start": 821277574,
            "stop": 821277704
        },
        {
            "start": 821277707,
            "stop": 821277768
        },
        {
            "start": 821277771,
            "stop": 821277998
        },
        {
            "start": 821278001,
            "stop": 821278025
        },
        {
            "start": 821278028,
            "stop": 821278036
        },
        {
            "start": 821278039,
            "stop": 821278095
        },
        {
            "start": 821278098,
            "stop": 821278112
        },
        {
            "start": 821278115,
            "stop": 821278125
        }
    ]
}