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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=31",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 32,
    "results": [
        {
            "start": 931247579,
            "stop": 931247599
        },
        {
            "start": 931247601,
            "stop": 931247602
        },
        {
            "start": 931247604,
            "stop": 931247609
        },
        {
            "start": 931247611,
            "stop": 931247669
        },
        {
            "start": 931247672,
            "stop": 931247691
        },
        {
            "start": 931247693,
            "stop": 931247700
        },
        {
            "start": 931247702,
            "stop": 931247706
        },
        {
            "start": 931247708,
            "stop": 931247729
        },
        {
            "start": 931247732,
            "stop": 931247736
        },
        {
            "start": 931247738,
            "stop": 931247883
        },
        {
            "start": 931247885,
            "stop": 931248032
        },
        {
            "start": 931248034,
            "stop": 931248065
        },
        {
            "start": 931248067,
            "stop": 931248070
        },
        {
            "start": 931248073,
            "stop": 931248082
        },
        {
            "start": 931248086,
            "stop": 931248107
        },
        {
            "start": 931248108,
            "stop": 931248109
        },
        {
            "start": 931248111,
            "stop": 931248155
        },
        {
            "start": 931248157,
            "stop": 931248243
        },
        {
            "start": 931248245,
            "stop": 931248246
        },
        {
            "start": 931248248,
            "stop": 931248264
        }
    ]
}