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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=265",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 266,
    "results": [
        {
            "start": 931469949,
            "stop": 931469953
        },
        {
            "start": 931469955,
            "stop": 931469958
        },
        {
            "start": 931469966,
            "stop": 931469971
        },
        {
            "start": 931469973,
            "stop": 931469980
        },
        {
            "start": 931469983,
            "stop": 931469984
        },
        {
            "start": 931469987,
            "stop": 931469992
        },
        {
            "start": 931469994,
            "stop": 931470001
        },
        {
            "start": 931470003,
            "stop": 931470004
        },
        {
            "start": 931470006,
            "stop": 931470011
        },
        {
            "start": 931470014,
            "stop": 931470017
        },
        {
            "start": 931470022,
            "stop": 931470023
        },
        {
            "start": 931470025,
            "stop": 931470030
        },
        {
            "start": 931470032,
            "stop": 931470041
        },
        {
            "start": 931470043,
            "stop": 931470048
        },
        {
            "start": 931470050,
            "stop": 931470053
        },
        {
            "start": 931470055,
            "stop": 931470058
        },
        {
            "start": 931470060,
            "stop": 931470064
        },
        {
            "start": 931470066,
            "stop": 931470069
        },
        {
            "start": 931470077,
            "stop": 931470078
        },
        {
            "start": 931470089,
            "stop": 931470096
        }
    ]
}