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=5089
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=5090",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5088",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5089,
    "results": [
        {
            "start": 1136971777,
            "stop": 1136971780
        },
        {
            "start": 1136971782,
            "stop": 1136971799
        },
        {
            "start": 1136971801,
            "stop": 1136971824
        },
        {
            "start": 1136971826,
            "stop": 1136971847
        },
        {
            "start": 1136971848,
            "stop": 1136971876
        },
        {
            "start": 1136971878,
            "stop": 1136971898
        },
        {
            "start": 1136971900,
            "stop": 1136971901
        },
        {
            "start": 1136971903,
            "stop": 1136971954
        },
        {
            "start": 1136971955,
            "stop": 1136972003
        },
        {
            "start": 1136972004,
            "stop": 1136972006
        },
        {
            "start": 1136972008,
            "stop": 1136972088
        },
        {
            "start": 1136972090,
            "stop": 1136972091
        },
        {
            "start": 1136972093,
            "stop": 1136972177
        },
        {
            "start": 1136972179,
            "stop": 1136972181
        },
        {
            "start": 1136972183,
            "stop": 1136972203
        },
        {
            "start": 1136972204,
            "stop": 1136972226
        },
        {
            "start": 1136972228,
            "stop": 1136972244
        },
        {
            "start": 1136972246,
            "stop": 1136972250
        },
        {
            "start": 1136972252,
            "stop": 1136972277
        },
        {
            "start": 1136972279,
            "stop": 1136972301
        }
    ]
}