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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5342",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5340",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5341,
    "results": [
        {
            "start": 971252832,
            "stop": 971252851
        },
        {
            "start": 971252854,
            "stop": 971252929
        },
        {
            "start": 971252932,
            "stop": 971253048
        },
        {
            "start": 971255079,
            "stop": 971255228
        },
        {
            "start": 971255231,
            "stop": 971255274
        },
        {
            "start": 971255292,
            "stop": 971255305
        },
        {
            "start": 971255308,
            "stop": 971255564
        },
        {
            "start": 971255567,
            "stop": 971255732
        },
        {
            "start": 971255735,
            "stop": 971255744
        },
        {
            "start": 971255747,
            "stop": 971256330
        },
        {
            "start": 971256333,
            "stop": 971256342
        },
        {
            "start": 971256345,
            "stop": 971256419
        },
        {
            "start": 971256422,
            "stop": 971256602
        },
        {
            "start": 971256606,
            "stop": 971256646
        },
        {
            "start": 971256649,
            "stop": 971256682
        },
        {
            "start": 971256685,
            "stop": 971256703
        },
        {
            "start": 971256706,
            "stop": 971256766
        },
        {
            "start": 971256769,
            "stop": 971256930
        },
        {
            "start": 971256948,
            "stop": 971257121
        },
        {
            "start": 971257124,
            "stop": 971257244
        }
    ]
}