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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=180",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 181,
    "results": [
        {
            "start": 932995705,
            "stop": 932995740
        },
        {
            "start": 932995755,
            "stop": 932995758
        },
        {
            "start": 932995764,
            "stop": 932995797
        },
        {
            "start": 932995803,
            "stop": 932995853
        },
        {
            "start": 932995859,
            "stop": 932995957
        },
        {
            "start": 932995967,
            "stop": 932995981
        },
        {
            "start": 932995987,
            "stop": 932996073
        },
        {
            "start": 932997233,
            "stop": 932997803
        },
        {
            "start": 933010476,
            "stop": 933012257
        },
        {
            "start": 933012293,
            "stop": 933012400
        },
        {
            "start": 933014598,
            "stop": 933014694
        },
        {
            "start": 933014699,
            "stop": 933014885
        },
        {
            "start": 933014891,
            "stop": 933014901
        },
        {
            "start": 933014915,
            "stop": 933014918
        },
        {
            "start": 933015825,
            "stop": 933016955
        },
        {
            "start": 933016962,
            "stop": 933018580
        },
        {
            "start": 933048184,
            "stop": 933050219
        },
        {
            "start": 933050225,
            "stop": 933050723
        },
        {
            "start": 933061327,
            "stop": 933061813
        },
        {
            "start": 933061819,
            "stop": 933061840
        }
    ]
}