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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=92",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 93,
    "results": [
        {
            "start": 821450342,
            "stop": 821450383
        },
        {
            "start": 821450386,
            "stop": 821450431
        },
        {
            "start": 821450434,
            "stop": 821450511
        },
        {
            "start": 821450514,
            "stop": 821450636
        },
        {
            "start": 821450639,
            "stop": 821450687
        },
        {
            "start": 821450690,
            "stop": 821450693
        },
        {
            "start": 821450696,
            "stop": 821450708
        },
        {
            "start": 821450711,
            "stop": 821450774
        },
        {
            "start": 821450777,
            "stop": 821450808
        },
        {
            "start": 821450811,
            "stop": 821450914
        },
        {
            "start": 821450917,
            "stop": 821450949
        },
        {
            "start": 821450952,
            "stop": 821451028
        },
        {
            "start": 821451031,
            "stop": 821451071
        },
        {
            "start": 821451074,
            "stop": 821451256
        },
        {
            "start": 821451259,
            "stop": 821451295
        },
        {
            "start": 821451298,
            "stop": 821451317
        },
        {
            "start": 821451320,
            "stop": 821451473
        },
        {
            "start": 821451476,
            "stop": 821451514
        },
        {
            "start": 821451520,
            "stop": 821451584
        },
        {
            "start": 821451587,
            "stop": 821451604
        }
    ]
}