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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=850",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 851,
    "results": [
        {
            "start": 861416007,
            "stop": 861416187
        },
        {
            "start": 861416449,
            "stop": 861416959
        },
        {
            "start": 861417109,
            "stop": 861419209
        },
        {
            "start": 861419420,
            "stop": 861424400
        },
        {
            "start": 861426111,
            "stop": 861428391
        },
        {
            "start": 861428729,
            "stop": 861429809
        },
        {
            "start": 861429959,
            "stop": 861430349
        },
        {
            "start": 861430497,
            "stop": 861430557
        },
        {
            "start": 861431900,
            "stop": 861437000
        },
        {
            "start": 861437180,
            "stop": 861438500
        },
        {
            "start": 861438739,
            "stop": 861446179
        },
        {
            "start": 861448720,
            "stop": 861448960
        },
        {
            "start": 861449112,
            "stop": 861449592
        },
        {
            "start": 861449877,
            "stop": 861450237
        },
        {
            "start": 861450405,
            "stop": 861450585
        },
        {
            "start": 861450728,
            "stop": 861451988
        },
        {
            "start": 861452144,
            "stop": 861452204
        },
        {
            "start": 861455580,
            "stop": 861456630
        },
        {
            "start": 861456780,
            "stop": 861457440
        },
        {
            "start": 861457819,
            "stop": 861458239
        }
    ]
}