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_CBCHIGH_CAT2/segments?format=api&page=1958
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1957",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1958,
    "results": [
        {
            "start": 852559733,
            "stop": 852559757
        },
        {
            "start": 852559763,
            "stop": 852563148
        },
        {
            "start": 852563151,
            "stop": 852563153
        },
        {
            "start": 852563156,
            "stop": 852563735
        },
        {
            "start": 852563738,
            "stop": 852564512
        },
        {
            "start": 852564521,
            "stop": 852564545
        },
        {
            "start": 852564548,
            "stop": 852565965
        },
        {
            "start": 852567776,
            "stop": 852568700
        },
        {
            "start": 852568810,
            "stop": 852568994
        },
        {
            "start": 852568997,
            "stop": 852569102
        },
        {
            "start": 852569344,
            "stop": 852569637
        },
        {
            "start": 852569640,
            "stop": 852569726
        },
        {
            "start": 852570026,
            "stop": 852570045
        },
        {
            "start": 852570049,
            "stop": 852571039
        },
        {
            "start": 852571042,
            "stop": 852571757
        },
        {
            "start": 852571763,
            "stop": 852571770
        },
        {
            "start": 852571775,
            "stop": 852571790
        },
        {
            "start": 852571798,
            "stop": 852573030
        },
        {
            "start": 852573090,
            "stop": 852574706
        },
        {
            "start": 852574709,
            "stop": 852574786
        }
    ]
}