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_CAT4/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_CAT4/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=3",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 4,
    "results": [
        {
            "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
        },
        {
            "start": 931077120,
            "stop": 931077121
        },
        {
            "start": 931077130,
            "stop": 931077141
        },
        {
            "start": 931077181,
            "stop": 931077182
        },
        {
            "start": 931077206,
            "stop": 931077207
        },
        {
            "start": 931077225,
            "stop": 931077227
        },
        {
            "start": 931077247,
            "stop": 931077249
        }
    ]
}