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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=527",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=525",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 526,
    "results": [
        {
            "start": 869038539,
            "stop": 869039200
        },
        {
            "start": 869040367,
            "stop": 869060040
        },
        {
            "start": 869064776,
            "stop": 869066874
        },
        {
            "start": 869067981,
            "stop": 869068308
        },
        {
            "start": 869079448,
            "stop": 869080156
        },
        {
            "start": 869080158,
            "stop": 869091684
        },
        {
            "start": 869091685,
            "stop": 869121368
        },
        {
            "start": 869122587,
            "stop": 869123934
        },
        {
            "start": 869123936,
            "stop": 869141947
        },
        {
            "start": 869142429,
            "stop": 869144500
        },
        {
            "start": 869149222,
            "stop": 869149412
        },
        {
            "start": 869149414,
            "stop": 869149467
        },
        {
            "start": 869149468,
            "stop": 869159110
        },
        {
            "start": 869159297,
            "stop": 869168784
        },
        {
            "start": 869169174,
            "stop": 869180069
        },
        {
            "start": 869181167,
            "stop": 869193683
        },
        {
            "start": 869193685,
            "stop": 869206571
        },
        {
            "start": 869215883,
            "stop": 869215888
        },
        {
            "start": 869215890,
            "stop": 869215895
        },
        {
            "start": 869215896,
            "stop": 869216412
        }
    ]
}