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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=112",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 113,
    "results": [
        {
            "start": 818223045,
            "stop": 818223046
        },
        {
            "start": 818223054,
            "stop": 818223059
        },
        {
            "start": 818223120,
            "stop": 818223121
        },
        {
            "start": 818223195,
            "stop": 818223197
        },
        {
            "start": 818223327,
            "stop": 818223328
        },
        {
            "start": 818223451,
            "stop": 818223452
        },
        {
            "start": 818223488,
            "stop": 818223492
        },
        {
            "start": 818223569,
            "stop": 818223572
        },
        {
            "start": 818223664,
            "stop": 818223667
        },
        {
            "start": 818223733,
            "stop": 818223735
        },
        {
            "start": 818223947,
            "stop": 818223956
        },
        {
            "start": 818224114,
            "stop": 818224116
        },
        {
            "start": 818224363,
            "stop": 818224371
        },
        {
            "start": 818224440,
            "stop": 818224441
        },
        {
            "start": 818224485,
            "stop": 818224492
        },
        {
            "start": 818224531,
            "stop": 818224535
        },
        {
            "start": 818224672,
            "stop": 818224673
        },
        {
            "start": 818224799,
            "stop": 818224805
        },
        {
            "start": 818224855,
            "stop": 818224856
        },
        {
            "start": 818225159,
            "stop": 818225160
        }
    ]
}