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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=153",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 154,
    "results": [
        {
            "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
        },
        {
            "start": 932300096,
            "stop": 932300575
        },
        {
            "start": 932300577,
            "stop": 932301279
        },
        {
            "start": 932301281,
            "stop": 932302599
        },
        {
            "start": 932302601,
            "stop": 932302815
        },
        {
            "start": 932303175,
            "stop": 932306415
        }
    ]
}