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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=22",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 23,
    "results": [
        {
            "start": 815403147,
            "stop": 815404146
        },
        {
            "start": 815405223,
            "stop": 815407730
        },
        {
            "start": 815407734,
            "stop": 815408965
        },
        {
            "start": 815409614,
            "stop": 815410483
        },
        {
            "start": 815410664,
            "stop": 815411213
        },
        {
            "start": 815411216,
            "stop": 815413491
        },
        {
            "start": 815413494,
            "stop": 815413813
        },
        {
            "start": 815420229,
            "stop": 815420250
        },
        {
            "start": 815420253,
            "stop": 815420443
        },
        {
            "start": 815420446,
            "stop": 815420564
        },
        {
            "start": 815421978,
            "stop": 815422019
        },
        {
            "start": 815422023,
            "stop": 815422159
        },
        {
            "start": 815425980,
            "stop": 815426016
        },
        {
            "start": 815426019,
            "stop": 815426356
        },
        {
            "start": 815426359,
            "stop": 815426370
        },
        {
            "start": 815426373,
            "stop": 815426674
        },
        {
            "start": 815450233,
            "stop": 815450572
        },
        {
            "start": 815456378,
            "stop": 815456600
        },
        {
            "start": 815457216,
            "stop": 815457343
        },
        {
            "start": 815457524,
            "stop": 815458483
        }
    ]
}