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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8285",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8286,
    "results": [
        {
            "start": 874001905,
            "stop": 874002732
        },
        {
            "start": 874002749,
            "stop": 874003739
        },
        {
            "start": 874003756,
            "stop": 874004168
        },
        {
            "start": 874004364,
            "stop": 874004742
        },
        {
            "start": 874004759,
            "stop": 874005476
        },
        {
            "start": 874005703,
            "stop": 874005924
        },
        {
            "start": 874005943,
            "stop": 874006122
        },
        {
            "start": 874006142,
            "stop": 874006928
        },
        {
            "start": 874006947,
            "stop": 874006992
        },
        {
            "start": 874007011,
            "stop": 874007344
        },
        {
            "start": 874007363,
            "stop": 874008519
        },
        {
            "start": 874008538,
            "stop": 874009681
        },
        {
            "start": 874009701,
            "stop": 874009815
        },
        {
            "start": 874009832,
            "stop": 874010437
        },
        {
            "start": 874010454,
            "stop": 874011365
        },
        {
            "start": 874011504,
            "stop": 874011509
        },
        {
            "start": 874011528,
            "stop": 874011679
        },
        {
            "start": 874011702,
            "stop": 874011922
        },
        {
            "start": 874012085,
            "stop": 874012423
        },
        {
            "start": 874012440,
            "stop": 874012660
        }
    ]
}