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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6125",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6126,
    "results": [
        {
            "start": 874189358,
            "stop": 874189373
        },
        {
            "start": 874189376,
            "stop": 874189379
        },
        {
            "start": 874189382,
            "stop": 874190381
        },
        {
            "start": 874190385,
            "stop": 874191006
        },
        {
            "start": 874191104,
            "stop": 874191714
        },
        {
            "start": 874191717,
            "stop": 874191741
        },
        {
            "start": 874191744,
            "stop": 874191745
        },
        {
            "start": 874191749,
            "stop": 874191788
        },
        {
            "start": 874191791,
            "stop": 874191875
        },
        {
            "start": 874191878,
            "stop": 874191889
        },
        {
            "start": 874191893,
            "stop": 874192561
        },
        {
            "start": 874192564,
            "stop": 874192759
        },
        {
            "start": 874192760,
            "stop": 874192876
        },
        {
            "start": 874192879,
            "stop": 874193308
        },
        {
            "start": 874193309,
            "stop": 874193342
        },
        {
            "start": 874193738,
            "stop": 874194005
        },
        {
            "start": 874194009,
            "stop": 874194037
        },
        {
            "start": 874194044,
            "stop": 874194056
        },
        {
            "start": 874194061,
            "stop": 874194071
        },
        {
            "start": 874194074,
            "stop": 874194076
        }
    ]
}