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_BURST_CAT3E/segments?format=api&page=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=230",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 231,
    "results": [
        {
            "start": 820853441,
            "stop": 820853447
        },
        {
            "start": 820853451,
            "stop": 820854287
        },
        {
            "start": 820854828,
            "stop": 820854855
        },
        {
            "start": 820854858,
            "stop": 820855460
        },
        {
            "start": 820856038,
            "stop": 820856535
        },
        {
            "start": 820856539,
            "stop": 820856930
        },
        {
            "start": 820856933,
            "stop": 820857079
        },
        {
            "start": 820857082,
            "stop": 820857245
        },
        {
            "start": 820857248,
            "stop": 820857252
        },
        {
            "start": 820857256,
            "stop": 820857293
        },
        {
            "start": 820857296,
            "stop": 820857790
        },
        {
            "start": 820857793,
            "stop": 820857896
        },
        {
            "start": 820857900,
            "stop": 820857915
        },
        {
            "start": 820858680,
            "stop": 820858894
        },
        {
            "start": 820858897,
            "stop": 820859159
        },
        {
            "start": 820859162,
            "stop": 820859503
        },
        {
            "start": 820859507,
            "stop": 820859527
        },
        {
            "start": 820859530,
            "stop": 820859616
        },
        {
            "start": 820859619,
            "stop": 820859954
        },
        {
            "start": 820859957,
            "stop": 820860059
        }
    ]
}