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=1978
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=1979",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1977",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1978,
    "results": [
        {
            "start": 855694940,
            "stop": 855694967
        },
        {
            "start": 855694973,
            "stop": 855694982
        },
        {
            "start": 855694988,
            "stop": 855694992
        },
        {
            "start": 855694998,
            "stop": 855702942
        },
        {
            "start": 855702948,
            "stop": 855702955
        },
        {
            "start": 855702957,
            "stop": 855706162
        },
        {
            "start": 855710410,
            "stop": 855712869
        },
        {
            "start": 855714035,
            "stop": 855724710
        },
        {
            "start": 855724770,
            "stop": 855747282
        },
        {
            "start": 855747285,
            "stop": 855766934
        },
        {
            "start": 855766937,
            "stop": 855769094
        },
        {
            "start": 855769098,
            "stop": 855778739
        },
        {
            "start": 855780880,
            "stop": 855782204
        },
        {
            "start": 855782208,
            "stop": 855782992
        },
        {
            "start": 855784315,
            "stop": 855800333
        },
        {
            "start": 855800335,
            "stop": 855809723
        },
        {
            "start": 855809833,
            "stop": 855810742
        },
        {
            "start": 855811426,
            "stop": 855811861
        },
        {
            "start": 855812161,
            "stop": 855812290
        },
        {
            "start": 855812633,
            "stop": 855818458
        }
    ]
}