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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=132",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 133,
    "results": [
        {
            "start": 817895872,
            "stop": 817896480
        },
        {
            "start": 817896484,
            "stop": 817896551
        },
        {
            "start": 817896554,
            "stop": 817896837
        },
        {
            "start": 817896843,
            "stop": 817896854
        },
        {
            "start": 817896857,
            "stop": 817896900
        },
        {
            "start": 817896903,
            "stop": 817897191
        },
        {
            "start": 817897194,
            "stop": 817897334
        },
        {
            "start": 817897337,
            "stop": 817898141
        },
        {
            "start": 817898144,
            "stop": 817898774
        },
        {
            "start": 817898781,
            "stop": 817898785
        },
        {
            "start": 817898791,
            "stop": 817898798
        },
        {
            "start": 817898801,
            "stop": 817899198
        },
        {
            "start": 817899201,
            "stop": 817899217
        },
        {
            "start": 817899220,
            "stop": 817899442
        },
        {
            "start": 817899445,
            "stop": 817900121
        },
        {
            "start": 817900126,
            "stop": 817900352
        },
        {
            "start": 817901092,
            "stop": 817901288
        },
        {
            "start": 817901291,
            "stop": 817901345
        },
        {
            "start": 817901348,
            "stop": 817901388
        },
        {
            "start": 817901391,
            "stop": 817901406
        }
    ]
}