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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=11",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 12,
    "results": [
        {
            "start": 931258289,
            "stop": 931258302
        },
        {
            "start": 931262803,
            "stop": 931274838
        },
        {
            "start": 931283141,
            "stop": 931284000
        },
        {
            "start": 931286273,
            "stop": 931291375
        },
        {
            "start": 931292182,
            "stop": 931293816
        },
        {
            "start": 931316529,
            "stop": 931318362
        },
        {
            "start": 931326936,
            "stop": 931327524
        },
        {
            "start": 931329600,
            "stop": 931330815
        },
        {
            "start": 931338015,
            "stop": 931341957
        },
        {
            "start": 931344916,
            "stop": 931346545
        },
        {
            "start": 931346551,
            "stop": 931346620
        },
        {
            "start": 931351614,
            "stop": 931351699
        },
        {
            "start": 931351709,
            "stop": 931351714
        },
        {
            "start": 931351720,
            "stop": 931351792
        },
        {
            "start": 931351798,
            "stop": 931351803
        },
        {
            "start": 931351809,
            "stop": 931351851
        },
        {
            "start": 931351857,
            "stop": 931351884
        },
        {
            "start": 931351890,
            "stop": 931352027
        },
        {
            "start": 931352033,
            "stop": 931352099
        },
        {
            "start": 931352106,
            "stop": 931352188
        }
    ]
}