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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6052",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6053,
    "results": [
        {
            "start": 873765645,
            "stop": 873765650
        },
        {
            "start": 873765652,
            "stop": 873765696
        },
        {
            "start": 873765699,
            "stop": 873767291
        },
        {
            "start": 873767294,
            "stop": 873767646
        },
        {
            "start": 873767649,
            "stop": 873767655
        },
        {
            "start": 873767658,
            "stop": 873768859
        },
        {
            "start": 873768862,
            "stop": 873770877
        },
        {
            "start": 873770880,
            "stop": 873771001
        },
        {
            "start": 873771097,
            "stop": 873771352
        },
        {
            "start": 873771355,
            "stop": 873771356
        },
        {
            "start": 873771359,
            "stop": 873771363
        },
        {
            "start": 873771366,
            "stop": 873771599
        },
        {
            "start": 873771602,
            "stop": 873771612
        },
        {
            "start": 873771618,
            "stop": 873771688
        },
        {
            "start": 873771691,
            "stop": 873771703
        },
        {
            "start": 873771706,
            "stop": 873771711
        },
        {
            "start": 873771718,
            "stop": 873772414
        },
        {
            "start": 873772418,
            "stop": 873772423
        },
        {
            "start": 873772428,
            "stop": 873773623
        },
        {
            "start": 873773626,
            "stop": 873773961
        }
    ]
}