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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=170",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 171,
    "results": [
        {
            "start": 825562904,
            "stop": 825563024
        },
        {
            "start": 825563556,
            "stop": 825563616
        },
        {
            "start": 825564442,
            "stop": 825564562
        },
        {
            "start": 825565233,
            "stop": 825565293
        },
        {
            "start": 825565611,
            "stop": 825565791
        },
        {
            "start": 825565944,
            "stop": 825566064
        },
        {
            "start": 825566209,
            "stop": 825566329
        },
        {
            "start": 825566479,
            "stop": 825566539
        },
        {
            "start": 825567542,
            "stop": 825567782
        },
        {
            "start": 825568491,
            "stop": 825568611
        },
        {
            "start": 825568778,
            "stop": 825569078
        },
        {
            "start": 825569398,
            "stop": 825569938
        },
        {
            "start": 825570773,
            "stop": 825571013
        },
        {
            "start": 825571825,
            "stop": 825572125
        },
        {
            "start": 825572679,
            "stop": 825572739
        },
        {
            "start": 825572914,
            "stop": 825572974
        },
        {
            "start": 825573528,
            "stop": 825573648
        },
        {
            "start": 825574325,
            "stop": 825574445
        },
        {
            "start": 825576744,
            "stop": 825576894
        },
        {
            "start": 825577493,
            "stop": 825577553
        }
    ]
}