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=374
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=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=373",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 374,
    "results": [
        {
            "start": 821760823,
            "stop": 821760826
        },
        {
            "start": 821760844,
            "stop": 821760856
        },
        {
            "start": 821760859,
            "stop": 821760867
        },
        {
            "start": 821760870,
            "stop": 821760875
        },
        {
            "start": 821760878,
            "stop": 821760882
        },
        {
            "start": 821760885,
            "stop": 821760888
        },
        {
            "start": 821760891,
            "stop": 821760892
        },
        {
            "start": 821760895,
            "stop": 821760899
        },
        {
            "start": 821760903,
            "stop": 821760911
        },
        {
            "start": 821760914,
            "stop": 821760929
        },
        {
            "start": 821760934,
            "stop": 821760936
        },
        {
            "start": 821760939,
            "stop": 821760941
        },
        {
            "start": 821760944,
            "stop": 821760945
        },
        {
            "start": 821760948,
            "stop": 821760950
        },
        {
            "start": 821760955,
            "stop": 821760959
        },
        {
            "start": 821760964,
            "stop": 821760967
        },
        {
            "start": 821760975,
            "stop": 821760981
        },
        {
            "start": 821760984,
            "stop": 821760985
        },
        {
            "start": 821760988,
            "stop": 821760992
        },
        {
            "start": 821761000,
            "stop": 821761005
        }
    ]
}