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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9126",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9127,
    "results": [
        {
            "start": 875081759,
            "stop": 875081798
        },
        {
            "start": 875081817,
            "stop": 875081829
        },
        {
            "start": 875081849,
            "stop": 875081925
        },
        {
            "start": 875081952,
            "stop": 875082055
        },
        {
            "start": 875082120,
            "stop": 875082482
        },
        {
            "start": 875082501,
            "stop": 875082531
        },
        {
            "start": 875082559,
            "stop": 875082713
        },
        {
            "start": 875082732,
            "stop": 875082780
        },
        {
            "start": 875083151,
            "stop": 875083320
        },
        {
            "start": 875083380,
            "stop": 875083855
        },
        {
            "start": 875083874,
            "stop": 875083920
        },
        {
            "start": 875084040,
            "stop": 875084091
        },
        {
            "start": 875091343,
            "stop": 875091411
        },
        {
            "start": 875091430,
            "stop": 875091803
        },
        {
            "start": 875091820,
            "stop": 875092389
        },
        {
            "start": 875092406,
            "stop": 875092417
        },
        {
            "start": 875092452,
            "stop": 875092480
        },
        {
            "start": 875092499,
            "stop": 875093175
        },
        {
            "start": 875093192,
            "stop": 875093342
        },
        {
            "start": 875093361,
            "stop": 875093564
        }
    ]
}