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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=96",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 97,
    "results": [
        {
            "start": 931705184,
            "stop": 931705204
        },
        {
            "start": 931705581,
            "stop": 931705587
        },
        {
            "start": 931705620,
            "stop": 931705622
        },
        {
            "start": 931705657,
            "stop": 931705664
        },
        {
            "start": 931705904,
            "stop": 931705907
        },
        {
            "start": 931705956,
            "stop": 931705957
        },
        {
            "start": 931705978,
            "stop": 931705980
        },
        {
            "start": 931706037,
            "stop": 931706042
        },
        {
            "start": 931706064,
            "stop": 931706070
        },
        {
            "start": 931706160,
            "stop": 931706172
        },
        {
            "start": 931706212,
            "stop": 931706219
        },
        {
            "start": 931706275,
            "stop": 931706293
        },
        {
            "start": 931706387,
            "stop": 931706406
        },
        {
            "start": 931712194,
            "stop": 931712208
        },
        {
            "start": 931712256,
            "stop": 931712260
        },
        {
            "start": 931712283,
            "stop": 931712390
        },
        {
            "start": 931722628,
            "stop": 931722816
        },
        {
            "start": 931722845,
            "stop": 931722864
        },
        {
            "start": 931722887,
            "stop": 931722937
        },
        {
            "start": 931722955,
            "stop": 931722992
        }
    ]
}