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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=601",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=599",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 600,
    "results": [
        {
            "start": 837636640,
            "stop": 837636794
        },
        {
            "start": 837638135,
            "stop": 837641503
        },
        {
            "start": 837642000,
            "stop": 837643795
        },
        {
            "start": 837644356,
            "stop": 837651780
        },
        {
            "start": 837652262,
            "stop": 837667690
        },
        {
            "start": 837668256,
            "stop": 837723362
        },
        {
            "start": 837727128,
            "stop": 837766229
        },
        {
            "start": 837766841,
            "stop": 837778025
        },
        {
            "start": 837778586,
            "stop": 837786963
        },
        {
            "start": 837787588,
            "stop": 837788809
        },
        {
            "start": 837789224,
            "stop": 837792988
        },
        {
            "start": 837792989,
            "stop": 837797079
        },
        {
            "start": 837797082,
            "stop": 837801613
        },
        {
            "start": 837802960,
            "stop": 837815097
        },
        {
            "start": 837816730,
            "stop": 837830523
        },
        {
            "start": 837830524,
            "stop": 837830897
        },
        {
            "start": 837830898,
            "stop": 837831148
        },
        {
            "start": 837831150,
            "stop": 837831987
        },
        {
            "start": 837831988,
            "stop": 837832176
        },
        {
            "start": 837833826,
            "stop": 837833995
        }
    ]
}