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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=199",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 200,
    "results": [
        {
            "start": 852048109,
            "stop": 852051456
        },
        {
            "start": 852054527,
            "stop": 852054601
        },
        {
            "start": 852055163,
            "stop": 852062246
        },
        {
            "start": 852062248,
            "stop": 852062889
        },
        {
            "start": 852062890,
            "stop": 852064722
        },
        {
            "start": 852064724,
            "stop": 852065255
        },
        {
            "start": 852147338,
            "stop": 852147379
        },
        {
            "start": 852154477,
            "stop": 852156136
        },
        {
            "start": 852156816,
            "stop": 852212145
        },
        {
            "start": 852212147,
            "stop": 852212298
        },
        {
            "start": 852253339,
            "stop": 852257623
        },
        {
            "start": 852257625,
            "stop": 852263380
        },
        {
            "start": 852267649,
            "stop": 852276886
        },
        {
            "start": 852278238,
            "stop": 852312952
        },
        {
            "start": 852315892,
            "stop": 852323061
        },
        {
            "start": 852324281,
            "stop": 852325431
        },
        {
            "start": 852326433,
            "stop": 852327688
        },
        {
            "start": 852327690,
            "stop": 852358182
        },
        {
            "start": 852362785,
            "stop": 852392831
        },
        {
            "start": 852426967,
            "stop": 852427818
        }
    ]
}