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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=23",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 24,
    "results": [
        {
            "start": 931152808,
            "stop": 931153072
        },
        {
            "start": 931153105,
            "stop": 931153186
        },
        {
            "start": 931153204,
            "stop": 931153278
        },
        {
            "start": 931153296,
            "stop": 931153337
        },
        {
            "start": 931153363,
            "stop": 931153434
        },
        {
            "start": 931158375,
            "stop": 931158515
        },
        {
            "start": 931158520,
            "stop": 931158567
        },
        {
            "start": 931160296,
            "stop": 931160399
        },
        {
            "start": 931160416,
            "stop": 931160468
        },
        {
            "start": 931160486,
            "stop": 931160684
        },
        {
            "start": 931160702,
            "stop": 931161308
        },
        {
            "start": 931161325,
            "stop": 931161537
        },
        {
            "start": 931161555,
            "stop": 931161615
        },
        {
            "start": 931161976,
            "stop": 931161979
        },
        {
            "start": 931162001,
            "stop": 931162090
        },
        {
            "start": 931162108,
            "stop": 931162678
        },
        {
            "start": 931162706,
            "stop": 931162991
        },
        {
            "start": 931163009,
            "stop": 931163118
        },
        {
            "start": 931163136,
            "stop": 931163147
        },
        {
            "start": 931163181,
            "stop": 931163334
        }
    ]
}