Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=314
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=313",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 314,
    "results": [
        {
            "start": 943476977,
            "stop": 943485604
        },
        {
            "start": 943487118,
            "stop": 943500941
        },
        {
            "start": 943503342,
            "stop": 943537372
        },
        {
            "start": 943541981,
            "stop": 943552712
        },
        {
            "start": 943558445,
            "stop": 943564603
        },
        {
            "start": 943564609,
            "stop": 943564612
        },
        {
            "start": 943564618,
            "stop": 943565712
        },
        {
            "start": 943569756,
            "stop": 943590782
        },
        {
            "start": 943592837,
            "stop": 943595816
        },
        {
            "start": 943599439,
            "stop": 943616649
        },
        {
            "start": 943616654,
            "stop": 943629638
        },
        {
            "start": 943630725,
            "stop": 943631095
        },
        {
            "start": 943634559,
            "stop": 943634725
        },
        {
            "start": 943636332,
            "stop": 943638307
        },
        {
            "start": 943641339,
            "stop": 943643622
        },
        {
            "start": 943643629,
            "stop": 943645763
        },
        {
            "start": 943648729,
            "stop": 943662693
        },
        {
            "start": 943663389,
            "stop": 943665150
        },
        {
            "start": 943665156,
            "stop": 943665169
        },
        {
            "start": 943665174,
            "stop": 943666461
        }
    ]
}