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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=194",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 195,
    "results": [
        {
            "start": 1176781135,
            "stop": 1176781188
        },
        {
            "start": 1176781192,
            "stop": 1176781195
        },
        {
            "start": 1176781197,
            "stop": 1176781212
        },
        {
            "start": 1176781213,
            "stop": 1176781271
        },
        {
            "start": 1176781273,
            "stop": 1176781290
        },
        {
            "start": 1176781292,
            "stop": 1176781332
        },
        {
            "start": 1176781333,
            "stop": 1176781341
        },
        {
            "start": 1176781342,
            "stop": 1176781388
        },
        {
            "start": 1176781389,
            "stop": 1176781461
        },
        {
            "start": 1176781463,
            "stop": 1176781472
        },
        {
            "start": 1176781473,
            "stop": 1176781713
        },
        {
            "start": 1176781719,
            "stop": 1176781786
        },
        {
            "start": 1176781790,
            "stop": 1176781793
        },
        {
            "start": 1176781795,
            "stop": 1176781876
        },
        {
            "start": 1176781879,
            "stop": 1176781943
        },
        {
            "start": 1176781945,
            "stop": 1176784903
        },
        {
            "start": 1176784907,
            "stop": 1176788575
        },
        {
            "start": 1176788577,
            "stop": 1176788704
        },
        {
            "start": 1176788706,
            "stop": 1176788707
        },
        {
            "start": 1176788708,
            "stop": 1176788709
        }
    ]
}