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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3048",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3049,
    "results": [
        {
            "start": 864779940,
            "stop": 864784604
        },
        {
            "start": 864784785,
            "stop": 864788700
        },
        {
            "start": 864788760,
            "stop": 864790080
        },
        {
            "start": 864790140,
            "stop": 864800100
        },
        {
            "start": 864800160,
            "stop": 864811424
        },
        {
            "start": 864811605,
            "stop": 864818640
        },
        {
            "start": 864818700,
            "stop": 864833815
        },
        {
            "start": 864833940,
            "stop": 864834294
        },
        {
            "start": 864834298,
            "stop": 864836520
        },
        {
            "start": 864836580,
            "stop": 864837480
        },
        {
            "start": 864837540,
            "stop": 864849117
        },
        {
            "start": 864849121,
            "stop": 864857384
        },
        {
            "start": 864857565,
            "stop": 864857820
        },
        {
            "start": 864857940,
            "stop": 864858420
        },
        {
            "start": 864860160,
            "stop": 864861180
        },
        {
            "start": 864861240,
            "stop": 864866444
        },
        {
            "start": 864866625,
            "stop": 864913500
        },
        {
            "start": 864913560,
            "stop": 864920160
        },
        {
            "start": 864920220,
            "stop": 864921588
        },
        {
            "start": 864922152,
            "stop": 864929092
        }
    ]
}