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=7210
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=7211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7209",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7210,
    "results": [
        {
            "start": 874678584,
            "stop": 874678615
        },
        {
            "start": 874678616,
            "stop": 874678784
        },
        {
            "start": 874678785,
            "stop": 874679234
        },
        {
            "start": 874679235,
            "stop": 874679451
        },
        {
            "start": 874679452,
            "stop": 874679583
        },
        {
            "start": 874679584,
            "stop": 874679608
        },
        {
            "start": 874679609,
            "stop": 874679722
        },
        {
            "start": 874679723,
            "stop": 874679750
        },
        {
            "start": 874679751,
            "stop": 874679961
        },
        {
            "start": 874679962,
            "stop": 874680142
        },
        {
            "start": 874680143,
            "stop": 874680728
        },
        {
            "start": 874680730,
            "stop": 874680860
        },
        {
            "start": 874680861,
            "stop": 874680888
        },
        {
            "start": 874680889,
            "stop": 874680926
        },
        {
            "start": 874680927,
            "stop": 874680941
        },
        {
            "start": 874680942,
            "stop": 874680952
        },
        {
            "start": 874680954,
            "stop": 874681116
        },
        {
            "start": 874681117,
            "stop": 874681293
        },
        {
            "start": 874681294,
            "stop": 874681327
        },
        {
            "start": 874681328,
            "stop": 874681386
        }
    ]
}