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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=135",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 136,
    "results": [
        {
            "start": 1380327538,
            "stop": 1380334958
        },
        {
            "start": 1380334963,
            "stop": 1380346282
        },
        {
            "start": 1380346287,
            "stop": 1380349250
        },
        {
            "start": 1380349255,
            "stop": 1380350794
        },
        {
            "start": 1380350799,
            "stop": 1380353679
        },
        {
            "start": 1380353684,
            "stop": 1380357250
        },
        {
            "start": 1380357255,
            "stop": 1380358986
        },
        {
            "start": 1380358991,
            "stop": 1380360659
        },
        {
            "start": 1380360664,
            "stop": 1380361611
        },
        {
            "start": 1380361617,
            "stop": 1380368058
        },
        {
            "start": 1380368063,
            "stop": 1380370334
        },
        {
            "start": 1380370339,
            "stop": 1380370672
        },
        {
            "start": 1380406503,
            "stop": 1380407583
        },
        {
            "start": 1380407587,
            "stop": 1380408398
        },
        {
            "start": 1380414828,
            "stop": 1380415894
        },
        {
            "start": 1380415899,
            "stop": 1380422356
        },
        {
            "start": 1380422361,
            "stop": 1380424213
        },
        {
            "start": 1380428921,
            "stop": 1380429105
        },
        {
            "start": 1380429110,
            "stop": 1380433801
        },
        {
            "start": 1380433806,
            "stop": 1380438053
        }
    ]
}