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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3870",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3871,
    "results": [
        {
            "start": 873881147,
            "stop": 873881288
        },
        {
            "start": 873881289,
            "stop": 873881323
        },
        {
            "start": 873881324,
            "stop": 873881325
        },
        {
            "start": 873882202,
            "stop": 873884977
        },
        {
            "start": 873884980,
            "stop": 873885113
        },
        {
            "start": 873885116,
            "stop": 873885155
        },
        {
            "start": 873885161,
            "stop": 873885198
        },
        {
            "start": 873885203,
            "stop": 873885208
        },
        {
            "start": 873885214,
            "stop": 873885231
        },
        {
            "start": 873885234,
            "stop": 873885265
        },
        {
            "start": 873885268,
            "stop": 873885286
        },
        {
            "start": 873885289,
            "stop": 873885329
        },
        {
            "start": 873885333,
            "stop": 873885469
        },
        {
            "start": 873885472,
            "stop": 873885478
        },
        {
            "start": 873885481,
            "stop": 873885482
        },
        {
            "start": 873885486,
            "stop": 873885960
        },
        {
            "start": 873886021,
            "stop": 873886024
        },
        {
            "start": 873886028,
            "stop": 873886064
        },
        {
            "start": 873886067,
            "stop": 873886103
        },
        {
            "start": 873886108,
            "stop": 873886136
        }
    ]
}