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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=143",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 144,
    "results": [
        {
            "start": 826080707,
            "stop": 826080713
        },
        {
            "start": 826080715,
            "stop": 826080716
        },
        {
            "start": 826080719,
            "stop": 826080722
        },
        {
            "start": 826080724,
            "stop": 826080727
        },
        {
            "start": 826080729,
            "stop": 826080741
        },
        {
            "start": 826080743,
            "stop": 826080765
        },
        {
            "start": 826080767,
            "stop": 826080772
        },
        {
            "start": 826080774,
            "stop": 826080811
        },
        {
            "start": 826080813,
            "stop": 826080840
        },
        {
            "start": 826080842,
            "stop": 826080853
        },
        {
            "start": 826080856,
            "stop": 826080857
        },
        {
            "start": 826080859,
            "stop": 826080862
        },
        {
            "start": 826080864,
            "stop": 826080865
        },
        {
            "start": 826080867,
            "stop": 826080868
        },
        {
            "start": 826080869,
            "stop": 826080870
        },
        {
            "start": 826080872,
            "stop": 826080905
        },
        {
            "start": 826080907,
            "stop": 826080922
        },
        {
            "start": 826080924,
            "stop": 826080932
        },
        {
            "start": 826080934,
            "stop": 826080942
        },
        {
            "start": 826080944,
            "stop": 826080947
        }
    ]
}