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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=39",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 40,
    "results": [
        {
            "start": 931250828,
            "stop": 931250852
        },
        {
            "start": 931250854,
            "stop": 931250859
        },
        {
            "start": 931250862,
            "stop": 931250869
        },
        {
            "start": 931250871,
            "stop": 931250875
        },
        {
            "start": 931250878,
            "stop": 931250885
        },
        {
            "start": 931250887,
            "stop": 931250890
        },
        {
            "start": 931250893,
            "stop": 931250894
        },
        {
            "start": 931250899,
            "stop": 931250900
        },
        {
            "start": 931250902,
            "stop": 931250914
        },
        {
            "start": 931250919,
            "stop": 931250926
        },
        {
            "start": 931250928,
            "stop": 931250934
        },
        {
            "start": 931250938,
            "stop": 931250940
        },
        {
            "start": 931250941,
            "stop": 931250942
        },
        {
            "start": 931250945,
            "stop": 931250947
        },
        {
            "start": 931250951,
            "stop": 931250956
        },
        {
            "start": 931250960,
            "stop": 931250962
        },
        {
            "start": 931250968,
            "stop": 931250973
        },
        {
            "start": 931250975,
            "stop": 931250978
        },
        {
            "start": 931250986,
            "stop": 931250989
        },
        {
            "start": 931250994,
            "stop": 931251006
        }
    ]
}