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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7367",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7365",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7366,
    "results": [
        {
            "start": 969429044,
            "stop": 969429144
        },
        {
            "start": 969429165,
            "stop": 969429419
        },
        {
            "start": 969429440,
            "stop": 969429441
        },
        {
            "start": 969429444,
            "stop": 969429454
        },
        {
            "start": 969429475,
            "stop": 969430025
        },
        {
            "start": 969430028,
            "stop": 969430608
        },
        {
            "start": 969430611,
            "stop": 969431412
        },
        {
            "start": 969431415,
            "stop": 969431433
        },
        {
            "start": 969431435,
            "stop": 969431828
        },
        {
            "start": 969431831,
            "stop": 969431957
        },
        {
            "start": 969431961,
            "stop": 969432006
        },
        {
            "start": 969432009,
            "stop": 969432145
        },
        {
            "start": 969432148,
            "stop": 969432453
        },
        {
            "start": 969432456,
            "stop": 969433089
        },
        {
            "start": 969433092,
            "stop": 969433312
        },
        {
            "start": 969433315,
            "stop": 969433716
        },
        {
            "start": 969433719,
            "stop": 969433833
        },
        {
            "start": 969433836,
            "stop": 969434302
        },
        {
            "start": 969434305,
            "stop": 969434321
        },
        {
            "start": 969434324,
            "stop": 969434346
        }
    ]
}