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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5303",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5304,
    "results": [
        {
            "start": 970706803,
            "stop": 970706994
        },
        {
            "start": 970706997,
            "stop": 970707526
        },
        {
            "start": 970707529,
            "stop": 970707760
        },
        {
            "start": 970707763,
            "stop": 970708271
        },
        {
            "start": 970708274,
            "stop": 970709062
        },
        {
            "start": 970709065,
            "stop": 970709602
        },
        {
            "start": 970709605,
            "stop": 970709825
        },
        {
            "start": 970709828,
            "stop": 970710363
        },
        {
            "start": 970710366,
            "stop": 970711087
        },
        {
            "start": 970711090,
            "stop": 970711163
        },
        {
            "start": 970711166,
            "stop": 970712251
        },
        {
            "start": 970712254,
            "stop": 970713267
        },
        {
            "start": 970713270,
            "stop": 970713864
        },
        {
            "start": 970713867,
            "stop": 970714298
        },
        {
            "start": 970714301,
            "stop": 970714454
        },
        {
            "start": 970714457,
            "stop": 970715063
        },
        {
            "start": 970715066,
            "stop": 970715394
        },
        {
            "start": 970715397,
            "stop": 970715588
        },
        {
            "start": 970715591,
            "stop": 970715618
        },
        {
            "start": 970715678,
            "stop": 970716259
        }
    ]
}