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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5336",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5334",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5335,
    "results": [
        {
            "start": 971176298,
            "stop": 971176410
        },
        {
            "start": 971176413,
            "stop": 971177273
        },
        {
            "start": 971177276,
            "stop": 971177460
        },
        {
            "start": 971177463,
            "stop": 971177711
        },
        {
            "start": 971177714,
            "stop": 971178521
        },
        {
            "start": 971178524,
            "stop": 971178644
        },
        {
            "start": 971178647,
            "stop": 971179163
        },
        {
            "start": 971179166,
            "stop": 971179874
        },
        {
            "start": 971179877,
            "stop": 971181375
        },
        {
            "start": 971181378,
            "stop": 971181380
        },
        {
            "start": 971181383,
            "stop": 971181699
        },
        {
            "start": 971181703,
            "stop": 971181731
        },
        {
            "start": 971181734,
            "stop": 971181986
        },
        {
            "start": 971181991,
            "stop": 971182066
        },
        {
            "start": 971182069,
            "stop": 971182078
        },
        {
            "start": 971182081,
            "stop": 971182091
        },
        {
            "start": 971182094,
            "stop": 971182105
        },
        {
            "start": 971183474,
            "stop": 971183756
        },
        {
            "start": 971183759,
            "stop": 971184121
        },
        {
            "start": 971184124,
            "stop": 971184288
        }
    ]
}