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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=12",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 13,
    "results": [
        {
            "start": 931352194,
            "stop": 931352198
        },
        {
            "start": 931352204,
            "stop": 931352316
        },
        {
            "start": 931352322,
            "stop": 931352517
        },
        {
            "start": 931352523,
            "stop": 931352537
        },
        {
            "start": 931352543,
            "stop": 931352556
        },
        {
            "start": 931352562,
            "stop": 931352575
        },
        {
            "start": 931352581,
            "stop": 931352651
        },
        {
            "start": 931352657,
            "stop": 931352714
        },
        {
            "start": 931352719,
            "stop": 931352740
        },
        {
            "start": 931352746,
            "stop": 931352754
        },
        {
            "start": 931352760,
            "stop": 931352882
        },
        {
            "start": 931352887,
            "stop": 931352960
        },
        {
            "start": 931352965,
            "stop": 931353122
        },
        {
            "start": 931353128,
            "stop": 931353129
        },
        {
            "start": 931353135,
            "stop": 931353170
        },
        {
            "start": 931353179,
            "stop": 931353230
        },
        {
            "start": 931353243,
            "stop": 931353278
        },
        {
            "start": 931353284,
            "stop": 931353292
        },
        {
            "start": 931353298,
            "stop": 931353307
        },
        {
            "start": 931353313,
            "stop": 931353314
        }
    ]
}