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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=237",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 238,
    "results": [
        {
            "start": 820267437,
            "stop": 820267830
        },
        {
            "start": 820267950,
            "stop": 820268466
        },
        {
            "start": 820268483,
            "stop": 820268555
        },
        {
            "start": 820268558,
            "stop": 820268748
        },
        {
            "start": 820268751,
            "stop": 820269044
        },
        {
            "start": 820269048,
            "stop": 820270698
        },
        {
            "start": 820270701,
            "stop": 820270914
        },
        {
            "start": 820270918,
            "stop": 820271239
        },
        {
            "start": 820271242,
            "stop": 820272900
        },
        {
            "start": 820272960,
            "stop": 820273137
        },
        {
            "start": 820273140,
            "stop": 820273443
        },
        {
            "start": 820273686,
            "stop": 820273744
        },
        {
            "start": 820273748,
            "stop": 820274362
        },
        {
            "start": 820274482,
            "stop": 820274580
        },
        {
            "start": 820274640,
            "stop": 820275627
        },
        {
            "start": 820280886,
            "stop": 820280902
        },
        {
            "start": 820280976,
            "stop": 820281850
        },
        {
            "start": 820281854,
            "stop": 820282700
        },
        {
            "start": 820282703,
            "stop": 820282710
        },
        {
            "start": 820282830,
            "stop": 820283100
        }
    ]
}