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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14803",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14801",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14802,
    "results": [
        {
            "start": 971251595,
            "stop": 971251610
        },
        {
            "start": 971251611,
            "stop": 971251625
        },
        {
            "start": 971251626,
            "stop": 971251627
        },
        {
            "start": 971251628,
            "stop": 971251632
        },
        {
            "start": 971251633,
            "stop": 971251647
        },
        {
            "start": 971251649,
            "stop": 971251676
        },
        {
            "start": 971251678,
            "stop": 971251682
        },
        {
            "start": 971251684,
            "stop": 971251701
        },
        {
            "start": 971251703,
            "stop": 971251727
        },
        {
            "start": 971251728,
            "stop": 971251733
        },
        {
            "start": 971251735,
            "stop": 971251745
        },
        {
            "start": 971251748,
            "stop": 971251749
        },
        {
            "start": 971251751,
            "stop": 971251764
        },
        {
            "start": 971251765,
            "stop": 971251794
        },
        {
            "start": 971251797,
            "stop": 971251801
        },
        {
            "start": 971251803,
            "stop": 971251807
        },
        {
            "start": 971251808,
            "stop": 971251815
        },
        {
            "start": 971251818,
            "stop": 971251824
        },
        {
            "start": 971251825,
            "stop": 971251829
        },
        {
            "start": 971251831,
            "stop": 971251852
        }
    ]
}