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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=307",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 308,
    "results": [
        {
            "start": 818500750,
            "stop": 818500843
        },
        {
            "start": 818500864,
            "stop": 818501180
        },
        {
            "start": 818501250,
            "stop": 818501297
        },
        {
            "start": 818501316,
            "stop": 818501437
        },
        {
            "start": 818501523,
            "stop": 818501571
        },
        {
            "start": 818501591,
            "stop": 818502052
        },
        {
            "start": 818502071,
            "stop": 818503553
        },
        {
            "start": 818503570,
            "stop": 818503653
        },
        {
            "start": 818503673,
            "stop": 818503844
        },
        {
            "start": 818503885,
            "stop": 818504158
        },
        {
            "start": 818504914,
            "stop": 818505008
        },
        {
            "start": 818505046,
            "stop": 818505232
        },
        {
            "start": 818505252,
            "stop": 818506036
        },
        {
            "start": 818506121,
            "stop": 818506214
        },
        {
            "start": 818506255,
            "stop": 818506837
        },
        {
            "start": 818506859,
            "stop": 818507408
        },
        {
            "start": 818507428,
            "stop": 818507456
        },
        {
            "start": 818507478,
            "stop": 818507828
        },
        {
            "start": 818507845,
            "stop": 818508818
        },
        {
            "start": 818508837,
            "stop": 818509019
        }
    ]
}