Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5313
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=5314",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5312",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5313,
    "results": [
        {
            "start": 1137123848,
            "stop": 1137123857
        },
        {
            "start": 1137123859,
            "stop": 1137123875
        },
        {
            "start": 1137123877,
            "stop": 1137123878
        },
        {
            "start": 1137123882,
            "stop": 1137123885
        },
        {
            "start": 1137123887,
            "stop": 1137123893
        },
        {
            "start": 1137123895,
            "stop": 1137123909
        },
        {
            "start": 1137123911,
            "stop": 1137123913
        },
        {
            "start": 1137123915,
            "stop": 1137123916
        },
        {
            "start": 1137123918,
            "stop": 1137123922
        },
        {
            "start": 1137123924,
            "stop": 1137123926
        },
        {
            "start": 1137123930,
            "stop": 1137123932
        },
        {
            "start": 1137123934,
            "stop": 1137123937
        },
        {
            "start": 1137123940,
            "stop": 1137123948
        },
        {
            "start": 1137123950,
            "stop": 1137123954
        },
        {
            "start": 1137123956,
            "stop": 1137123960
        },
        {
            "start": 1137123963,
            "stop": 1137123971
        },
        {
            "start": 1137123974,
            "stop": 1137123977
        },
        {
            "start": 1137123979,
            "stop": 1137123986
        },
        {
            "start": 1137123988,
            "stop": 1137123993
        },
        {
            "start": 1137123994,
            "stop": 1137123996
        }
    ]
}