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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=86",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 87,
    "results": [
        {
            "start": 830404301,
            "stop": 830404901
        },
        {
            "start": 830405315,
            "stop": 830405337
        },
        {
            "start": 830405798,
            "stop": 830405908
        },
        {
            "start": 830406620,
            "stop": 830406761
        },
        {
            "start": 830408849,
            "stop": 830409407
        },
        {
            "start": 830411015,
            "stop": 830411754
        },
        {
            "start": 830412762,
            "stop": 830412852
        },
        {
            "start": 830414468,
            "stop": 830414644
        },
        {
            "start": 830415299,
            "stop": 830415301
        },
        {
            "start": 830416645,
            "stop": 830416687
        },
        {
            "start": 830417552,
            "stop": 830417815
        },
        {
            "start": 830418967,
            "stop": 830419343
        },
        {
            "start": 830426577,
            "stop": 830427976
        },
        {
            "start": 830429396,
            "stop": 830433214
        },
        {
            "start": 830434103,
            "stop": 830434226
        },
        {
            "start": 830435929,
            "stop": 830438793
        },
        {
            "start": 830440900,
            "stop": 830443499
        },
        {
            "start": 830446029,
            "stop": 830448904
        },
        {
            "start": 830450137,
            "stop": 830450544
        },
        {
            "start": 830455385,
            "stop": 830455507
        }
    ]
}