Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40982
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40981",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40982,
    "results": [
        {
            "start": 875139361,
            "stop": 875139362
        },
        {
            "start": 875139363,
            "stop": 875139399
        },
        {
            "start": 875139400,
            "stop": 875139471
        },
        {
            "start": 875139473,
            "stop": 875139542
        },
        {
            "start": 875139543,
            "stop": 875139551
        },
        {
            "start": 875139552,
            "stop": 875139572
        },
        {
            "start": 875139574,
            "stop": 875139600
        },
        {
            "start": 875139601,
            "stop": 875139679
        },
        {
            "start": 875139680,
            "stop": 875139748
        },
        {
            "start": 875139750,
            "stop": 875139764
        },
        {
            "start": 875139765,
            "stop": 875139772
        },
        {
            "start": 875139773,
            "stop": 875139785
        },
        {
            "start": 875139787,
            "stop": 875139806
        },
        {
            "start": 875139808,
            "stop": 875139870
        },
        {
            "start": 875139872,
            "stop": 875139892
        },
        {
            "start": 875139893,
            "stop": 875139913
        },
        {
            "start": 875139915,
            "stop": 875139934
        },
        {
            "start": 875139936,
            "stop": 875140019
        },
        {
            "start": 875140021,
            "stop": 875140083
        },
        {
            "start": 875140085,
            "stop": 875140097
        }
    ]
}