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=683
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=684",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=682",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 683,
    "results": [
        {
            "start": 829859030,
            "stop": 829859032
        },
        {
            "start": 829859049,
            "stop": 829859462
        },
        {
            "start": 829859466,
            "stop": 829859491
        },
        {
            "start": 829859494,
            "stop": 829859580
        },
        {
            "start": 829859640,
            "stop": 829859680
        },
        {
            "start": 829859697,
            "stop": 829860050
        },
        {
            "start": 829860053,
            "stop": 829860069
        },
        {
            "start": 829863585,
            "stop": 829864868
        },
        {
            "start": 829864872,
            "stop": 829865699
        },
        {
            "start": 829865703,
            "stop": 829866156
        },
        {
            "start": 829866159,
            "stop": 829866772
        },
        {
            "start": 829866775,
            "stop": 829867761
        },
        {
            "start": 829867765,
            "stop": 829867767
        },
        {
            "start": 829867771,
            "stop": 829868002
        },
        {
            "start": 829868006,
            "stop": 829868916
        },
        {
            "start": 829868919,
            "stop": 829869647
        },
        {
            "start": 829869650,
            "stop": 829870657
        },
        {
            "start": 829870660,
            "stop": 829870816
        },
        {
            "start": 829870819,
            "stop": 829871280
        },
        {
            "start": 829871340,
            "stop": 829871404
        }
    ]
}