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=14638
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=14639",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14637",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14638,
    "results": [
        {
            "start": 971164847,
            "stop": 971164849
        },
        {
            "start": 971164851,
            "stop": 971164852
        },
        {
            "start": 971164855,
            "stop": 971164857
        },
        {
            "start": 971164861,
            "stop": 971164863
        },
        {
            "start": 971164866,
            "stop": 971164867
        },
        {
            "start": 971164870,
            "stop": 971164871
        },
        {
            "start": 971164872,
            "stop": 971164873
        },
        {
            "start": 971164874,
            "stop": 971164881
        },
        {
            "start": 971164885,
            "stop": 971164887
        },
        {
            "start": 971164891,
            "stop": 971164893
        },
        {
            "start": 971164895,
            "stop": 971164898
        },
        {
            "start": 971164902,
            "stop": 971164905
        },
        {
            "start": 971164908,
            "stop": 971164912
        },
        {
            "start": 971164914,
            "stop": 971164920
        },
        {
            "start": 971164921,
            "stop": 971164927
        },
        {
            "start": 971164928,
            "stop": 971164930
        },
        {
            "start": 971164931,
            "stop": 971164933
        },
        {
            "start": 971164939,
            "stop": 971164940
        },
        {
            "start": 971164941,
            "stop": 971164942
        },
        {
            "start": 971164944,
            "stop": 971164949
        }
    ]
}