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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4974",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4975,
    "results": [
        {
            "start": 874419640,
            "stop": 874419644
        },
        {
            "start": 874419667,
            "stop": 874419751
        },
        {
            "start": 874419770,
            "stop": 874419820
        },
        {
            "start": 874419839,
            "stop": 874419875
        },
        {
            "start": 874419910,
            "stop": 874419920
        },
        {
            "start": 874419941,
            "stop": 874420056
        },
        {
            "start": 874420087,
            "stop": 874420101
        },
        {
            "start": 874420120,
            "stop": 874420146
        },
        {
            "start": 874420166,
            "stop": 874420347
        },
        {
            "start": 874420383,
            "stop": 874420484
        },
        {
            "start": 874420503,
            "stop": 874420570
        },
        {
            "start": 874420590,
            "stop": 874420602
        },
        {
            "start": 874420622,
            "stop": 874420650
        },
        {
            "start": 874420669,
            "stop": 874420702
        },
        {
            "start": 874420739,
            "stop": 874420771
        },
        {
            "start": 874420791,
            "stop": 874420878
        },
        {
            "start": 874420897,
            "stop": 874420929
        },
        {
            "start": 874420948,
            "stop": 874421013
        },
        {
            "start": 874421037,
            "stop": 874421050
        },
        {
            "start": 874421073,
            "stop": 874421145
        }
    ]
}