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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=144",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 145,
    "results": [
        {
            "start": 932298667,
            "stop": 932298675
        },
        {
            "start": 932298677,
            "stop": 932298680
        },
        {
            "start": 932298682,
            "stop": 932298689
        },
        {
            "start": 932298692,
            "stop": 932298709
        },
        {
            "start": 932298712,
            "stop": 932298720
        },
        {
            "start": 932298722,
            "stop": 932298725
        },
        {
            "start": 932298727,
            "stop": 932298734
        },
        {
            "start": 932298737,
            "stop": 932298740
        },
        {
            "start": 932298742,
            "stop": 932298749
        },
        {
            "start": 932298752,
            "stop": 932298754
        },
        {
            "start": 932298757,
            "stop": 932298765
        },
        {
            "start": 932298767,
            "stop": 932298770
        },
        {
            "start": 932298772,
            "stop": 932298779
        },
        {
            "start": 932298782,
            "stop": 932298784
        },
        {
            "start": 932298787,
            "stop": 932298794
        },
        {
            "start": 932298798,
            "stop": 932298799
        },
        {
            "start": 932298802,
            "stop": 932298810
        },
        {
            "start": 932298812,
            "stop": 932298814
        },
        {
            "start": 932298817,
            "stop": 932299215
        },
        {
            "start": 932299575,
            "stop": 932300094
        }
    ]
}