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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7194",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7195,
    "results": [
        {
            "start": 874588489,
            "stop": 874589740
        },
        {
            "start": 874589743,
            "stop": 874589753
        },
        {
            "start": 874589754,
            "stop": 874589765
        },
        {
            "start": 874589766,
            "stop": 874589868
        },
        {
            "start": 874589870,
            "stop": 874589909
        },
        {
            "start": 874589910,
            "stop": 874590192
        },
        {
            "start": 874590193,
            "stop": 874590334
        },
        {
            "start": 874590335,
            "stop": 874590912
        },
        {
            "start": 874590913,
            "stop": 874591780
        },
        {
            "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
        }
    ]
}