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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=863",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=861",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 862,
    "results": [
        {
            "start": 1250777840,
            "stop": 1250778061
        },
        {
            "start": 1250778065,
            "stop": 1250778202
        },
        {
            "start": 1250778207,
            "stop": 1250778497
        },
        {
            "start": 1250778501,
            "stop": 1250778634
        },
        {
            "start": 1250778642,
            "stop": 1250780234
        },
        {
            "start": 1250780238,
            "stop": 1250781330
        },
        {
            "start": 1250781334,
            "stop": 1250781474
        },
        {
            "start": 1250781479,
            "stop": 1250781585
        },
        {
            "start": 1250781589,
            "stop": 1250782372
        },
        {
            "start": 1250782374,
            "stop": 1250783615
        },
        {
            "start": 1250783619,
            "stop": 1250783952
        },
        {
            "start": 1250783956,
            "stop": 1250784703
        },
        {
            "start": 1250784708,
            "stop": 1250785190
        },
        {
            "start": 1250785193,
            "stop": 1250786694
        },
        {
            "start": 1250786698,
            "stop": 1250786888
        },
        {
            "start": 1250786892,
            "stop": 1250788316
        },
        {
            "start": 1250788319,
            "stop": 1250790193
        },
        {
            "start": 1250790197,
            "stop": 1250791255
        },
        {
            "start": 1250791258,
            "stop": 1250791408
        },
        {
            "start": 1250791412,
            "stop": 1250791662
        }
    ]
}