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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=733",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 734,
    "results": [
        {
            "start": 830500054,
            "stop": 830500304
        },
        {
            "start": 830500307,
            "stop": 830500578
        },
        {
            "start": 830500597,
            "stop": 830500632
        },
        {
            "start": 830500651,
            "stop": 830500757
        },
        {
            "start": 830500776,
            "stop": 830500833
        },
        {
            "start": 830500854,
            "stop": 830500867
        },
        {
            "start": 830500903,
            "stop": 830500920
        },
        {
            "start": 830500939,
            "stop": 830500948
        },
        {
            "start": 830500971,
            "stop": 830500992
        },
        {
            "start": 830501016,
            "stop": 830501027
        },
        {
            "start": 830501030,
            "stop": 830501071
        },
        {
            "start": 830501090,
            "stop": 830501094
        },
        {
            "start": 830501113,
            "stop": 830501134
        },
        {
            "start": 830501153,
            "stop": 830501198
        },
        {
            "start": 830501217,
            "stop": 830501290
        },
        {
            "start": 830501318,
            "stop": 830501449
        },
        {
            "start": 830501468,
            "stop": 830501830
        },
        {
            "start": 830501833,
            "stop": 830502345
        },
        {
            "start": 830502364,
            "stop": 830502515
        },
        {
            "start": 830502532,
            "stop": 830505429
        }
    ]
}