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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=234",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 235,
    "results": [
        {
            "start": 858106313,
            "stop": 858113745
        },
        {
            "start": 858131522,
            "stop": 858150639
        },
        {
            "start": 858151901,
            "stop": 858172769
        },
        {
            "start": 858173537,
            "stop": 858173556
        },
        {
            "start": 858173803,
            "stop": 858207260
        },
        {
            "start": 858210223,
            "stop": 858219727
        },
        {
            "start": 858225464,
            "stop": 858232285
        },
        {
            "start": 858232529,
            "stop": 858239336
        },
        {
            "start": 858240804,
            "stop": 858255718
        },
        {
            "start": 858256913,
            "stop": 858276347
        },
        {
            "start": 858276520,
            "stop": 858321102
        },
        {
            "start": 858322732,
            "stop": 858340012
        },
        {
            "start": 858341840,
            "stop": 858341993
        },
        {
            "start": 858343031,
            "stop": 858354132
        },
        {
            "start": 858355347,
            "stop": 858364920
        },
        {
            "start": 858366287,
            "stop": 858366714
        },
        {
            "start": 858366842,
            "stop": 858375681
        },
        {
            "start": 858376874,
            "stop": 858407767
        },
        {
            "start": 858408621,
            "stop": 858432803
        },
        {
            "start": 858447566,
            "stop": 858457835
        }
    ]
}