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=3215
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=3216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3214",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3215,
    "results": [
        {
            "start": 871328520,
            "stop": 871328551
        },
        {
            "start": 871328560,
            "stop": 871328642
        },
        {
            "start": 871328646,
            "stop": 871328652
        },
        {
            "start": 871328655,
            "stop": 871328662
        },
        {
            "start": 871328675,
            "stop": 871328740
        },
        {
            "start": 871328744,
            "stop": 871328801
        },
        {
            "start": 871328804,
            "stop": 871328840
        },
        {
            "start": 871328845,
            "stop": 871328992
        },
        {
            "start": 871328996,
            "stop": 871329070
        },
        {
            "start": 871329079,
            "stop": 871329084
        },
        {
            "start": 871329088,
            "stop": 871329118
        },
        {
            "start": 871329122,
            "stop": 871329395
        },
        {
            "start": 871330920,
            "stop": 871331046
        },
        {
            "start": 871331052,
            "stop": 871331306
        },
        {
            "start": 871331309,
            "stop": 871331315
        },
        {
            "start": 871331319,
            "stop": 871331880
        },
        {
            "start": 871331940,
            "stop": 871332221
        },
        {
            "start": 871334981,
            "stop": 871335023
        },
        {
            "start": 871341250,
            "stop": 871341300
        },
        {
            "start": 871341360,
            "stop": 871342696
        }
    ]
}