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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=32",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33,
    "results": [
        {
            "start": 931078648,
            "stop": 931078649
        },
        {
            "start": 931078650,
            "stop": 931078655
        },
        {
            "start": 931078656,
            "stop": 931078657
        },
        {
            "start": 931078661,
            "stop": 931078665
        },
        {
            "start": 931078666,
            "stop": 931078673
        },
        {
            "start": 931078677,
            "stop": 931078678
        },
        {
            "start": 931078679,
            "stop": 931078689
        },
        {
            "start": 931078690,
            "stop": 931078696
        },
        {
            "start": 931078700,
            "stop": 931078702
        },
        {
            "start": 931078703,
            "stop": 931078706
        },
        {
            "start": 931078707,
            "stop": 931078709
        },
        {
            "start": 931078710,
            "stop": 931078712
        },
        {
            "start": 931078714,
            "stop": 931078715
        },
        {
            "start": 931078717,
            "stop": 931078719
        },
        {
            "start": 931078720,
            "stop": 931078721
        },
        {
            "start": 931078724,
            "stop": 931078729
        },
        {
            "start": 931078731,
            "stop": 931078734
        },
        {
            "start": 931078736,
            "stop": 931078743
        },
        {
            "start": 931078745,
            "stop": 931078750
        },
        {
            "start": 931078754,
            "stop": 931078755
        }
    ]
}