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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=856",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=854",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 855,
    "results": [
        {
            "start": 963955096,
            "stop": 963959345
        },
        {
            "start": 963978154,
            "stop": 964003164
        },
        {
            "start": 964004862,
            "stop": 964006106
        },
        {
            "start": 964007301,
            "stop": 964009342
        },
        {
            "start": 964010954,
            "stop": 964013036
        },
        {
            "start": 964015112,
            "stop": 964016722
        },
        {
            "start": 964017351,
            "stop": 964025864
        },
        {
            "start": 964025964,
            "stop": 964028906
        },
        {
            "start": 964029988,
            "stop": 964043808
        },
        {
            "start": 964044693,
            "stop": 964050221
        },
        {
            "start": 964050742,
            "stop": 964051926
        },
        {
            "start": 964051964,
            "stop": 964051966
        },
        {
            "start": 964051982,
            "stop": 964083179
        },
        {
            "start": 964083952,
            "stop": 964084903
        },
        {
            "start": 964084909,
            "stop": 964090503
        },
        {
            "start": 964091107,
            "stop": 964093214
        },
        {
            "start": 964095645,
            "stop": 964103481
        },
        {
            "start": 964107073,
            "stop": 964114398
        },
        {
            "start": 964115834,
            "stop": 964145199
        },
        {
            "start": 964147407,
            "stop": 964149542
        }
    ]
}