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=1761
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=1762",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1760",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1761,
    "results": [
        {
            "start": 958735664,
            "stop": 958735666
        },
        {
            "start": 958735678,
            "stop": 958735683
        },
        {
            "start": 958735689,
            "stop": 958735697
        },
        {
            "start": 958735710,
            "stop": 958735711
        },
        {
            "start": 958735716,
            "stop": 958735717
        },
        {
            "start": 958735719,
            "stop": 958735736
        },
        {
            "start": 958735740,
            "stop": 958735741
        },
        {
            "start": 958735743,
            "stop": 958735745
        },
        {
            "start": 958735747,
            "stop": 958735789
        },
        {
            "start": 958735791,
            "stop": 958735835
        },
        {
            "start": 958735841,
            "stop": 958735873
        },
        {
            "start": 958735877,
            "stop": 958735950
        },
        {
            "start": 958735952,
            "stop": 958735954
        },
        {
            "start": 958735957,
            "stop": 958735958
        },
        {
            "start": 958735965,
            "stop": 958735966
        },
        {
            "start": 958735969,
            "stop": 958736006
        },
        {
            "start": 958736016,
            "stop": 958736023
        },
        {
            "start": 958736026,
            "stop": 958736027
        },
        {
            "start": 958736030,
            "stop": 958736032
        },
        {
            "start": 958736034,
            "stop": 958736036
        }
    ]
}