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=7398
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=7399",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7397",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7398,
    "results": [
        {
            "start": 969675659,
            "stop": 969675702
        },
        {
            "start": 969675705,
            "stop": 969675769
        },
        {
            "start": 969675774,
            "stop": 969675804
        },
        {
            "start": 969675807,
            "stop": 969675826
        },
        {
            "start": 969675829,
            "stop": 969675837
        },
        {
            "start": 969675840,
            "stop": 969675859
        },
        {
            "start": 969675863,
            "stop": 969675864
        },
        {
            "start": 969675867,
            "stop": 969675868
        },
        {
            "start": 969675873,
            "stop": 969675877
        },
        {
            "start": 969675883,
            "stop": 969675894
        },
        {
            "start": 969675918,
            "stop": 969675923
        },
        {
            "start": 969675930,
            "stop": 969675932
        },
        {
            "start": 969675937,
            "stop": 969675955
        },
        {
            "start": 969675976,
            "stop": 969675979
        },
        {
            "start": 969676013,
            "stop": 969676037
        },
        {
            "start": 969676040,
            "stop": 969676051
        },
        {
            "start": 969676054,
            "stop": 969676057
        },
        {
            "start": 969676060,
            "stop": 969676085
        },
        {
            "start": 969676088,
            "stop": 969676090
        },
        {
            "start": 969676093,
            "stop": 969676151
        }
    ]
}