Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5211
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5210",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5211,
    "results": [
        {
            "start": 874069928,
            "stop": 874070724
        },
        {
            "start": 874070731,
            "stop": 874073226
        },
        {
            "start": 874073262,
            "stop": 874073301
        },
        {
            "start": 874073337,
            "stop": 874073823
        },
        {
            "start": 874073975,
            "stop": 874074957
        },
        {
            "start": 874075127,
            "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": 874081068
        },
        {
            "start": 874081102,
            "stop": 874081170
        },
        {
            "start": 874082216,
            "stop": 874082241
        },
        {
            "start": 874082249,
            "stop": 874082277
        }
    ]
}