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=7447
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=7448",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7446",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7447,
    "results": [
        {
            "start": 970033266,
            "stop": 970033283
        },
        {
            "start": 970033294,
            "stop": 970033451
        },
        {
            "start": 970033454,
            "stop": 970033513
        },
        {
            "start": 970033524,
            "stop": 970033868
        },
        {
            "start": 970033871,
            "stop": 970034899
        },
        {
            "start": 970034902,
            "stop": 970034995
        },
        {
            "start": 970035001,
            "stop": 970035439
        },
        {
            "start": 970035445,
            "stop": 970035630
        },
        {
            "start": 970035636,
            "stop": 970035818
        },
        {
            "start": 970035821,
            "stop": 970035993
        },
        {
            "start": 970035996,
            "stop": 970036128
        },
        {
            "start": 970036139,
            "stop": 970036314
        },
        {
            "start": 970036321,
            "stop": 970036703
        },
        {
            "start": 970036706,
            "stop": 970036905
        },
        {
            "start": 970036908,
            "stop": 970036979
        },
        {
            "start": 970036985,
            "stop": 970037085
        },
        {
            "start": 970037106,
            "stop": 970037118
        },
        {
            "start": 970037121,
            "stop": 970037156
        },
        {
            "start": 970037158,
            "stop": 970037232
        },
        {
            "start": 970037235,
            "stop": 970037702
        }
    ]
}