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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=706",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=704",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 705,
    "results": [
        {
            "start": 952144815,
            "stop": 952173626
        },
        {
            "start": 952173632,
            "stop": 952173671
        },
        {
            "start": 952236021,
            "stop": 952238748
        },
        {
            "start": 952238754,
            "stop": 952238856
        },
        {
            "start": 952238862,
            "stop": 952239170
        },
        {
            "start": 952239176,
            "stop": 952239290
        },
        {
            "start": 952239296,
            "stop": 952239426
        },
        {
            "start": 952240139,
            "stop": 952240302
        },
        {
            "start": 952240308,
            "stop": 952242276
        },
        {
            "start": 952242282,
            "stop": 952243006
        },
        {
            "start": 952243012,
            "stop": 952244967
        },
        {
            "start": 952244973,
            "stop": 952246146
        },
        {
            "start": 952246151,
            "stop": 952246266
        },
        {
            "start": 952246272,
            "stop": 952246814
        },
        {
            "start": 952246820,
            "stop": 952247231
        },
        {
            "start": 952247237,
            "stop": 952247541
        },
        {
            "start": 952247547,
            "stop": 952247744
        },
        {
            "start": 952247750,
            "stop": 952247986
        },
        {
            "start": 952247992,
            "stop": 952248259
        },
        {
            "start": 952248265,
            "stop": 952248404
        }
    ]
}