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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=70",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 71,
    "results": [
        {
            "start": 931455394,
            "stop": 931455396
        },
        {
            "start": 931455417,
            "stop": 931455443
        },
        {
            "start": 931455461,
            "stop": 931455497
        },
        {
            "start": 931455541,
            "stop": 931455560
        },
        {
            "start": 931455595,
            "stop": 931455641
        },
        {
            "start": 931455661,
            "stop": 931455681
        },
        {
            "start": 931455704,
            "stop": 931455739
        },
        {
            "start": 931455810,
            "stop": 931455842
        },
        {
            "start": 931455865,
            "stop": 931455866
        },
        {
            "start": 931455956,
            "stop": 931455958
        },
        {
            "start": 931455990,
            "stop": 931455995
        },
        {
            "start": 931456013,
            "stop": 931456034
        },
        {
            "start": 931456053,
            "stop": 931456064
        },
        {
            "start": 931456082,
            "stop": 931456110
        },
        {
            "start": 931456128,
            "stop": 931456145
        },
        {
            "start": 931456178,
            "stop": 931456189
        },
        {
            "start": 931456206,
            "stop": 931456222
        },
        {
            "start": 931456314,
            "stop": 931456326
        },
        {
            "start": 931456344,
            "stop": 931456348
        },
        {
            "start": 931456367,
            "stop": 931456428
        }
    ]
}