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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=203",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 204,
    "results": [
        {
            "start": 820170512,
            "stop": 820170857
        },
        {
            "start": 820170861,
            "stop": 820171233
        },
        {
            "start": 820171237,
            "stop": 820171304
        },
        {
            "start": 820171307,
            "stop": 820171310
        },
        {
            "start": 820171313,
            "stop": 820171370
        },
        {
            "start": 820171374,
            "stop": 820171423
        },
        {
            "start": 820171426,
            "stop": 820171554
        },
        {
            "start": 820171557,
            "stop": 820171887
        },
        {
            "start": 820173625,
            "stop": 820173913
        },
        {
            "start": 820174486,
            "stop": 820174670
        },
        {
            "start": 820174673,
            "stop": 820174676
        },
        {
            "start": 820174679,
            "stop": 820175033
        },
        {
            "start": 820175036,
            "stop": 820175072
        },
        {
            "start": 820175076,
            "stop": 820175504
        },
        {
            "start": 820177440,
            "stop": 820177653
        },
        {
            "start": 820177657,
            "stop": 820177659
        },
        {
            "start": 820177662,
            "stop": 820177664
        },
        {
            "start": 820177668,
            "stop": 820177913
        },
        {
            "start": 820177916,
            "stop": 820178010
        },
        {
            "start": 820178013,
            "stop": 820178177
        }
    ]
}