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=721
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=722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=720",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 721,
    "results": [
        {
            "start": 853843345,
            "stop": 853845595
        },
        {
            "start": 853845766,
            "stop": 853846696
        },
        {
            "start": 853846877,
            "stop": 853848947
        },
        {
            "start": 853849007,
            "stop": 853850897
        },
        {
            "start": 853850927,
            "stop": 853852607
        },
        {
            "start": 853852757,
            "stop": 853853177
        },
        {
            "start": 853854679,
            "stop": 853857049
        },
        {
            "start": 853857079,
            "stop": 853857439
        },
        {
            "start": 853857618,
            "stop": 853858218
        },
        {
            "start": 853858389,
            "stop": 853859949
        },
        {
            "start": 853860159,
            "stop": 853862799
        },
        {
            "start": 854013819,
            "stop": 854015379
        },
        {
            "start": 854015573,
            "stop": 854016893
        },
        {
            "start": 854017043,
            "stop": 854018933
        },
        {
            "start": 854019205,
            "stop": 854021245
        },
        {
            "start": 854021406,
            "stop": 854021586
        },
        {
            "start": 854021762,
            "stop": 854022782
        },
        {
            "start": 854022947,
            "stop": 854024327
        },
        {
            "start": 854027083,
            "stop": 854030563
        },
        {
            "start": 854030728,
            "stop": 854031418
        }
    ]
}