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_CBCHIGH_CAT3/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_CBCHIGH_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 2,
    "results": [
        {
            "start": 931075218,
            "stop": 931075583
        },
        {
            "start": 931075588,
            "stop": 931075646
        },
        {
            "start": 931075655,
            "stop": 931075768
        },
        {
            "start": 931075777,
            "stop": 931075839
        },
        {
            "start": 931075857,
            "stop": 931075967
        },
        {
            "start": 931075982,
            "stop": 931075983
        },
        {
            "start": 931075995,
            "stop": 931075996
        },
        {
            "start": 931076018,
            "stop": 931076019
        },
        {
            "start": 931076031,
            "stop": 931076038
        },
        {
            "start": 931076049,
            "stop": 931076095
        },
        {
            "start": 931076100,
            "stop": 931076143
        },
        {
            "start": 931076155,
            "stop": 931076192
        },
        {
            "start": 931076202,
            "stop": 931076210
        },
        {
            "start": 931076219,
            "stop": 931076220
        },
        {
            "start": 931076235,
            "stop": 931076237
        },
        {
            "start": 931076246,
            "stop": 931076247
        },
        {
            "start": 931076263,
            "stop": 931076275
        },
        {
            "start": 931076284,
            "stop": 931076290
        },
        {
            "start": 931076304,
            "stop": 931076316
        },
        {
            "start": 931076335,
            "stop": 931076344
        }
    ]
}