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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3217",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3218,
    "results": [
        {
            "start": 871406760,
            "stop": 871407540
        },
        {
            "start": 871407600,
            "stop": 871408500
        },
        {
            "start": 871408560,
            "stop": 871409298
        },
        {
            "start": 871410297,
            "stop": 871412040
        },
        {
            "start": 871412160,
            "stop": 871412220
        },
        {
            "start": 871412280,
            "stop": 871413927
        },
        {
            "start": 871413933,
            "stop": 871413960
        },
        {
            "start": 871414020,
            "stop": 871414080
        },
        {
            "start": 871414140,
            "stop": 871414220
        },
        {
            "start": 871415186,
            "stop": 871415537
        },
        {
            "start": 871418971,
            "stop": 871419120
        },
        {
            "start": 871419240,
            "stop": 871419245
        },
        {
            "start": 871419250,
            "stop": 871420422
        },
        {
            "start": 871420428,
            "stop": 871420440
        },
        {
            "start": 871420560,
            "stop": 871420702
        },
        {
            "start": 871420708,
            "stop": 871420740
        },
        {
            "start": 871420800,
            "stop": 871421311
        },
        {
            "start": 871421315,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871431400
        },
        {
            "start": 871431408,
            "stop": 871431420
        }
    ]
}