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=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=36",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 37,
    "results": [
        {
            "start": 931080697,
            "stop": 931080705
        },
        {
            "start": 931080712,
            "stop": 931080713
        },
        {
            "start": 931080715,
            "stop": 931080726
        },
        {
            "start": 931080731,
            "stop": 931080733
        },
        {
            "start": 931080734,
            "stop": 931080736
        },
        {
            "start": 931080737,
            "stop": 931080744
        },
        {
            "start": 931080747,
            "stop": 931080748
        },
        {
            "start": 931080750,
            "stop": 931080752
        },
        {
            "start": 931080754,
            "stop": 931080759
        },
        {
            "start": 931080760,
            "stop": 931080763
        },
        {
            "start": 931080765,
            "stop": 931080766
        },
        {
            "start": 931080770,
            "stop": 931080772
        },
        {
            "start": 931080773,
            "stop": 931080776
        },
        {
            "start": 931080777,
            "stop": 931080780
        },
        {
            "start": 931080781,
            "stop": 931080783
        },
        {
            "start": 931080785,
            "stop": 931080786
        },
        {
            "start": 931080787,
            "stop": 931080789
        },
        {
            "start": 931080790,
            "stop": 931080791
        },
        {
            "start": 931080795,
            "stop": 931080799
        },
        {
            "start": 931080801,
            "stop": 931080802
        }
    ]
}