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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=134",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 135,
    "results": [
        {
            "start": 966022486,
            "stop": 966025275
        },
        {
            "start": 966028351,
            "stop": 966035546
        },
        {
            "start": 966036660,
            "stop": 966045654
        },
        {
            "start": 966048891,
            "stop": 966054789
        },
        {
            "start": 966055214,
            "stop": 966080898
        },
        {
            "start": 966082451,
            "stop": 966086070
        },
        {
            "start": 966102268,
            "stop": 966108300
        },
        {
            "start": 966109797,
            "stop": 966116014
        },
        {
            "start": 966117249,
            "stop": 966120961
        },
        {
            "start": 966121282,
            "stop": 966130195
        },
        {
            "start": 966131106,
            "stop": 966170078
        },
        {
            "start": 966171589,
            "stop": 966172427
        },
        {
            "start": 966172880,
            "stop": 966174761
        },
        {
            "start": 966176642,
            "stop": 966207130
        },
        {
            "start": 966207784,
            "stop": 966209227
        },
        {
            "start": 966211285,
            "stop": 966220703
        },
        {
            "start": 966220908,
            "stop": 966254893
        },
        {
            "start": 966256586,
            "stop": 966264437
        },
        {
            "start": 966267270,
            "stop": 966280634
        },
        {
            "start": 966284394,
            "stop": 966291197
        }
    ]
}