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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=373",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 374,
    "results": [
        {
            "start": 1266006420,
            "stop": 1266008977
        },
        {
            "start": 1266008978,
            "stop": 1266033991
        },
        {
            "start": 1266033992,
            "stop": 1266048278
        },
        {
            "start": 1266054049,
            "stop": 1266064786
        },
        {
            "start": 1266067317,
            "stop": 1266073316
        },
        {
            "start": 1266097079,
            "stop": 1266100380
        },
        {
            "start": 1266100641,
            "stop": 1266116302
        },
        {
            "start": 1266124319,
            "stop": 1266188642
        },
        {
            "start": 1266196469,
            "stop": 1266232566
        },
        {
            "start": 1266232751,
            "stop": 1266238856
        },
        {
            "start": 1266238857,
            "stop": 1266243608
        },
        {
            "start": 1266243609,
            "stop": 1266244932
        },
        {
            "start": 1266244933,
            "stop": 1266254551
        },
        {
            "start": 1266254552,
            "stop": 1266256797
        },
        {
            "start": 1266256798,
            "stop": 1266257083
        },
        {
            "start": 1266270670,
            "stop": 1266270948
        },
        {
            "start": 1266270949,
            "stop": 1266271391
        },
        {
            "start": 1266271392,
            "stop": 1266273968
        },
        {
            "start": 1266273969,
            "stop": 1266275881
        },
        {
            "start": 1266275882,
            "stop": 1266277644
        }
    ]
}