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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=192",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 193,
    "results": [
        {
            "start": 820206845,
            "stop": 820207133
        },
        {
            "start": 820207141,
            "stop": 820207204
        },
        {
            "start": 820207211,
            "stop": 820207412
        },
        {
            "start": 820207419,
            "stop": 820207431
        },
        {
            "start": 820207445,
            "stop": 820207525
        },
        {
            "start": 820207532,
            "stop": 820207541
        },
        {
            "start": 820207549,
            "stop": 820207562
        },
        {
            "start": 820207569,
            "stop": 820207577
        },
        {
            "start": 820207595,
            "stop": 820207739
        },
        {
            "start": 820207747,
            "stop": 820207916
        },
        {
            "start": 820207937,
            "stop": 820207984
        },
        {
            "start": 820207991,
            "stop": 820208018
        },
        {
            "start": 820208025,
            "stop": 820208058
        },
        {
            "start": 820208066,
            "stop": 820208090
        },
        {
            "start": 820208097,
            "stop": 820208104
        },
        {
            "start": 820208112,
            "stop": 820208165
        },
        {
            "start": 820208172,
            "stop": 820208211
        },
        {
            "start": 820208218,
            "stop": 820208226
        },
        {
            "start": 820208233,
            "stop": 820208245
        },
        {
            "start": 820208252,
            "stop": 820208311
        }
    ]
}