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=6539
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=6540",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6538",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6539,
    "results": [
        {
            "start": 874364935,
            "stop": 874364997
        },
        {
            "start": 874364998,
            "stop": 874365171
        },
        {
            "start": 874365172,
            "stop": 874365523
        },
        {
            "start": 874365524,
            "stop": 874365552
        },
        {
            "start": 874365553,
            "stop": 874365761
        },
        {
            "start": 874365762,
            "stop": 874365965
        },
        {
            "start": 874365966,
            "stop": 874365992
        },
        {
            "start": 874365993,
            "stop": 874366364
        },
        {
            "start": 874366366,
            "stop": 874366670
        },
        {
            "start": 874366671,
            "stop": 874367237
        },
        {
            "start": 874367239,
            "stop": 874367312
        },
        {
            "start": 874367313,
            "stop": 874367450
        },
        {
            "start": 874367451,
            "stop": 874367649
        },
        {
            "start": 874367651,
            "stop": 874367883
        },
        {
            "start": 874367884,
            "stop": 874367959
        },
        {
            "start": 874367960,
            "stop": 874368067
        },
        {
            "start": 874368068,
            "stop": 874368817
        },
        {
            "start": 874368818,
            "stop": 874368917
        },
        {
            "start": 874368918,
            "stop": 874368989
        },
        {
            "start": 874368990,
            "stop": 874369049
        }
    ]
}