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=259
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=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=258",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 259,
    "results": [
        {
            "start": 818229819,
            "stop": 818229825
        },
        {
            "start": 818229828,
            "stop": 818229831
        },
        {
            "start": 818229839,
            "stop": 818229840
        },
        {
            "start": 818229861,
            "stop": 818229863
        },
        {
            "start": 818229866,
            "stop": 818229867
        },
        {
            "start": 818229870,
            "stop": 818229871
        },
        {
            "start": 818229877,
            "stop": 818229881
        },
        {
            "start": 818229923,
            "stop": 818229926
        },
        {
            "start": 818229950,
            "stop": 818229952
        },
        {
            "start": 818229962,
            "stop": 818229963
        },
        {
            "start": 818229977,
            "stop": 818229980
        },
        {
            "start": 818229987,
            "stop": 818229988
        },
        {
            "start": 818229991,
            "stop": 818229992
        },
        {
            "start": 818230000,
            "stop": 818230004
        },
        {
            "start": 818230015,
            "stop": 818230020
        },
        {
            "start": 818230025,
            "stop": 818230026
        },
        {
            "start": 818230029,
            "stop": 818230031
        },
        {
            "start": 818230039,
            "stop": 818230042
        },
        {
            "start": 818230045,
            "stop": 818230047
        },
        {
            "start": 818230052,
            "stop": 818230057
        }
    ]
}