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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=8",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 9,
    "results": [
        {
            "start": 931360686,
            "stop": 931360721
        },
        {
            "start": 931360739,
            "stop": 931360747
        },
        {
            "start": 931360767,
            "stop": 931360788
        },
        {
            "start": 931377655,
            "stop": 931378788
        },
        {
            "start": 931379051,
            "stop": 931386078
        },
        {
            "start": 931399838,
            "stop": 931403310
        },
        {
            "start": 931403328,
            "stop": 931403446
        },
        {
            "start": 931403464,
            "stop": 931403482
        },
        {
            "start": 931403515,
            "stop": 931403536
        },
        {
            "start": 931418986,
            "stop": 931429026
        },
        {
            "start": 931429044,
            "stop": 931429064
        },
        {
            "start": 931429100,
            "stop": 931429684
        },
        {
            "start": 931429704,
            "stop": 931429738
        },
        {
            "start": 931432658,
            "stop": 931435448
        },
        {
            "start": 931436894,
            "stop": 931453780
        },
        {
            "start": 931453815,
            "stop": 931453827
        },
        {
            "start": 931453852,
            "stop": 931453942
        },
        {
            "start": 931453976,
            "stop": 931454068
        },
        {
            "start": 931454086,
            "stop": 931454095
        },
        {
            "start": 931454113,
            "stop": 931454116
        }
    ]
}