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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=107",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 108,
    "results": [
        {
            "start": 931403486,
            "stop": 931403506
        },
        {
            "start": 931403508,
            "stop": 931403521
        },
        {
            "start": 931403523,
            "stop": 931403527
        },
        {
            "start": 931403530,
            "stop": 931403542
        },
        {
            "start": 931403544,
            "stop": 931403549
        },
        {
            "start": 931403550,
            "stop": 931403554
        },
        {
            "start": 931403556,
            "stop": 931403563
        },
        {
            "start": 931403565,
            "stop": 931403590
        },
        {
            "start": 931403592,
            "stop": 931403613
        },
        {
            "start": 931403615,
            "stop": 931403620
        },
        {
            "start": 931403622,
            "stop": 931403640
        },
        {
            "start": 931403641,
            "stop": 931403656
        },
        {
            "start": 931403658,
            "stop": 931403682
        },
        {
            "start": 931403684,
            "stop": 931403709
        },
        {
            "start": 931403710,
            "stop": 931403719
        },
        {
            "start": 931403721,
            "stop": 931403732
        },
        {
            "start": 931403734,
            "stop": 931403736
        },
        {
            "start": 931403738,
            "stop": 931403752
        },
        {
            "start": 931403754,
            "stop": 931403761
        },
        {
            "start": 931403763,
            "stop": 931403773
        }
    ]
}