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=8824
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=8825",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8823",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8824,
    "results": [
        {
            "start": 872652444,
            "stop": 872654068
        },
        {
            "start": 872654085,
            "stop": 872656010
        },
        {
            "start": 872656027,
            "stop": 872656170
        },
        {
            "start": 872656188,
            "stop": 872656236
        },
        {
            "start": 872656254,
            "stop": 872656367
        },
        {
            "start": 872656384,
            "stop": 872656412
        },
        {
            "start": 872656429,
            "stop": 872656465
        },
        {
            "start": 872656491,
            "stop": 872656568
        },
        {
            "start": 872656585,
            "stop": 872656597
        },
        {
            "start": 872656614,
            "stop": 872656740
        },
        {
            "start": 872656757,
            "stop": 872656797
        },
        {
            "start": 872656815,
            "stop": 872656853
        },
        {
            "start": 872656871,
            "stop": 872656993
        },
        {
            "start": 872657011,
            "stop": 872657183
        },
        {
            "start": 872657201,
            "stop": 872657293
        },
        {
            "start": 872657310,
            "stop": 872657485
        },
        {
            "start": 872657502,
            "stop": 872657511
        },
        {
            "start": 872657528,
            "stop": 872657581
        },
        {
            "start": 872657598,
            "stop": 872657726
        },
        {
            "start": 872657976,
            "stop": 872657986
        }
    ]
}