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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=321",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 322,
    "results": [
        {
            "start": 818247834,
            "stop": 818247835
        },
        {
            "start": 818247845,
            "stop": 818247846
        },
        {
            "start": 818247862,
            "stop": 818247863
        },
        {
            "start": 818247872,
            "stop": 818247874
        },
        {
            "start": 818247877,
            "stop": 818247883
        },
        {
            "start": 818247888,
            "stop": 818247889
        },
        {
            "start": 818247904,
            "stop": 818247905
        },
        {
            "start": 818247923,
            "stop": 818247928
        },
        {
            "start": 818247931,
            "stop": 818247932
        },
        {
            "start": 818247941,
            "stop": 818247946
        },
        {
            "start": 818247949,
            "stop": 818247953
        },
        {
            "start": 818247956,
            "stop": 818247969
        },
        {
            "start": 818247973,
            "stop": 818247974
        },
        {
            "start": 818247977,
            "stop": 818247980
        },
        {
            "start": 818247983,
            "stop": 818247986
        },
        {
            "start": 818247997,
            "stop": 818248005
        },
        {
            "start": 818248017,
            "stop": 818248023
        },
        {
            "start": 818248027,
            "stop": 818248030
        },
        {
            "start": 818248035,
            "stop": 818248036
        },
        {
            "start": 818248044,
            "stop": 818248046
        }
    ]
}