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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=72",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 73,
    "results": [
        {
            "start": 950000085,
            "stop": 950004919
        },
        {
            "start": 950005951,
            "stop": 950010298
        },
        {
            "start": 950014930,
            "stop": 950018079
        },
        {
            "start": 950021311,
            "stop": 950025968
        },
        {
            "start": 950026225,
            "stop": 950030158
        },
        {
            "start": 950030401,
            "stop": 950033175
        },
        {
            "start": 950036278,
            "stop": 950042477
        },
        {
            "start": 950043453,
            "stop": 950048126
        },
        {
            "start": 950051512,
            "stop": 950056871
        },
        {
            "start": 950058163,
            "stop": 950061791
        },
        {
            "start": 950062901,
            "stop": 950066680
        },
        {
            "start": 950071990,
            "stop": 950078724
        },
        {
            "start": 950078799,
            "stop": 950084258
        },
        {
            "start": 950085634,
            "stop": 950091752
        },
        {
            "start": 950092492,
            "stop": 950097153
        },
        {
            "start": 950097807,
            "stop": 950101748
        },
        {
            "start": 950103862,
            "stop": 950105610
        },
        {
            "start": 950108889,
            "stop": 950151706
        },
        {
            "start": 950151803,
            "stop": 950164953
        },
        {
            "start": 950174417,
            "stop": 950184763
        }
    ]
}