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/H2_CBCHIGH_CAT3/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/H2_CBCHIGH_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=321",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 322,
    "results": [
        {
            "start": 821250578,
            "stop": 821251295
        },
        {
            "start": 821251314,
            "stop": 821251529
        },
        {
            "start": 821251548,
            "stop": 821252636
        },
        {
            "start": 821252655,
            "stop": 821252710
        },
        {
            "start": 821252729,
            "stop": 821253308
        },
        {
            "start": 821253327,
            "stop": 821254250
        },
        {
            "start": 821254254,
            "stop": 821254699
        },
        {
            "start": 821254718,
            "stop": 821254921
        },
        {
            "start": 821254939,
            "stop": 821255919
        },
        {
            "start": 821255938,
            "stop": 821256492
        },
        {
            "start": 821256511,
            "stop": 821257266
        },
        {
            "start": 821257285,
            "stop": 821258284
        },
        {
            "start": 821258303,
            "stop": 821258304
        },
        {
            "start": 821258323,
            "stop": 821258997
        },
        {
            "start": 821259000,
            "stop": 821259067
        },
        {
            "start": 821259071,
            "stop": 821259516
        },
        {
            "start": 821259535,
            "stop": 821259844
        },
        {
            "start": 821259863,
            "stop": 821260140
        },
        {
            "start": 821260175,
            "stop": 821260457
        },
        {
            "start": 821260461,
            "stop": 821261260
        }
    ]
}