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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14906",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14904",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14905,
    "results": [
        {
            "start": 971452639,
            "stop": 971452645
        },
        {
            "start": 971452648,
            "stop": 971452667
        },
        {
            "start": 971452673,
            "stop": 971452675
        },
        {
            "start": 971452677,
            "stop": 971452699
        },
        {
            "start": 971452702,
            "stop": 971452950
        },
        {
            "start": 971452951,
            "stop": 971452988
        },
        {
            "start": 971452989,
            "stop": 971453141
        },
        {
            "start": 971453142,
            "stop": 971453145
        },
        {
            "start": 971453147,
            "stop": 971453158
        },
        {
            "start": 971453159,
            "stop": 971453164
        },
        {
            "start": 971453165,
            "stop": 971453181
        },
        {
            "start": 971453182,
            "stop": 971453183
        },
        {
            "start": 971453184,
            "stop": 971453231
        },
        {
            "start": 971453232,
            "stop": 971453272
        },
        {
            "start": 971453273,
            "stop": 971453280
        },
        {
            "start": 971453281,
            "stop": 971453285
        },
        {
            "start": 971453286,
            "stop": 971453287
        },
        {
            "start": 971453288,
            "stop": 971453334
        },
        {
            "start": 971453336,
            "stop": 971453393
        },
        {
            "start": 971453394,
            "stop": 971453412
        }
    ]
}