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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16787",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16788,
    "results": [
        {
            "start": 875117563,
            "stop": 875117564
        },
        {
            "start": 875117567,
            "stop": 875117570
        },
        {
            "start": 875117572,
            "stop": 875117577
        },
        {
            "start": 875117578,
            "stop": 875117583
        },
        {
            "start": 875117585,
            "stop": 875117588
        },
        {
            "start": 875117589,
            "stop": 875117591
        },
        {
            "start": 875117594,
            "stop": 875117633
        },
        {
            "start": 875117641,
            "stop": 875117644
        },
        {
            "start": 875117659,
            "stop": 875117660
        },
        {
            "start": 875117663,
            "stop": 875117666
        },
        {
            "start": 875117669,
            "stop": 875117677
        },
        {
            "start": 875117686,
            "stop": 875117691
        },
        {
            "start": 875117695,
            "stop": 875117705
        },
        {
            "start": 875117713,
            "stop": 875117716
        },
        {
            "start": 875117719,
            "stop": 875117725
        },
        {
            "start": 875117728,
            "stop": 875117729
        },
        {
            "start": 875117742,
            "stop": 875117746
        },
        {
            "start": 875117749,
            "stop": 875117750
        },
        {
            "start": 875117753,
            "stop": 875117767
        },
        {
            "start": 875117770,
            "stop": 875117773
        }
    ]
}