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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=5",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 6,
    "results": [
        {
            "start": 815534401,
            "stop": 815534509
        },
        {
            "start": 815543063,
            "stop": 815551004
        },
        {
            "start": 815552578,
            "stop": 815555551
        },
        {
            "start": 815563790,
            "stop": 815571791
        },
        {
            "start": 815576075,
            "stop": 815603078
        },
        {
            "start": 815604477,
            "stop": 815607778
        },
        {
            "start": 815607791,
            "stop": 815607821
        },
        {
            "start": 815607822,
            "stop": 815609744
        },
        {
            "start": 815609757,
            "stop": 815610539
        },
        {
            "start": 815616627,
            "stop": 815620231
        },
        {
            "start": 815623237,
            "stop": 815626132
        },
        {
            "start": 815627414,
            "stop": 815635971
        },
        {
            "start": 815637315,
            "stop": 815639411
        },
        {
            "start": 815639418,
            "stop": 815640372
        },
        {
            "start": 815640379,
            "stop": 815640834
        },
        {
            "start": 815640841,
            "stop": 815643272
        },
        {
            "start": 815653666,
            "stop": 815656032
        },
        {
            "start": 815656045,
            "stop": 815657911
        },
        {
            "start": 815657923,
            "stop": 815658157
        },
        {
            "start": 815658745,
            "stop": 815661984
        }
    ]
}