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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1836",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1837,
    "results": [
        {
            "start": 843866764,
            "stop": 843866768
        },
        {
            "start": 843866775,
            "stop": 843866784
        },
        {
            "start": 843866799,
            "stop": 843866802
        },
        {
            "start": 843866804,
            "stop": 843866805
        },
        {
            "start": 843866807,
            "stop": 843866824
        },
        {
            "start": 843866826,
            "stop": 843866827
        },
        {
            "start": 843866830,
            "stop": 843866833
        },
        {
            "start": 843866836,
            "stop": 843866839
        },
        {
            "start": 843866840,
            "stop": 843866843
        },
        {
            "start": 843866858,
            "stop": 843866860
        },
        {
            "start": 843866862,
            "stop": 843866863
        },
        {
            "start": 843866868,
            "stop": 843866872
        },
        {
            "start": 843866875,
            "stop": 843866876
        },
        {
            "start": 843866882,
            "stop": 843866898
        },
        {
            "start": 843866900,
            "stop": 843866923
        },
        {
            "start": 843866925,
            "stop": 843866950
        },
        {
            "start": 843866960,
            "stop": 843866988
        },
        {
            "start": 843866992,
            "stop": 843867008
        },
        {
            "start": 843867012,
            "stop": 843867015
        },
        {
            "start": 843867020,
            "stop": 843867027
        }
    ]
}