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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=25",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 26,
    "results": [
        {
            "start": 931245618,
            "stop": 931245627
        },
        {
            "start": 931245629,
            "stop": 931245634
        },
        {
            "start": 931245635,
            "stop": 931245636
        },
        {
            "start": 931245638,
            "stop": 931245641
        },
        {
            "start": 931245645,
            "stop": 931245648
        },
        {
            "start": 931245655,
            "stop": 931245659
        },
        {
            "start": 931245665,
            "stop": 931245666
        },
        {
            "start": 931245668,
            "stop": 931245690
        },
        {
            "start": 931245692,
            "stop": 931245733
        },
        {
            "start": 931245738,
            "stop": 931245741
        },
        {
            "start": 931245744,
            "stop": 931245746
        },
        {
            "start": 931245764,
            "stop": 931245840
        },
        {
            "start": 931245843,
            "stop": 931245844
        },
        {
            "start": 931245856,
            "stop": 931245866
        },
        {
            "start": 931245868,
            "stop": 931245869
        },
        {
            "start": 931245871,
            "stop": 931245872
        },
        {
            "start": 931245874,
            "stop": 931245878
        },
        {
            "start": 931245881,
            "stop": 931245886
        },
        {
            "start": 931245890,
            "stop": 931245897
        },
        {
            "start": 931245899,
            "stop": 931245906
        }
    ]
}