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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=281",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 282,
    "results": [
        {
            "start": 831566101,
            "stop": 831566341
        },
        {
            "start": 831566508,
            "stop": 831566808
        },
        {
            "start": 831566992,
            "stop": 831567292
        },
        {
            "start": 831567461,
            "stop": 831567521
        },
        {
            "start": 831577786,
            "stop": 831577966
        },
        {
            "start": 831579479,
            "stop": 831579659
        },
        {
            "start": 831579814,
            "stop": 831580114
        },
        {
            "start": 831580796,
            "stop": 831580856
        },
        {
            "start": 831589642,
            "stop": 831589702
        },
        {
            "start": 831590165,
            "stop": 831590225
        },
        {
            "start": 831599757,
            "stop": 831599877
        },
        {
            "start": 831600418,
            "stop": 831600478
        },
        {
            "start": 831600634,
            "stop": 831600694
        },
        {
            "start": 831601604,
            "stop": 831601784
        },
        {
            "start": 831602060,
            "stop": 831607520
        },
        {
            "start": 831607683,
            "stop": 831609363
        },
        {
            "start": 831614775,
            "stop": 831615615
        },
        {
            "start": 831615765,
            "stop": 831616575
        },
        {
            "start": 831617653,
            "stop": 831620953
        },
        {
            "start": 831622322,
            "stop": 831622772
        }
    ]
}