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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4704",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4702",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4703,
    "results": [
        {
            "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
        },
        {
            "start": 969971403,
            "stop": 969971618
        },
        {
            "start": 969971678,
            "stop": 969971681
        },
        {
            "start": 969971684,
            "stop": 969971704
        },
        {
            "start": 969971707,
            "stop": 969971744
        },
        {
            "start": 969971747,
            "stop": 969971753
        },
        {
            "start": 969971756,
            "stop": 969971933
        }
    ]
}