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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5906",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5907,
    "results": [
        {
            "start": 875134066,
            "stop": 875134142
        },
        {
            "start": 875134150,
            "stop": 875134166
        },
        {
            "start": 875134169,
            "stop": 875134267
        },
        {
            "start": 875134270,
            "stop": 875134277
        },
        {
            "start": 875134280,
            "stop": 875134292
        },
        {
            "start": 875134295,
            "stop": 875134353
        },
        {
            "start": 875134357,
            "stop": 875134383
        },
        {
            "start": 875134387,
            "stop": 875134391
        },
        {
            "start": 875134397,
            "stop": 875134520
        },
        {
            "start": 875134524,
            "stop": 875134542
        },
        {
            "start": 875134545,
            "stop": 875134622
        },
        {
            "start": 875134625,
            "stop": 875134651
        },
        {
            "start": 875134655,
            "stop": 875134700
        },
        {
            "start": 875134703,
            "stop": 875134745
        },
        {
            "start": 875134749,
            "stop": 875134758
        },
        {
            "start": 875134761,
            "stop": 875134824
        },
        {
            "start": 875134827,
            "stop": 875134885
        },
        {
            "start": 875134888,
            "stop": 875134904
        },
        {
            "start": 875135085,
            "stop": 875135117
        },
        {
            "start": 875135120,
            "stop": 875135133
        }
    ]
}