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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=106",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 107,
    "results": [
        {
            "start": 931403157,
            "stop": 931403172
        },
        {
            "start": 931403174,
            "stop": 931403210
        },
        {
            "start": 931403212,
            "stop": 931403229
        },
        {
            "start": 931403231,
            "stop": 931403234
        },
        {
            "start": 931403235,
            "stop": 931403239
        },
        {
            "start": 931403241,
            "stop": 931403242
        },
        {
            "start": 931403244,
            "stop": 931403259
        },
        {
            "start": 931403261,
            "stop": 931403274
        },
        {
            "start": 931403276,
            "stop": 931403277
        },
        {
            "start": 931403280,
            "stop": 931403295
        },
        {
            "start": 931403297,
            "stop": 931403301
        },
        {
            "start": 931403305,
            "stop": 931403306
        },
        {
            "start": 931403308,
            "stop": 931403341
        },
        {
            "start": 931403345,
            "stop": 931403381
        },
        {
            "start": 931403385,
            "stop": 931403391
        },
        {
            "start": 931403395,
            "stop": 931403421
        },
        {
            "start": 931403422,
            "stop": 931403430
        },
        {
            "start": 931403431,
            "stop": 931403456
        },
        {
            "start": 931403458,
            "stop": 931403461
        },
        {
            "start": 931403462,
            "stop": 931403484
        }
    ]
}