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=728
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=729",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=727",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 728,
    "results": [
        {
            "start": 830426445,
            "stop": 830426543
        },
        {
            "start": 830426546,
            "stop": 830427196
        },
        {
            "start": 830427200,
            "stop": 830428585
        },
        {
            "start": 830429342,
            "stop": 830429495
        },
        {
            "start": 830429499,
            "stop": 830429585
        },
        {
            "start": 830429588,
            "stop": 830429762
        },
        {
            "start": 830429765,
            "stop": 830430650
        },
        {
            "start": 830430653,
            "stop": 830430781
        },
        {
            "start": 830430784,
            "stop": 830431615
        },
        {
            "start": 830431618,
            "stop": 830432190
        },
        {
            "start": 830432194,
            "stop": 830432421
        },
        {
            "start": 830432424,
            "stop": 830432824
        },
        {
            "start": 830432827,
            "stop": 830433365
        },
        {
            "start": 830433368,
            "stop": 830434067
        },
        {
            "start": 830434071,
            "stop": 830434133
        },
        {
            "start": 830434632,
            "stop": 830435185
        },
        {
            "start": 830435188,
            "stop": 830435968
        },
        {
            "start": 830435971,
            "stop": 830436994
        },
        {
            "start": 830437439,
            "stop": 830440385
        },
        {
            "start": 830440685,
            "stop": 830441734
        }
    ]
}