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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=752",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=750",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 751,
    "results": [
        {
            "start": 869069852,
            "stop": 869073924
        },
        {
            "start": 869073926,
            "stop": 869089080
        },
        {
            "start": 869089200,
            "stop": 869164298
        },
        {
            "start": 869165300,
            "stop": 869177044
        },
        {
            "start": 869177046,
            "stop": 869177747
        },
        {
            "start": 869178735,
            "stop": 869197461
        },
        {
            "start": 869197463,
            "stop": 869233979
        },
        {
            "start": 869235596,
            "stop": 869255633
        },
        {
            "start": 869256898,
            "stop": 869258977
        },
        {
            "start": 869258980,
            "stop": 869259025
        },
        {
            "start": 869259028,
            "stop": 869266980
        },
        {
            "start": 869267040,
            "stop": 869282776
        },
        {
            "start": 869284981,
            "stop": 869291760
        },
        {
            "start": 869291820,
            "stop": 869324429
        },
        {
            "start": 869342235,
            "stop": 869342327
        },
        {
            "start": 869343527,
            "stop": 869343548
        },
        {
            "start": 869344301,
            "stop": 869344621
        },
        {
            "start": 869345261,
            "stop": 869345486
        },
        {
            "start": 869346625,
            "stop": 869367593
        },
        {
            "start": 869441226,
            "stop": 869442613
        }
    ]
}