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=378
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=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=377",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 378,
    "results": [
        {
            "start": 836103273,
            "stop": 836106393
        },
        {
            "start": 836106553,
            "stop": 836107633
        },
        {
            "start": 836108542,
            "stop": 836108782
        },
        {
            "start": 836112515,
            "stop": 836115875
        },
        {
            "start": 836116029,
            "stop": 836118729
        },
        {
            "start": 836119958,
            "stop": 836122358
        },
        {
            "start": 836124061,
            "stop": 836124931
        },
        {
            "start": 836125081,
            "stop": 836127361
        },
        {
            "start": 836130932,
            "stop": 836137772
        },
        {
            "start": 836137964,
            "stop": 836138084
        },
        {
            "start": 836138614,
            "stop": 836139514
        },
        {
            "start": 836139731,
            "stop": 836144741
        },
        {
            "start": 836144891,
            "stop": 836147051
        },
        {
            "start": 836147202,
            "stop": 836152422
        },
        {
            "start": 836152691,
            "stop": 836154311
        },
        {
            "start": 836154649,
            "stop": 836154949
        },
        {
            "start": 836155099,
            "stop": 836155189
        },
        {
            "start": 836155484,
            "stop": 836155544
        },
        {
            "start": 836156132,
            "stop": 836156522
        },
        {
            "start": 836156962,
            "stop": 836157982
        }
    ]
}