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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5341",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5339",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5340,
    "results": [
        {
            "start": 1137246243,
            "stop": 1137246294
        },
        {
            "start": 1137246296,
            "stop": 1137246385
        },
        {
            "start": 1137246386,
            "stop": 1137246394
        },
        {
            "start": 1137246396,
            "stop": 1137246402
        },
        {
            "start": 1137246404,
            "stop": 1137246416
        },
        {
            "start": 1137246418,
            "stop": 1137246822
        },
        {
            "start": 1137246824,
            "stop": 1137246864
        },
        {
            "start": 1137246866,
            "stop": 1137247020
        },
        {
            "start": 1137247022,
            "stop": 1137247023
        },
        {
            "start": 1137247025,
            "stop": 1137247126
        },
        {
            "start": 1137247131,
            "stop": 1137247244
        },
        {
            "start": 1137247245,
            "stop": 1137247434
        },
        {
            "start": 1137247436,
            "stop": 1137247445
        },
        {
            "start": 1137247447,
            "stop": 1137247706
        },
        {
            "start": 1137247708,
            "stop": 1137247987
        },
        {
            "start": 1137247989,
            "stop": 1137248058
        },
        {
            "start": 1137248060,
            "stop": 1137248101
        },
        {
            "start": 1137248103,
            "stop": 1137248307
        },
        {
            "start": 1137248309,
            "stop": 1137248491
        },
        {
            "start": 1137248493,
            "stop": 1137248670
        }
    ]
}