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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1166",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1167,
    "results": [
        {
            "start": 952240304,
            "stop": 952242276
        },
        {
            "start": 952242278,
            "stop": 952243006
        },
        {
            "start": 952243008,
            "stop": 952244967
        },
        {
            "start": 952244969,
            "stop": 952246146
        },
        {
            "start": 952246147,
            "stop": 952246266
        },
        {
            "start": 952246268,
            "stop": 952246814
        },
        {
            "start": 952246816,
            "stop": 952247231
        },
        {
            "start": 952247233,
            "stop": 952247541
        },
        {
            "start": 952247543,
            "stop": 952247744
        },
        {
            "start": 952247746,
            "stop": 952247986
        },
        {
            "start": 952247988,
            "stop": 952248259
        },
        {
            "start": 952248261,
            "stop": 952248404
        },
        {
            "start": 952248406,
            "stop": 952249420
        },
        {
            "start": 952249422,
            "stop": 952249544
        },
        {
            "start": 952249546,
            "stop": 952250599
        },
        {
            "start": 952250601,
            "stop": 952250613
        },
        {
            "start": 952250617,
            "stop": 952250860
        },
        {
            "start": 952251703,
            "stop": 952252574
        },
        {
            "start": 952252576,
            "stop": 952255534
        },
        {
            "start": 952255536,
            "stop": 952255776
        }
    ]
}