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=2380
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=2381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2379",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2380,
    "results": [
        {
            "start": 875081552,
            "stop": 875081652
        },
        {
            "start": 875081671,
            "stop": 875081798
        },
        {
            "start": 875081817,
            "stop": 875081829
        },
        {
            "start": 875081849,
            "stop": 875081925
        },
        {
            "start": 875081952,
            "stop": 875082055
        },
        {
            "start": 875082074,
            "stop": 875082482
        },
        {
            "start": 875082501,
            "stop": 875082531
        },
        {
            "start": 875082559,
            "stop": 875082713
        },
        {
            "start": 875082732,
            "stop": 875082789
        },
        {
            "start": 875083151,
            "stop": 875083855
        },
        {
            "start": 875083874,
            "stop": 875083932
        },
        {
            "start": 875083951,
            "stop": 875084134
        },
        {
            "start": 875084153,
            "stop": 875084576
        },
        {
            "start": 875091343,
            "stop": 875091411
        },
        {
            "start": 875091430,
            "stop": 875092417
        },
        {
            "start": 875092452,
            "stop": 875092480
        },
        {
            "start": 875092499,
            "stop": 875093342
        },
        {
            "start": 875093361,
            "stop": 875093564
        },
        {
            "start": 875093583,
            "stop": 875093905
        },
        {
            "start": 875093924,
            "stop": 875097014
        }
    ]
}