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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=224",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 225,
    "results": [
        {
            "start": 848337187,
            "stop": 848337246
        },
        {
            "start": 848337250,
            "stop": 848337298
        },
        {
            "start": 848337302,
            "stop": 848337388
        },
        {
            "start": 848337393,
            "stop": 848337399
        },
        {
            "start": 848337413,
            "stop": 848337527
        },
        {
            "start": 848337531,
            "stop": 848337628
        },
        {
            "start": 848337632,
            "stop": 848337954
        },
        {
            "start": 848337962,
            "stop": 848347631
        },
        {
            "start": 848347635,
            "stop": 848347641
        },
        {
            "start": 848347655,
            "stop": 848347670
        },
        {
            "start": 848347683,
            "stop": 848347694
        },
        {
            "start": 848347698,
            "stop": 848347801
        },
        {
            "start": 848347809,
            "stop": 848347853
        },
        {
            "start": 848347857,
            "stop": 848347863
        },
        {
            "start": 848347871,
            "stop": 848347892
        },
        {
            "start": 848347905,
            "stop": 848347915
        },
        {
            "start": 848347919,
            "stop": 848347934
        },
        {
            "start": 848347938,
            "stop": 848348053
        },
        {
            "start": 848383967,
            "stop": 848385316
        },
        {
            "start": 848385320,
            "stop": 848387051
        }
    ]
}