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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2378",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2379,
    "results": [
        {
            "start": 875064744,
            "stop": 875064753
        },
        {
            "start": 875064782,
            "stop": 875064886
        },
        {
            "start": 875064905,
            "stop": 875068228
        },
        {
            "start": 875068247,
            "stop": 875071398
        },
        {
            "start": 875071417,
            "stop": 875073369
        },
        {
            "start": 875073388,
            "stop": 875077784
        },
        {
            "start": 875077803,
            "stop": 875077828
        },
        {
            "start": 875077847,
            "stop": 875078456
        },
        {
            "start": 875078475,
            "stop": 875078857
        },
        {
            "start": 875078925,
            "stop": 875078939
        },
        {
            "start": 875078977,
            "stop": 875079535
        },
        {
            "start": 875079554,
            "stop": 875079560
        },
        {
            "start": 875079590,
            "stop": 875080028
        },
        {
            "start": 875080047,
            "stop": 875080146
        },
        {
            "start": 875080181,
            "stop": 875080185
        },
        {
            "start": 875080204,
            "stop": 875080519
        },
        {
            "start": 875080538,
            "stop": 875080856
        },
        {
            "start": 875080875,
            "stop": 875080935
        },
        {
            "start": 875080954,
            "stop": 875081477
        },
        {
            "start": 875081514,
            "stop": 875081533
        }
    ]
}