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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41096",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41094",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41095,
    "results": [
        {
            "start": 875222815,
            "stop": 875222889
        },
        {
            "start": 875222891,
            "stop": 875222894
        },
        {
            "start": 875222895,
            "stop": 875222963
        },
        {
            "start": 875222964,
            "stop": 875223009
        },
        {
            "start": 875223010,
            "stop": 875223030
        },
        {
            "start": 875223031,
            "stop": 875223068
        },
        {
            "start": 875223069,
            "stop": 875223080
        },
        {
            "start": 875223082,
            "stop": 875223095
        },
        {
            "start": 875223096,
            "stop": 875223098
        },
        {
            "start": 875223099,
            "stop": 875223101
        },
        {
            "start": 875223102,
            "stop": 875223190
        },
        {
            "start": 875223191,
            "stop": 875223200
        },
        {
            "start": 875223201,
            "stop": 875223203
        },
        {
            "start": 875223204,
            "stop": 875223265
        },
        {
            "start": 875223267,
            "stop": 875223275
        },
        {
            "start": 875223276,
            "stop": 875223315
        },
        {
            "start": 875223318,
            "stop": 875223376
        },
        {
            "start": 875223377,
            "stop": 875223478
        },
        {
            "start": 875223479,
            "stop": 875223494
        },
        {
            "start": 875223495,
            "stop": 875223497
        }
    ]
}