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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=736",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 737,
    "results": [
        {
            "start": 855783268,
            "stop": 855783270
        },
        {
            "start": 855784316,
            "stop": 855809730
        },
        {
            "start": 855813326,
            "stop": 855824235
        },
        {
            "start": 855825516,
            "stop": 855862410
        },
        {
            "start": 855867651,
            "stop": 855867710
        },
        {
            "start": 855869550,
            "stop": 855869768
        },
        {
            "start": 855887484,
            "stop": 855901139
        },
        {
            "start": 855902199,
            "stop": 855907810
        },
        {
            "start": 855908878,
            "stop": 855938847
        },
        {
            "start": 855938848,
            "stop": 855943454
        },
        {
            "start": 855944815,
            "stop": 855949030
        },
        {
            "start": 855949813,
            "stop": 855953342
        },
        {
            "start": 855954822,
            "stop": 855954979
        },
        {
            "start": 856006144,
            "stop": 856006410
        },
        {
            "start": 856009275,
            "stop": 856022431
        },
        {
            "start": 856053671,
            "stop": 856057923
        },
        {
            "start": 856058524,
            "stop": 856067910
        },
        {
            "start": 856070598,
            "stop": 856072110
        },
        {
            "start": 856072170,
            "stop": 856075791
        },
        {
            "start": 856076306,
            "stop": 856105831
        }
    ]
}