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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4067",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4068,
    "results": [
        {
            "start": 875127723,
            "stop": 875127732
        },
        {
            "start": 875127737,
            "stop": 875127781
        },
        {
            "start": 875127784,
            "stop": 875127872
        },
        {
            "start": 875127873,
            "stop": 875127874
        },
        {
            "start": 875127875,
            "stop": 875128000
        },
        {
            "start": 875128003,
            "stop": 875128371
        },
        {
            "start": 875128374,
            "stop": 875128566
        },
        {
            "start": 875128569,
            "stop": 875128575
        },
        {
            "start": 875128580,
            "stop": 875128582
        },
        {
            "start": 875128587,
            "stop": 875128604
        },
        {
            "start": 875128608,
            "stop": 875128609
        },
        {
            "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
        }
    ]
}