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=46874
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=46875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46873",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46874,
    "results": [
        {
            "start": 875148118,
            "stop": 875148121
        },
        {
            "start": 875148126,
            "stop": 875148133
        },
        {
            "start": 875148135,
            "stop": 875148155
        },
        {
            "start": 875148156,
            "stop": 875148162
        },
        {
            "start": 875148163,
            "stop": 875148169
        },
        {
            "start": 875148172,
            "stop": 875148185
        },
        {
            "start": 875148187,
            "stop": 875148197
        },
        {
            "start": 875148199,
            "stop": 875148201
        },
        {
            "start": 875148204,
            "stop": 875148211
        },
        {
            "start": 875148212,
            "stop": 875148216
        },
        {
            "start": 875148220,
            "stop": 875148261
        },
        {
            "start": 875148263,
            "stop": 875148271
        },
        {
            "start": 875148272,
            "stop": 875148273
        },
        {
            "start": 875148274,
            "stop": 875148285
        },
        {
            "start": 875148287,
            "stop": 875148289
        },
        {
            "start": 875148290,
            "stop": 875148294
        },
        {
            "start": 875148297,
            "stop": 875148299
        },
        {
            "start": 875148302,
            "stop": 875148312
        },
        {
            "start": 875148313,
            "stop": 875148325
        },
        {
            "start": 875148326,
            "stop": 875148346
        }
    ]
}