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=5288
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=5289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5287",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5288,
    "results": [
        {
            "start": 874912977,
            "stop": 874913045
        },
        {
            "start": 874913081,
            "stop": 874913121
        },
        {
            "start": 874913160,
            "stop": 874913161
        },
        {
            "start": 874913218,
            "stop": 874913354
        },
        {
            "start": 874913390,
            "stop": 874913706
        },
        {
            "start": 874913742,
            "stop": 874914347
        },
        {
            "start": 874914438,
            "stop": 874914785
        },
        {
            "start": 874914821,
            "stop": 874914849
        },
        {
            "start": 874914913,
            "stop": 874915414
        },
        {
            "start": 874915431,
            "stop": 874916610
        },
        {
            "start": 874918375,
            "stop": 874919840
        },
        {
            "start": 874919857,
            "stop": 874922290
        },
        {
            "start": 874922307,
            "stop": 874923777
        },
        {
            "start": 874923794,
            "stop": 874926931
        },
        {
            "start": 874926948,
            "stop": 874929123
        },
        {
            "start": 874929140,
            "stop": 874929248
        },
        {
            "start": 874929265,
            "stop": 874932906
        },
        {
            "start": 874932923,
            "stop": 874933232
        },
        {
            "start": 874940923,
            "stop": 874940981
        },
        {
            "start": 874941015,
            "stop": 874941898
        }
    ]
}