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=6159
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=6160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6158",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6159,
    "results": [
        {
            "start": 874348442,
            "stop": 874348443
        },
        {
            "start": 874348444,
            "stop": 874348447
        },
        {
            "start": 874348451,
            "stop": 874348455
        },
        {
            "start": 874348456,
            "stop": 874348458
        },
        {
            "start": 874348459,
            "stop": 874348461
        },
        {
            "start": 874348462,
            "stop": 874348474
        },
        {
            "start": 874348475,
            "stop": 874348476
        },
        {
            "start": 874348477,
            "stop": 874348478
        },
        {
            "start": 874348482,
            "stop": 874348499
        },
        {
            "start": 874348500,
            "stop": 874348501
        },
        {
            "start": 874348502,
            "stop": 874348528
        },
        {
            "start": 874348529,
            "stop": 874348537
        },
        {
            "start": 874348539,
            "stop": 874348562
        },
        {
            "start": 874348563,
            "stop": 874348565
        },
        {
            "start": 874348567,
            "stop": 874348584
        },
        {
            "start": 874348585,
            "stop": 874348589
        },
        {
            "start": 874348590,
            "stop": 874348608
        },
        {
            "start": 874348609,
            "stop": 874348615
        },
        {
            "start": 874348616,
            "stop": 874348647
        },
        {
            "start": 874348648,
            "stop": 874348655
        }
    ]
}