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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9753",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9754,
    "results": [
        {
            "start": 873467788,
            "stop": 873467926
        },
        {
            "start": 873467927,
            "stop": 873467931
        },
        {
            "start": 873467932,
            "stop": 873467946
        },
        {
            "start": 873467947,
            "stop": 873467958
        },
        {
            "start": 873467959,
            "stop": 873467970
        },
        {
            "start": 873469468,
            "stop": 873471399
        },
        {
            "start": 873471760,
            "stop": 873472393
        },
        {
            "start": 873473933,
            "stop": 873482051
        },
        {
            "start": 873482052,
            "stop": 873486932
        },
        {
            "start": 873487850,
            "stop": 873487854
        },
        {
            "start": 873487855,
            "stop": 873487857
        },
        {
            "start": 873487858,
            "stop": 873487864
        },
        {
            "start": 873487866,
            "stop": 873487868
        },
        {
            "start": 873487869,
            "stop": 873487934
        },
        {
            "start": 873487935,
            "stop": 873489137
        },
        {
            "start": 873489138,
            "stop": 873489857
        },
        {
            "start": 873489858,
            "stop": 873489878
        },
        {
            "start": 873489879,
            "stop": 873491141
        },
        {
            "start": 873491144,
            "stop": 873491146
        },
        {
            "start": 873491149,
            "stop": 873493728
        }
    ]
}