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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8859",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8860,
    "results": [
        {
            "start": 873027973,
            "stop": 873027976
        },
        {
            "start": 873028018,
            "stop": 873028086
        },
        {
            "start": 873028341,
            "stop": 873028500
        },
        {
            "start": 873028517,
            "stop": 873028917
        },
        {
            "start": 873028934,
            "stop": 873029216
        },
        {
            "start": 873029233,
            "stop": 873029246
        },
        {
            "start": 873029277,
            "stop": 873029278
        },
        {
            "start": 873029298,
            "stop": 873029574
        },
        {
            "start": 873029591,
            "stop": 873029665
        },
        {
            "start": 873029682,
            "stop": 873029997
        },
        {
            "start": 873030014,
            "stop": 873030265
        },
        {
            "start": 873030282,
            "stop": 873030330
        },
        {
            "start": 873030347,
            "stop": 873030560
        },
        {
            "start": 873030752,
            "stop": 873031024
        },
        {
            "start": 873031041,
            "stop": 873031160
        },
        {
            "start": 873031177,
            "stop": 873031259
        },
        {
            "start": 873031276,
            "stop": 873031510
        },
        {
            "start": 873031527,
            "stop": 873031560
        },
        {
            "start": 873031620,
            "stop": 873032201
        },
        {
            "start": 873032280,
            "stop": 873032282
        }
    ]
}