Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=53
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=52",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 53,
    "results": [
        {
            "start": 820994952,
            "stop": 820995779
        },
        {
            "start": 820996355,
            "stop": 820996609
        },
        {
            "start": 820997222,
            "stop": 820998431
        },
        {
            "start": 821017982,
            "stop": 821019896
        },
        {
            "start": 821021086,
            "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
        }
    ]
}