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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 42,
    "results": [
        {
            "start": 1371125133,
            "stop": 1371125176
        },
        {
            "start": 1371125181,
            "stop": 1371126451
        },
        {
            "start": 1371126456,
            "stop": 1371126781
        },
        {
            "start": 1371126785,
            "stop": 1371127006
        },
        {
            "start": 1371127016,
            "stop": 1371127018
        },
        {
            "start": 1371127023,
            "stop": 1371127052
        },
        {
            "start": 1371127057,
            "stop": 1371127062
        },
        {
            "start": 1371127066,
            "stop": 1371127313
        },
        {
            "start": 1371127318,
            "stop": 1371128250
        },
        {
            "start": 1371128255,
            "stop": 1371128307
        },
        {
            "start": 1371128312,
            "stop": 1371128316
        },
        {
            "start": 1371128326,
            "stop": 1371128582
        },
        {
            "start": 1371128587,
            "stop": 1371129334
        },
        {
            "start": 1371129339,
            "stop": 1371129767
        },
        {
            "start": 1371129772,
            "stop": 1371130070
        },
        {
            "start": 1371130075,
            "stop": 1371130140
        },
        {
            "start": 1371130145,
            "stop": 1371130148
        },
        {
            "start": 1371135488,
            "stop": 1371136901
        },
        {
            "start": 1371145915,
            "stop": 1371152290
        },
        {
            "start": 1371152295,
            "stop": 1371155765
        }
    ]
}