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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=167",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 168,
    "results": [
        {
            "start": 818757045,
            "stop": 818757047
        },
        {
            "start": 818757056,
            "stop": 818757075
        },
        {
            "start": 818757083,
            "stop": 818757131
        },
        {
            "start": 818757144,
            "stop": 818757174
        },
        {
            "start": 818757191,
            "stop": 818757242
        },
        {
            "start": 818757250,
            "stop": 818757263
        },
        {
            "start": 818757271,
            "stop": 818757282
        },
        {
            "start": 818757290,
            "stop": 818757300
        },
        {
            "start": 818757309,
            "stop": 818757541
        },
        {
            "start": 818757549,
            "stop": 818759301
        },
        {
            "start": 818759310,
            "stop": 818759865
        },
        {
            "start": 818759873,
            "stop": 818760097
        },
        {
            "start": 818760105,
            "stop": 818760157
        },
        {
            "start": 818760167,
            "stop": 818760197
        },
        {
            "start": 818760205,
            "stop": 818760207
        },
        {
            "start": 818760233,
            "stop": 818760251
        },
        {
            "start": 818760259,
            "stop": 818760263
        },
        {
            "start": 818760293,
            "stop": 818760314
        },
        {
            "start": 818760322,
            "stop": 818760352
        },
        {
            "start": 818760366,
            "stop": 818760386
        }
    ]
}