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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 6,
    "results": [
        {
            "start": 931180124,
            "stop": 931183337
        },
        {
            "start": 931184447,
            "stop": 931194235
        },
        {
            "start": 931196921,
            "stop": 931198277
        },
        {
            "start": 931198356,
            "stop": 931200671
        },
        {
            "start": 931202656,
            "stop": 931205353
        },
        {
            "start": 931219808,
            "stop": 931220863
        },
        {
            "start": 931220868,
            "stop": 931221247
        },
        {
            "start": 931221252,
            "stop": 931222235
        },
        {
            "start": 931222244,
            "stop": 931222255
        },
        {
            "start": 931244439,
            "stop": 931245746
        },
        {
            "start": 931245764,
            "stop": 931257309
        },
        {
            "start": 931257327,
            "stop": 931257332
        },
        {
            "start": 931257350,
            "stop": 931257462
        },
        {
            "start": 931257482,
            "stop": 931258213
        },
        {
            "start": 931258237,
            "stop": 931258268
        },
        {
            "start": 931258293,
            "stop": 931258296
        },
        {
            "start": 931262804,
            "stop": 931263686
        },
        {
            "start": 931263687,
            "stop": 931274838
        },
        {
            "start": 931283141,
            "stop": 931283734
        },
        {
            "start": 931286273,
            "stop": 931291375
        }
    ]
}