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_H2L1/segments?format=api&page=176
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_H2L1/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=175",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 176,
    "results": [
        {
            "start": 825559674,
            "stop": 825560334
        },
        {
            "start": 825560520,
            "stop": 825560940
        },
        {
            "start": 825561101,
            "stop": 825561221
        },
        {
            "start": 825561489,
            "stop": 825561579
        },
        {
            "start": 825561729,
            "stop": 825562029
        },
        {
            "start": 825562183,
            "stop": 825562663
        },
        {
            "start": 825562934,
            "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
        }
    ]
}