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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8112",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8113,
    "results": [
        {
            "start": 872756621,
            "stop": 872756655
        },
        {
            "start": 872756675,
            "stop": 872756690
        },
        {
            "start": 872756725,
            "stop": 872756727
        },
        {
            "start": 872757750,
            "stop": 872757997
        },
        {
            "start": 872758024,
            "stop": 872758265
        },
        {
            "start": 872758282,
            "stop": 872758577
        },
        {
            "start": 872758594,
            "stop": 872759684
        },
        {
            "start": 872759701,
            "stop": 872760878
        },
        {
            "start": 872760896,
            "stop": 872761964
        },
        {
            "start": 872761981,
            "stop": 872763158
        },
        {
            "start": 872763176,
            "stop": 872764414
        },
        {
            "start": 872764431,
            "stop": 872765698
        },
        {
            "start": 872765715,
            "stop": 872766550
        },
        {
            "start": 872766569,
            "stop": 872766646
        },
        {
            "start": 872766663,
            "stop": 872766840
        },
        {
            "start": 872766900,
            "stop": 872766920
        },
        {
            "start": 872769660,
            "stop": 872770320
        },
        {
            "start": 872770337,
            "stop": 872770487
        },
        {
            "start": 872770504,
            "stop": 872771074
        },
        {
            "start": 872771097,
            "stop": 872771327
        }
    ]
}