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=750
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=751",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=749",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 750,
    "results": [
        {
            "start": 855917773,
            "stop": 855918073
        },
        {
            "start": 855918284,
            "stop": 855918674
        },
        {
            "start": 855918824,
            "stop": 855919244
        },
        {
            "start": 855920400,
            "stop": 855920880
        },
        {
            "start": 855920970,
            "stop": 855921420
        },
        {
            "start": 855921860,
            "stop": 855928040
        },
        {
            "start": 855928209,
            "stop": 855928329
        },
        {
            "start": 855928621,
            "stop": 855929701
        },
        {
            "start": 855931942,
            "stop": 855932542
        },
        {
            "start": 855932850,
            "stop": 855933750
        },
        {
            "start": 855935962,
            "stop": 855939922
        },
        {
            "start": 855940097,
            "stop": 855940757
        },
        {
            "start": 855941509,
            "stop": 855942409
        },
        {
            "start": 855942565,
            "stop": 855942925
        },
        {
            "start": 855943058,
            "stop": 855943358
        },
        {
            "start": 855943557,
            "stop": 855943917
        },
        {
            "start": 855944231,
            "stop": 855944441
        },
        {
            "start": 855944607,
            "stop": 855944787
        },
        {
            "start": 855944955,
            "stop": 855945405
        },
        {
            "start": 855945600,
            "stop": 855946800
        }
    ]
}