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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=117",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 118,
    "results": [
        {
            "start": 818286697,
            "stop": 818286754
        },
        {
            "start": 818286761,
            "stop": 818286914
        },
        {
            "start": 818287053,
            "stop": 818287066
        },
        {
            "start": 818287073,
            "stop": 818287089
        },
        {
            "start": 818287245,
            "stop": 818287341
        },
        {
            "start": 818287348,
            "stop": 818287389
        },
        {
            "start": 818287396,
            "stop": 818288030
        },
        {
            "start": 818288038,
            "stop": 818288170
        },
        {
            "start": 818288177,
            "stop": 818288199
        },
        {
            "start": 818288206,
            "stop": 818288697
        },
        {
            "start": 818288704,
            "stop": 818288750
        },
        {
            "start": 818288758,
            "stop": 818289005
        },
        {
            "start": 818289012,
            "stop": 818289072
        },
        {
            "start": 818289079,
            "stop": 818289567
        },
        {
            "start": 818289574,
            "stop": 818289844
        },
        {
            "start": 818289851,
            "stop": 818289894
        },
        {
            "start": 818289901,
            "stop": 818289974
        },
        {
            "start": 818289981,
            "stop": 818290052
        },
        {
            "start": 818290059,
            "stop": 818290361
        },
        {
            "start": 818290368,
            "stop": 818290409
        }
    ]
}