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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=15",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 16,
    "results": [
        {
            "start": 1245123511,
            "stop": 1245144303
        },
        {
            "start": 1245155831,
            "stop": 1245182744
        },
        {
            "start": 1245191873,
            "stop": 1245239057
        },
        {
            "start": 1245239160,
            "stop": 1245242924
        },
        {
            "start": 1245250589,
            "stop": 1245297325
        },
        {
            "start": 1245308615,
            "stop": 1245367937
        },
        {
            "start": 1245396780,
            "stop": 1245489278
        },
        {
            "start": 1245499381,
            "stop": 1245509177
        },
        {
            "start": 1245563275,
            "stop": 1245607573
        },
        {
            "start": 1245632502,
            "stop": 1245633577
        },
        {
            "start": 1245647318,
            "stop": 1245650209
        },
        {
            "start": 1245653507,
            "stop": 1245663106
        },
        {
            "start": 1245663269,
            "stop": 1245708628
        },
        {
            "start": 1245715717,
            "stop": 1245726883
        },
        {
            "start": 1245737762,
            "stop": 1245760519
        },
        {
            "start": 1245760603,
            "stop": 1245760902
        },
        {
            "start": 1245760941,
            "stop": 1245778114
        },
        {
            "start": 1245779895,
            "stop": 1245802851
        },
        {
            "start": 1245805563,
            "stop": 1245808245
        },
        {
            "start": 1245823743,
            "stop": 1245843456
        }
    ]
}