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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=114",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 115,
    "results": [
        {
            "start": 817878772,
            "stop": 817878789
        },
        {
            "start": 817878797,
            "stop": 817878821
        },
        {
            "start": 817878829,
            "stop": 817878848
        },
        {
            "start": 817878856,
            "stop": 817878873
        },
        {
            "start": 817878913,
            "stop": 817878968
        },
        {
            "start": 817878979,
            "stop": 817879031
        },
        {
            "start": 817879038,
            "stop": 817879090
        },
        {
            "start": 817881058,
            "stop": 817881128
        },
        {
            "start": 817881139,
            "stop": 817881512
        },
        {
            "start": 817881525,
            "stop": 817881538
        },
        {
            "start": 817881568,
            "stop": 817881734
        },
        {
            "start": 817881743,
            "stop": 817881777
        },
        {
            "start": 817881785,
            "stop": 817882120
        },
        {
            "start": 817882149,
            "stop": 817882241
        },
        {
            "start": 817882248,
            "stop": 817882408
        },
        {
            "start": 817882437,
            "stop": 817882677
        },
        {
            "start": 817882706,
            "stop": 817883158
        },
        {
            "start": 817883165,
            "stop": 817883457
        },
        {
            "start": 817883464,
            "stop": 817883494
        },
        {
            "start": 817883501,
            "stop": 817883544
        }
    ]
}