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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=26",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 27,
    "results": [
        {
            "start": 931499421,
            "stop": 931499423
        },
        {
            "start": 931499446,
            "stop": 931499449
        },
        {
            "start": 931499456,
            "stop": 931499459
        },
        {
            "start": 931499475,
            "stop": 931499480
        },
        {
            "start": 931499487,
            "stop": 931499491
        },
        {
            "start": 931499498,
            "stop": 931499507
        },
        {
            "start": 931499520,
            "stop": 931499526
        },
        {
            "start": 931499540,
            "stop": 931499541
        },
        {
            "start": 931499549,
            "stop": 931499554
        },
        {
            "start": 931499591,
            "stop": 931499594
        },
        {
            "start": 931499604,
            "stop": 931499620
        },
        {
            "start": 931499675,
            "stop": 931499681
        },
        {
            "start": 931499688,
            "stop": 931499690
        },
        {
            "start": 931499697,
            "stop": 931499700
        },
        {
            "start": 931499710,
            "stop": 931499719
        },
        {
            "start": 931499729,
            "stop": 931499730
        },
        {
            "start": 931499762,
            "stop": 931499765
        },
        {
            "start": 931499785,
            "stop": 931499791
        },
        {
            "start": 931499832,
            "stop": 931499836
        },
        {
            "start": 931499849,
            "stop": 931499850
        }
    ]
}