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=365
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=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=364",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 365,
    "results": [
        {
            "start": 818264053,
            "stop": 818264313
        },
        {
            "start": 818264319,
            "stop": 818264393
        },
        {
            "start": 818264397,
            "stop": 818264417
        },
        {
            "start": 818264420,
            "stop": 818264428
        },
        {
            "start": 818264431,
            "stop": 818264508
        },
        {
            "start": 818264511,
            "stop": 818264526
        },
        {
            "start": 818264529,
            "stop": 818264561
        },
        {
            "start": 818264565,
            "stop": 818264588
        },
        {
            "start": 818264591,
            "stop": 818264597
        },
        {
            "start": 818264600,
            "stop": 818264608
        },
        {
            "start": 818264611,
            "stop": 818264640
        },
        {
            "start": 818264643,
            "stop": 818264653
        },
        {
            "start": 818264656,
            "stop": 818264685
        },
        {
            "start": 818264690,
            "stop": 818264694
        },
        {
            "start": 818264700,
            "stop": 818264708
        },
        {
            "start": 818264711,
            "stop": 818264714
        },
        {
            "start": 818264722,
            "stop": 818264735
        },
        {
            "start": 818264738,
            "stop": 818264764
        },
        {
            "start": 818264769,
            "stop": 818264780
        },
        {
            "start": 818264785,
            "stop": 818264788
        }
    ]
}