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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4781",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4779",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4780,
    "results": [
        {
            "start": 970495634,
            "stop": 970495647
        },
        {
            "start": 970495650,
            "stop": 970495736
        },
        {
            "start": 970495740,
            "stop": 970495906
        },
        {
            "start": 970495909,
            "stop": 970495999
        },
        {
            "start": 970496002,
            "stop": 970496480
        },
        {
            "start": 970496483,
            "stop": 970496598
        },
        {
            "start": 970496601,
            "stop": 970496692
        },
        {
            "start": 970496695,
            "stop": 970496766
        },
        {
            "start": 970496770,
            "stop": 970496918
        },
        {
            "start": 970496921,
            "stop": 970496971
        },
        {
            "start": 970496974,
            "stop": 970497000
        },
        {
            "start": 970497003,
            "stop": 970497051
        },
        {
            "start": 970497054,
            "stop": 970497121
        },
        {
            "start": 970497127,
            "stop": 970497303
        },
        {
            "start": 970497306,
            "stop": 970497380
        },
        {
            "start": 970497383,
            "stop": 970497458
        },
        {
            "start": 970499394,
            "stop": 970499678
        },
        {
            "start": 970499738,
            "stop": 970500134
        },
        {
            "start": 970500137,
            "stop": 970500192
        },
        {
            "start": 970500195,
            "stop": 970500545
        }
    ]
}