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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9064",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9062",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9063,
    "results": [
        {
            "start": 874431360,
            "stop": 874431535
        },
        {
            "start": 874431554,
            "stop": 874431743
        },
        {
            "start": 874431762,
            "stop": 874432108
        },
        {
            "start": 874432127,
            "stop": 874432799
        },
        {
            "start": 874433689,
            "stop": 874433972
        },
        {
            "start": 874434244,
            "stop": 874434494
        },
        {
            "start": 874434513,
            "stop": 874434527
        },
        {
            "start": 874434546,
            "stop": 874436258
        },
        {
            "start": 874436697,
            "stop": 874436940
        },
        {
            "start": 874437060,
            "stop": 874437976
        },
        {
            "start": 874439196,
            "stop": 874439936
        },
        {
            "start": 874439958,
            "stop": 874440140
        },
        {
            "start": 874440159,
            "stop": 874441635
        },
        {
            "start": 874441652,
            "stop": 874441740
        },
        {
            "start": 874441782,
            "stop": 874441784
        },
        {
            "start": 874441936,
            "stop": 874442009
        },
        {
            "start": 874442026,
            "stop": 874442100
        },
        {
            "start": 874442160,
            "stop": 874442210
        },
        {
            "start": 874442520,
            "stop": 874442572
        },
        {
            "start": 874450805,
            "stop": 874450810
        }
    ]
}