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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2354",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2355,
    "results": [
        {
            "start": 874677359,
            "stop": 874677373
        },
        {
            "start": 874677393,
            "stop": 874677443
        },
        {
            "start": 874677460,
            "stop": 874677529
        },
        {
            "start": 874677546,
            "stop": 874678137
        },
        {
            "start": 874678154,
            "stop": 874678523
        },
        {
            "start": 874678540,
            "stop": 874678609
        },
        {
            "start": 874678626,
            "stop": 874678712
        },
        {
            "start": 874678731,
            "stop": 874678921
        },
        {
            "start": 874678938,
            "stop": 874678958
        },
        {
            "start": 874678990,
            "stop": 874679017
        },
        {
            "start": 874679034,
            "stop": 874679165
        },
        {
            "start": 874679182,
            "stop": 874679269
        },
        {
            "start": 874679286,
            "stop": 874679363
        },
        {
            "start": 874679380,
            "stop": 874679730
        },
        {
            "start": 874679747,
            "stop": 874680885
        },
        {
            "start": 874680902,
            "stop": 874680903
        },
        {
            "start": 874680920,
            "stop": 874681615
        },
        {
            "start": 874681633,
            "stop": 874681734
        },
        {
            "start": 874681753,
            "stop": 874682020
        },
        {
            "start": 874682041,
            "stop": 874682176
        }
    ]
}