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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=189",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 190,
    "results": [
        {
            "start": 821650672,
            "stop": 821650697
        },
        {
            "start": 821650706,
            "stop": 821650719
        },
        {
            "start": 821650725,
            "stop": 821650770
        },
        {
            "start": 821650773,
            "stop": 821650776
        },
        {
            "start": 821650779,
            "stop": 821650791
        },
        {
            "start": 821650796,
            "stop": 821650798
        },
        {
            "start": 821650806,
            "stop": 821650807
        },
        {
            "start": 821650810,
            "stop": 821650813
        },
        {
            "start": 821650816,
            "stop": 821650847
        },
        {
            "start": 821650855,
            "stop": 821650856
        },
        {
            "start": 821650859,
            "stop": 821650860
        },
        {
            "start": 821650863,
            "stop": 821650868
        },
        {
            "start": 821650871,
            "stop": 821650874
        },
        {
            "start": 821650877,
            "stop": 821650886
        },
        {
            "start": 821650889,
            "stop": 821650893
        },
        {
            "start": 821650897,
            "stop": 821650900
        },
        {
            "start": 821650903,
            "stop": 821650907
        },
        {
            "start": 821650913,
            "stop": 821650920
        },
        {
            "start": 821650923,
            "stop": 821650932
        },
        {
            "start": 821650935,
            "stop": 821650941
        }
    ]
}