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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=11",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 12,
    "results": [
        {
            "start": 816661879,
            "stop": 816662198
        },
        {
            "start": 816662206,
            "stop": 816662277
        },
        {
            "start": 816662285,
            "stop": 816662291
        },
        {
            "start": 816662299,
            "stop": 816662308
        },
        {
            "start": 816662316,
            "stop": 816662800
        },
        {
            "start": 816662813,
            "stop": 816662843
        },
        {
            "start": 816662856,
            "stop": 816662932
        },
        {
            "start": 816663559,
            "stop": 816664205
        },
        {
            "start": 816664212,
            "stop": 816664874
        },
        {
            "start": 816664882,
            "stop": 816665620
        },
        {
            "start": 816665628,
            "stop": 816665696
        },
        {
            "start": 816667587,
            "stop": 816667589
        },
        {
            "start": 816668003,
            "stop": 816669754
        },
        {
            "start": 816669763,
            "stop": 816669925
        },
        {
            "start": 816669942,
            "stop": 816670101
        },
        {
            "start": 816670110,
            "stop": 816670334
        },
        {
            "start": 816670342,
            "stop": 816670542
        },
        {
            "start": 816670550,
            "stop": 816670554
        },
        {
            "start": 816670562,
            "stop": 816670571
        },
        {
            "start": 816670580,
            "stop": 816671509
        }
    ]
}