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=1711
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=1712",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1710",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1711,
    "results": [
        {
            "start": 957885569,
            "stop": 957889790
        },
        {
            "start": 957889792,
            "stop": 957895069
        },
        {
            "start": 957895071,
            "stop": 957903112
        },
        {
            "start": 957903113,
            "stop": 957905612
        },
        {
            "start": 957905614,
            "stop": 957906019
        },
        {
            "start": 957906021,
            "stop": 957908836
        },
        {
            "start": 957908838,
            "stop": 957909187
        },
        {
            "start": 957909189,
            "stop": 957909191
        },
        {
            "start": 957909197,
            "stop": 957909215
        },
        {
            "start": 957909217,
            "stop": 957910495
        },
        {
            "start": 957911221,
            "stop": 957911378
        },
        {
            "start": 957911381,
            "stop": 957911444
        },
        {
            "start": 957911447,
            "stop": 957911488
        },
        {
            "start": 957917258,
            "stop": 957917448
        },
        {
            "start": 957919514,
            "stop": 957919650
        },
        {
            "start": 957919652,
            "stop": 957920809
        },
        {
            "start": 957920811,
            "stop": 957921315
        },
        {
            "start": 957924635,
            "stop": 957924869
        },
        {
            "start": 957924871,
            "stop": 957925014
        },
        {
            "start": 957925016,
            "stop": 957925529
        }
    ]
}