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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=24",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 25,
    "results": [
        {
            "start": 820422695,
            "stop": 820422728
        },
        {
            "start": 820437730,
            "stop": 820438213
        },
        {
            "start": 820443058,
            "stop": 820448473
        },
        {
            "start": 820448476,
            "stop": 820448478
        },
        {
            "start": 820448510,
            "stop": 820448555
        },
        {
            "start": 820448559,
            "stop": 820452066
        },
        {
            "start": 820452100,
            "stop": 820455073
        },
        {
            "start": 820457880,
            "stop": 820473601
        },
        {
            "start": 820476003,
            "stop": 820485433
        },
        {
            "start": 820486491,
            "stop": 820489753
        },
        {
            "start": 820492626,
            "stop": 820493653
        },
        {
            "start": 820493655,
            "stop": 820493658
        },
        {
            "start": 820494373,
            "stop": 820500174
        },
        {
            "start": 820501154,
            "stop": 820501186
        },
        {
            "start": 820541303,
            "stop": 820551305
        },
        {
            "start": 820551333,
            "stop": 820552245
        },
        {
            "start": 820552249,
            "stop": 820554313
        },
        {
            "start": 820559473,
            "stop": 820570955
        },
        {
            "start": 820570967,
            "stop": 820570968
        },
        {
            "start": 820571924,
            "stop": 820587111
        }
    ]
}