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=313
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=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=312",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 313,
    "results": [
        {
            "start": 821744475,
            "stop": 821744492
        },
        {
            "start": 821744497,
            "stop": 821744500
        },
        {
            "start": 821744503,
            "stop": 821744511
        },
        {
            "start": 821744519,
            "stop": 821744527
        },
        {
            "start": 821744532,
            "stop": 821744536
        },
        {
            "start": 821744539,
            "stop": 821744559
        },
        {
            "start": 821744564,
            "stop": 821744569
        },
        {
            "start": 821744572,
            "stop": 821744579
        },
        {
            "start": 821744582,
            "stop": 821744583
        },
        {
            "start": 821744588,
            "stop": 821744589
        },
        {
            "start": 821744594,
            "stop": 821744597
        },
        {
            "start": 821744602,
            "stop": 821744605
        },
        {
            "start": 821744609,
            "stop": 821744610
        },
        {
            "start": 821744614,
            "stop": 821744616
        },
        {
            "start": 821744619,
            "stop": 821744620
        },
        {
            "start": 821744623,
            "stop": 821744634
        },
        {
            "start": 821744640,
            "stop": 821744647
        },
        {
            "start": 821744650,
            "stop": 821744651
        },
        {
            "start": 821744659,
            "stop": 821744660
        },
        {
            "start": 821744666,
            "stop": 821744671
        }
    ]
}