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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=100",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 101,
    "results": [
        {
            "start": 817460989,
            "stop": 817462843
        },
        {
            "start": 817463084,
            "stop": 817477279
        },
        {
            "start": 817477283,
            "stop": 817484995
        },
        {
            "start": 817491662,
            "stop": 817492352
        },
        {
            "start": 817493024,
            "stop": 817496057
        },
        {
            "start": 817496470,
            "stop": 817503224
        },
        {
            "start": 817504024,
            "stop": 817504123
        },
        {
            "start": 817507859,
            "stop": 817507999
        },
        {
            "start": 817509065,
            "stop": 817510020
        },
        {
            "start": 817510583,
            "stop": 817515053
        },
        {
            "start": 817515054,
            "stop": 817535545
        },
        {
            "start": 817535548,
            "stop": 817549399
        },
        {
            "start": 817549800,
            "stop": 817549882
        },
        {
            "start": 817549887,
            "stop": 817550010
        },
        {
            "start": 817550015,
            "stop": 817550088
        },
        {
            "start": 817550093,
            "stop": 817550166
        },
        {
            "start": 817550170,
            "stop": 817551328
        },
        {
            "start": 817551337,
            "stop": 817551348
        },
        {
            "start": 817551351,
            "stop": 817551928
        },
        {
            "start": 817551931,
            "stop": 817552531
        }
    ]
}