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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_STOCH_CAT1/segments?format=api",
    "results_count": 3228,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 2,
    "results": [
        {
            "start": 931076049,
            "stop": 931076143
        },
        {
            "start": 931076155,
            "stop": 931076192
        },
        {
            "start": 931076202,
            "stop": 931076210
        },
        {
            "start": 931076219,
            "stop": 931076220
        },
        {
            "start": 931076232,
            "stop": 931076237
        },
        {
            "start": 931076246,
            "stop": 931076247
        },
        {
            "start": 931076263,
            "stop": 931076275
        },
        {
            "start": 931076284,
            "stop": 931076290
        },
        {
            "start": 931076304,
            "stop": 931076316
        },
        {
            "start": 931076335,
            "stop": 931076344
        },
        {
            "start": 931076369,
            "stop": 931076404
        },
        {
            "start": 931076429,
            "stop": 931076434
        },
        {
            "start": 931076473,
            "stop": 931076480
        },
        {
            "start": 931076502,
            "stop": 931076503
        },
        {
            "start": 931076512,
            "stop": 931076513
        },
        {
            "start": 931076551,
            "stop": 931076560
        },
        {
            "start": 931076570,
            "stop": 931076593
        },
        {
            "start": 931076604,
            "stop": 931076615
        },
        {
            "start": 931076625,
            "stop": 931076628
        },
        {
            "start": 931076645,
            "stop": 931076646
        }
    ]
}