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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10209",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10210,
    "results": [
        {
            "start": 874073262,
            "stop": 874073301
        },
        {
            "start": 874073337,
            "stop": 874073398
        },
        {
            "start": 874073518,
            "stop": 874073790
        },
        {
            "start": 874073975,
            "stop": 874074956
        },
        {
            "start": 874075216,
            "stop": 874075918
        },
        {
            "start": 874075953,
            "stop": 874076054
        },
        {
            "start": 874076071,
            "stop": 874076363
        },
        {
            "start": 874076370,
            "stop": 874076770
        },
        {
            "start": 874076777,
            "stop": 874076885
        },
        {
            "start": 874076920,
            "stop": 874077402
        },
        {
            "start": 874077409,
            "stop": 874077895
        },
        {
            "start": 874077902,
            "stop": 874077933
        },
        {
            "start": 874077941,
            "stop": 874077989
        },
        {
            "start": 874077996,
            "stop": 874079107
        },
        {
            "start": 874079143,
            "stop": 874079606
        },
        {
            "start": 874079613,
            "stop": 874080870
        },
        {
            "start": 874082216,
            "stop": 874082241
        },
        {
            "start": 874082249,
            "stop": 874082277
        },
        {
            "start": 874082284,
            "stop": 874082884
        },
        {
            "start": 874083004,
            "stop": 874083060
        }
    ]
}