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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=298",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 299,
    "results": [
        {
            "start": 818241430,
            "stop": 818241439
        },
        {
            "start": 818241445,
            "stop": 818241457
        },
        {
            "start": 818241461,
            "stop": 818241464
        },
        {
            "start": 818241467,
            "stop": 818241469
        },
        {
            "start": 818241473,
            "stop": 818241474
        },
        {
            "start": 818241480,
            "stop": 818241484
        },
        {
            "start": 818241488,
            "stop": 818241489
        },
        {
            "start": 818241494,
            "stop": 818241496
        },
        {
            "start": 818241511,
            "stop": 818241512
        },
        {
            "start": 818241526,
            "stop": 818241529
        },
        {
            "start": 818241535,
            "stop": 818241536
        },
        {
            "start": 818241544,
            "stop": 818241546
        },
        {
            "start": 818241565,
            "stop": 818241566
        },
        {
            "start": 818241592,
            "stop": 818241594
        },
        {
            "start": 818241599,
            "stop": 818241600
        },
        {
            "start": 818241603,
            "stop": 818241606
        },
        {
            "start": 818241629,
            "stop": 818241630
        },
        {
            "start": 818241633,
            "stop": 818241635
        },
        {
            "start": 818241638,
            "stop": 818241639
        },
        {
            "start": 818241653,
            "stop": 818241654
        }
    ]
}