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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=41",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 42,
    "results": [
        {
            "start": 1409166687,
            "stop": 1409215452
        },
        {
            "start": 1409220585,
            "stop": 1409232554
        },
        {
            "start": 1409236364,
            "stop": 1409241848
        },
        {
            "start": 1409244563,
            "stop": 1409258607
        },
        {
            "start": 1409269500,
            "stop": 1409407221
        },
        {
            "start": 1409428878,
            "stop": 1409499156
        },
        {
            "start": 1409510027,
            "stop": 1409510409
        },
        {
            "start": 1409515903,
            "stop": 1409536198
        },
        {
            "start": 1409552703,
            "stop": 1409576895
        },
        {
            "start": 1409576911,
            "stop": 1409577416
        },
        {
            "start": 1409577418,
            "stop": 1409577426
        },
        {
            "start": 1409577583,
            "stop": 1409585420
        },
        {
            "start": 1409587124,
            "stop": 1409587224
        },
        {
            "start": 1409619293,
            "stop": 1409624438
        },
        {
            "start": 1409624515,
            "stop": 1409672092
        },
        {
            "start": 1409672228,
            "stop": 1409675888
        },
        {
            "start": 1409676025,
            "stop": 1409700983
        },
        {
            "start": 1409703969,
            "stop": 1409711285
        },
        {
            "start": 1409711422,
            "stop": 1409715082
        },
        {
            "start": 1409715219,
            "stop": 1409769023
        }
    ]
}