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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=141",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 142,
    "results": [
        {
            "start": 818754532,
            "stop": 818754745
        },
        {
            "start": 818754752,
            "stop": 818754867
        },
        {
            "start": 818754896,
            "stop": 818755060
        },
        {
            "start": 818755089,
            "stop": 818755248
        },
        {
            "start": 818755277,
            "stop": 818755329
        },
        {
            "start": 818755428,
            "stop": 818755448
        },
        {
            "start": 818755495,
            "stop": 818755509
        },
        {
            "start": 818757104,
            "stop": 818757131
        },
        {
            "start": 818757165,
            "stop": 818757174
        },
        {
            "start": 818757212,
            "stop": 818757242
        },
        {
            "start": 818757330,
            "stop": 818757541
        },
        {
            "start": 818757570,
            "stop": 818759301
        },
        {
            "start": 818759331,
            "stop": 818759549
        },
        {
            "start": 818759556,
            "stop": 818759647
        },
        {
            "start": 818759654,
            "stop": 818759865
        },
        {
            "start": 818759894,
            "stop": 818759951
        },
        {
            "start": 818759958,
            "stop": 818760097
        },
        {
            "start": 818760126,
            "stop": 818760157
        },
        {
            "start": 818760188,
            "stop": 818760197
        },
        {
            "start": 818760343,
            "stop": 818760352
        }
    ]
}