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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=44",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 45,
    "results": [
        {
            "start": 820486491,
            "stop": 820489771
        },
        {
            "start": 820492626,
            "stop": 820493658
        },
        {
            "start": 820494369,
            "stop": 820500174
        },
        {
            "start": 820501154,
            "stop": 820501186
        },
        {
            "start": 820541303,
            "stop": 820541868
        },
        {
            "start": 820541869,
            "stop": 820543970
        },
        {
            "start": 820543971,
            "stop": 820551305
        },
        {
            "start": 820551333,
            "stop": 820552245
        },
        {
            "start": 820552249,
            "stop": 820554333
        },
        {
            "start": 820559473,
            "stop": 820570709
        },
        {
            "start": 820570711,
            "stop": 820570747
        },
        {
            "start": 820570749,
            "stop": 820570897
        },
        {
            "start": 820570899,
            "stop": 820570923
        },
        {
            "start": 820570925,
            "stop": 820570955
        },
        {
            "start": 820570967,
            "stop": 820570968
        },
        {
            "start": 820571924,
            "stop": 820587111
        },
        {
            "start": 820587247,
            "stop": 820587248
        },
        {
            "start": 820587391,
            "stop": 820589320
        },
        {
            "start": 820590653,
            "stop": 820591368
        },
        {
            "start": 820591370,
            "stop": 820592662
        }
    ]
}