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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=169",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 170,
    "results": [
        {
            "start": 825551088,
            "stop": 825551148
        },
        {
            "start": 825551460,
            "stop": 825551760
        },
        {
            "start": 825551916,
            "stop": 825552276
        },
        {
            "start": 825552429,
            "stop": 825552729
        },
        {
            "start": 825552910,
            "stop": 825553030
        },
        {
            "start": 825553342,
            "stop": 825553462
        },
        {
            "start": 825553605,
            "stop": 825553785
        },
        {
            "start": 825554183,
            "stop": 825554483
        },
        {
            "start": 825554650,
            "stop": 825554830
        },
        {
            "start": 825556010,
            "stop": 825556370
        },
        {
            "start": 825556543,
            "stop": 825556603
        },
        {
            "start": 825556859,
            "stop": 825557759
        },
        {
            "start": 825557965,
            "stop": 825558385
        },
        {
            "start": 825558556,
            "stop": 825558856
        },
        {
            "start": 825559221,
            "stop": 825559521
        },
        {
            "start": 825559674,
            "stop": 825560334
        },
        {
            "start": 825560520,
            "stop": 825560760
        },
        {
            "start": 825561101,
            "stop": 825561221
        },
        {
            "start": 825561489,
            "stop": 825562029
        },
        {
            "start": 825562183,
            "stop": 825562663
        }
    ]
}