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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9106",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9107,
    "results": [
        {
            "start": 874821803,
            "stop": 874822182
        },
        {
            "start": 874822215,
            "stop": 874822482
        },
        {
            "start": 874822502,
            "stop": 874822652
        },
        {
            "start": 874822669,
            "stop": 874822733
        },
        {
            "start": 874822752,
            "stop": 874822918
        },
        {
            "start": 874822939,
            "stop": 874823001
        },
        {
            "start": 874823020,
            "stop": 874823529
        },
        {
            "start": 874823548,
            "stop": 874823616
        },
        {
            "start": 874823635,
            "stop": 874823781
        },
        {
            "start": 874823800,
            "stop": 874823991
        },
        {
            "start": 874824010,
            "stop": 874824033
        },
        {
            "start": 874824052,
            "stop": 874824148
        },
        {
            "start": 874824174,
            "stop": 874824343
        },
        {
            "start": 874824360,
            "stop": 874824728
        },
        {
            "start": 874824775,
            "stop": 874825340
        },
        {
            "start": 874825360,
            "stop": 874825423
        },
        {
            "start": 874825446,
            "stop": 874826148
        },
        {
            "start": 874826170,
            "stop": 874826315
        },
        {
            "start": 874826334,
            "stop": 874826858
        },
        {
            "start": 874826877,
            "stop": 874827105
        }
    ]
}