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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7293",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7294,
    "results": [
        {
            "start": 875061667,
            "stop": 875061717
        },
        {
            "start": 875061718,
            "stop": 875061758
        },
        {
            "start": 875061759,
            "stop": 875062419
        },
        {
            "start": 875062420,
            "stop": 875062562
        },
        {
            "start": 875062563,
            "stop": 875062564
        },
        {
            "start": 875062565,
            "stop": 875062673
        },
        {
            "start": 875062675,
            "stop": 875062800
        },
        {
            "start": 875062801,
            "stop": 875062899
        },
        {
            "start": 875062900,
            "stop": 875062926
        },
        {
            "start": 875062927,
            "stop": 875062956
        },
        {
            "start": 875062957,
            "stop": 875063104
        },
        {
            "start": 875063105,
            "stop": 875063386
        },
        {
            "start": 875063387,
            "stop": 875063388
        },
        {
            "start": 875063389,
            "stop": 875063393
        },
        {
            "start": 875063394,
            "stop": 875063845
        },
        {
            "start": 875063846,
            "stop": 875064032
        },
        {
            "start": 875064033,
            "stop": 875064097
        },
        {
            "start": 875064098,
            "stop": 875064125
        },
        {
            "start": 875064126,
            "stop": 875064229
        },
        {
            "start": 875064230,
            "stop": 875064416
        }
    ]
}