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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2385",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2386,
    "results": [
        {
            "start": 875113157,
            "stop": 875113162
        },
        {
            "start": 875113181,
            "stop": 875113342
        },
        {
            "start": 875113361,
            "stop": 875113389
        },
        {
            "start": 875113408,
            "stop": 875113493
        },
        {
            "start": 875113542,
            "stop": 875113576
        },
        {
            "start": 875113595,
            "stop": 875113800
        },
        {
            "start": 875113819,
            "stop": 875113853
        },
        {
            "start": 875113905,
            "stop": 875113925
        },
        {
            "start": 875113944,
            "stop": 875114716
        },
        {
            "start": 875114816,
            "stop": 875114917
        },
        {
            "start": 875114936,
            "stop": 875114942
        },
        {
            "start": 875115026,
            "stop": 875115266
        },
        {
            "start": 875115364,
            "stop": 875115404
        },
        {
            "start": 875115434,
            "stop": 875115881
        },
        {
            "start": 875116618,
            "stop": 875116631
        },
        {
            "start": 875116658,
            "stop": 875116773
        },
        {
            "start": 875116959,
            "stop": 875116965
        },
        {
            "start": 875116999,
            "stop": 875117010
        },
        {
            "start": 875117040,
            "stop": 875117048
        },
        {
            "start": 875117068,
            "stop": 875117077
        }
    ]
}