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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=236",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 237,
    "results": [
        {
            "start": 931539543,
            "stop": 931539548
        },
        {
            "start": 931539551,
            "stop": 931539563
        },
        {
            "start": 931539565,
            "stop": 931539577
        },
        {
            "start": 931539578,
            "stop": 931539601
        },
        {
            "start": 931539604,
            "stop": 931539605
        },
        {
            "start": 931539608,
            "stop": 931539614
        },
        {
            "start": 931539975,
            "stop": 931539979
        },
        {
            "start": 931539980,
            "stop": 931540021
        },
        {
            "start": 931540022,
            "stop": 931540058
        },
        {
            "start": 931540059,
            "stop": 931540075
        },
        {
            "start": 931540083,
            "stop": 931540089
        },
        {
            "start": 931540091,
            "stop": 931540092
        },
        {
            "start": 931540096,
            "stop": 931540100
        },
        {
            "start": 931540102,
            "stop": 931540103
        },
        {
            "start": 931540104,
            "stop": 931540142
        },
        {
            "start": 931540144,
            "stop": 931540165
        },
        {
            "start": 931540166,
            "stop": 931540168
        },
        {
            "start": 931540169,
            "stop": 931540190
        },
        {
            "start": 931540192,
            "stop": 931540195
        },
        {
            "start": 931540198,
            "stop": 931540201
        }
    ]
}