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/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5209
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=5210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5208",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5209,
    "results": [
        {
            "start": 969969842,
            "stop": 969969932
        },
        {
            "start": 969969935,
            "stop": 969969947
        },
        {
            "start": 969969950,
            "stop": 969970024
        },
        {
            "start": 969970027,
            "stop": 969970051
        },
        {
            "start": 969970054,
            "stop": 969970118
        },
        {
            "start": 969970121,
            "stop": 969970286
        },
        {
            "start": 969970289,
            "stop": 969970375
        },
        {
            "start": 969970378,
            "stop": 969970409
        },
        {
            "start": 969970412,
            "stop": 969970451
        },
        {
            "start": 969970454,
            "stop": 969970482
        },
        {
            "start": 969970485,
            "stop": 969970493
        },
        {
            "start": 969970496,
            "stop": 969970615
        },
        {
            "start": 969970618,
            "stop": 969970624
        },
        {
            "start": 969970627,
            "stop": 969970631
        },
        {
            "start": 969970634,
            "stop": 969970665
        },
        {
            "start": 969970670,
            "stop": 969970733
        },
        {
            "start": 969970736,
            "stop": 969970979
        },
        {
            "start": 969970982,
            "stop": 969971001
        },
        {
            "start": 969971007,
            "stop": 969971253
        },
        {
            "start": 969971256,
            "stop": 969971399
        }
    ]
}