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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=58",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 59,
    "results": [
        {
            "start": 821017982,
            "stop": 821019896
        },
        {
            "start": 821021086,
            "stop": 821021850
        },
        {
            "start": 821021910,
            "stop": 821022636
        },
        {
            "start": 821023702,
            "stop": 821024297
        },
        {
            "start": 821024697,
            "stop": 821025286
        },
        {
            "start": 821025289,
            "stop": 821025317
        },
        {
            "start": 821025320,
            "stop": 821025882
        },
        {
            "start": 821025885,
            "stop": 821026576
        },
        {
            "start": 821026579,
            "stop": 821026599
        },
        {
            "start": 821026602,
            "stop": 821026688
        },
        {
            "start": 821026691,
            "stop": 821027200
        },
        {
            "start": 821027203,
            "stop": 821027342
        },
        {
            "start": 821027802,
            "stop": 821027848
        },
        {
            "start": 821027851,
            "stop": 821028198
        },
        {
            "start": 821029604,
            "stop": 821030926
        },
        {
            "start": 821031424,
            "stop": 821033077
        },
        {
            "start": 821033080,
            "stop": 821034892
        },
        {
            "start": 821036108,
            "stop": 821036164
        },
        {
            "start": 821036564,
            "stop": 821037520
        },
        {
            "start": 821037523,
            "stop": 821037710
        }
    ]
}