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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=17",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 18,
    "results": [
        {
            "start": 931115072,
            "stop": 931115094
        },
        {
            "start": 931115096,
            "stop": 931115140
        },
        {
            "start": 931115142,
            "stop": 931115182
        },
        {
            "start": 931115184,
            "stop": 931115198
        },
        {
            "start": 931115203,
            "stop": 931115216
        },
        {
            "start": 931115218,
            "stop": 931115250
        },
        {
            "start": 931115252,
            "stop": 931115267
        },
        {
            "start": 931115269,
            "stop": 931115283
        },
        {
            "start": 931115285,
            "stop": 931115301
        },
        {
            "start": 931115303,
            "stop": 931115413
        },
        {
            "start": 931115415,
            "stop": 931115468
        },
        {
            "start": 931115471,
            "stop": 931115503
        },
        {
            "start": 931115506,
            "stop": 931115570
        },
        {
            "start": 931115572,
            "stop": 931116120
        },
        {
            "start": 931116374,
            "stop": 931116758
        },
        {
            "start": 931138578,
            "stop": 931138581
        },
        {
            "start": 931138606,
            "stop": 931138608
        },
        {
            "start": 931160171,
            "stop": 931160173
        },
        {
            "start": 931160220,
            "stop": 931160221
        },
        {
            "start": 931160276,
            "stop": 931160277
        }
    ]
}