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=6582
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=6583",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6581",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6582,
    "results": [
        {
            "start": 874591781,
            "stop": 874591797
        },
        {
            "start": 874591798,
            "stop": 874591993
        },
        {
            "start": 874591995,
            "stop": 874592327
        },
        {
            "start": 874592329,
            "stop": 874593515
        },
        {
            "start": 874593517,
            "stop": 874593616
        },
        {
            "start": 874593617,
            "stop": 874593685
        },
        {
            "start": 874593687,
            "stop": 874594440
        },
        {
            "start": 874594442,
            "stop": 874594928
        },
        {
            "start": 874594929,
            "stop": 874595097
        },
        {
            "start": 874595098,
            "stop": 874595163
        },
        {
            "start": 874595164,
            "stop": 874595303
        },
        {
            "start": 874595304,
            "stop": 874595525
        },
        {
            "start": 874595526,
            "stop": 874596079
        },
        {
            "start": 874596080,
            "stop": 874596287
        },
        {
            "start": 874596288,
            "stop": 874596675
        },
        {
            "start": 874596676,
            "stop": 874596775
        },
        {
            "start": 874596776,
            "stop": 874597331
        },
        {
            "start": 874597333,
            "stop": 874597505
        },
        {
            "start": 874597506,
            "stop": 874597766
        },
        {
            "start": 874597767,
            "stop": 874598334
        }
    ]
}