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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=285",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 286,
    "results": [
        {
            "start": 828341630,
            "stop": 828341652
        },
        {
            "start": 828341656,
            "stop": 828341667
        },
        {
            "start": 828341669,
            "stop": 828341671
        },
        {
            "start": 828341673,
            "stop": 828341678
        },
        {
            "start": 828341680,
            "stop": 828341689
        },
        {
            "start": 828341691,
            "stop": 828341697
        },
        {
            "start": 828341699,
            "stop": 828341708
        },
        {
            "start": 828341710,
            "stop": 828341718
        },
        {
            "start": 828341720,
            "stop": 828341728
        },
        {
            "start": 828341730,
            "stop": 828341753
        },
        {
            "start": 828341755,
            "stop": 828341761
        },
        {
            "start": 828341763,
            "stop": 828341782
        },
        {
            "start": 828341784,
            "stop": 828341837
        },
        {
            "start": 828341839,
            "stop": 828341840
        },
        {
            "start": 828341842,
            "stop": 828341857
        },
        {
            "start": 828341859,
            "stop": 828341866
        },
        {
            "start": 828341868,
            "stop": 828341891
        },
        {
            "start": 828341893,
            "stop": 828341900
        },
        {
            "start": 828341902,
            "stop": 828341912
        },
        {
            "start": 828341914,
            "stop": 828341921
        }
    ]
}