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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=254",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 255,
    "results": [
        {
            "start": 821683845,
            "stop": 821683847
        },
        {
            "start": 821683850,
            "stop": 821683868
        },
        {
            "start": 821683871,
            "stop": 821683875
        },
        {
            "start": 821683878,
            "stop": 821683882
        },
        {
            "start": 821683885,
            "stop": 821683891
        },
        {
            "start": 821683902,
            "stop": 821683906
        },
        {
            "start": 821683912,
            "stop": 821683919
        },
        {
            "start": 821683922,
            "stop": 821683924
        },
        {
            "start": 821683929,
            "stop": 821683939
        },
        {
            "start": 821683944,
            "stop": 821683949
        },
        {
            "start": 821683952,
            "stop": 821683964
        },
        {
            "start": 821683968,
            "stop": 821683970
        },
        {
            "start": 821683973,
            "stop": 821683981
        },
        {
            "start": 821683989,
            "stop": 821683997
        },
        {
            "start": 821684000,
            "stop": 821684015
        },
        {
            "start": 821684022,
            "stop": 821684024
        },
        {
            "start": 821684029,
            "stop": 821684031
        },
        {
            "start": 821684034,
            "stop": 821684042
        },
        {
            "start": 821684045,
            "stop": 821684047
        },
        {
            "start": 821684056,
            "stop": 821684060
        }
    ]
}