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=9802
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=9803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9801",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9802,
    "results": [
        {
            "start": 873884980,
            "stop": 873885113
        },
        {
            "start": 873885116,
            "stop": 873885155
        },
        {
            "start": 873885161,
            "stop": 873885198
        },
        {
            "start": 873885203,
            "stop": 873885208
        },
        {
            "start": 873885214,
            "stop": 873885231
        },
        {
            "start": 873885234,
            "stop": 873885265
        },
        {
            "start": 873885268,
            "stop": 873885286
        },
        {
            "start": 873885289,
            "stop": 873885329
        },
        {
            "start": 873885333,
            "stop": 873885469
        },
        {
            "start": 873885472,
            "stop": 873885478
        },
        {
            "start": 873885481,
            "stop": 873885482
        },
        {
            "start": 873885486,
            "stop": 873885970
        },
        {
            "start": 873885974,
            "stop": 873885986
        },
        {
            "start": 873885990,
            "stop": 873886013
        },
        {
            "start": 873886021,
            "stop": 873886024
        },
        {
            "start": 873886028,
            "stop": 873886064
        },
        {
            "start": 873886067,
            "stop": 873886103
        },
        {
            "start": 873886108,
            "stop": 873886136
        },
        {
            "start": 873886141,
            "stop": 873886173
        },
        {
            "start": 873886176,
            "stop": 873886232
        }
    ]
}