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=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=14",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 15,
    "results": [
        {
            "start": 931379051,
            "stop": 931386078
        },
        {
            "start": 931399838,
            "stop": 931403318
        },
        {
            "start": 931403324,
            "stop": 931403454
        },
        {
            "start": 931403460,
            "stop": 931403490
        },
        {
            "start": 931403496,
            "stop": 931403505
        },
        {
            "start": 931403511,
            "stop": 931403540
        },
        {
            "start": 931418986,
            "stop": 931429034
        },
        {
            "start": 931429040,
            "stop": 931429072
        },
        {
            "start": 931429078,
            "stop": 931429090
        },
        {
            "start": 931429096,
            "stop": 931429692
        },
        {
            "start": 931429700,
            "stop": 931429746
        },
        {
            "start": 931429753,
            "stop": 931429764
        },
        {
            "start": 931429770,
            "stop": 931429778
        },
        {
            "start": 931432658,
            "stop": 931435448
        },
        {
            "start": 931436894,
            "stop": 931453788
        },
        {
            "start": 931453794,
            "stop": 931453795
        },
        {
            "start": 931453803,
            "stop": 931453805
        },
        {
            "start": 931453811,
            "stop": 931453835
        },
        {
            "start": 931453848,
            "stop": 931453950
        },
        {
            "start": 931453956,
            "stop": 931453965
        }
    ]
}