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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=147",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 148,
    "results": [
        {
            "start": 818822477,
            "stop": 818822661
        },
        {
            "start": 818822669,
            "stop": 818822701
        },
        {
            "start": 818822714,
            "stop": 818823623
        },
        {
            "start": 818823636,
            "stop": 818823837
        },
        {
            "start": 818823845,
            "stop": 818824742
        },
        {
            "start": 818824749,
            "stop": 818825313
        },
        {
            "start": 818825321,
            "stop": 818825360
        },
        {
            "start": 818825367,
            "stop": 818825824
        },
        {
            "start": 818825831,
            "stop": 818827144
        },
        {
            "start": 818827152,
            "stop": 818827510
        },
        {
            "start": 818827517,
            "stop": 818827917
        },
        {
            "start": 818827950,
            "stop": 818827967
        },
        {
            "start": 818827974,
            "stop": 818828302
        },
        {
            "start": 818828311,
            "stop": 818828369
        },
        {
            "start": 818828376,
            "stop": 818829817
        },
        {
            "start": 818829824,
            "stop": 818830888
        },
        {
            "start": 818830896,
            "stop": 818831212
        },
        {
            "start": 818831232,
            "stop": 818831507
        },
        {
            "start": 818831515,
            "stop": 818831543
        },
        {
            "start": 818831556,
            "stop": 818831773
        }
    ]
}