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=6403
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=6404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6402",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6403,
    "results": [
        {
            "start": 873654683,
            "stop": 873655183
        },
        {
            "start": 873655184,
            "stop": 873655496
        },
        {
            "start": 873655498,
            "stop": 873655693
        },
        {
            "start": 873655694,
            "stop": 873655760
        },
        {
            "start": 873655761,
            "stop": 873655896
        },
        {
            "start": 873655897,
            "stop": 873656088
        },
        {
            "start": 873656089,
            "stop": 873656287
        },
        {
            "start": 873656288,
            "stop": 873656336
        },
        {
            "start": 873656337,
            "stop": 873656404
        },
        {
            "start": 873656405,
            "stop": 873656563
        },
        {
            "start": 873656564,
            "stop": 873656686
        },
        {
            "start": 873656687,
            "stop": 873657095
        },
        {
            "start": 873664706,
            "stop": 873665098
        },
        {
            "start": 873665099,
            "stop": 873665139
        },
        {
            "start": 873665140,
            "stop": 873665373
        },
        {
            "start": 873665375,
            "stop": 873665499
        },
        {
            "start": 873665500,
            "stop": 873665509
        },
        {
            "start": 873665510,
            "stop": 873665672
        },
        {
            "start": 873665674,
            "stop": 873665940
        },
        {
            "start": 873665941,
            "stop": 873665948
        }
    ]
}