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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=398",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 399,
    "results": [
        {
            "start": 824726516,
            "stop": 824726568
        },
        {
            "start": 824726572,
            "stop": 824726656
        },
        {
            "start": 824726660,
            "stop": 824726738
        },
        {
            "start": 824726741,
            "stop": 824726848
        },
        {
            "start": 824726857,
            "stop": 824726864
        },
        {
            "start": 824726867,
            "stop": 824728458
        },
        {
            "start": 824739845,
            "stop": 824739846
        },
        {
            "start": 824739904,
            "stop": 824739909
        },
        {
            "start": 824739931,
            "stop": 824739957
        },
        {
            "start": 824739961,
            "stop": 824739965
        },
        {
            "start": 824739984,
            "stop": 824740078
        },
        {
            "start": 824740136,
            "stop": 824740146
        },
        {
            "start": 824740150,
            "stop": 824740161
        },
        {
            "start": 824740169,
            "stop": 824740187
        },
        {
            "start": 824740445,
            "stop": 824741234
        },
        {
            "start": 824741253,
            "stop": 824741448
        },
        {
            "start": 824741452,
            "stop": 824741486
        },
        {
            "start": 824741505,
            "stop": 824741756
        },
        {
            "start": 824741759,
            "stop": 824742465
        },
        {
            "start": 824756436,
            "stop": 824756521
        }
    ]
}