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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=535",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=533",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 534,
    "results": [
        {
            "start": 970236649,
            "stop": 970239222
        },
        {
            "start": 970242019,
            "stop": 970245625
        },
        {
            "start": 970245635,
            "stop": 970247419
        },
        {
            "start": 970247459,
            "stop": 970254142
        },
        {
            "start": 970294911,
            "stop": 970306362
        },
        {
            "start": 970309583,
            "stop": 970326186
        },
        {
            "start": 970375709,
            "stop": 970376463
        },
        {
            "start": 970377488,
            "stop": 970379983
        },
        {
            "start": 970387059,
            "stop": 970397208
        },
        {
            "start": 970397210,
            "stop": 970397228
        },
        {
            "start": 970398564,
            "stop": 970408219
        },
        {
            "start": 970408220,
            "stop": 970408462
        },
        {
            "start": 970408464,
            "stop": 970408784
        },
        {
            "start": 970408786,
            "stop": 970411550
        },
        {
            "start": 970411552,
            "stop": 970414138
        },
        {
            "start": 970415821,
            "stop": 970417429
        },
        {
            "start": 970419465,
            "stop": 970419848
        },
        {
            "start": 970419850,
            "stop": 970420081
        },
        {
            "start": 970421809,
            "stop": 970422236
        },
        {
            "start": 970422238,
            "stop": 970422239
        }
    ]
}