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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=375",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 376,
    "results": [
        {
            "start": 1181913585,
            "stop": 1181914019
        },
        {
            "start": 1181914020,
            "stop": 1181916163
        },
        {
            "start": 1181916164,
            "stop": 1181916169
        },
        {
            "start": 1181916173,
            "stop": 1181919707
        },
        {
            "start": 1181919708,
            "stop": 1181921733
        },
        {
            "start": 1181921734,
            "stop": 1181922055
        },
        {
            "start": 1181922061,
            "stop": 1181922062
        },
        {
            "start": 1181922064,
            "stop": 1181922067
        },
        {
            "start": 1181922068,
            "stop": 1181923095
        },
        {
            "start": 1181923096,
            "stop": 1181923209
        },
        {
            "start": 1181923213,
            "stop": 1181925929
        },
        {
            "start": 1181925932,
            "stop": 1181928956
        },
        {
            "start": 1181953924,
            "stop": 1181955673
        },
        {
            "start": 1181955677,
            "stop": 1181960591
        },
        {
            "start": 1181960592,
            "stop": 1181971386
        },
        {
            "start": 1181971389,
            "stop": 1181973340
        },
        {
            "start": 1181973341,
            "stop": 1181973348
        },
        {
            "start": 1181973353,
            "stop": 1181975138
        },
        {
            "start": 1181975141,
            "stop": 1181976642
        },
        {
            "start": 1181976643,
            "stop": 1181976644
        }
    ]
}