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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=166",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 167,
    "results": [
        {
            "start": 819307928,
            "stop": 819308612
        },
        {
            "start": 819308623,
            "stop": 819308667
        },
        {
            "start": 819308680,
            "stop": 819308710
        },
        {
            "start": 819308721,
            "stop": 819308835
        },
        {
            "start": 819308851,
            "stop": 819308969
        },
        {
            "start": 819308981,
            "stop": 819309306
        },
        {
            "start": 819309313,
            "stop": 819310358
        },
        {
            "start": 819310369,
            "stop": 819310486
        },
        {
            "start": 819310497,
            "stop": 819310528
        },
        {
            "start": 819310544,
            "stop": 819311244
        },
        {
            "start": 819311255,
            "stop": 819311342
        },
        {
            "start": 819311350,
            "stop": 819311574
        },
        {
            "start": 819311585,
            "stop": 819311891
        },
        {
            "start": 819311898,
            "stop": 819312935
        },
        {
            "start": 819312942,
            "stop": 819313027
        },
        {
            "start": 819313041,
            "stop": 819313687
        },
        {
            "start": 819313698,
            "stop": 819313744
        },
        {
            "start": 819313755,
            "stop": 819314222
        },
        {
            "start": 819314234,
            "stop": 819314302
        },
        {
            "start": 819314309,
            "stop": 819314615
        }
    ]
}