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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=123",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 124,
    "results": [
        {
            "start": 832530902,
            "stop": 832540869
        },
        {
            "start": 832540939,
            "stop": 832540940
        },
        {
            "start": 832540979,
            "stop": 832541713
        },
        {
            "start": 832541732,
            "stop": 832541733
        },
        {
            "start": 832541810,
            "stop": 832576574
        },
        {
            "start": 832577240,
            "stop": 832581553
        },
        {
            "start": 832581589,
            "stop": 832581590
        },
        {
            "start": 832581821,
            "stop": 832590785
        },
        {
            "start": 832591224,
            "stop": 832592833
        },
        {
            "start": 832614538,
            "stop": 832614973
        },
        {
            "start": 832623814,
            "stop": 832658712
        },
        {
            "start": 832659283,
            "stop": 832660813
        },
        {
            "start": 832660820,
            "stop": 832660821
        },
        {
            "start": 832662212,
            "stop": 832679208
        },
        {
            "start": 832693201,
            "stop": 832696753
        },
        {
            "start": 832696793,
            "stop": 832696794
        },
        {
            "start": 832704396,
            "stop": 832724088
        },
        {
            "start": 832728628,
            "stop": 832733233
        },
        {
            "start": 832733240,
            "stop": 832733241
        },
        {
            "start": 832733363,
            "stop": 832735033
        }
    ]
}