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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=156",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 157,
    "results": [
        {
            "start": 817252199,
            "stop": 817252253
        },
        {
            "start": 817252272,
            "stop": 817252440
        },
        {
            "start": 817252620,
            "stop": 817252740
        },
        {
            "start": 817252800,
            "stop": 817252916
        },
        {
            "start": 817252921,
            "stop": 817253160
        },
        {
            "start": 817253220,
            "stop": 817253597
        },
        {
            "start": 817253618,
            "stop": 817253655
        },
        {
            "start": 817253713,
            "stop": 817253770
        },
        {
            "start": 817253789,
            "stop": 817253880
        },
        {
            "start": 817253949,
            "stop": 817254000
        },
        {
            "start": 817254120,
            "stop": 817254180
        },
        {
            "start": 817254240,
            "stop": 817254289
        },
        {
            "start": 817254306,
            "stop": 817254354
        },
        {
            "start": 817254374,
            "stop": 817254539
        },
        {
            "start": 817254717,
            "stop": 817255020
        },
        {
            "start": 817255321,
            "stop": 817255356
        },
        {
            "start": 817255440,
            "stop": 817255800
        },
        {
            "start": 817255860,
            "stop": 817255894
        },
        {
            "start": 817255913,
            "stop": 817256100
        },
        {
            "start": 817256160,
            "stop": 817256280
        }
    ]
}