Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=887
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=888",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=886",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 887,
    "results": [
        {
            "start": 969681562,
            "stop": 969714476
        },
        {
            "start": 969728476,
            "stop": 969729821
        },
        {
            "start": 969732367,
            "stop": 969741360
        },
        {
            "start": 969777780,
            "stop": 969804965
        },
        {
            "start": 969806467,
            "stop": 969810878
        },
        {
            "start": 969812309,
            "stop": 969812514
        },
        {
            "start": 969813670,
            "stop": 969816855
        },
        {
            "start": 969835028,
            "stop": 969837284
        },
        {
            "start": 969839599,
            "stop": 969842558
        },
        {
            "start": 969849919,
            "stop": 969854672
        },
        {
            "start": 969855419,
            "stop": 969859637
        },
        {
            "start": 969859643,
            "stop": 969883529
        },
        {
            "start": 969885454,
            "stop": 969888023
        },
        {
            "start": 969888750,
            "stop": 969889391
        },
        {
            "start": 969890379,
            "stop": 969890858
        },
        {
            "start": 969890931,
            "stop": 969893128
        },
        {
            "start": 969895912,
            "stop": 969906679
        },
        {
            "start": 969920141,
            "stop": 969924690
        },
        {
            "start": 969925482,
            "stop": 969926196
        },
        {
            "start": 969926202,
            "stop": 969928057
        }
    ]
}