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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=3",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 4,
    "results": [
        {
            "start": 931076655,
            "stop": 931076656
        },
        {
            "start": 931076672,
            "stop": 931076700
        },
        {
            "start": 931076714,
            "stop": 931076715
        },
        {
            "start": 931076733,
            "stop": 931076735
        },
        {
            "start": 931076740,
            "stop": 931076741
        },
        {
            "start": 931076750,
            "stop": 931076751
        },
        {
            "start": 931076765,
            "stop": 931076766
        },
        {
            "start": 931076782,
            "stop": 931076784
        },
        {
            "start": 931076793,
            "stop": 931076794
        },
        {
            "start": 931076812,
            "stop": 931076813
        },
        {
            "start": 931076890,
            "stop": 931076891
        },
        {
            "start": 931076905,
            "stop": 931076906
        },
        {
            "start": 931076957,
            "stop": 931076964
        },
        {
            "start": 931076975,
            "stop": 931076981
        },
        {
            "start": 931077008,
            "stop": 931077009
        },
        {
            "start": 931077024,
            "stop": 931077027
        },
        {
            "start": 931077040,
            "stop": 931077041
        },
        {
            "start": 931077050,
            "stop": 931077051
        },
        {
            "start": 931077087,
            "stop": 931077088
        },
        {
            "start": 931077107,
            "stop": 931077108
        }
    ]
}