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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=2",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 3,
    "results": [
        {
            "start": 931076372,
            "stop": 931076404
        },
        {
            "start": 931076429,
            "stop": 931076434
        },
        {
            "start": 931076473,
            "stop": 931076479
        },
        {
            "start": 931076512,
            "stop": 931076513
        },
        {
            "start": 931076551,
            "stop": 931076560
        },
        {
            "start": 931076570,
            "stop": 931076593
        },
        {
            "start": 931076604,
            "stop": 931076607
        },
        {
            "start": 931076625,
            "stop": 931076628
        },
        {
            "start": 931076645,
            "stop": 931076646
        },
        {
            "start": 931076655,
            "stop": 931076656
        },
        {
            "start": 931076672,
            "stop": 931076700
        },
        {
            "start": 931076714,
            "stop": 931076715
        },
        {
            "start": 931076733,
            "stop": 931076735
        },
        {
            "start": 931076750,
            "stop": 931076751
        },
        {
            "start": 931076765,
            "stop": 931076766
        },
        {
            "start": 931076782,
            "stop": 931076784
        },
        {
            "start": 931076793,
            "stop": 931076794
        },
        {
            "start": 931076812,
            "stop": 931076813
        },
        {
            "start": 931076905,
            "stop": 931076906
        },
        {
            "start": 931076957,
            "stop": 931076964
        }
    ]
}