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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=61",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 62,
    "results": [
        {
            "start": 826559724,
            "stop": 826560305
        },
        {
            "start": 826561097,
            "stop": 826567946
        },
        {
            "start": 826568232,
            "stop": 826572426
        },
        {
            "start": 826573771,
            "stop": 826574424
        },
        {
            "start": 826574507,
            "stop": 826574984
        },
        {
            "start": 826575908,
            "stop": 826579992
        },
        {
            "start": 826580509,
            "stop": 826580534
        },
        {
            "start": 826582982,
            "stop": 826592966
        },
        {
            "start": 826593039,
            "stop": 826593394
        },
        {
            "start": 826593427,
            "stop": 826593886
        },
        {
            "start": 826594878,
            "stop": 826599956
        },
        {
            "start": 826600988,
            "stop": 826628157
        },
        {
            "start": 826629597,
            "stop": 826636706
        },
        {
            "start": 826638149,
            "stop": 826639263
        },
        {
            "start": 826640113,
            "stop": 826643859
        },
        {
            "start": 826645700,
            "stop": 826646714
        },
        {
            "start": 826647476,
            "stop": 826648498
        },
        {
            "start": 826648532,
            "stop": 826649005
        },
        {
            "start": 826650354,
            "stop": 826651324
        },
        {
            "start": 826652429,
            "stop": 826653383
        }
    ]
}