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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=42",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 43,
    "results": [
        {
            "start": 816165309,
            "stop": 816165413
        },
        {
            "start": 816165420,
            "stop": 816165473
        },
        {
            "start": 816165480,
            "stop": 816165586
        },
        {
            "start": 816165593,
            "stop": 816165607
        },
        {
            "start": 816165615,
            "stop": 816165730
        },
        {
            "start": 816165737,
            "stop": 816165827
        },
        {
            "start": 816165834,
            "stop": 816166509
        },
        {
            "start": 816166516,
            "stop": 816166557
        },
        {
            "start": 816166564,
            "stop": 816166777
        },
        {
            "start": 816166784,
            "stop": 816166883
        },
        {
            "start": 816166890,
            "stop": 816167078
        },
        {
            "start": 816167085,
            "stop": 816167103
        },
        {
            "start": 816167111,
            "stop": 816167207
        },
        {
            "start": 816167214,
            "stop": 816167372
        },
        {
            "start": 816167379,
            "stop": 816167575
        },
        {
            "start": 816167582,
            "stop": 816167787
        },
        {
            "start": 816167794,
            "stop": 816168254
        },
        {
            "start": 816168261,
            "stop": 816168321
        },
        {
            "start": 816168328,
            "stop": 816168641
        },
        {
            "start": 816168648,
            "stop": 816168923
        }
    ]
}