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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5229",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5227",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5228,
    "results": [
        {
            "start": 1137050589,
            "stop": 1137050624
        },
        {
            "start": 1137050628,
            "stop": 1137050667
        },
        {
            "start": 1137050669,
            "stop": 1137050691
        },
        {
            "start": 1137050693,
            "stop": 1137050726
        },
        {
            "start": 1137050732,
            "stop": 1137050773
        },
        {
            "start": 1137050775,
            "stop": 1137050802
        },
        {
            "start": 1137050804,
            "stop": 1137050822
        },
        {
            "start": 1137050825,
            "stop": 1137050852
        },
        {
            "start": 1137050854,
            "stop": 1137050871
        },
        {
            "start": 1137050873,
            "stop": 1137050874
        },
        {
            "start": 1137050876,
            "stop": 1137050897
        },
        {
            "start": 1137050901,
            "stop": 1137050903
        },
        {
            "start": 1137050909,
            "stop": 1137050939
        },
        {
            "start": 1137050941,
            "stop": 1137050955
        },
        {
            "start": 1137050957,
            "stop": 1137050997
        },
        {
            "start": 1137050999,
            "stop": 1137051005
        },
        {
            "start": 1137051006,
            "stop": 1137051015
        },
        {
            "start": 1137051017,
            "stop": 1137051041
        },
        {
            "start": 1137051042,
            "stop": 1137051044
        },
        {
            "start": 1137051046,
            "stop": 1137051067
        }
    ]
}