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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=32",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 33,
    "results": [
        {
            "start": 931429766,
            "stop": 931429778
        },
        {
            "start": 931432658,
            "stop": 931435448
        },
        {
            "start": 931436894,
            "stop": 931453788
        },
        {
            "start": 931453790,
            "stop": 931453795
        },
        {
            "start": 931453799,
            "stop": 931453805
        },
        {
            "start": 931453807,
            "stop": 931453835
        },
        {
            "start": 931453837,
            "stop": 931453841
        },
        {
            "start": 931453844,
            "stop": 931453950
        },
        {
            "start": 931453952,
            "stop": 931453965
        },
        {
            "start": 931453968,
            "stop": 931454076
        },
        {
            "start": 931454078,
            "stop": 931454103
        },
        {
            "start": 931454105,
            "stop": 931454143
        },
        {
            "start": 931454145,
            "stop": 931454146
        },
        {
            "start": 931454148,
            "stop": 931454151
        },
        {
            "start": 931454153,
            "stop": 931454164
        },
        {
            "start": 931454172,
            "stop": 931454176
        },
        {
            "start": 931454180,
            "stop": 931454183
        },
        {
            "start": 931454185,
            "stop": 931454186
        },
        {
            "start": 931454188,
            "stop": 931454191
        },
        {
            "start": 931454193,
            "stop": 931454194
        }
    ]
}