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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=3",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 4,
    "results": [
        {
            "start": 931076975,
            "stop": 931076981
        },
        {
            "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
        },
        {
            "start": 931077285,
            "stop": 931077286
        },
        {
            "start": 931077327,
            "stop": 931077331
        },
        {
            "start": 931077620,
            "stop": 931077621
        },
        {
            "start": 931077688,
            "stop": 931077689
        },
        {
            "start": 931077727,
            "stop": 931077733
        },
        {
            "start": 931077822,
            "stop": 931077823
        },
        {
            "start": 931077957,
            "stop": 931077958
        },
        {
            "start": 931078635,
            "stop": 931078643
        }
    ]
}