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=1741
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=1742",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1740",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1741,
    "results": [
        {
            "start": 958625389,
            "stop": 958625393
        },
        {
            "start": 958625395,
            "stop": 958625664
        },
        {
            "start": 958625666,
            "stop": 958625726
        },
        {
            "start": 958625728,
            "stop": 958625757
        },
        {
            "start": 958625759,
            "stop": 958626014
        },
        {
            "start": 958626016,
            "stop": 958626037
        },
        {
            "start": 958626039,
            "stop": 958626092
        },
        {
            "start": 958626094,
            "stop": 958626099
        },
        {
            "start": 958626101,
            "stop": 958626103
        },
        {
            "start": 958626105,
            "stop": 958626197
        },
        {
            "start": 958626201,
            "stop": 958626252
        },
        {
            "start": 958626254,
            "stop": 958626471
        },
        {
            "start": 958626475,
            "stop": 958626476
        },
        {
            "start": 958626479,
            "stop": 958626487
        },
        {
            "start": 958626490,
            "stop": 958626584
        },
        {
            "start": 958626586,
            "stop": 958626763
        },
        {
            "start": 958634465,
            "stop": 958638424
        },
        {
            "start": 958638426,
            "stop": 958640070
        },
        {
            "start": 958640075,
            "stop": 958640182
        },
        {
            "start": 958640184,
            "stop": 958640185
        }
    ]
}