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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=7",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 8,
    "results": [
        {
            "start": 815211625,
            "stop": 815211793
        },
        {
            "start": 815211991,
            "stop": 815212061
        },
        {
            "start": 815212064,
            "stop": 815212067
        },
        {
            "start": 815212070,
            "stop": 815212082
        },
        {
            "start": 815212085,
            "stop": 815212191
        },
        {
            "start": 815212194,
            "stop": 815212267
        },
        {
            "start": 815212270,
            "stop": 815212311
        },
        {
            "start": 815212314,
            "stop": 815212484
        },
        {
            "start": 815212487,
            "stop": 815212778
        },
        {
            "start": 815212781,
            "stop": 815212869
        },
        {
            "start": 815212872,
            "stop": 815212926
        },
        {
            "start": 815212929,
            "stop": 815212933
        },
        {
            "start": 815212936,
            "stop": 815213177
        },
        {
            "start": 815213180,
            "stop": 815213294
        },
        {
            "start": 815213298,
            "stop": 815213354
        },
        {
            "start": 815213357,
            "stop": 815213426
        },
        {
            "start": 815213429,
            "stop": 815213508
        },
        {
            "start": 815213511,
            "stop": 815213526
        },
        {
            "start": 815213529,
            "stop": 815213611
        },
        {
            "start": 815213614,
            "stop": 815213777
        }
    ]
}