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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=29",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 30,
    "results": [
        {
            "start": 816662337,
            "stop": 816662514
        },
        {
            "start": 816662521,
            "stop": 816662551
        },
        {
            "start": 816662559,
            "stop": 816662795
        },
        {
            "start": 816662834,
            "stop": 816662843
        },
        {
            "start": 816662877,
            "stop": 816662893
        },
        {
            "start": 816663559,
            "stop": 816664205
        },
        {
            "start": 816664233,
            "stop": 816664271
        },
        {
            "start": 816664278,
            "stop": 816664874
        },
        {
            "start": 816664903,
            "stop": 816665173
        },
        {
            "start": 816665183,
            "stop": 816665620
        },
        {
            "start": 816665649,
            "stop": 816665653
        },
        {
            "start": 816667587,
            "stop": 816667589
        },
        {
            "start": 816668003,
            "stop": 816668167
        },
        {
            "start": 816668175,
            "stop": 816668384
        },
        {
            "start": 816668395,
            "stop": 816669753
        },
        {
            "start": 816669784,
            "stop": 816669872
        },
        {
            "start": 816669879,
            "stop": 816669925
        },
        {
            "start": 816669963,
            "stop": 816670099
        },
        {
            "start": 816670131,
            "stop": 816670334
        },
        {
            "start": 816670363,
            "stop": 816670464
        }
    ]
}