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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=111",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 112,
    "results": [
        {
            "start": 816940727,
            "stop": 816940780
        },
        {
            "start": 816940828,
            "stop": 816940841
        },
        {
            "start": 816940861,
            "stop": 816940873
        },
        {
            "start": 816940892,
            "stop": 816940941
        },
        {
            "start": 816940972,
            "stop": 816940994
        },
        {
            "start": 816941123,
            "stop": 816941166
        },
        {
            "start": 816941196,
            "stop": 816941200
        },
        {
            "start": 816941234,
            "stop": 816941310
        },
        {
            "start": 816942309,
            "stop": 816942313
        },
        {
            "start": 816942437,
            "stop": 816942444
        },
        {
            "start": 816942485,
            "stop": 816942530
        },
        {
            "start": 816942563,
            "stop": 816942593
        },
        {
            "start": 816942641,
            "stop": 816942642
        },
        {
            "start": 816942691,
            "stop": 816942716
        },
        {
            "start": 816942737,
            "stop": 816942743
        },
        {
            "start": 816942763,
            "stop": 816942785
        },
        {
            "start": 816942808,
            "stop": 816942846
        },
        {
            "start": 816942866,
            "stop": 816942880
        },
        {
            "start": 816942900,
            "stop": 816942911
        },
        {
            "start": 816942978,
            "stop": 816942990
        }
    ]
}