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=388
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=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=387",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 388,
    "results": [
        {
            "start": 821763760,
            "stop": 821763761
        },
        {
            "start": 821763771,
            "stop": 821763774
        },
        {
            "start": 821763778,
            "stop": 821763779
        },
        {
            "start": 821763783,
            "stop": 821763787
        },
        {
            "start": 821763790,
            "stop": 821763795
        },
        {
            "start": 821763802,
            "stop": 821763805
        },
        {
            "start": 821763814,
            "stop": 821763822
        },
        {
            "start": 821763825,
            "stop": 821763826
        },
        {
            "start": 821763829,
            "stop": 821763830
        },
        {
            "start": 821763835,
            "stop": 821763836
        },
        {
            "start": 821763843,
            "stop": 821763852
        },
        {
            "start": 821763855,
            "stop": 821763862
        },
        {
            "start": 821763870,
            "stop": 821763872
        },
        {
            "start": 821763875,
            "stop": 821763880
        },
        {
            "start": 821763883,
            "stop": 821763888
        },
        {
            "start": 821763893,
            "stop": 821763901
        },
        {
            "start": 821763919,
            "stop": 821763923
        },
        {
            "start": 821763926,
            "stop": 821763931
        },
        {
            "start": 821763940,
            "stop": 821763946
        },
        {
            "start": 821763949,
            "stop": 821763953
        }
    ]
}