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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1750",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1748",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1749,
    "results": [
        {
            "start": 958665106,
            "stop": 958665107
        },
        {
            "start": 958665111,
            "stop": 958665138
        },
        {
            "start": 958665141,
            "stop": 958665143
        },
        {
            "start": 958665145,
            "stop": 958665146
        },
        {
            "start": 958665149,
            "stop": 958665164
        },
        {
            "start": 958665166,
            "stop": 958665168
        },
        {
            "start": 958665172,
            "stop": 958665258
        },
        {
            "start": 958665260,
            "stop": 958665261
        },
        {
            "start": 958665266,
            "stop": 958665285
        },
        {
            "start": 958665286,
            "stop": 958665343
        },
        {
            "start": 958665344,
            "stop": 958665373
        },
        {
            "start": 958665375,
            "stop": 958665380
        },
        {
            "start": 958665382,
            "stop": 958665416
        },
        {
            "start": 958668831,
            "stop": 958669810
        },
        {
            "start": 958675528,
            "stop": 958682677
        },
        {
            "start": 958682679,
            "stop": 958683581
        },
        {
            "start": 958683965,
            "stop": 958684358
        },
        {
            "start": 958704575,
            "stop": 958707333
        },
        {
            "start": 958707335,
            "stop": 958714230
        },
        {
            "start": 958714232,
            "stop": 958716487
        }
    ]
}