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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=14",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 15,
    "results": [
        {
            "start": 817236172,
            "stop": 817236643
        },
        {
            "start": 817236943,
            "stop": 817236980
        },
        {
            "start": 817237090,
            "stop": 817237313
        },
        {
            "start": 817237315,
            "stop": 817237684
        },
        {
            "start": 817237686,
            "stop": 817237693
        },
        {
            "start": 817237733,
            "stop": 817237736
        },
        {
            "start": 817238778,
            "stop": 817238863
        },
        {
            "start": 817239402,
            "stop": 817243333
        },
        {
            "start": 817244187,
            "stop": 817245946
        },
        {
            "start": 817245948,
            "stop": 817245973
        },
        {
            "start": 817246017,
            "stop": 817246020
        },
        {
            "start": 817247901,
            "stop": 817252428
        },
        {
            "start": 817255379,
            "stop": 817257924
        },
        {
            "start": 817257927,
            "stop": 817259618
        },
        {
            "start": 817259620,
            "stop": 817262054
        },
        {
            "start": 817262116,
            "stop": 817267808
        },
        {
            "start": 817267809,
            "stop": 817267838
        },
        {
            "start": 817267934,
            "stop": 817268022
        },
        {
            "start": 817268164,
            "stop": 817269702
        },
        {
            "start": 817269705,
            "stop": 817275416
        }
    ]
}