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=4955
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=4956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4954",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4955,
    "results": [
        {
            "start": 874375730,
            "stop": 874375827
        },
        {
            "start": 874375846,
            "stop": 874375951
        },
        {
            "start": 874375994,
            "stop": 874376008
        },
        {
            "start": 874376033,
            "stop": 874376037
        },
        {
            "start": 874376069,
            "stop": 874376106
        },
        {
            "start": 874376125,
            "stop": 874376152
        },
        {
            "start": 874376171,
            "stop": 874376224
        },
        {
            "start": 874376255,
            "stop": 874376330
        },
        {
            "start": 874376351,
            "stop": 874376431
        },
        {
            "start": 874376451,
            "stop": 874376470
        },
        {
            "start": 874376492,
            "stop": 874376511
        },
        {
            "start": 874376530,
            "stop": 874376667
        },
        {
            "start": 874376687,
            "stop": 874376708
        },
        {
            "start": 874376727,
            "stop": 874376859
        },
        {
            "start": 874376878,
            "stop": 874376908
        },
        {
            "start": 874376927,
            "stop": 874376932
        },
        {
            "start": 874376951,
            "stop": 874377015
        },
        {
            "start": 874377067,
            "stop": 874377151
        },
        {
            "start": 874377170,
            "stop": 874377181
        },
        {
            "start": 874377200,
            "stop": 874377256
        }
    ]
}