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=1743
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=1744",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1742",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1743,
    "results": [
        {
            "start": 958643064,
            "stop": 958643066
        },
        {
            "start": 958643068,
            "stop": 958643110
        },
        {
            "start": 958643116,
            "stop": 958643154
        },
        {
            "start": 958643156,
            "stop": 958643159
        },
        {
            "start": 958643161,
            "stop": 958643163
        },
        {
            "start": 958643166,
            "stop": 958643184
        },
        {
            "start": 958643187,
            "stop": 958643190
        },
        {
            "start": 958643191,
            "stop": 958643223
        },
        {
            "start": 958643225,
            "stop": 958643300
        },
        {
            "start": 958643304,
            "stop": 958643407
        },
        {
            "start": 958643409,
            "stop": 958643410
        },
        {
            "start": 958643412,
            "stop": 958643466
        },
        {
            "start": 958643468,
            "stop": 958643533
        },
        {
            "start": 958643537,
            "stop": 958643539
        },
        {
            "start": 958643541,
            "stop": 958643551
        },
        {
            "start": 958643553,
            "stop": 958643687
        },
        {
            "start": 958643689,
            "stop": 958643691
        },
        {
            "start": 958643694,
            "stop": 958643843
        },
        {
            "start": 958643846,
            "stop": 958643857
        },
        {
            "start": 958643862,
            "stop": 958643864
        }
    ]
}