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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=303",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 304,
    "results": [
        {
            "start": 821735524,
            "stop": 821736494
        },
        {
            "start": 821736497,
            "stop": 821736609
        },
        {
            "start": 821736612,
            "stop": 821736630
        },
        {
            "start": 821736633,
            "stop": 821738139
        },
        {
            "start": 821738142,
            "stop": 821738325
        },
        {
            "start": 821738328,
            "stop": 821738509
        },
        {
            "start": 821738512,
            "stop": 821738655
        },
        {
            "start": 821738658,
            "stop": 821738662
        },
        {
            "start": 821738665,
            "stop": 821738794
        },
        {
            "start": 821738800,
            "stop": 821738838
        },
        {
            "start": 821738844,
            "stop": 821739464
        },
        {
            "start": 821739467,
            "stop": 821739745
        },
        {
            "start": 821739748,
            "stop": 821739763
        },
        {
            "start": 821739766,
            "stop": 821740242
        },
        {
            "start": 821740245,
            "stop": 821740298
        },
        {
            "start": 821740301,
            "stop": 821740466
        },
        {
            "start": 821740469,
            "stop": 821740555
        },
        {
            "start": 821740558,
            "stop": 821740594
        },
        {
            "start": 821740597,
            "stop": 821740658
        },
        {
            "start": 821740661,
            "stop": 821740810
        }
    ]
}