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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=287",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 288,
    "results": [
        {
            "start": 841388188,
            "stop": 841389135
        },
        {
            "start": 841389136,
            "stop": 841395168
        },
        {
            "start": 841395170,
            "stop": 841396037
        },
        {
            "start": 841396039,
            "stop": 841396474
        },
        {
            "start": 841396476,
            "stop": 841396822
        },
        {
            "start": 841396824,
            "stop": 841399468
        },
        {
            "start": 841399470,
            "stop": 841399715
        },
        {
            "start": 841399717,
            "stop": 841401039
        },
        {
            "start": 841401042,
            "stop": 841405051
        },
        {
            "start": 841405054,
            "stop": 841405271
        },
        {
            "start": 841407399,
            "stop": 841407411
        },
        {
            "start": 841407413,
            "stop": 841407426
        },
        {
            "start": 841407428,
            "stop": 841407430
        },
        {
            "start": 841407432,
            "stop": 841407752
        },
        {
            "start": 841407754,
            "stop": 841411248
        },
        {
            "start": 841412207,
            "stop": 841412215
        },
        {
            "start": 841412393,
            "stop": 841413346
        },
        {
            "start": 841413348,
            "stop": 841415030
        },
        {
            "start": 841415032,
            "stop": 841415486
        },
        {
            "start": 841415537,
            "stop": 841418991
        }
    ]
}