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_CAT4/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_CAT4/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=11",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 12,
    "results": [
        {
            "start": 931113848,
            "stop": 931113849
        },
        {
            "start": 931113879,
            "stop": 931113880
        },
        {
            "start": 931113885,
            "stop": 931113886
        },
        {
            "start": 931113903,
            "stop": 931113905
        },
        {
            "start": 931113911,
            "stop": 931113913
        },
        {
            "start": 931113916,
            "stop": 931113917
        },
        {
            "start": 931113920,
            "stop": 931113921
        },
        {
            "start": 931113931,
            "stop": 931113940
        },
        {
            "start": 931113942,
            "stop": 931113943
        },
        {
            "start": 931113947,
            "stop": 931113949
        },
        {
            "start": 931113955,
            "stop": 931113958
        },
        {
            "start": 931113960,
            "stop": 931113961
        },
        {
            "start": 931113967,
            "stop": 931113968
        },
        {
            "start": 931113979,
            "stop": 931113981
        },
        {
            "start": 931114009,
            "stop": 931114010
        },
        {
            "start": 931114023,
            "stop": 931114029
        },
        {
            "start": 931114032,
            "stop": 931114039
        },
        {
            "start": 931114041,
            "stop": 931114042
        },
        {
            "start": 931114050,
            "stop": 931114051
        },
        {
            "start": 931114060,
            "stop": 931114062
        }
    ]
}