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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=43",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 44,
    "results": [
        {
            "start": 820865924,
            "stop": 820866313
        },
        {
            "start": 820866337,
            "stop": 820866338
        },
        {
            "start": 820866526,
            "stop": 820866793
        },
        {
            "start": 820866870,
            "stop": 820867093
        },
        {
            "start": 820867914,
            "stop": 820868160
        },
        {
            "start": 820868192,
            "stop": 820868593
        },
        {
            "start": 820868638,
            "stop": 820868639
        },
        {
            "start": 820868794,
            "stop": 820873186
        },
        {
            "start": 820876092,
            "stop": 820876273
        },
        {
            "start": 820876352,
            "stop": 820876363
        },
        {
            "start": 820876732,
            "stop": 820876813
        },
        {
            "start": 820876893,
            "stop": 820877233
        },
        {
            "start": 820877425,
            "stop": 820879033
        },
        {
            "start": 820890881,
            "stop": 820891273
        },
        {
            "start": 820891561,
            "stop": 820893493
        },
        {
            "start": 820893730,
            "stop": 820893793
        },
        {
            "start": 820893936,
            "stop": 820894125
        },
        {
            "start": 820895941,
            "stop": 820898653
        },
        {
            "start": 820898894,
            "stop": 820902270
        },
        {
            "start": 820902320,
            "stop": 820906080
        }
    ]
}