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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8845",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8846,
    "results": [
        {
            "start": 874552080,
            "stop": 874552320
        },
        {
            "start": 874552440,
            "stop": 874552500
        },
        {
            "start": 874553520,
            "stop": 874553640
        },
        {
            "start": 874554000,
            "stop": 874554120
        },
        {
            "start": 874554360,
            "stop": 874554625
        },
        {
            "start": 874554642,
            "stop": 874554660
        },
        {
            "start": 874554720,
            "stop": 874554733
        },
        {
            "start": 874554750,
            "stop": 874554840
        },
        {
            "start": 874554900,
            "stop": 874555020
        },
        {
            "start": 874555200,
            "stop": 874555260
        },
        {
            "start": 874555680,
            "stop": 874555745
        },
        {
            "start": 874555762,
            "stop": 874555802
        },
        {
            "start": 874555819,
            "stop": 874555920
        },
        {
            "start": 874555980,
            "stop": 874556160
        },
        {
            "start": 874556220,
            "stop": 874556280
        },
        {
            "start": 874556520,
            "stop": 874556640
        },
        {
            "start": 874556940,
            "stop": 874557060
        },
        {
            "start": 874557120,
            "stop": 874557180
        },
        {
            "start": 874557420,
            "stop": 874557480
        },
        {
            "start": 874557720,
            "stop": 874557900
        }
    ]
}