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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4636",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4637,
    "results": [
        {
            "start": 874246090,
            "stop": 874246100
        },
        {
            "start": 874246120,
            "stop": 874246260
        },
        {
            "start": 874246279,
            "stop": 874246376
        },
        {
            "start": 874246395,
            "stop": 874246524
        },
        {
            "start": 874246544,
            "stop": 874246555
        },
        {
            "start": 874246595,
            "stop": 874246644
        },
        {
            "start": 874246663,
            "stop": 874246757
        },
        {
            "start": 874246786,
            "stop": 874246904
        },
        {
            "start": 874246923,
            "stop": 874246961
        },
        {
            "start": 874246981,
            "stop": 874247004
        },
        {
            "start": 874247028,
            "stop": 874247038
        },
        {
            "start": 874247057,
            "stop": 874247069
        },
        {
            "start": 874247106,
            "stop": 874247269
        },
        {
            "start": 874247289,
            "stop": 874247305
        },
        {
            "start": 874247328,
            "stop": 874247397
        },
        {
            "start": 874247418,
            "stop": 874247506
        },
        {
            "start": 874247527,
            "stop": 874247537
        },
        {
            "start": 874247557,
            "stop": 874247618
        },
        {
            "start": 874247637,
            "stop": 874247681
        },
        {
            "start": 874247701,
            "stop": 874247703
        }
    ]
}