Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=155
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=154",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 155,
    "results": [
        {
            "start": 818877138,
            "stop": 818877214
        },
        {
            "start": 818877222,
            "stop": 818877604
        },
        {
            "start": 818877611,
            "stop": 818878811
        },
        {
            "start": 818878825,
            "stop": 818879329
        },
        {
            "start": 818879336,
            "stop": 818880041
        },
        {
            "start": 818880048,
            "stop": 818880392
        },
        {
            "start": 818880399,
            "stop": 818880579
        },
        {
            "start": 818880586,
            "stop": 818880992
        },
        {
            "start": 818880999,
            "stop": 818882164
        },
        {
            "start": 818882176,
            "stop": 818882275
        },
        {
            "start": 818882282,
            "stop": 818882433
        },
        {
            "start": 818882440,
            "stop": 818882615
        },
        {
            "start": 818882622,
            "stop": 818883723
        },
        {
            "start": 818883730,
            "stop": 818884116
        },
        {
            "start": 818884125,
            "stop": 818884904
        },
        {
            "start": 818884912,
            "stop": 818885762
        },
        {
            "start": 818885769,
            "stop": 818885913
        },
        {
            "start": 818885920,
            "stop": 818886837
        },
        {
            "start": 818886844,
            "stop": 818888436
        },
        {
            "start": 818888466,
            "stop": 818888498
        }
    ]
}