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=853
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=854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=852",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 853,
    "results": [
        {
            "start": 861536509,
            "stop": 861536569
        },
        {
            "start": 861537043,
            "stop": 861537103
        },
        {
            "start": 861537558,
            "stop": 861537618
        },
        {
            "start": 861537826,
            "stop": 861537886
        },
        {
            "start": 861538558,
            "stop": 861538858
        },
        {
            "start": 861539783,
            "stop": 861540083
        },
        {
            "start": 861540476,
            "stop": 861540536
        },
        {
            "start": 861540727,
            "stop": 861541087
        },
        {
            "start": 861543406,
            "stop": 861543766
        },
        {
            "start": 861544185,
            "stop": 861545265
        },
        {
            "start": 861545425,
            "stop": 861546145
        },
        {
            "start": 861551797,
            "stop": 861551857
        },
        {
            "start": 861552386,
            "stop": 861552506
        },
        {
            "start": 861552665,
            "stop": 861554945
        },
        {
            "start": 861555268,
            "stop": 861556948
        },
        {
            "start": 861556978,
            "stop": 861557368
        },
        {
            "start": 861557503,
            "stop": 861559183
        },
        {
            "start": 861562806,
            "stop": 861562926
        },
        {
            "start": 861563073,
            "stop": 861563373
        },
        {
            "start": 861563521,
            "stop": 861564841
        }
    ]
}