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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=16",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 17,
    "results": [
        {
            "start": 931152773,
            "stop": 931152798
        },
        {
            "start": 931152804,
            "stop": 931153080
        },
        {
            "start": 931153086,
            "stop": 931153095
        },
        {
            "start": 931153101,
            "stop": 931153194
        },
        {
            "start": 931153200,
            "stop": 931153286
        },
        {
            "start": 931153292,
            "stop": 931153345
        },
        {
            "start": 931153351,
            "stop": 931153353
        },
        {
            "start": 931153359,
            "stop": 931153434
        },
        {
            "start": 931155452,
            "stop": 931155459
        },
        {
            "start": 931155465,
            "stop": 931155474
        },
        {
            "start": 931155480,
            "stop": 931155483
        },
        {
            "start": 931155508,
            "stop": 931155512
        },
        {
            "start": 931157974,
            "stop": 931158108
        },
        {
            "start": 931158114,
            "stop": 931158191
        },
        {
            "start": 931158197,
            "stop": 931158232
        },
        {
            "start": 931158237,
            "stop": 931158567
        },
        {
            "start": 931160296,
            "stop": 931160407
        },
        {
            "start": 931160412,
            "stop": 931160476
        },
        {
            "start": 931160482,
            "stop": 931160692
        },
        {
            "start": 931160698,
            "stop": 931161316
        }
    ]
}