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=9739
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=9740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9738",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9739,
    "results": [
        {
            "start": 873402165,
            "stop": 873402167
        },
        {
            "start": 873402170,
            "stop": 873403022
        },
        {
            "start": 873403025,
            "stop": 873403034
        },
        {
            "start": 873403037,
            "stop": 873403518
        },
        {
            "start": 873403521,
            "stop": 873403525
        },
        {
            "start": 873403528,
            "stop": 873404764
        },
        {
            "start": 873404767,
            "stop": 873405060
        },
        {
            "start": 873405065,
            "stop": 873405640
        },
        {
            "start": 873405643,
            "stop": 873405992
        },
        {
            "start": 873405995,
            "stop": 873406001
        },
        {
            "start": 873406004,
            "stop": 873406005
        },
        {
            "start": 873406013,
            "stop": 873406034
        },
        {
            "start": 873406040,
            "stop": 873406046
        },
        {
            "start": 873406055,
            "stop": 873406063
        },
        {
            "start": 873406066,
            "stop": 873406068
        },
        {
            "start": 873406071,
            "stop": 873406088
        },
        {
            "start": 873406091,
            "stop": 873406176
        },
        {
            "start": 873406181,
            "stop": 873406185
        },
        {
            "start": 873406188,
            "stop": 873406189
        },
        {
            "start": 873406195,
            "stop": 873406279
        }
    ]
}