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=397
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=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=396",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 397,
    "results": [
        {
            "start": 847781061,
            "stop": 847781062
        },
        {
            "start": 847781063,
            "stop": 847781064
        },
        {
            "start": 847781065,
            "stop": 847781066
        },
        {
            "start": 847781068,
            "stop": 847781079
        },
        {
            "start": 847781080,
            "stop": 847781102
        },
        {
            "start": 847781103,
            "stop": 847781104
        },
        {
            "start": 847781105,
            "stop": 847781121
        },
        {
            "start": 847781123,
            "stop": 847781205
        },
        {
            "start": 847781207,
            "stop": 847781231
        },
        {
            "start": 847781233,
            "stop": 847781235
        },
        {
            "start": 847781236,
            "stop": 847781237
        },
        {
            "start": 847781240,
            "stop": 847781249
        },
        {
            "start": 847781250,
            "stop": 847781280
        },
        {
            "start": 847781281,
            "stop": 847781494
        },
        {
            "start": 847781495,
            "stop": 847781536
        },
        {
            "start": 847781538,
            "stop": 847781579
        },
        {
            "start": 847781581,
            "stop": 847781590
        },
        {
            "start": 847781591,
            "stop": 847781708
        },
        {
            "start": 847781709,
            "stop": 847781717
        },
        {
            "start": 847781719,
            "stop": 847781834
        }
    ]
}