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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=55",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 56,
    "results": [
        {
            "start": 931242251,
            "stop": 931242255
        },
        {
            "start": 931242257,
            "stop": 931242258
        },
        {
            "start": 931242261,
            "stop": 931242262
        },
        {
            "start": 931242264,
            "stop": 931242267
        },
        {
            "start": 931242269,
            "stop": 931242274
        },
        {
            "start": 931242276,
            "stop": 931242281
        },
        {
            "start": 931242283,
            "stop": 931242286
        },
        {
            "start": 931242289,
            "stop": 931242292
        },
        {
            "start": 931242296,
            "stop": 931242297
        },
        {
            "start": 931242300,
            "stop": 931242303
        },
        {
            "start": 931242305,
            "stop": 931242310
        },
        {
            "start": 931242312,
            "stop": 931242313
        },
        {
            "start": 931242322,
            "stop": 931242323
        },
        {
            "start": 931242325,
            "stop": 931242326
        },
        {
            "start": 931242330,
            "stop": 931242332
        },
        {
            "start": 931242333,
            "stop": 931242334
        },
        {
            "start": 931242336,
            "stop": 931242342
        },
        {
            "start": 931242344,
            "stop": 931242346
        },
        {
            "start": 931242348,
            "stop": 931242364
        },
        {
            "start": 931242365,
            "stop": 931242366
        }
    ]
}