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=1764
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=1765",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1763",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1764,
    "results": [
        {
            "start": 958736854,
            "stop": 958736873
        },
        {
            "start": 958740971,
            "stop": 958741529
        },
        {
            "start": 958741531,
            "stop": 958742614
        },
        {
            "start": 958742616,
            "stop": 958748401
        },
        {
            "start": 958757539,
            "stop": 958759000
        },
        {
            "start": 958759002,
            "stop": 958759336
        },
        {
            "start": 958759338,
            "stop": 958760735
        },
        {
            "start": 958760737,
            "stop": 958760750
        },
        {
            "start": 958760752,
            "stop": 958761568
        },
        {
            "start": 958761571,
            "stop": 958761609
        },
        {
            "start": 958761611,
            "stop": 958765177
        },
        {
            "start": 958765182,
            "stop": 958765785
        },
        {
            "start": 958814353,
            "stop": 958817059
        },
        {
            "start": 958817061,
            "stop": 958820030
        },
        {
            "start": 958930330,
            "stop": 958933120
        },
        {
            "start": 958933122,
            "stop": 958933368
        },
        {
            "start": 958933370,
            "stop": 958940726
        },
        {
            "start": 958969536,
            "stop": 958971186
        },
        {
            "start": 958973256,
            "stop": 958973826
        },
        {
            "start": 958973828,
            "stop": 958973888
        }
    ]
}