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=16714
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=16715",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16713",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16714,
    "results": [
        {
            "start": 875007456,
            "stop": 875007458
        },
        {
            "start": 875007459,
            "stop": 875007465
        },
        {
            "start": 875007466,
            "stop": 875007467
        },
        {
            "start": 875007468,
            "stop": 875007476
        },
        {
            "start": 875007477,
            "stop": 875007478
        },
        {
            "start": 875007482,
            "stop": 875007483
        },
        {
            "start": 875007485,
            "stop": 875007488
        },
        {
            "start": 875007489,
            "stop": 875007495
        },
        {
            "start": 875007497,
            "stop": 875007498
        },
        {
            "start": 875007501,
            "stop": 875007597
        },
        {
            "start": 875007598,
            "stop": 875007666
        },
        {
            "start": 875007669,
            "stop": 875007694
        },
        {
            "start": 875007695,
            "stop": 875007727
        },
        {
            "start": 875007728,
            "stop": 875007748
        },
        {
            "start": 875007766,
            "stop": 875007767
        },
        {
            "start": 875007770,
            "stop": 875007776
        },
        {
            "start": 875007783,
            "stop": 875007784
        },
        {
            "start": 875007787,
            "stop": 875007797
        },
        {
            "start": 875007798,
            "stop": 875007804
        },
        {
            "start": 875007806,
            "stop": 875007817
        }
    ]
}