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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=15",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 16,
    "results": [
        {
            "start": 816274179,
            "stop": 816274207
        },
        {
            "start": 816274239,
            "stop": 816274245
        },
        {
            "start": 816274253,
            "stop": 816274340
        },
        {
            "start": 816274347,
            "stop": 816274359
        },
        {
            "start": 816274381,
            "stop": 816274463
        },
        {
            "start": 816274471,
            "stop": 816274527
        },
        {
            "start": 816274534,
            "stop": 816274673
        },
        {
            "start": 816274701,
            "stop": 816274702
        },
        {
            "start": 816274712,
            "stop": 816274757
        },
        {
            "start": 816274765,
            "stop": 816274958
        },
        {
            "start": 816274988,
            "stop": 816275066
        },
        {
            "start": 816275074,
            "stop": 816275304
        },
        {
            "start": 816275313,
            "stop": 816275434
        },
        {
            "start": 816275444,
            "stop": 816275492
        },
        {
            "start": 816275499,
            "stop": 816275717
        },
        {
            "start": 816275737,
            "stop": 816275739
        },
        {
            "start": 816275767,
            "stop": 816275775
        },
        {
            "start": 816275804,
            "stop": 816275911
        },
        {
            "start": 816275918,
            "stop": 816275979
        },
        {
            "start": 816275986,
            "stop": 816276171
        }
    ]
}