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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8891",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8889",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8890,
    "results": [
        {
            "start": 873243858,
            "stop": 873244120
        },
        {
            "start": 873244137,
            "stop": 873244691
        },
        {
            "start": 873249839,
            "stop": 873249842
        },
        {
            "start": 873249859,
            "stop": 873249864
        },
        {
            "start": 873249887,
            "stop": 873251095
        },
        {
            "start": 873251112,
            "stop": 873251361
        },
        {
            "start": 873251378,
            "stop": 873252122
        },
        {
            "start": 873252141,
            "stop": 873252348
        },
        {
            "start": 873252367,
            "stop": 873252448
        },
        {
            "start": 873252469,
            "stop": 873252520
        },
        {
            "start": 873252548,
            "stop": 873252733
        },
        {
            "start": 873252752,
            "stop": 873253274
        },
        {
            "start": 873253304,
            "stop": 873253622
        },
        {
            "start": 873253641,
            "stop": 873253691
        },
        {
            "start": 873253708,
            "stop": 873254347
        },
        {
            "start": 873254366,
            "stop": 873254519
        },
        {
            "start": 873254536,
            "stop": 873254955
        },
        {
            "start": 873254975,
            "stop": 873255082
        },
        {
            "start": 873255101,
            "stop": 873255207
        },
        {
            "start": 873255241,
            "stop": 873255244
        }
    ]
}