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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=172",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 173,
    "results": [
        {
            "start": 834522809,
            "stop": 834522865
        },
        {
            "start": 834522868,
            "stop": 834523240
        },
        {
            "start": 834523249,
            "stop": 834523264
        },
        {
            "start": 834523268,
            "stop": 834525313
        },
        {
            "start": 834526065,
            "stop": 834527834
        },
        {
            "start": 834529902,
            "stop": 834529938
        },
        {
            "start": 834529952,
            "stop": 834529957
        },
        {
            "start": 834529961,
            "stop": 834529971
        },
        {
            "start": 834529980,
            "stop": 834530045
        },
        {
            "start": 834544391,
            "stop": 834548502
        },
        {
            "start": 834548506,
            "stop": 834549729
        },
        {
            "start": 834549733,
            "stop": 834596620
        },
        {
            "start": 834597854,
            "stop": 834605827
        },
        {
            "start": 834605831,
            "stop": 834607110
        },
        {
            "start": 834607232,
            "stop": 834614854
        },
        {
            "start": 834614855,
            "stop": 834614857
        },
        {
            "start": 834614858,
            "stop": 834614860
        },
        {
            "start": 834614888,
            "stop": 834614889
        },
        {
            "start": 834615232,
            "stop": 834624415
        },
        {
            "start": 834626661,
            "stop": 834635041
        }
    ]
}