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_CAT4/segments?format=api&page=119
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=118",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 119,
    "results": [
        {
            "start": 818791706,
            "stop": 818793690
        },
        {
            "start": 818795618,
            "stop": 818796695
        },
        {
            "start": 818796815,
            "stop": 818798707
        },
        {
            "start": 818798827,
            "stop": 818800123
        },
        {
            "start": 818800126,
            "stop": 818800496
        },
        {
            "start": 818801834,
            "stop": 818802240
        },
        {
            "start": 818802300,
            "stop": 818802720
        },
        {
            "start": 818802780,
            "stop": 818803200
        },
        {
            "start": 818803260,
            "stop": 818803900
        },
        {
            "start": 818803917,
            "stop": 818804040
        },
        {
            "start": 818804160,
            "stop": 818804400
        },
        {
            "start": 818804580,
            "stop": 818804798
        },
        {
            "start": 818804801,
            "stop": 818805360
        },
        {
            "start": 818809957,
            "stop": 818811966
        },
        {
            "start": 818811969,
            "stop": 818812393
        },
        {
            "start": 818814826,
            "stop": 818814878
        },
        {
            "start": 818816477,
            "stop": 818816915
        },
        {
            "start": 818817518,
            "stop": 818822813
        },
        {
            "start": 818822816,
            "stop": 818824074
        },
        {
            "start": 818824194,
            "stop": 818825088
        }
    ]
}