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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=93",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 94,
    "results": [
        {
            "start": 817276951,
            "stop": 817277342
        },
        {
            "start": 817277345,
            "stop": 817277461
        },
        {
            "start": 817277465,
            "stop": 817277481
        },
        {
            "start": 817277484,
            "stop": 817277753
        },
        {
            "start": 817277756,
            "stop": 817277815
        },
        {
            "start": 817277818,
            "stop": 817278067
        },
        {
            "start": 817278070,
            "stop": 817278103
        },
        {
            "start": 817278106,
            "stop": 817278305
        },
        {
            "start": 817278308,
            "stop": 817278379
        },
        {
            "start": 817278382,
            "stop": 817279034
        },
        {
            "start": 817279038,
            "stop": 817279145
        },
        {
            "start": 817279149,
            "stop": 817279203
        },
        {
            "start": 817279207,
            "stop": 817279340
        },
        {
            "start": 817279343,
            "stop": 817279364
        },
        {
            "start": 817279367,
            "stop": 817279784
        },
        {
            "start": 817279787,
            "stop": 817279972
        },
        {
            "start": 817279975,
            "stop": 817280012
        },
        {
            "start": 817280015,
            "stop": 817280106
        },
        {
            "start": 817280109,
            "stop": 817280207
        },
        {
            "start": 817280210,
            "stop": 817280460
        }
    ]
}