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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1278",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1279,
    "results": [
        {
            "start": 958475370,
            "stop": 958476061
        },
        {
            "start": 958476063,
            "stop": 958476704
        },
        {
            "start": 958476706,
            "stop": 958477454
        },
        {
            "start": 958477455,
            "stop": 958477622
        },
        {
            "start": 958477624,
            "stop": 958478215
        },
        {
            "start": 958478217,
            "stop": 958478271
        },
        {
            "start": 958478273,
            "stop": 958478520
        },
        {
            "start": 958478522,
            "stop": 958478695
        },
        {
            "start": 958478697,
            "stop": 958478711
        },
        {
            "start": 958485028,
            "stop": 958486823
        },
        {
            "start": 958487959,
            "stop": 958491309
        },
        {
            "start": 958492564,
            "stop": 958496284
        },
        {
            "start": 958499875,
            "stop": 958504077
        },
        {
            "start": 958505049,
            "stop": 958505751
        },
        {
            "start": 958506863,
            "stop": 958510827
        },
        {
            "start": 958510833,
            "stop": 958515826
        },
        {
            "start": 958515832,
            "stop": 958518831
        },
        {
            "start": 958542058,
            "stop": 958542827
        },
        {
            "start": 958542833,
            "stop": 958546159
        },
        {
            "start": 958546165,
            "stop": 958546971
        }
    ]
}