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=9033
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=9034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9032",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9033,
    "results": [
        {
            "start": 874192475,
            "stop": 874192553
        },
        {
            "start": 874192572,
            "stop": 874192830
        },
        {
            "start": 874193790,
            "stop": 874193830
        },
        {
            "start": 874193850,
            "stop": 874193997
        },
        {
            "start": 874194017,
            "stop": 874194029
        },
        {
            "start": 874194096,
            "stop": 874194116
        },
        {
            "start": 874194180,
            "stop": 874194223
        },
        {
            "start": 874194242,
            "stop": 874194423
        },
        {
            "start": 874194457,
            "stop": 874195014
        },
        {
            "start": 874195033,
            "stop": 874196205
        },
        {
            "start": 874196225,
            "stop": 874196917
        },
        {
            "start": 874196934,
            "stop": 874197207
        },
        {
            "start": 874197227,
            "stop": 874198132
        },
        {
            "start": 874198151,
            "stop": 874200268
        },
        {
            "start": 874200288,
            "stop": 874200353
        },
        {
            "start": 874200372,
            "stop": 874200468
        },
        {
            "start": 874200508,
            "stop": 874200513
        },
        {
            "start": 874200532,
            "stop": 874201310
        },
        {
            "start": 874201329,
            "stop": 874201942
        },
        {
            "start": 874201961,
            "stop": 874202350
        }
    ]
}