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=885
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=886",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=884",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 885,
    "results": [
        {
            "start": 969332929,
            "stop": 969344002
        },
        {
            "start": 969345262,
            "stop": 969376423
        },
        {
            "start": 969378542,
            "stop": 969408586
        },
        {
            "start": 969410314,
            "stop": 969421708
        },
        {
            "start": 969421714,
            "stop": 969424419
        },
        {
            "start": 969424425,
            "stop": 969425604
        },
        {
            "start": 969425611,
            "stop": 969425906
        },
        {
            "start": 969425919,
            "stop": 969425972
        },
        {
            "start": 969425989,
            "stop": 969426022
        },
        {
            "start": 969426032,
            "stop": 969426247
        },
        {
            "start": 969426253,
            "stop": 969432778
        },
        {
            "start": 969432784,
            "stop": 969438095
        },
        {
            "start": 969438102,
            "stop": 969452753
        },
        {
            "start": 969452759,
            "stop": 969454953
        },
        {
            "start": 969457185,
            "stop": 969458337
        },
        {
            "start": 969459355,
            "stop": 969462862
        },
        {
            "start": 969462868,
            "stop": 969493263
        },
        {
            "start": 969494040,
            "stop": 969494152
        },
        {
            "start": 969494158,
            "stop": 969514775
        },
        {
            "start": 969514786,
            "stop": 969530619
        }
    ]
}