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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=374",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 375,
    "results": [
        {
            "start": 865626114,
            "stop": 865630917
        },
        {
            "start": 865630936,
            "stop": 865630944
        },
        {
            "start": 865630964,
            "stop": 865635983
        },
        {
            "start": 865636011,
            "stop": 865641477
        },
        {
            "start": 865641494,
            "stop": 865645712
        },
        {
            "start": 865646750,
            "stop": 865668084
        },
        {
            "start": 865670152,
            "stop": 865684059
        },
        {
            "start": 865684433,
            "stop": 865695242
        },
        {
            "start": 865720229,
            "stop": 865720550
        },
        {
            "start": 865720953,
            "stop": 865721097
        },
        {
            "start": 865721565,
            "stop": 865736606
        },
        {
            "start": 865738229,
            "stop": 865743270
        },
        {
            "start": 865744591,
            "stop": 865744644
        },
        {
            "start": 865745061,
            "stop": 865745299
        },
        {
            "start": 865745409,
            "stop": 865746298
        },
        {
            "start": 865746598,
            "stop": 865777634
        },
        {
            "start": 865777657,
            "stop": 865780902
        },
        {
            "start": 865780958,
            "stop": 865780994
        },
        {
            "start": 865781018,
            "stop": 865783320
        },
        {
            "start": 865783380,
            "stop": 865785146
        }
    ]
}