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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=40",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 41,
    "results": [
        {
            "start": 931250975,
            "stop": 931250978
        },
        {
            "start": 931250986,
            "stop": 931250989
        },
        {
            "start": 931250994,
            "stop": 931251006
        },
        {
            "start": 931251010,
            "stop": 931251011
        },
        {
            "start": 931251014,
            "stop": 931251016
        },
        {
            "start": 931251020,
            "stop": 931251021
        },
        {
            "start": 931251031,
            "stop": 931251040
        },
        {
            "start": 931251042,
            "stop": 931251044
        },
        {
            "start": 931251046,
            "stop": 931251047
        },
        {
            "start": 931251049,
            "stop": 931251050
        },
        {
            "start": 931251052,
            "stop": 931251064
        },
        {
            "start": 931251071,
            "stop": 931251089
        },
        {
            "start": 931251092,
            "stop": 931251131
        },
        {
            "start": 931251135,
            "stop": 931251140
        },
        {
            "start": 931251143,
            "stop": 931251153
        },
        {
            "start": 931251158,
            "stop": 931251160
        },
        {
            "start": 931251163,
            "stop": 931251172
        },
        {
            "start": 931251177,
            "stop": 931251184
        },
        {
            "start": 931251186,
            "stop": 931251187
        },
        {
            "start": 931251189,
            "stop": 931251195
        }
    ]
}