Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9986
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9985",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9986,
    "results": [
        {
            "start": 875128615,
            "stop": 875128623
        },
        {
            "start": 875128633,
            "stop": 875128635
        },
        {
            "start": 875128638,
            "stop": 875128661
        },
        {
            "start": 875128666,
            "stop": 875128668
        },
        {
            "start": 875128671,
            "stop": 875128692
        },
        {
            "start": 875128695,
            "stop": 875128700
        },
        {
            "start": 875128711,
            "stop": 875128714
        },
        {
            "start": 875128717,
            "stop": 875128718
        },
        {
            "start": 875128721,
            "stop": 875128725
        },
        {
            "start": 875128744,
            "stop": 875128756
        },
        {
            "start": 875128772,
            "stop": 875128782
        },
        {
            "start": 875128793,
            "stop": 875128796
        },
        {
            "start": 875128807,
            "stop": 875128808
        },
        {
            "start": 875128814,
            "stop": 875128815
        },
        {
            "start": 875128820,
            "stop": 875128822
        },
        {
            "start": 875128826,
            "stop": 875128830
        },
        {
            "start": 875128840,
            "stop": 875128842
        },
        {
            "start": 875128847,
            "stop": 875128850
        },
        {
            "start": 875128853,
            "stop": 875128894
        },
        {
            "start": 875128897,
            "stop": 875128905
        }
    ]
}