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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8376",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8377,
    "results": [
        {
            "start": 874821780,
            "stop": 874821784
        },
        {
            "start": 874821803,
            "stop": 874822182
        },
        {
            "start": 874822215,
            "stop": 874822482
        },
        {
            "start": 874822502,
            "stop": 874822652
        },
        {
            "start": 874822669,
            "stop": 874822733
        },
        {
            "start": 874822752,
            "stop": 874822860
        },
        {
            "start": 874822939,
            "stop": 874823001
        },
        {
            "start": 874823020,
            "stop": 874823280
        },
        {
            "start": 874823340,
            "stop": 874823529
        },
        {
            "start": 874823548,
            "stop": 874823616
        },
        {
            "start": 874823635,
            "stop": 874823781
        },
        {
            "start": 874823800,
            "stop": 874823820
        },
        {
            "start": 874823880,
            "stop": 874823991
        },
        {
            "start": 874824010,
            "stop": 874824033
        },
        {
            "start": 874824052,
            "stop": 874824148
        },
        {
            "start": 874824174,
            "stop": 874824343
        },
        {
            "start": 874824360,
            "stop": 874824728
        },
        {
            "start": 874824775,
            "stop": 874824780
        },
        {
            "start": 874824840,
            "stop": 874825340
        },
        {
            "start": 874825360,
            "stop": 874825423
        }
    ]
}