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=4969
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=4970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4968",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4969,
    "results": [
        {
            "start": 874399811,
            "stop": 874399847
        },
        {
            "start": 874399873,
            "stop": 874399896
        },
        {
            "start": 874399915,
            "stop": 874400028
        },
        {
            "start": 874400047,
            "stop": 874400092
        },
        {
            "start": 874400111,
            "stop": 874400333
        },
        {
            "start": 874400352,
            "stop": 874400486
        },
        {
            "start": 874400505,
            "stop": 874400878
        },
        {
            "start": 874400899,
            "stop": 874401082
        },
        {
            "start": 874401101,
            "stop": 874401176
        },
        {
            "start": 874401195,
            "stop": 874401294
        },
        {
            "start": 874401314,
            "stop": 874401505
        },
        {
            "start": 874401530,
            "stop": 874401657
        },
        {
            "start": 874401676,
            "stop": 874402051
        },
        {
            "start": 874402070,
            "stop": 874402614
        },
        {
            "start": 874402633,
            "stop": 874402738
        },
        {
            "start": 874402757,
            "stop": 874402800
        },
        {
            "start": 874402827,
            "stop": 874402851
        },
        {
            "start": 874402870,
            "stop": 874403019
        },
        {
            "start": 874403039,
            "stop": 874403136
        },
        {
            "start": 874403170,
            "stop": 874403184
        }
    ]
}