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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7603",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7601",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7602,
    "results": [
        {
            "start": 970782207,
            "stop": 970782748
        },
        {
            "start": 970782751,
            "stop": 970782764
        },
        {
            "start": 970782767,
            "stop": 970783141
        },
        {
            "start": 970783144,
            "stop": 970784083
        },
        {
            "start": 970784086,
            "stop": 970784267
        },
        {
            "start": 970784270,
            "stop": 970785245
        },
        {
            "start": 970785248,
            "stop": 970785824
        },
        {
            "start": 970785827,
            "stop": 970786396
        },
        {
            "start": 970786399,
            "stop": 970787027
        },
        {
            "start": 970787030,
            "stop": 970788633
        },
        {
            "start": 970788636,
            "stop": 970788659
        },
        {
            "start": 970788662,
            "stop": 970789164
        },
        {
            "start": 970789167,
            "stop": 970789191
        },
        {
            "start": 970789194,
            "stop": 970789789
        },
        {
            "start": 970789793,
            "stop": 970789897
        },
        {
            "start": 970789900,
            "stop": 970789993
        },
        {
            "start": 970789996,
            "stop": 970790851
        },
        {
            "start": 970790854,
            "stop": 970790999
        },
        {
            "start": 970791002,
            "stop": 970791246
        },
        {
            "start": 970791249,
            "stop": 970792180
        }
    ]
}