Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14772
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14773",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14771",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14772,
    "results": [
        {
            "start": 971236823,
            "stop": 971236863
        },
        {
            "start": 971236864,
            "stop": 971236867
        },
        {
            "start": 971236868,
            "stop": 971236898
        },
        {
            "start": 971236899,
            "stop": 971236917
        },
        {
            "start": 971236920,
            "stop": 971236942
        },
        {
            "start": 971236945,
            "stop": 971236962
        },
        {
            "start": 971236964,
            "stop": 971236974
        },
        {
            "start": 971236976,
            "stop": 971236989
        },
        {
            "start": 971236991,
            "stop": 971236992
        },
        {
            "start": 971236994,
            "stop": 971237012
        },
        {
            "start": 971237014,
            "stop": 971237047
        },
        {
            "start": 971237048,
            "stop": 971237052
        },
        {
            "start": 971237054,
            "stop": 971237132
        },
        {
            "start": 971237133,
            "stop": 971237155
        },
        {
            "start": 971237156,
            "stop": 971237164
        },
        {
            "start": 971237165,
            "stop": 971237202
        },
        {
            "start": 971237203,
            "stop": 971237207
        },
        {
            "start": 971237208,
            "stop": 971237215
        },
        {
            "start": 971237216,
            "stop": 971237222
        },
        {
            "start": 971237223,
            "stop": 971237288
        }
    ]
}