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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8832",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8833,
    "results": [
        {
            "start": 872750287,
            "stop": 872751454
        },
        {
            "start": 872751471,
            "stop": 872752512
        },
        {
            "start": 872752529,
            "stop": 872753596
        },
        {
            "start": 872753613,
            "stop": 872753856
        },
        {
            "start": 872753873,
            "stop": 872754720
        },
        {
            "start": 872754818,
            "stop": 872755022
        },
        {
            "start": 872755039,
            "stop": 872756197
        },
        {
            "start": 872756214,
            "stop": 872756389
        },
        {
            "start": 872756406,
            "stop": 872756601
        },
        {
            "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
        }
    ]
}