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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=96",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 97,
    "results": [
        {
            "start": 931329674,
            "stop": 931329676
        },
        {
            "start": 931329685,
            "stop": 931329688
        },
        {
            "start": 931329689,
            "stop": 931329691
        },
        {
            "start": 931329693,
            "stop": 931329695
        },
        {
            "start": 931329698,
            "stop": 931329701
        },
        {
            "start": 931329711,
            "stop": 931329712
        },
        {
            "start": 931329719,
            "stop": 931329721
        },
        {
            "start": 931329728,
            "stop": 931329729
        },
        {
            "start": 931329732,
            "stop": 931329735
        },
        {
            "start": 931329739,
            "stop": 931329740
        },
        {
            "start": 931329742,
            "stop": 931329744
        },
        {
            "start": 931329748,
            "stop": 931329749
        },
        {
            "start": 931329754,
            "stop": 931329767
        },
        {
            "start": 931329773,
            "stop": 931329774
        },
        {
            "start": 931329779,
            "stop": 931329781
        },
        {
            "start": 931329787,
            "stop": 931329788
        },
        {
            "start": 931329790,
            "stop": 931329792
        },
        {
            "start": 931329798,
            "stop": 931329799
        },
        {
            "start": 931329801,
            "stop": 931329803
        },
        {
            "start": 931329806,
            "stop": 931329808
        }
    ]
}