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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=12",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 13,
    "results": [
        {
            "start": 815241005,
            "stop": 815241011
        },
        {
            "start": 815241014,
            "stop": 815241026
        },
        {
            "start": 815241029,
            "stop": 815241035
        },
        {
            "start": 815241048,
            "stop": 815241059
        },
        {
            "start": 815241062,
            "stop": 815241073
        },
        {
            "start": 815241270,
            "stop": 815241570
        },
        {
            "start": 815241630,
            "stop": 815241714
        },
        {
            "start": 815241727,
            "stop": 815241851
        },
        {
            "start": 815241868,
            "stop": 815241911
        },
        {
            "start": 815241915,
            "stop": 815241937
        },
        {
            "start": 815241955,
            "stop": 815241997
        },
        {
            "start": 815242000,
            "stop": 815242215
        },
        {
            "start": 815242218,
            "stop": 815242227
        },
        {
            "start": 815242230,
            "stop": 815242290
        },
        {
            "start": 815242410,
            "stop": 815243680
        },
        {
            "start": 815243683,
            "stop": 815244090
        },
        {
            "start": 815244270,
            "stop": 815244382
        },
        {
            "start": 815244386,
            "stop": 815244396
        },
        {
            "start": 815244409,
            "stop": 815244898
        },
        {
            "start": 815244902,
            "stop": 815244931
        }
    ]
}