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=14933
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=14934",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14932",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14933,
    "results": [
        {
            "start": 971569285,
            "stop": 971569305
        },
        {
            "start": 971569308,
            "stop": 971569310
        },
        {
            "start": 971569314,
            "stop": 971569548
        },
        {
            "start": 971569551,
            "stop": 971569890
        },
        {
            "start": 971569933,
            "stop": 971570327
        },
        {
            "start": 971570330,
            "stop": 971570701
        },
        {
            "start": 971570702,
            "stop": 971571147
        },
        {
            "start": 971571149,
            "stop": 971571264
        },
        {
            "start": 971571267,
            "stop": 971571465
        },
        {
            "start": 971571466,
            "stop": 971571676
        },
        {
            "start": 971571679,
            "stop": 971571808
        },
        {
            "start": 971571810,
            "stop": 971571915
        },
        {
            "start": 971571918,
            "stop": 971572118
        },
        {
            "start": 971572121,
            "stop": 971572250
        },
        {
            "start": 971572251,
            "stop": 971572252
        },
        {
            "start": 971572253,
            "stop": 971572258
        },
        {
            "start": 971572260,
            "stop": 971572270
        },
        {
            "start": 971572271,
            "stop": 971572604
        },
        {
            "start": 971572606,
            "stop": 971572847
        },
        {
            "start": 971572849,
            "stop": 971572964
        }
    ]
}