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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=637",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=635",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 636,
    "results": [
        {
            "start": 851285431,
            "stop": 851285488
        },
        {
            "start": 851285933,
            "stop": 851286205
        },
        {
            "start": 851288011,
            "stop": 851288164
        },
        {
            "start": 851288484,
            "stop": 851288556
        },
        {
            "start": 851288956,
            "stop": 851288992
        },
        {
            "start": 851289312,
            "stop": 851292345
        },
        {
            "start": 851294960,
            "stop": 851295648
        },
        {
            "start": 851295668,
            "stop": 851300500
        },
        {
            "start": 851300900,
            "stop": 851300928
        },
        {
            "start": 851301248,
            "stop": 851305006
        },
        {
            "start": 851305023,
            "stop": 851308357
        },
        {
            "start": 851308757,
            "stop": 851308975
        },
        {
            "start": 851310604,
            "stop": 851310632
        },
        {
            "start": 851310952,
            "stop": 851329968
        },
        {
            "start": 851330033,
            "stop": 851331683
        },
        {
            "start": 851335176,
            "stop": 851335304
        },
        {
            "start": 851335386,
            "stop": 851338238
        },
        {
            "start": 851340085,
            "stop": 851341107
        },
        {
            "start": 851343183,
            "stop": 851343845
        },
        {
            "start": 851343894,
            "stop": 851343897
        }
    ]
}