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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=38",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 39,
    "results": [
        {
            "start": 943435317,
            "stop": 943436086
        },
        {
            "start": 943438345,
            "stop": 943440782
        },
        {
            "start": 943444537,
            "stop": 943453772
        },
        {
            "start": 943459626,
            "stop": 943470327
        },
        {
            "start": 943472870,
            "stop": 943476815
        },
        {
            "start": 943476977,
            "stop": 943485604
        },
        {
            "start": 943487118,
            "stop": 943500941
        },
        {
            "start": 943503342,
            "stop": 943537372
        },
        {
            "start": 943541981,
            "stop": 943552712
        },
        {
            "start": 943558445,
            "stop": 943565712
        },
        {
            "start": 943569756,
            "stop": 943590782
        },
        {
            "start": 943592837,
            "stop": 943595816
        },
        {
            "start": 943599439,
            "stop": 943629638
        },
        {
            "start": 943630725,
            "stop": 943631095
        },
        {
            "start": 943634559,
            "stop": 943634725
        },
        {
            "start": 943636332,
            "stop": 943638307
        },
        {
            "start": 943641339,
            "stop": 943645763
        },
        {
            "start": 943648729,
            "stop": 943662693
        },
        {
            "start": 943663389,
            "stop": 943666461
        },
        {
            "start": 943669727,
            "stop": 943674297
        }
    ]
}