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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=69",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 70,
    "results": [
        {
            "start": 946208843,
            "stop": 946209424
        },
        {
            "start": 946211432,
            "stop": 946212915
        },
        {
            "start": 946259014,
            "stop": 946260990
        },
        {
            "start": 946263331,
            "stop": 946263468
        },
        {
            "start": 946264370,
            "stop": 946265862
        },
        {
            "start": 946271834,
            "stop": 946272001
        },
        {
            "start": 946273009,
            "stop": 946274252
        },
        {
            "start": 946276954,
            "stop": 946279949
        },
        {
            "start": 946283683,
            "stop": 946284162
        },
        {
            "start": 946285649,
            "stop": 946285777
        },
        {
            "start": 946286622,
            "stop": 946287585
        },
        {
            "start": 946299491,
            "stop": 946299891
        },
        {
            "start": 946301729,
            "stop": 946301821
        },
        {
            "start": 946305606,
            "stop": 946305821
        },
        {
            "start": 946309702,
            "stop": 946309834
        },
        {
            "start": 946314602,
            "stop": 946314824
        },
        {
            "start": 946335952,
            "stop": 946336138
        },
        {
            "start": 946341273,
            "stop": 946352650
        },
        {
            "start": 946353097,
            "stop": 946369402
        },
        {
            "start": 946369436,
            "stop": 946369960
        }
    ]
}