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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1354",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1352",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1353,
    "results": [
        {
            "start": 965644440,
            "stop": 965645060
        },
        {
            "start": 965645061,
            "stop": 965647388
        },
        {
            "start": 965647389,
            "stop": 965649649
        },
        {
            "start": 965663327,
            "stop": 965668591
        },
        {
            "start": 965668592,
            "stop": 965669897
        },
        {
            "start": 965671981,
            "stop": 965674839
        },
        {
            "start": 965674840,
            "stop": 965681360
        },
        {
            "start": 965687514,
            "stop": 965687707
        },
        {
            "start": 965690523,
            "stop": 965691416
        },
        {
            "start": 965694220,
            "stop": 965694823
        },
        {
            "start": 965697493,
            "stop": 965697878
        },
        {
            "start": 965697879,
            "stop": 965698060
        },
        {
            "start": 965698061,
            "stop": 965698102
        },
        {
            "start": 965698103,
            "stop": 965698196
        },
        {
            "start": 965698197,
            "stop": 965698507
        },
        {
            "start": 965698509,
            "stop": 965698613
        },
        {
            "start": 965700254,
            "stop": 965700257
        },
        {
            "start": 965700258,
            "stop": 965702580
        },
        {
            "start": 965702581,
            "stop": 965703875
        },
        {
            "start": 965703876,
            "stop": 965706291
        }
    ]
}