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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=33",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 34,
    "results": [
        {
            "start": 816463554,
            "stop": 816463564
        },
        {
            "start": 816463584,
            "stop": 816463695
        },
        {
            "start": 816463716,
            "stop": 816463887
        },
        {
            "start": 816464010,
            "stop": 816464041
        },
        {
            "start": 816464078,
            "stop": 816464093
        },
        {
            "start": 816464112,
            "stop": 816464138
        },
        {
            "start": 816464158,
            "stop": 816464267
        },
        {
            "start": 816464333,
            "stop": 816464432
        },
        {
            "start": 816464452,
            "stop": 816464550
        },
        {
            "start": 816464615,
            "stop": 816464675
        },
        {
            "start": 816464719,
            "stop": 816464823
        },
        {
            "start": 816464909,
            "stop": 816464914
        },
        {
            "start": 816465003,
            "stop": 816465101
        },
        {
            "start": 816465121,
            "stop": 816465261
        },
        {
            "start": 816465281,
            "stop": 816465320
        },
        {
            "start": 816465351,
            "stop": 816465367
        },
        {
            "start": 816465390,
            "stop": 816465435
        },
        {
            "start": 816465456,
            "stop": 816465465
        },
        {
            "start": 816465503,
            "stop": 816465521
        },
        {
            "start": 816465550,
            "stop": 816465560
        }
    ]
}