Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16719
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16718",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16719,
    "results": [
        {
            "start": 875009573,
            "stop": 875009576
        },
        {
            "start": 875009577,
            "stop": 875009583
        },
        {
            "start": 875009585,
            "stop": 875009587
        },
        {
            "start": 875009592,
            "stop": 875009593
        },
        {
            "start": 875009594,
            "stop": 875009595
        },
        {
            "start": 875009598,
            "stop": 875009601
        },
        {
            "start": 875009602,
            "stop": 875009605
        },
        {
            "start": 875009607,
            "stop": 875009610
        },
        {
            "start": 875009613,
            "stop": 875009614
        },
        {
            "start": 875009620,
            "stop": 875009639
        },
        {
            "start": 875009648,
            "stop": 875009651
        },
        {
            "start": 875009656,
            "stop": 875009662
        },
        {
            "start": 875009667,
            "stop": 875009675
        },
        {
            "start": 875009676,
            "stop": 875009680
        },
        {
            "start": 875009685,
            "stop": 875009693
        },
        {
            "start": 875009696,
            "stop": 875009716
        },
        {
            "start": 875009719,
            "stop": 875009722
        },
        {
            "start": 875009725,
            "stop": 875009727
        },
        {
            "start": 875009728,
            "stop": 875009733
        },
        {
            "start": 875009738,
            "stop": 875009782
        }
    ]
}