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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=125",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 126,
    "results": [
        {
            "start": 818724583,
            "stop": 818728427
        },
        {
            "start": 818728595,
            "stop": 818728752
        },
        {
            "start": 818728856,
            "stop": 818728900
        },
        {
            "start": 818729057,
            "stop": 818729443
        },
        {
            "start": 818729624,
            "stop": 818734873
        },
        {
            "start": 818736085,
            "stop": 818748103
        },
        {
            "start": 818748284,
            "stop": 818763663
        },
        {
            "start": 818763664,
            "stop": 818768747
        },
        {
            "start": 818769260,
            "stop": 818769394
        },
        {
            "start": 818769517,
            "stop": 818773453
        },
        {
            "start": 818773457,
            "stop": 818776494
        },
        {
            "start": 818776495,
            "stop": 818780217
        },
        {
            "start": 818780249,
            "stop": 818781046
        },
        {
            "start": 818781050,
            "stop": 818785739
        },
        {
            "start": 818785746,
            "stop": 818793806
        },
        {
            "start": 818795057,
            "stop": 818797983
        },
        {
            "start": 818797984,
            "stop": 818800605
        },
        {
            "start": 818800974,
            "stop": 818805532
        },
        {
            "start": 818808310,
            "stop": 818808489
        },
        {
            "start": 818808669,
            "stop": 818808784
        }
    ]
}