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=4777
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=4778",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4776",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4777,
    "results": [
        {
            "start": 970470863,
            "stop": 970471088
        },
        {
            "start": 970471091,
            "stop": 970471704
        },
        {
            "start": 970471725,
            "stop": 970472162
        },
        {
            "start": 970472165,
            "stop": 970472431
        },
        {
            "start": 970472434,
            "stop": 970473211
        },
        {
            "start": 970473214,
            "stop": 970474693
        },
        {
            "start": 970474696,
            "stop": 970474956
        },
        {
            "start": 970474959,
            "stop": 970474979
        },
        {
            "start": 970474982,
            "stop": 970475870
        },
        {
            "start": 970475873,
            "stop": 970476008
        },
        {
            "start": 970476011,
            "stop": 970476566
        },
        {
            "start": 970476569,
            "stop": 970476935
        },
        {
            "start": 970476938,
            "stop": 970477251
        },
        {
            "start": 970477254,
            "stop": 970477917
        },
        {
            "start": 970477920,
            "stop": 970477923
        },
        {
            "start": 970477926,
            "stop": 970478553
        },
        {
            "start": 970478557,
            "stop": 970478646
        },
        {
            "start": 970478649,
            "stop": 970479423
        },
        {
            "start": 970479426,
            "stop": 970480558
        },
        {
            "start": 970480561,
            "stop": 970481451
        }
    ]
}